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

22 lines
378 B
Plaintext

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