Hands on my face

This commit is contained in:
Rendo 2025-12-10 19:35:43 +05:00
commit 0501476a6e
9 changed files with 67 additions and 15 deletions

View file

@ -1,5 +1,7 @@
extends Container
class_name WeaponIndicator
const CURRENT_COLOR = Color("ffffff")
const NOT_CURRENT_COLOR = Color("d4d4d4")