mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
23 lines
924 B
Plaintext
23 lines
924 B
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://source/assets/sprites/GUI/logo_design/FUNCit_game_logo_dark_transparent.png" type="Texture" id=1]
|
|
[ext_resource path="res://source/assets/sprites/GUI/background_lobby.svg" type="Texture" id=2]
|
|
[ext_resource path="res://source/assets/scripts/loading_handlers/game_loading_screen_handler.gd" type="Script" id=3]
|
|
[ext_resource path="res://source/assets/sprites/GUI/logo_design/FB-GEO-GAME.png" type="Texture" id=4]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="BackgroundLobby" type="Sprite" parent="."]
|
|
position = Vector2( 960, 540 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="FunCitGameLogoDarkTransparent" type="Sprite" parent="."]
|
|
position = Vector2( 960, 540 )
|
|
scale = Vector2( 0.696296, 0.696296 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Fb_Geo_Game" type="Sprite" parent="."]
|
|
position = Vector2( 960, 540 )
|
|
texture = ExtResource( 4 )
|