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

Unified Diff: nacltoons/data/res/default_game.lua

Issue 15070003: [nacltoons] Add compound shapes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 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 | « nacltoons/bindings/lua_level_layer.cpp ('k') | nacltoons/data/res/drawing.lua » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/data/res/default_game.lua
diff --git a/nacltoons/data/res/default_game.lua b/nacltoons/data/res/default_game.lua
index 47056d349f629254f62269a5b0446e46e5e43e59..6592a844e29e193a61a6d3e79da46b3d43f3fc90 100644
--- a/nacltoons/data/res/default_game.lua
+++ b/nacltoons/data/res/default_game.lua
@@ -52,7 +52,6 @@ local function CreateLevelMenu(layer)
local level_number = tag
util.Log('LevelSelected: ' .. level_number)
GameManager:sharedManager():LoadLevel(level_number)
- print(game_obj.game_mode)
end
-- For each level create a menu item and a textual label
« no previous file with comments | « nacltoons/bindings/lua_level_layer.cpp ('k') | nacltoons/data/res/drawing.lua » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698