mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 04:33:46 +00:00
Intro player
This commit is contained in:
parent
ceef19e6c9
commit
39fc403219
22 changed files with 531 additions and 3 deletions
18
Scenes/Cutscenes/Intro.tscn
Normal file
18
Scenes/Cutscenes/Intro.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://oaxftu6lytvv"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/UI/IntroScenePlayer.cs" id="1_jtu71"]
|
||||
[ext_resource type="Texture2D" uid="uid://4skj5ik6qpu4" path="res://Sprites/Briefing/Intro1small.png" id="2_6u3to"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpbygf3mi6tlf" path="res://Sprites/Briefing/Intro2small.png" id="3_5hqyp"]
|
||||
[ext_resource type="Texture2D" uid="uid://cupm3ruhaj6d7" path="res://Sprites/Briefing/Intro3small.png" id="4_845v1"]
|
||||
|
||||
[node name="Intro" type="CanvasLayer" node_paths=PackedStringArray("PanelsHolder")]
|
||||
script = ExtResource("1_jtu71")
|
||||
PanelsHolder = NodePath("PanelContainer")
|
||||
Images = Array[Texture2D]([ExtResource("2_6u3to"), ExtResource("3_5hqyp"), ExtResource("4_845v1")])
|
||||
NextSceneName = "res://Scripts/MainMenu.cs"
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||||
offset_left = 92.0
|
||||
offset_top = 13.0
|
||||
offset_right = 232.0
|
||||
offset_bottom = 119.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue