game: add godot project
This commit is contained in:
9
global_const.gd
Normal file
9
global_const.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Node
|
||||
|
||||
signal sig_debug_camera_zoom(value: bool)
|
||||
signal sig_debug_god_mode(value: bool)
|
||||
signal sig_debug_enemy_god_mode(value: bool)
|
||||
|
||||
const GROUP_ENEMY = "enemy"
|
||||
const GROUP_DAMAGEABLE = "damagable"
|
||||
const GROUP_PLAYER = "player"
|
Reference in New Issue
Block a user