first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
7
scripts/globals/globals.gd
Normal file
7
scripts/globals/globals.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends Node
|
||||
|
||||
enum ITEMTYPES {
|
||||
EMPTY,
|
||||
STANDARDBULLET,
|
||||
LUCKYBULLET
|
||||
}
|
||||
1
scripts/globals/globals.gd.uid
Normal file
1
scripts/globals/globals.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bfagh8y1c83i2
|
||||
Loading…
Add table
Add a link
Reference in a new issue