adds some baseline code for loading cards
This commit is contained in:
10
data/mana.gd
Normal file
10
data/mana.gd
Normal file
@ -0,0 +1,10 @@
|
||||
enum ManaCosts {
|
||||
WHITE,
|
||||
BLUE,
|
||||
BLACK,
|
||||
RED,
|
||||
GREEN,
|
||||
COLOURLESS,
|
||||
GENERIC,
|
||||
LIFE
|
||||
}
|
1
data/mana.gd.uid
Normal file
1
data/mana.gd.uid
Normal file
@ -0,0 +1 @@
|
||||
uid://brn2sbfea8fyf
|
Reference in New Issue
Block a user