Sha256: e24bf9efa7009761e84a3a8eddf83869750fcbfc305788fa35f17f605bdbdabe

Contents?: true

Size: 1.47 KB

Versions: 15

Compression:

Stored size: 1.47 KB

Contents

#block-tab-right-pane{:class => 'right-pane'}
  #blockly-div

  = render 'toolbox'

#block-tab-left-pane{:class => 'left-pane'}
  #selectors-container
    %ul.nav{:class => 'nav-pills'}
      %li.active
        %a{:href => '#character-selector-tab', :'data-toggle' => 'tab'}<
          キャラクター
      -#%li
        -#%a{:href => '#scene-selector-tab', :'data-toggle' => 'tab'}<
          -#ステージ

    #selectors-tab-content{:class => 'tab-content'}
      #character-selector-tab{:class => 'tab-pane active selector-tab'}
        #character-selector-character-set
        .item
          %a#add-character-button{:class => 'character'}
            %i.icon-plus-sign-alt
            %br
            新しいキャラクター

      #scene-selector-tab{:class => 'tab-pane selector-tab'}
        .item
          %a{:href => '#', :onclick => 'window.event.preventDefault();'}
            %div
        .item
          %a{:href => '#', :onclick => 'window.event.preventDefault();'}
            %div

= render 'character_modal'
= render 'load_modal'

%script#character-selector-template{:type => 'text/template'}
  .item
    .item-info
      .name
        {{- get('name') }}
      .attributes
        X: {{- get('x') }} Y: {{- get('y') }}
        %br
        向き: {{- get('angle') }}°

      %a.add-block-button
        %i.icon-folder-close-alt
        %i.icon-double-angle-right

      %a.remove-button
        %i.icon-remove

    %a.character
      %img{:src => '{{- costumeUrl() }}'}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
smalruby-editor-0.1.15-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.15 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.14-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.14 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.13-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.13 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.12-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.12 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.11-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.10-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.10 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.9-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.9 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.8-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.8 app/views/editor/_block_tab.html.haml