Initial Commit
This commit is contained in:
18
scenes/MC.tscn
Normal file
18
scenes/MC.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bcuo3byxygxyi"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://q4fvqt4hhr86" path="res://Jump (32x32).png" id="1_ul47s"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yoddx"]
|
||||
size = Vector2(33, 52)
|
||||
|
||||
[node name="CharacterBody2D" type="CharacterBody2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture_filter = 1
|
||||
position = Vector2(49.5, 593.5)
|
||||
scale = Vector2(1.46875, 1.90625)
|
||||
texture = ExtResource("1_ul47s")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(48.5, 597)
|
||||
shape = SubResource("RectangleShape2D_yoddx")
|
||||
Reference in New Issue
Block a user