mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-02 11:25:51 -04:00
world scene
This commit is contained in:
parent
c6ba0bfd7d
commit
f46e46efd0
9 changed files with 77 additions and 394 deletions
|
@ -6,8 +6,8 @@ class_name SplashScreen
|
|||
@export var ui_events: UiEvents
|
||||
@export var splash_screen: Texture2D
|
||||
|
||||
@onready var width: int = int(ui_events.current_ui_size.x)
|
||||
@onready var height: int = int(ui_events.current_ui_size.y)
|
||||
@onready var width: int = int(size.x)
|
||||
@onready var height: int = int(size.y)
|
||||
|
||||
|
||||
func _ready():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue