Extensive work on virtually all of the visuals and the net code
This commit is contained in:
@@ -10,9 +10,9 @@ enum Modes{
|
||||
const blinder_template = preload("res://templates/blinder.tscn")
|
||||
const one_shot_template = preload("res://templates/one_shot.tscn")
|
||||
|
||||
const story_level = preload("res://scenes/test_level.tscn")
|
||||
const story_level = preload("res://scenes/manufactory.tscn")
|
||||
const vs_com_level = preload("res://scenes/test_level.tscn")
|
||||
const vs_man_level = preload("res://scenes/test_level.tscn")
|
||||
const vs_man_level = preload("res://scenes/manufactory.tscn")
|
||||
const pawn_select_scene = preload("res://scenes/character_select.tscn")
|
||||
|
||||
var player : PawnController
|
||||
|
||||
Reference in New Issue
Block a user