The tile result doesn't look right
This commit is contained in:
36
scene.tscn
36
scene.tscn
@@ -1,7 +1,38 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d2g4ooi0x6ebo"]
|
||||
[gd_scene load_steps=12 format=3 uid="uid://d2g4ooi0x6ebo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bf6phxhnvh0ul" path="res://wfc/generator.gd" id="1_ulcgi"]
|
||||
[ext_resource type="Script" uid="uid://jmttidfcknea" path="res://client.gd" id="2_nxogm"]
|
||||
[ext_resource type="Texture2D" uid="uid://bjq048nw8wfx0" path="res://assets/000000.png" id="3_y2354"]
|
||||
[ext_resource type="Texture2D" uid="uid://e6snlurkc6d0" path="res://assets/FF0000.png" id="4_ni31j"]
|
||||
[ext_resource type="Texture2D" uid="uid://bb1o41y5ceeqx" path="res://assets/00FF00.png" id="5_xlvrw"]
|
||||
[ext_resource type="Texture2D" uid="uid://dicgy2r4tfods" path="res://assets/0000FF.png" id="6_73fnb"]
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_5juve"]
|
||||
texture = ExtResource("3_y2354")
|
||||
texture_region_size = Vector2i(32, 32)
|
||||
0:0/0 = 0
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_fy5k1"]
|
||||
texture = ExtResource("4_ni31j")
|
||||
texture_region_size = Vector2i(32, 32)
|
||||
0:0/0 = 0
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_5c1cw"]
|
||||
texture = ExtResource("5_xlvrw")
|
||||
texture_region_size = Vector2i(32, 32)
|
||||
0:0/0 = 0
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_akxrc"]
|
||||
texture = ExtResource("6_73fnb")
|
||||
texture_region_size = Vector2i(32, 32)
|
||||
0:0/0 = 0
|
||||
|
||||
[sub_resource type="TileSet" id="TileSet_gu47o"]
|
||||
tile_size = Vector2i(32, 32)
|
||||
sources/0 = SubResource("TileSetAtlasSource_5juve")
|
||||
sources/1 = SubResource("TileSetAtlasSource_fy5k1")
|
||||
sources/2 = SubResource("TileSetAtlasSource_5c1cw")
|
||||
sources/3 = SubResource("TileSetAtlasSource_akxrc")
|
||||
|
||||
[node name="Scene" type="Node2D"]
|
||||
|
||||
@@ -10,3 +41,6 @@ script = ExtResource("1_ulcgi")
|
||||
|
||||
[node name="Client" type="Node" parent="."]
|
||||
script = ExtResource("2_nxogm")
|
||||
|
||||
[node name="TileMapLayer" type="TileMapLayer" parent="."]
|
||||
tile_set = SubResource("TileSet_gu47o")
|
||||
|
||||
Reference in New Issue
Block a user