6 lines
69 B
GDScript
6 lines
69 B
GDScript
extends Node
|
|
|
|
var camera: Camera3D
|
|
var player: Player
|
|
var main: Main
|