diff options
author | tpart <tpart120@proton.me> | 2024-07-30 13:58:48 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-30 14:29:02 +0200 |
commit | b99e4d18244baa8f972024f462fa3aaed70ecc7e (patch) | |
tree | df46c4d85bafe25617e161cb6b8c298d805dc041 /client/map/tiles/path.tscn | |
parent | 1d5f9a503679ec97700b0d8c682ab3f90ce0f350 (diff) | |
download | hurrycurry-b99e4d18244baa8f972024f462fa3aaed70ecc7e.tar hurrycurry-b99e4d18244baa8f972024f462fa3aaed70ecc7e.tar.bz2 hurrycurry-b99e4d18244baa8f972024f462fa3aaed70ecc7e.tar.zst |
Add street tile
Diffstat (limited to 'client/map/tiles/path.tscn')
-rw-r--r-- | client/map/tiles/path.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/map/tiles/path.tscn b/client/map/tiles/path.tscn index 1951680b..cb2d3c72 100644 --- a/client/map/tiles/path.tscn +++ b/client/map/tiles/path.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3 uid="uid://beo16fa7lo12g"] +[gd_scene load_steps=2 format=3 uid="uid://bwyb2ujmcrsar"] -[ext_resource type="ArrayMesh" uid="uid://1jelocokc0vu" path="res://map/tiles/path.res" id="1_6fqu5"] +[ext_resource type="ArrayMesh" path="res://map/tiles/path.res" id="1_6fqu5"] [node name="Path" type="Node3D"] |