made a lil asteroids game but now messing around with packed scenes so putting a save heere

This commit is contained in:
Tabby 2025-05-11 20:04:24 +10:00
parent caa2cd4c11
commit d5c27030c5
9 changed files with 129 additions and 16 deletions

View file

@ -3,6 +3,7 @@ class_name Channel
@export var channel_name : String
@export var channel_scene : PackedScene
@export_group("Node References")
@export var offline_channel_cover : TextureRect
@export var game_viewport : SubViewport