remplissage, menu, gamin audio et autre

This commit is contained in:
Dukantic
2024-10-22 22:11:03 +02:00
parent 8bfc2c8515
commit b9c3f980f6
18 changed files with 2649 additions and 479 deletions

View File

@@ -13,7 +13,7 @@ public partial class Door : Node2D
[Export] AudioStream audio;
[ExportGroup("image")]
[Export] Texture2D image_mob;
[Export] Texture2D image_mob { get; set; }
bool player_in = false;
CharacterBody2D player;
bool open = false;