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

55 lines
955 B
Plaintext
Raw Normal View History

2016-02-16 04:48:15 -05:00
[diveengine2d.Entity]
$GUID = "9e477f6d-778d-43e2-afe0-028a0a99cd74"
$name = "background"
Component RectRenderer
$name = "render!"
$width = 1024i
$height = 600i
$color = #f0f0f0
End Component
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!"
2016-02-16 04:48:15 -05:00
$speed = 2i
2016-02-15 17:53:02 -05:00
End Component
2016-02-15 18:37:38 -05:00
Component RectRenderer
2016-02-15 17:53:02 -05:00
$name = "render!"
2016-02-16 04:48:15 -05:00
$width = 16i
$height = 16i
$color = #05FABB
End Component
Component RigidBody
$name = "poop"
$friction = .9F
End Component
[diveengine2d.Entity]
$GUID = "9e477f6d-778d-43e2-afe0-028a0a99cd74"
$name = "Player"
Component spacewars.PlayerController
$name = "player controller"
$message = "hello from the script!"
$speed = 1f
End Component
Component RectRenderer
$name = "render!"
$width = 16i
$height = 16i
$color = #FA05BB
End Component
Component RigidBody
$name = "poop"
$friction = .9F
End Component