Dive-Engine-Test-Games/bin/Space Wars/player.template

22 lines
378 B
Plaintext
Raw Normal View History

[Entity]
2016-02-16 06:21:28 -05:00
$GUID = "9e477f6d-778d-43e2-afe0-028a0a99cd74"
$name = "Player"
Component spacewars.PlayerController
$name = "player controller"
$message = "hello from the script!"
2016-02-23 08:07:07 -05:00
$speed = .00000000001f
2016-02-16 06:21:28 -05:00
End Component
Component RectRenderer
$name = "render!"
$width = 16i
$height = 16i
$color = #FA05BB
End Component
Component RigidBody
$name = "poop"
$friction = .9F
End Component