2
0
Эх сурвалжийг харах

Update hello world sample

Daniele Bartolini 12 жил өмнө
parent
commit
2430ce4d05

+ 1 - 1
samples/01.hello-world/lua/game.lua

@@ -4,7 +4,7 @@ function init()
 end
 end
 
 
 function frame(dt)
 function frame(dt)
-	-- Stop the engine when any key is released
+	-- Stop the engine when the 'ESC' key is released
 	if Keyboard.key_released(Keyboard.KC_ESCAPE) then
 	if Keyboard.key_released(Keyboard.KC_ESCAPE) then
 		Device.stop()
 		Device.stop()
 	end
 	end