Changeset 20368 for lang/ruby/nario/nario/scene/flowworld.rb
- Timestamp:
- 10/01/08 16:38:25 (3 months ago)
- Files:
-
- 1 modified
-
lang/ruby/nario/nario/scene/flowworld.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/nario/nario/scene/flowworld.rb
r20294 r20368 17 17 def render(screen) 18 18 @renders.each{|re| re.each{|o| o.put_screen(screen) if o.x < SCREEN_WIDTH } } 19 puts "player: x -> #{@player.x} y -> #{@player.y}" if $DEBUG_PLAYER_WATCH_MODE19 puts "player: #{@player.state}" if $DEBUG_PLAYER_WATCH_MODE 20 20 @player.put_screen(screen) 21 21 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)