fixed a weird bug, to do with minus world

This commit is contained in:
JHDev2006
2025-10-08 15:35:44 +01:00
parent 5cc8718941
commit 7edfccbd76
8 changed files with 252 additions and 1167 deletions

View File

@@ -16,6 +16,7 @@ func _ready() -> void:
texture_changed.connect(update)
func update() -> void:
print(name)
var source = tile_map.tile_set.get_source(atlas_id)
if source != null:
source.texture = texture