Files
Gamacon/tests/player.gcprefab
AnonymusRaccoon 167945ccff Beta with physics
2019-12-17 21:02:19 +01:00

13 lines
440 B
Plaintext

<gc_entities>
<gc_entity>
<transform_component>
<Position x="300" y="300" />
<Size x="50" y="50" />
</transform_component>
<renderer src="assets/sprites/grass.png">
<Rect height="auto" width="auto" top="0" left="0" />
</renderer>
<movable_component speed="700" />
<controllable_component left="16" right="3" jump=" " />
</gc_entity>
</gc_entities>