mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Graphics
This commit is contained in:
parent
b07a8fe60d
commit
54bf15d93d
23 changed files with 313 additions and 75 deletions
|
|
@ -34,8 +34,10 @@ script = ExtResource("1_5pbjb")
|
|||
scene = ExtResource("4_m8ph6")
|
||||
overrides = {
|
||||
"box_distance": "0.0",
|
||||
"box_panel": "\"computer_stylebox.tres\"",
|
||||
"box_size": "Vector2(300, 80)",
|
||||
"name_label_custom_size": "9.0",
|
||||
"name_label_custom_size": "10.0",
|
||||
"name_label_use_global_size": "false",
|
||||
"text_custom_size": "6.0"
|
||||
}
|
||||
|
||||
|
|
@ -75,4 +77,4 @@ layer_info = {
|
|||
}
|
||||
base_overrides = {}
|
||||
layers = Array[ExtResource("1_5pbjb")]([])
|
||||
metadata/_latest_layer = "12"
|
||||
metadata/_latest_layer = ""
|
||||
|
|
|
|||
|
|
@ -13,7 +13,10 @@
|
|||
|
||||
[sub_resource type="Resource" id="Resource_mqh25"]
|
||||
script = ExtResource("1_47mos")
|
||||
overrides = {}
|
||||
overrides = {
|
||||
"global_font": "\"res://fonts/at01.ttf\"",
|
||||
"global_font_size": "12.0"
|
||||
}
|
||||
|
||||
[sub_resource type="Resource" id="Resource_5h7h2"]
|
||||
script = ExtResource("1_47mos")
|
||||
|
|
@ -36,11 +39,9 @@ scene = ExtResource("5_bks8v")
|
|||
overrides = {
|
||||
"box_margin_bottom": "1.0",
|
||||
"box_size": "Vector2(300, 50)",
|
||||
"name_label_custom_font_size": "8.0",
|
||||
"name_label_use_global_font_size": "false",
|
||||
"name_label_custom_font_size": "11.0",
|
||||
"next_indicator_size": "Vector2(12, 12)",
|
||||
"text_size": "6.0",
|
||||
"text_use_global_size": "false"
|
||||
"text_size": "6.0"
|
||||
}
|
||||
|
||||
[sub_resource type="Resource" id="Resource_30jrk"]
|
||||
|
|
|
|||
13
Dialogue/Styles/computer_stylebox.tres
Normal file
13
Dialogue/Styles/computer_stylebox.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cok0do5s82lg4"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
skew = Vector2(0.073, 0)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
|
@ -6,7 +6,6 @@ content_margin_top = 10.0
|
|||
content_margin_right = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
skew = Vector2(0.073, 0)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[style name="VN"]
|
||||
join Cirno center
|
||||
join Rumia center
|
||||
join Cirno left
|
||||
join Rumia right
|
||||
Rumia: Hey Cirno, are you sure I cannot eat these people?
|
||||
Cirno: I already said you cannot, they've been really nice to me!
|
||||
Rumia: Buuuut they look so tasty!! I'm getting hungry you know...
|
||||
|
|
|
|||
|
|
@ -8,6 +8,12 @@
|
|||
[ext_resource type="Resource" uid="uid://cj5aa7btaw6q0" path="res://Resources/Items/Blue_Keycard.tres" id="5_em757"]
|
||||
[ext_resource type="Resource" uid="uid://clr1gln7nxa1o" path="res://Resources/Items/Power_Pickup.tres" id="6_sdmg8"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_qnbi6"]
|
||||
script = ExtResource("2_tnajf")
|
||||
Enabled = true
|
||||
Path = "res://Scenes/Cutscenes/Intro.tscn"
|
||||
_name = "Intro"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_cfhv5"]
|
||||
script = ExtResource("1_ov731")
|
||||
EggIndex = 0
|
||||
|
|
@ -56,6 +62,12 @@ Path = "res://Scenes/test.tscn"
|
|||
_name = "Level 1 (Boss)"
|
||||
StartData = SubResource("Resource_o7bux")
|
||||
|
||||
[sub_resource type="Resource" id="Resource_v2as6"]
|
||||
script = ExtResource("2_tnajf")
|
||||
Enabled = true
|
||||
Path = "res://Scenes/Maps/RebelBase.tscn"
|
||||
_name = "Rebel Base"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6wrc7"]
|
||||
script = ExtResource("2_tnajf")
|
||||
Enabled = true
|
||||
|
|
@ -74,18 +86,6 @@ Enabled = true
|
|||
Path = "res://Scenes/Maps/BossTestArena.tscn"
|
||||
_name = "Boss Test Arena"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_v2as6"]
|
||||
script = ExtResource("2_tnajf")
|
||||
Enabled = true
|
||||
Path = "res://Scenes/Maps/RebelBase.tscn"
|
||||
_name = "Rebel Base"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_qnbi6"]
|
||||
script = ExtResource("2_tnajf")
|
||||
Enabled = true
|
||||
Path = "res://Scenes/Cutscenes/Intro.tscn"
|
||||
_name = "Intro"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_7vmdn"]
|
||||
script = ExtResource("2_tnajf")
|
||||
Enabled = true
|
||||
|
|
@ -94,4 +94,4 @@ _name = "Default Scene"
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_6kwth")
|
||||
Maps = Array[Object]([SubResource("Resource_0k62o"), SubResource("Resource_edoov"), SubResource("Resource_47bot"), SubResource("Resource_mgdm6"), SubResource("Resource_6wrc7"), SubResource("Resource_x3w7w"), SubResource("Resource_ajht5"), SubResource("Resource_v2as6"), SubResource("Resource_qnbi6"), SubResource("Resource_7vmdn")])
|
||||
Maps = Array[Object]([SubResource("Resource_qnbi6"), SubResource("Resource_0k62o"), SubResource("Resource_edoov"), SubResource("Resource_47bot"), SubResource("Resource_mgdm6"), SubResource("Resource_v2as6"), SubResource("Resource_6wrc7"), SubResource("Resource_x3w7w"), SubResource("Resource_ajht5"), SubResource("Resource_7vmdn")])
|
||||
|
|
|
|||
31
Resources/Styles/DebugMenuButtons.tres
Normal file
31
Resources/Styles/DebugMenuButtons.tres
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dkom8gcup42kd"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://coek1e2q257pq" path="res://fonts/at01.ttf" id="1_87kc4"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_87kc4")
|
||||
default_font_size = 12
|
||||
Button/colors/font_color = Color(0, 0.588235, 0, 1)
|
||||
Button/colors/font_disabled_color = Color(0, 0.12549, 0, 1)
|
||||
Button/colors/font_focus_color = Color(0, 0.882353, 0, 1)
|
||||
Button/colors/font_hover_color = Color(0, 0.772549, 0, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(0, 0.262745, 0, 1)
|
||||
Button/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_pressed_color = Color(0, 0.870588, 0, 1)
|
||||
Button/colors/icon_disabled_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_focus_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_hover_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_hover_pressed_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_normal_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_pressed_color = Color(0, 0, 0, 1)
|
||||
Button/constants/align_to_largest_stylebox = 0
|
||||
Button/constants/h_separation = 0
|
||||
Button/constants/icon_max_width = 0
|
||||
Button/constants/outline_size = 0
|
||||
Button/font_sizes/font_size = 10
|
||||
Button/fonts/font = ExtResource("1_87kc4")
|
||||
Button/styles/disabled = null
|
||||
Button/styles/focus = null
|
||||
Button/styles/hover = null
|
||||
Button/styles/normal = null
|
||||
Button/styles/pressed = null
|
||||
|
|
@ -1,53 +1,66 @@
|
|||
[gd_scene load_steps=16 format=3 uid="uid://l84on3kv2s52"]
|
||||
[gd_scene load_steps=22 format=3 uid="uid://l84on3kv2s52"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Door.cs" id="1_emfh4"]
|
||||
[ext_resource type="Texture2D" uid="uid://d4ialp36plt7v" path="res://Sprites/Actors/Doors/horizontal_door_1.png" id="2_2h3ih"]
|
||||
[ext_resource type="Texture2D" uid="uid://desg0e2phtw50" path="res://Sprites/HorizontalDoor.png" id="2_rnx3o"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_awtxv"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_2qgx7"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ocjdv"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 96, 32, 32)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_w2qco"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_we0if"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 64, 32, 32)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3xj8k"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(96, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_em3e7"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 32, 32, 32)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ics4i"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(64, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fehs4"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1nga0"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(32, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0bwul"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_g8abm"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 96, 32, 32)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nu0m6"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(160, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8tyvt"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4m6na"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_th1qr"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_o1fq1"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 32, 32, 32)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_br2ct"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(32, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_wvr8p"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 64, 32, 32)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ektml"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(64, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_t3pwa"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 96, 32, 32)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_m0l4n"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(96, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hcys5"]
|
||||
atlas = ExtResource("2_2h3ih")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_keeml"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_awtxv")
|
||||
"texture": SubResource("AtlasTexture_2qgx7")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Closed",
|
||||
|
|
@ -55,16 +68,19 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ocjdv")
|
||||
"texture": SubResource("AtlasTexture_w2qco")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_we0if")
|
||||
"texture": SubResource("AtlasTexture_3xj8k")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_em3e7")
|
||||
"texture": SubResource("AtlasTexture_ics4i")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_fehs4")
|
||||
"texture": SubResource("AtlasTexture_1nga0")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_0bwul")
|
||||
}],
|
||||
"loop": false,
|
||||
"name": &"Closing",
|
||||
|
|
@ -72,7 +88,15 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_g8abm")
|
||||
"texture": SubResource("AtlasTexture_nu0m6")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Destroyed",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4m6na")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Open",
|
||||
|
|
@ -80,16 +104,19 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_8tyvt")
|
||||
"texture": SubResource("AtlasTexture_th1qr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_o1fq1")
|
||||
"texture": SubResource("AtlasTexture_br2ct")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_wvr8p")
|
||||
"texture": SubResource("AtlasTexture_ektml")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_t3pwa")
|
||||
"texture": SubResource("AtlasTexture_m0l4n")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hcys5")
|
||||
}],
|
||||
"loop": false,
|
||||
"name": &"Opening",
|
||||
|
|
@ -102,6 +129,21 @@ size = Vector2(32, 32)
|
|||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_f2rl6"]
|
||||
size = Vector2(32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_o7w0f"]
|
||||
atlas = ExtResource("2_rnx3o")
|
||||
region = Rect2(0, 96, 32, 32)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_8stvs"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_o7w0f")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="HorizontalDoor" type="Area2D" groups=["Solid"]]
|
||||
collision_layer = 64
|
||||
collision_mask = 154
|
||||
|
|
@ -110,7 +152,7 @@ metadata/_edit_group_ = true
|
|||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = SubResource("SpriteFrames_keeml")
|
||||
animation = &"Open"
|
||||
animation = &"Closed"
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
visible = false
|
||||
|
|
@ -125,4 +167,8 @@ gravity_scale = 0.0
|
|||
visible = false
|
||||
shape = SubResource("RectangleShape2D_f2rl6")
|
||||
|
||||
[node name="DoorFrame" type="AnimatedSprite2D" parent="."]
|
||||
z_index = 1
|
||||
sprite_frames = SubResource("SpriteFrames_8stvs")
|
||||
|
||||
[connection signal="animation_changed" from="AnimatedSprite2D" to="." method="_on_animated_sprite_2d_animation_changed"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bemu3l6b1e84y"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bemu3l6b1e84y"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/UI/DebugMenu.cs" id="1_5vtnj"]
|
||||
[ext_resource type="Theme" uid="uid://dkom8gcup42kd" path="res://Resources/Styles/DebugMenuButtons.tres" id="2_6il8q"]
|
||||
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="2_wqb8e"]
|
||||
[ext_resource type="Resource" uid="uid://d1lc8lhq1b05p" path="res://Resources/Debug/DebugLevels.tres" id="3_cvgqx"]
|
||||
|
||||
|
|
@ -11,7 +12,7 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_5vtnj")
|
||||
ButtonTheme = ExtResource("2_wqb8e")
|
||||
ButtonTheme = ExtResource("2_6il8q")
|
||||
Levels = ExtResource("3_cvgqx")
|
||||
ButtonsContainer = NodePath("ScrollContainer/Level Select")
|
||||
|
||||
|
|
@ -43,6 +44,7 @@ size_flags_vertical = 3
|
|||
[node name="BackButton" type="Button" parent="ScrollContainer/Level Select"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_wqb8e")
|
||||
theme_override_font_sizes/font_size = 10
|
||||
text = "Back"
|
||||
|
||||
[connection signal="pressed" from="ScrollContainer/Level Select/BackButton" to="." method="_on_back_button_pressed"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=17 format=4 uid="uid://bx31ou6tw3kd1"]
|
||||
[gd_scene load_steps=19 format=4 uid="uid://bx31ou6tw3kd1"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/GameManager.cs" id="1_jpse7"]
|
||||
[ext_resource type="PackedScene" uid="uid://bghghp5ep4w2j" path="res://Scenes/player.tscn" id="2_4hnih"]
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
[ext_resource type="Script" path="res://Scripts/InventoryManager.cs" id="3_5wmap"]
|
||||
[ext_resource type="PackedScene" uid="uid://crry0rgk7a8sm" path="res://Scenes/Weapons/BaseWeapon.tscn" id="3_au7nm"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkwi1hu1bixoe" path="res://Scenes/HUD/HUD.tscn" id="4_js5qv"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/MapStartDataResource.cs" id="4_ls56o"]
|
||||
[ext_resource type="PackedScene" uid="uid://byms2dhliyux0" path="res://Scenes/Actors/teleporter.tscn" id="4_tlevr"]
|
||||
[ext_resource type="Script" path="res://Scenes/CameraTarget.gd" id="5_cjdx6"]
|
||||
[ext_resource type="PackedScene" uid="uid://l84on3kv2s52" path="res://Scenes/Door_Horizontal.tscn" id="5_pqyv2"]
|
||||
|
|
@ -16,17 +17,24 @@
|
|||
[ext_resource type="Script" path="res://Scripts/Resources/Events/DialogueStartEvent.cs" id="7_u7oae"]
|
||||
[ext_resource type="PackedScene" uid="uid://crph24e6e0v0q" path="res://Scenes/Interactable/Control_Pad.tscn" id="9_700kw"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_53p3c"]
|
||||
script = ExtResource("4_ls56o")
|
||||
EggIndex = 0
|
||||
StartingEquipment = [null]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_0oces"]
|
||||
script = ExtResource("7_u7oae")
|
||||
TimelineName = "rumia_rebel_base_1"
|
||||
WaitForCompletion = true
|
||||
|
||||
[node name="GameScene" type="Node2D" node_paths=PackedStringArray("PlayerSpawnMarker")]
|
||||
[node name="GameScene" type="Node2D"]
|
||||
script = ExtResource("1_jpse7")
|
||||
PlayerTemplate = ExtResource("2_4hnih")
|
||||
PlayerSpawnMarker = NodePath("PlayerStartPosition")
|
||||
SpawnMarkers = {
|
||||
0: NodePath("PlayerStartPosition")
|
||||
}
|
||||
WeaponTemplate = ExtResource("3_au7nm")
|
||||
StartingEquipment = Array[Object]([])
|
||||
MapStartData = SubResource("Resource_53p3c")
|
||||
|
||||
[node name="Tilemaps" type="Node2D" parent="."]
|
||||
|
||||
|
|
@ -63,7 +71,7 @@ State = 1
|
|||
position = Vector2(47, 496)
|
||||
State = 1
|
||||
|
||||
[node name="Rumia" type="Node2D" parent="Tilemaps/Actors"]
|
||||
[node name="Rumia" type="Node2D" parent="Tilemaps/Actors" groups=["Interactable"]]
|
||||
position = Vector2(216, 386)
|
||||
script = ExtResource("6_tf4ep")
|
||||
Events = Array[Object]([SubResource("Resource_0oces")])
|
||||
|
|
@ -75,6 +83,9 @@ texture = ExtResource("6_8wgb2")
|
|||
[node name="ControlPad" parent="Tilemaps/Actors/Rumia" node_paths=PackedStringArray("Target") instance=ExtResource("9_700kw")]
|
||||
Target = NodePath("..")
|
||||
|
||||
[node name="ControlPad" parent="Tilemaps" instance=ExtResource("9_700kw")]
|
||||
position = Vector2(165, 372)
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
script = ExtResource("2_pu05b")
|
||||
pixel_snap = false
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ ActivationType = 0
|
|||
Targets = Array[NodePath]([NodePath("../Rumia")])
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_gr3ii"]
|
||||
[sub_resource type="Resource" id="Resource_k3uvk"]
|
||||
resource_local_to_scene = true
|
||||
script = ExtResource("49_0si7g")
|
||||
Target = NodePath(".")
|
||||
|
|
@ -628,7 +628,7 @@ Events = Array[Object]([SubResource("Resource_068l7"), SubResource("Resource_l3n
|
|||
|
||||
[node name="BossBattleStartScript" parent="." instance=ExtResource("43_kf3qc")]
|
||||
position = Vector2(-1487, -396)
|
||||
Events = Array[Object]([SubResource("Resource_4f4id"), SubResource("Resource_s2o7m"), SubResource("Resource_b1dht"), SubResource("Resource_xrgpy"), SubResource("Resource_gr3ii")])
|
||||
Events = Array[Object]([SubResource("Resource_4f4id"), SubResource("Resource_s2o7m"), SubResource("Resource_b1dht"), SubResource("Resource_xrgpy"), SubResource("Resource_k3uvk")])
|
||||
|
||||
[node name="Enemy8" parent="." instance=ExtResource("47_u1ve6")]
|
||||
position = Vector2(-968, 206)
|
||||
|
|
|
|||
BIN
Sprites/Actors/Doors/horizontal_door_1.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Doors/horizontal_door_1.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Actors/Doors/horizontal_door_1.png
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Doors/horizontal_door_1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/Actors/Doors/horizontal_door_1.png.import
Normal file
34
Sprites/Actors/Doors/horizontal_door_1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d4ialp36plt7v"
|
||||
path="res://.godot/imported/horizontal_door_1.png-582a058998d31eeb68f3d65c1d51200a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/Actors/Doors/horizontal_door_1.png"
|
||||
dest_files=["res://.godot/imported/horizontal_door_1.png-582a058998d31eeb68f3d65c1d51200a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Sprites/Actors/Doors/horizontal_door_2.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Doors/horizontal_door_2.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Actors/Doors/horizontal_door_2.png
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Doors/horizontal_door_2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/Actors/Doors/horizontal_door_2.png.import
Normal file
34
Sprites/Actors/Doors/horizontal_door_2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dawwd4kwylgwu"
|
||||
path="res://.godot/imported/horizontal_door_2.png-ef07ae053cf68532ac0d1a82a375a806.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/Actors/Doors/horizontal_door_2.png"
|
||||
dest_files=["res://.godot/imported/horizontal_door_2.png-ef07ae053cf68532ac0d1a82a375a806.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Sprites/Actors/Doors/horizontal_hidden_door_1.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Doors/horizontal_hidden_door_1.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Actors/Doors/horizontal_hidden_door_1.png
(Stored with Git LFS)
Normal file
BIN
Sprites/Actors/Doors/horizontal_hidden_door_1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/Actors/Doors/horizontal_hidden_door_1.png.import
Normal file
34
Sprites/Actors/Doors/horizontal_hidden_door_1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d3ey7ton7xacy"
|
||||
path="res://.godot/imported/horizontal_hidden_door_1.png-e3708fcd9d36758dd88eac32cb00e2d5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/Actors/Doors/horizontal_hidden_door_1.png"
|
||||
dest_files=["res://.godot/imported/horizontal_hidden_door_1.png-e3708fcd9d36758dd88eac32cb00e2d5.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Sprites/HorizontalDoor.aseprite
(Stored with Git LFS)
BIN
Sprites/HorizontalDoor.aseprite
(Stored with Git LFS)
Binary file not shown.
BIN
Sprites/HorizontalDoor.png
(Stored with Git LFS)
BIN
Sprites/HorizontalDoor.png
(Stored with Git LFS)
Binary file not shown.
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://bqfhagiyjgkf6"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
skew = Vector2(0.073, 0)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue