we... already did these things

master
Marcus Gosselin 2016-02-23 08:07:07 -05:00
parent 448191534a
commit 5e1777bafc
2 changed files with 1 additions and 10 deletions

View File

@ -11,15 +11,6 @@ End Component
Template player
#[diveengine2d.Entity]
#$GUID = "9e477f6d-778d-43e2-afe0-028a0a99cd74"
#$name = "Enemy Spawner"
#Component spacewars.EnemySpawner
#$spawnSpeed = 100i;
#End Component
#scene manager. in charge of those enemy spawns yo
[Entity]
$name = "Scene Manager"
Component SceneManager

View File

@ -5,7 +5,7 @@ $name = "Player"
Component spacewars.PlayerController
$name = "player controller"
$message = "hello from the script!"
$speed = 1f
$speed = .00000000001f
End Component
Component RectRenderer