Many changes
Handle it
This commit is contained in:
parent
bf09402bc5
commit
214e0aa5e0
366 changed files with 24353 additions and 2096 deletions
19
map/Map.tscn
Normal file
19
map/Map.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cfkusqucsap26"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://begwu0icmrxyw" path="res://map/map.gd" id="1_l804v"]
|
||||
[ext_resource type="TileSet" uid="uid://c66l102pgntht" path="res://assets/sprites/tilesets/forest.tres" id="2_3nv2f"]
|
||||
[ext_resource type="PackedScene" uid="uid://bo5aw2cad3akl" path="res://player/player.tscn" id="5_3nv2f"]
|
||||
|
||||
[node name="Map" type="Node2D"]
|
||||
script = ExtResource("1_l804v")
|
||||
|
||||
[node name="Ground" type="TileMapLayer" parent="."]
|
||||
tile_set = ExtResource("2_3nv2f")
|
||||
|
||||
[node name="Water" type="TileMapLayer" parent="."]
|
||||
tile_set = ExtResource("2_3nv2f")
|
||||
|
||||
[node name="Scatter" type="TileMapLayer" parent="."]
|
||||
tile_set = ExtResource("2_3nv2f")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("5_3nv2f")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue