Minor Changes
This commit is contained in:
parent
01cd337c66
commit
4224f4f755
14 changed files with 278 additions and 0 deletions
42
testing/test/map.tscn
Normal file
42
testing/test/map.tscn
Normal file
File diff suppressed because one or more lines are too long
19
testing/test/player.tscn
Normal file
19
testing/test/player.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dv67vdgb4h44q"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dheqglouhkis6" path="res://testing/testAssets/player.png" id="1_cujcj"]
|
||||
[ext_resource type="Script" path="res://scripts/player.gd" id="1_oik63"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kf6qt"]
|
||||
size = Vector2(20, 18)
|
||||
|
||||
[node name="player" type="CharacterBody2D"]
|
||||
script = ExtResource("1_oik63")
|
||||
|
||||
[node name="sprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_cujcj")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_kf6qt")
|
||||
|
||||
[node name="camera" type="Camera2D" parent="."]
|
||||
enabled = false
|
Loading…
Add table
Add a link
Reference in a new issue