Initial Commit
This commit is contained in:
10
Main_player.tscn
Normal file
10
Main_player.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[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")
|
||||
Reference in New Issue
Block a user