This commit is contained in:
2023-02-07 16:21:22 +01:00
parent 0ba6c3782a
commit 4371d1d386
46 changed files with 1702 additions and 52 deletions

View File

@@ -1,13 +1,16 @@
[gd_scene load_steps=17 format=2]
[ext_resource path="res://game/rooms/intro/escoria-logo-comet-anim.png" type="Texture" id=1]
[ext_resource path="res://game/rooms/intro/intro_background_space.png" type="Texture" id=2]
[ext_resource path="res://game/rooms/intro/escoria-logo-comet.png" type="Texture" id=3]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_background.gd" type="Script" id=4]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_room.gd" type="Script" id=5]
[ext_resource path="res://game/rooms/intro/escoria_background.png" type="Texture" id=6]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_item.gd" type="Script" id=7]
[sub_resource type="StreamTexture" id=10]
flags = 4
load_path = "res://.import/intro_background_space.png-03815c403298b393ba1bea2b29eafeac.stex"
[sub_resource type="AtlasTexture" id=1]
flags = 4
atlas = ExtResource( 1 )
@@ -273,7 +276,7 @@ script = ExtResource( 4 )
[node name="initial_background" type="Sprite" parent="."]
position = Vector2( 640, 450 )
texture = ExtResource( 2 )
texture = SubResource( 10 )
[node name="animated_asteroid" type="AnimatedSprite" parent="."]
visible = false
@@ -295,6 +298,7 @@ texture = ExtResource( 3 )
pause_mode = 1
script = ExtResource( 7 )
global_id = "intro_animation_player"
combine_when_selected_action_is_in = [ ]
dialog_color = Color( 1, 1, 1, 1 )
animations = null