Ajout de la cinématique de début et refonte du système audio

Et toujours un peu de correction de bug par ci par là
This commit is contained in:
2026-02-11 21:11:32 +01:00
committed by Altaezio
parent e305e3213d
commit a73fd99a10
54 changed files with 1186 additions and 882 deletions

View File

@@ -74,7 +74,7 @@ func _process(_d):
func generate_first_entities():
if not (Vector2i.ZERO in data.generated_chunk_entities):
# Generate shovel
drop_item(Pickaxe.new(), entity_container.global_position + Vector2(0, 100))
drop_item(Shovel.new(), entity_container.global_position + Vector2(0, 100))
func get_chunk_key(coord) -> String:
return "%d:%d" % [coord.x, coord.y]