feat: init tileset
This commit is contained in:
parent
6c98c254b6
commit
a37fedf920
@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://7713s03g7nxw"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://7713s03g7nxw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ukvcgdjxtkqw" path="res://car.tscn" id="1_80nbo"]
|
||||
[ext_resource type="TileSet" uid="uid://cnqxooqer5ehf" path="res://world_tileset.tres" id="2_e2o6t"]
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
|
||||
@ -9,3 +10,6 @@ position = Vector2(0, -1)
|
||||
zoom = Vector2(0.077, 0.077)
|
||||
|
||||
[node name="Car" parent="." instance=ExtResource("1_80nbo")]
|
||||
|
||||
[node name="TileMapLayer" type="TileMapLayer" parent="."]
|
||||
tile_set = ExtResource("2_e2o6t")
|
||||
|
3
godot/world_tileset.tres
Normal file
3
godot/world_tileset.tres
Normal file
@ -0,0 +1,3 @@
|
||||
[gd_resource type="TileSet" format=3 uid="uid://cnqxooqer5ehf"]
|
||||
|
||||
[resource]
|
Loading…
x
Reference in New Issue
Block a user