Dive-Engine-Test-Games/bin/Space Wars/game.scene

15 lines
301 B
Plaintext
Raw Normal View History

2016-02-15 17:53:02 -05:00
[diveengine2d.Entity]
$GUID = "9e477f6d-778d-43e2-afe0-028a0a99cd74"
$name = "Player"
Component spacewars.PlayerController
$name = "player controller"
$message = "hello from the script!"
End Component
2016-02-15 18:37:38 -05:00
Component RectRenderer
2016-02-15 17:53:02 -05:00
$name = "render!"
$width = 16F
$height = 16F
$color = #776611
End Component