Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: sky/examples/game/lib/game_demo_box.dart

Issue 1187153002: Places demo game in a OneChildRenderObjectWrapper and adds a star field and nebula for background (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/examples/game/lib/game_demo_world.dart » ('j') | sky/examples/game/main.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/game/lib/game_demo_box.dart
diff --git a/sky/examples/game/lib/game_demo_box.dart b/sky/examples/game/lib/game_demo_box.dart
index 85132e1ddd2c0f05b724c50c0b76491198c5709c..58716a1d14b8b728fb75a1108047248c2aa84fb7 100644
--- a/sky/examples/game/lib/game_demo_box.dart
+++ b/sky/examples/game/lib/game_demo_box.dart
@@ -68,7 +68,6 @@ class GameDemoBox extends SpriteBox {
}
else if (pointer == _secondPointer) {
_secondPointer = -1;
- _gameWorld.controlFire();
}
break;
default:
« no previous file with comments | « no previous file | sky/examples/game/lib/game_demo_world.dart » ('j') | sky/examples/game/main.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698