Intro frames

This commit is contained in:
MaddoScientisto 2025-03-09 19:25:09 +01:00
commit 49e58ff735
92 changed files with 2010 additions and 228 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,10 +3,11 @@ using System;
using System.Diagnostics;
using System.Linq;
using Cirno.Scripts;
using Cirno.Scripts.Interactables;
using Cirno.Scripts.Resources;
using Godot.Collections;
public partial class Interactable : Area2D
public partial class Interactable : Area2D, IInteractable
{
[Export] public Array<LootItem> Requirements = [];

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=24 format=4 uid="uid://bx31ou6tw3kd1"]
[gd_scene load_steps=25 format=4 uid="uid://bx31ou6tw3kd1"]
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_jpse7"]
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_8erab"]
@ -12,11 +12,11 @@
[ext_resource type="Script" uid="uid://bdshph801ac2i" path="res://Scenes/CameraTarget.gd" id="5_cjdx6"]
[ext_resource type="PackedScene" uid="uid://l84on3kv2s52" path="res://Scenes/Door_Horizontal.tscn" id="5_pqyv2"]
[ext_resource type="Script" uid="uid://krean0uywtms" path="res://Scripts/TilemapAvoidance.cs" id="6_2ugqu"]
[ext_resource type="Texture2D" uid="uid://bcqgke6dthlrj" path="res://Sprites/Actors/Rumia.png" id="6_8wgb2"]
[ext_resource type="Script" uid="uid://cnkipcolyj61w" path="res://Scripts/AlarmManager.cs" id="6_m31cm"]
[ext_resource type="Script" uid="uid://d0a0o50j82eo6" path="res://Scripts/Activables/ScriptableBase.cs" id="6_tf4ep"]
[ext_resource type="Script" uid="uid://ddv26x2qilprb" 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"]
[ext_resource type="Texture2D" uid="uid://bbdrws471xslc" path="res://Sprites/Actors/Rumia-world.png" id="10_6rpbc"]
[ext_resource type="PackedScene" uid="uid://cyy5i38sf7fid" path="res://Scenes/Props/Locker.tscn" id="14_6rpbc"]
[ext_resource type="PackedScene" uid="uid://cke02i4e3bxld" path="res://Scenes/Props/MainFrame2.tscn" id="17_u3bx7"]
[ext_resource type="PackedScene" uid="uid://cqrkisw6jg24w" path="res://Scenes/Props/MainFrame1.tscn" id="18_27jx1"]
@ -32,6 +32,10 @@ script = ExtResource("7_u7oae")
TimelineName = "rumia_rebel_base_1"
WaitForCompletion = true
[sub_resource type="AtlasTexture" id="AtlasTexture_cr26l"]
atlas = ExtResource("10_6rpbc")
region = Rect2(0, 0, 8, 16)
[node name="GameScene" type="Node2D"]
process_mode = 3
script = ExtResource("1_jpse7")
@ -86,7 +90,7 @@ Events = Array[Object]([SubResource("Resource_0oces")])
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="Tilemaps/Actors/Rumia"]
texture = ExtResource("6_8wgb2")
texture = SubResource("AtlasTexture_cr26l")
[node name="ControlPad" parent="Tilemaps/Actors/Rumia" node_paths=PackedStringArray("Target") instance=ExtResource("9_700kw")]
Target = NodePath("..")

View file

@ -0,0 +1,8 @@
namespace Cirno.Scripts.Interactables;
public interface IInteractable
{
public bool Activate();
public bool CanActivate();
//protected bool MeetsRequirements();
}

View file

@ -0,0 +1 @@
uid://dykkbbx8w0gup

BIN
Sprites/Actors/Rumia-world.aseprite (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Sprites/Actors/Rumia-world.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bbdrws471xslc"
path="res://.godot/imported/Rumia-world.png-3b229aec4edfb5dbe1c947d2fb9bd71d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Actors/Rumia-world.png"
dest_files=["res://.godot/imported/Rumia-world.png-3b229aec4edfb5dbe1c947d2fb9bd71d.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/Briefing/Intro/blank.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://qs1ffck1nucg"
path="res://.godot/imported/blank.png-f1935e96d38aa0fdc11d68190139f21f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/blank.png"
dest_files=["res://.godot/imported/blank.png-f1935e96d38aa0fdc11d68190139f21f.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/Briefing/Intro/crystal.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bj35ux0k5isf7"
path="res://.godot/imported/crystal.png-a1479fb0a8fa31c93f0546f9f5cb7450.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/crystal.png"
dest_files=["res://.godot/imported/crystal.png-a1479fb0a8fa31c93f0546f9f5cb7450.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/Briefing/Intro/flying/l0_flying1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dhk6ltgdr3cg4"
path="res://.godot/imported/l0_flying1.png-645d4ba7dc135aa929413329ab5e3d87.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/flying/l0_flying1.png"
dest_files=["res://.godot/imported/l0_flying1.png-645d4ba7dc135aa929413329ab5e3d87.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/Briefing/Intro/flying/l0_flying2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bumsg7aydyy3w"
path="res://.godot/imported/l0_flying2.png-cdd713b44edf8ab306884cd7bab7dfa4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/flying/l0_flying2.png"
dest_files=["res://.godot/imported/l0_flying2.png-cdd713b44edf8ab306884cd7bab7dfa4.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/Briefing/Intro/flying/l0_flying3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bqcccpa5yxvqq"
path="res://.godot/imported/l0_flying3.png-e909c23364b85982992e9defbed47b70.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/flying/l0_flying3.png"
dest_files=["res://.godot/imported/l0_flying3.png-e909c23364b85982992e9defbed47b70.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/Briefing/Intro/flying/l1_flying1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dw4jpu12ici43"
path="res://.godot/imported/l1_flying1.png-1662b8f594731de68ea896de19b2c868.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/flying/l1_flying1.png"
dest_files=["res://.godot/imported/l1_flying1.png-1662b8f594731de68ea896de19b2c868.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/Briefing/Intro/flying/l1_flying2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cq8lr56863b1d"
path="res://.godot/imported/l1_flying2.png-27ce45ce4117a6d9f20ed736afbcb809.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/flying/l1_flying2.png"
dest_files=["res://.godot/imported/l1_flying2.png-27ce45ce4117a6d9f20ed736afbcb809.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/Briefing/Intro/flying/l1_flying3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ckfyjls3sl7qd"
path="res://.godot/imported/l1_flying3.png-7eea6c1343208500efd7eea20ddfc434.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/flying/l1_flying3.png"
dest_files=["res://.godot/imported/l1_flying3.png-7eea6c1343208500efd7eea20ddfc434.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/Briefing/Intro/forest/l0_forest1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://psog256b2awf"
path="res://.godot/imported/l0_forest1.png-9660f5a9367b213d8c6db28ada858d0d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/forest/l0_forest1.png"
dest_files=["res://.godot/imported/l0_forest1.png-9660f5a9367b213d8c6db28ada858d0d.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/Briefing/Intro/forest/l1_forest1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2tu55q0l72fy"
path="res://.godot/imported/l1_forest1.png-521261ff52b1134a9adff328d703db4a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/forest/l1_forest1.png"
dest_files=["res://.godot/imported/l1_forest1.png-521261ff52b1134a9adff328d703db4a.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/Briefing/Intro/forest/l2_forest1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cd5expyv4qi6q"
path="res://.godot/imported/l2_forest1.png-3ceb2cbdc76b351f753659715f3cea33.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/forest/l2_forest1.png"
dest_files=["res://.godot/imported/l2_forest1.png-3ceb2cbdc76b351f753659715f3cea33.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/Briefing/Intro/forest/l3_forest1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://2i5skcee1qpd"
path="res://.godot/imported/l3_forest1.png-c146cc54bdee4723f9170535653af0cc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/forest/l3_forest1.png"
dest_files=["res://.godot/imported/l3_forest1.png-c146cc54bdee4723f9170535653af0cc.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/Briefing/Intro/forest/l4_forest1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cygy0f75p5otu"
path="res://.godot/imported/l4_forest1.png-f339505cd200fa6dfdeb79ab484d7ba5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/forest/l4_forest1.png"
dest_files=["res://.godot/imported/l4_forest1.png-f339505cd200fa6dfdeb79ab484d7ba5.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/Briefing/Intro/forest/l5_forest1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bbw3qiwiaqymv"
path="res://.godot/imported/l5_forest1.png-3c9d80c8adc119be238b9b8f302b4750.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/forest/l5_forest1.png"
dest_files=["res://.godot/imported/l5_forest1.png-3c9d80c8adc119be238b9b8f302b4750.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/Briefing/Intro/frame/frame00.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cxnnv2infx0x3"
path="res://.godot/imported/frame00.png-339572138e6d24867e89b037fc819e46.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame00.png"
dest_files=["res://.godot/imported/frame00.png-339572138e6d24867e89b037fc819e46.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/Briefing/Intro/frame/frame01.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://fd0yumojmftt"
path="res://.godot/imported/frame01.png-4d92d19afd7a84eb04d52d57385d0b8d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame01.png"
dest_files=["res://.godot/imported/frame01.png-4d92d19afd7a84eb04d52d57385d0b8d.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/Briefing/Intro/frame/frame02.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgbb3y5ohq33e"
path="res://.godot/imported/frame02.png-0659b2f56bdd61dc2fc6a73bfbef2ee0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame02.png"
dest_files=["res://.godot/imported/frame02.png-0659b2f56bdd61dc2fc6a73bfbef2ee0.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/Briefing/Intro/frame/frame03.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bd21p1jrkujcx"
path="res://.godot/imported/frame03.png-175dbe11ecdac0db9562c45410fb510c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame03.png"
dest_files=["res://.godot/imported/frame03.png-175dbe11ecdac0db9562c45410fb510c.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/Briefing/Intro/frame/frame04.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cos0j62qbvsis"
path="res://.godot/imported/frame04.png-4c30ad58969d880f5c4cccf6fab36086.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame04.png"
dest_files=["res://.godot/imported/frame04.png-4c30ad58969d880f5c4cccf6fab36086.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/Briefing/Intro/frame/frame05.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cky04rl4m4oro"
path="res://.godot/imported/frame05.png-6aeb5ce3c7f20ef47b66ed3b5c945d85.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame05.png"
dest_files=["res://.godot/imported/frame05.png-6aeb5ce3c7f20ef47b66ed3b5c945d85.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/Briefing/Intro/frame/frame06.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://de0y17p07jmn1"
path="res://.godot/imported/frame06.png-f5170ceca239da3842a4e541a9e95137.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame06.png"
dest_files=["res://.godot/imported/frame06.png-f5170ceca239da3842a4e541a9e95137.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/Briefing/Intro/frame/frame07.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cto2pldfnr8kw"
path="res://.godot/imported/frame07.png-3958c2c028a177a03fb4aa9bfd26b752.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame07.png"
dest_files=["res://.godot/imported/frame07.png-3958c2c028a177a03fb4aa9bfd26b752.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/Briefing/Intro/frame/frame08.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dsl64k4fmodh3"
path="res://.godot/imported/frame08.png-bb949f2ff0ac52f73b51533928c7fee3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame08.png"
dest_files=["res://.godot/imported/frame08.png-bb949f2ff0ac52f73b51533928c7fee3.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/Briefing/Intro/frame/frame09.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b2petg8e4ap6l"
path="res://.godot/imported/frame09.png-554073d95f53ce248b1a2f2234d8986f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame09.png"
dest_files=["res://.godot/imported/frame09.png-554073d95f53ce248b1a2f2234d8986f.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/Briefing/Intro/frame/frame10.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://yrqik58yt01x"
path="res://.godot/imported/frame10.png-7aa21e51da3487f2af78a534d08c312a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/frame/frame10.png"
dest_files=["res://.godot/imported/frame10.png-7aa21e51da3487f2af78a534d08c312a.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/Briefing/Intro/reform/l0_reform1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgbgl66rh8eqq"
path="res://.godot/imported/l0_reform1.png-9787d2b28c71f9f7a818b307d1a78886.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l0_reform1.png"
dest_files=["res://.godot/imported/l0_reform1.png-9787d2b28c71f9f7a818b307d1a78886.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/Briefing/Intro/reform/l0_reform2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bhgurmdcrq3vw"
path="res://.godot/imported/l0_reform2.png-569fa241d900f15bd5946f21c244d745.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l0_reform2.png"
dest_files=["res://.godot/imported/l0_reform2.png-569fa241d900f15bd5946f21c244d745.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/Briefing/Intro/reform/l0_reform3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://f7tvkf63c78q"
path="res://.godot/imported/l0_reform3.png-9ddf3e0f197b51ca36b0d0f2cfea2b73.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l0_reform3.png"
dest_files=["res://.godot/imported/l0_reform3.png-9ddf3e0f197b51ca36b0d0f2cfea2b73.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/Briefing/Intro/reform/l0_reform4.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bkmf8l07q8nxo"
path="res://.godot/imported/l0_reform4.png-384affb76c99d6a77663051e275193d0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l0_reform4.png"
dest_files=["res://.godot/imported/l0_reform4.png-384affb76c99d6a77663051e275193d0.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/Briefing/Intro/reform/l1_reform1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://0es2cka6i3c3"
path="res://.godot/imported/l1_reform1.png-6f74ad92fe0b3ff40ffc72fcbc7ec840.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l1_reform1.png"
dest_files=["res://.godot/imported/l1_reform1.png-6f74ad92fe0b3ff40ffc72fcbc7ec840.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/Briefing/Intro/reform/l1_reform2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cv5bjbr5vut1k"
path="res://.godot/imported/l1_reform2.png-79ab7e55eac1056ecffa0a21e8c47656.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l1_reform2.png"
dest_files=["res://.godot/imported/l1_reform2.png-79ab7e55eac1056ecffa0a21e8c47656.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/Briefing/Intro/reform/l1_reform3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cs55pxb8rjgi4"
path="res://.godot/imported/l1_reform3.png-c7cf162f27328967043a51fbde8f05f9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l1_reform3.png"
dest_files=["res://.godot/imported/l1_reform3.png-c7cf162f27328967043a51fbde8f05f9.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/Briefing/Intro/reform/l1_reform4.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bllksnxcn5ri"
path="res://.godot/imported/l1_reform4.png-d5c285003c40dd7b9fd9d26276973f3d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/reform/l1_reform4.png"
dest_files=["res://.godot/imported/l1_reform4.png-d5c285003c40dd7b9fd9d26276973f3d.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/Briefing/Intro/robot pov/l0_robot pov1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d06483xi11poy"
path="res://.godot/imported/l0_robot pov1.png-102f4ef4dab5902a7fe1c9251ca5de48.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l0_robot pov1.png"
dest_files=["res://.godot/imported/l0_robot pov1.png-102f4ef4dab5902a7fe1c9251ca5de48.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/Briefing/Intro/robot pov/l0_robot pov2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cxvc1nkjj5xw6"
path="res://.godot/imported/l0_robot pov2.png-e148a02c67c9f6eb774e39d45e85f3e0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l0_robot pov2.png"
dest_files=["res://.godot/imported/l0_robot pov2.png-e148a02c67c9f6eb774e39d45e85f3e0.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/Briefing/Intro/robot pov/l0_robot pov3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d17le61pa2mq5"
path="res://.godot/imported/l0_robot pov3.png-59a3d92c2ea87a6e85818ad3115262ad.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l0_robot pov3.png"
dest_files=["res://.godot/imported/l0_robot pov3.png-59a3d92c2ea87a6e85818ad3115262ad.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/Briefing/Intro/robot pov/l1_robot pov1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cv1fmski5dvhk"
path="res://.godot/imported/l1_robot pov1.png-c1e67ab6f5c17c91b52d158b791875ce.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l1_robot pov1.png"
dest_files=["res://.godot/imported/l1_robot pov1.png-c1e67ab6f5c17c91b52d158b791875ce.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/Briefing/Intro/robot pov/l1_robot pov2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c8up2c8rs3xmf"
path="res://.godot/imported/l1_robot pov2.png-8821eaf00384bf10699a81479fd58f17.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l1_robot pov2.png"
dest_files=["res://.godot/imported/l1_robot pov2.png-8821eaf00384bf10699a81479fd58f17.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/Briefing/Intro/robot pov/l1_robot pov3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bl6g4muyi6hso"
path="res://.godot/imported/l1_robot pov3.png-0c3fb50a549ab748b3d968b6122f4473.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l1_robot pov3.png"
dest_files=["res://.godot/imported/l1_robot pov3.png-0c3fb50a549ab748b3d968b6122f4473.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/Briefing/Intro/robot pov/l2_robot pov1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cyh6fv64v1y0f"
path="res://.godot/imported/l2_robot pov1.png-c8a9f289ee94c50d98f8a2f7d660da02.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l2_robot pov1.png"
dest_files=["res://.godot/imported/l2_robot pov1.png-c8a9f289ee94c50d98f8a2f7d660da02.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/Briefing/Intro/robot pov/l2_robot pov2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://djj3ferfa5mwv"
path="res://.godot/imported/l2_robot pov2.png-ab0aebdf69fa52a8473aadf7dc4d11c7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l2_robot pov2.png"
dest_files=["res://.godot/imported/l2_robot pov2.png-ab0aebdf69fa52a8473aadf7dc4d11c7.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/Briefing/Intro/robot pov/l2_robot pov3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://burwdwv732smb"
path="res://.godot/imported/l2_robot pov3.png-c48a08c29956547c938268eee4f6c161.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Briefing/Intro/robot pov/l2_robot pov3.png"
dest_files=["res://.godot/imported/l2_robot pov3.png-c48a08c29956547c938268eee4f6c161.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