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

22 lines
367 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!"
$speed = 1f
End Component
Component RectRenderer
$name = "render!"
$width = 16i
$height = 16i
$color = #FA05BB
End Component
Component RigidBody
$name = "poop"
$friction = .9F
End Component