11 lines
184 B
GDScript
11 lines
184 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
GallerySingleton.AddBackground("Blood_floor");
|
|
|
|
func InitForGallery()->Array:
|
|
scale = Vector2(0.5, 0.5)
|
|
return [];
|
|
|
|
func SetSettings(setting):
|
|
pass;
|