mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
20 lines
591 B
Plaintext
20 lines
591 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://pixilart-drawing.png" type="Texture" id=1]
|
|
[ext_resource path="res://script/KinematicBody2D.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 22.279, 10 )
|
|
|
|
[node name="Player" type="KinematicBody2D"]
|
|
position = Vector2( 400, 296 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 4, -17 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2( 0.381104, 0.412598 )
|
|
shape = SubResource( 1 )
|