Interface
This commit is contained in:
parent
63be02d2a6
commit
d90f819d68
9 changed files with 178 additions and 0 deletions
6
scripts/GameController.gd
Normal file
6
scripts/GameController.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
@export var PartyCamera : Camera3D
|
||||
|
||||
func _ready():
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue