11 lines
391 B
Plaintext
11 lines
391 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://3iw0nxyxa7su"]
|
|
|
|
[ext_resource type="Script" path="res://PlayerScript.gd" id="1_682sr"]
|
|
[ext_resource type="Texture2D" uid="uid://crkasykc6x5i" path="res://Jump (32x32).png" id="1_hfcsn"]
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
script = ExtResource("1_682sr")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_hfcsn")
|