Show
Ignore:
Timestamp:
10/07/08 22:54:02 (3 months ago)
Author:
authorNari
Message:

add demo.rb and state update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/nario/nario/life/nario.rb

    r20368 r20927  
    157157 
    158158    def state 
    159       "x=#{@x} y=#{@y} dash_speed=#{@dash_speed} jump?#{@is_jumpping} fly?#{@is_fly} goal?#{@is_goal}" 
     159      "x=#{@x} y=#{@y} dash_speed=#{@dash_speed} fall_speed=#{@fall_speed}  fly? #{@is_fly}" 
    160160    end 
    161161  end