change format style

This commit is contained in:
Mylloon 2023-02-25 14:25:51 +01:00
parent 8e30badc8f
commit 55767a4bd9
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 48 additions and 50 deletions

0
Characters/Villain.gd Normal file → Executable file
View file

View file

@ -29,10 +29,8 @@ func _process(_delta):
func _on_Button_pressed():
etat = !etat
"""
if(etat) :
self.StyleBoxTexture.set_texture(_texture1) # reste appuyé
else :
self.StyleBoxTexture.set_texture(_texture2) # pas appuyé
"""

0
Scenes/Screen_Menu.gd Normal file → Executable file
View file