#18 ajout de la classe UndergroundLoot et aparition de loot par jour

This commit is contained in:
2025-08-20 10:25:50 +02:00
parent 9de869b7af
commit 3021567ecb
11 changed files with 182 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ var planet : Planet # mis à jour par la classe Planet
@onready var inventory : Inventory = Inventory.new()
var max_energy : int = 5
var max_energy : int = 3
var controlling_player : bool = true :
set(v):