mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
add fake splitscreen
This commit is contained in:
@@ -3,7 +3,7 @@ extends Node3D
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
var background = preload("res://Background_straight.tscn").instantiate()
|
||||
var background = preload("res://background_straight.tscn").instantiate()
|
||||
add_child(background)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user