33 lines
574 B
Plaintext
33 lines
574 B
Plaintext
[diveengine2d.Entity]
|
|
$GUID = "9e477f6d-778d-43e2-afe0-028a0a99cd74"
|
|
$name = "background"
|
|
|
|
Component RectRenderer
|
|
$name = "render!"
|
|
$width = 1024i
|
|
$height = 600i
|
|
$color = #f0f0f0
|
|
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
|