1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-26 14:34:18 +00:00
the-cold-night/src/Player.tscn

19 lines
517 B
Text
Raw Normal View History

[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/White.png" type="Texture" id=1]
[ext_resource path="res://src/PlayerMovement.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 16, 16 )
[node name="Player" type="KinematicBody2D"]
[node name="PlayerMovement" type="Node" parent="."]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="Shape" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )