22 lines
380 B
Plaintext
22 lines
380 B
Plaintext
[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
|