full multiplayer plus new models

This commit is contained in:
2023-11-19 18:47:52 +11:00
parent 422c163dcd
commit edbb3261c6
126 changed files with 2343 additions and 492 deletions

View File

@ -9,8 +9,8 @@ var preferences : PlayerPreferences
var player_profile : PlayerProfile
var player_keymap : PlayerKeymap
var wall_cost := 4
var printer_cost := 10
var wall_cost := 1
var printer_cost := 20
enum TargetType {UNDEFINED = 0, LAND = 1, AIR = 2, BOTH = 3}
enum EnemyType {UNDEFINED = 0, LAND = 1, AIR = 2}
enum Rarity {COMMON = 0, UNCOMMON = 1, RARE = 2, EPIC = 3, LEGENDARY = 4}