Сцена игрока + начальная реализация перемещения
This commit is contained in:
commit
42db203fca
95 changed files with 1816 additions and 0 deletions
15
scenes/test.tscn
Normal file
15
scenes/test.tscn
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dwii5fob7qy7c"]
|
||||
|
||||
[ext_resource type="TileSet" uid="uid://pvri4kky8ok3" path="res://resources/sprites/tiles/QoL.tres" id="1_np3m5"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfdsnwub212o6" path="res://prefabs/Player.tscn" id="2_mmd6a"]
|
||||
|
||||
[node name="Test" type="Node2D"]
|
||||
|
||||
[node name="TileMap" type="TileMap" parent="."]
|
||||
texture_filter = 1
|
||||
tile_set = ExtResource("1_np3m5")
|
||||
format = 2
|
||||
layer_0/tile_data = PackedInt32Array(0, 17, 0, 1, 17, 0, 65535, 17, 0, 2, 17, 0, 65534, 17, 0, 4, 17, 0, 3, 17, 0, 65533, 17, 0, 65532, 17, 0, -131065, 17, 0, -65529, 17, 0, 7, 17, 0, 6, 17, 0, 5, 17, 0, 65530, 17, 0, 65531, 17, 0, -6, 17, 0, -65542, 17, 0)
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_mmd6a")]
|
||||
position = Vector2(10, -15)
|
Loading…
Add table
Add a link
Reference in a new issue