Skip to content

Commit

Permalink
fix tilemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoritto committed Oct 1, 2024
1 parent c911eaf commit 46c8cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/background_tileset.tres
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[gd_resource type="TileSet" load_steps=3 format=3 uid="uid://dai1vip4rhlq4"]

[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_74hnv"]
load_path = "res://.godot/imported/TX Tileset Grass.png-a0f11d92068aff76ba0efead5ade7baf.ctex"
[ext_resource type="Texture2D" uid="uid://kqbap4qvgtlb" path="res://assets/sprites/grass_tileset.png" id="1_su42x"]

[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_fr3nq"]
resource_name = "Grass & Stones"
texture = SubResource("CompressedTexture2D_74hnv")
texture = ExtResource("1_su42x")
use_texture_padding = false
0:0/0 = 0
1:0/0 = 0
2:0/0 = 0
Expand Down

0 comments on commit 46c8cfd

Please sign in to comment.