diff --git a/.gitignore b/.gitignore index ad1ae33..583e132 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Godot 4+ specific ignores .godot/ /android/ +/builds/ # temporary files **/*.tmp -**/*.translation \ No newline at end of file +**/*.translation +**/*~lock~ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e5e6584 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.Babushka.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.Babushka/.idea/.gitignore b/.idea/.idea.Babushka/.idea/.gitignore new file mode 100644 index 0000000..97c2e42 --- /dev/null +++ b/.idea/.idea.Babushka/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/contentModel.xml +/.idea.Babushka.iml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.Babushka/.idea/encodings.xml b/.idea/.idea.Babushka/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Babushka/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Babushka/.idea/indexLayout.xml b/.idea/.idea.Babushka/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Babushka/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Babushka/.idea/inspectionProfiles/Project_Default.xml b/.idea/.idea.Babushka/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..88bef76 --- /dev/null +++ b/.idea/.idea.Babushka/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Babushka/.idea/vcs.xml b/.idea/.idea.Babushka/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.Babushka/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/indexLayout.xml b/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/GdSdk_Master.xml b/.idea/libraries/GdSdk_Master.xml new file mode 100644 index 0000000..8065815 --- /dev/null +++ b/.idea/libraries/GdSdk_Master.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Babushka.csproj b/Babushka.csproj new file mode 100644 index 0000000..e75f04c --- /dev/null +++ b/Babushka.csproj @@ -0,0 +1,6 @@ + + + net8.0 + true + + \ No newline at end of file diff --git a/Babushka.csproj.old b/Babushka.csproj.old new file mode 100644 index 0000000..d7de074 --- /dev/null +++ b/Babushka.csproj.old @@ -0,0 +1,8 @@ + + + net6.0 + net7.0 + net8.0 + true + + \ No newline at end of file diff --git a/Babushka.csproj.old.1 b/Babushka.csproj.old.1 new file mode 100644 index 0000000..887d5d3 --- /dev/null +++ b/Babushka.csproj.old.1 @@ -0,0 +1,8 @@ + + + net6.0 + net7.0 + net8.0 + true + + \ No newline at end of file diff --git a/Babushka.sln b/Babushka.sln new file mode 100644 index 0000000..5e9d756 --- /dev/null +++ b/Babushka.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Babushka", "Babushka.csproj", "{349E0430-96B6-4673-8609-74416BA9B1F6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + ExportDebug|Any CPU = ExportDebug|Any CPU + ExportRelease|Any CPU = ExportRelease|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {349E0430-96B6-4673-8609-74416BA9B1F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {349E0430-96B6-4673-8609-74416BA9B1F6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {349E0430-96B6-4673-8609-74416BA9B1F6}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU + {349E0430-96B6-4673-8609-74416BA9B1F6}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU + {349E0430-96B6-4673-8609-74416BA9B1F6}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU + {349E0430-96B6-4673-8609-74416BA9B1F6}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU + EndGlobalSection +EndGlobal diff --git a/Babushka.sln.DotSettings.user b/Babushka.sln.DotSettings.user new file mode 100644 index 0000000..d4f4df7 --- /dev/null +++ b/Babushka.sln.DotSettings.user @@ -0,0 +1,2 @@ + + ForceIncluded \ No newline at end of file diff --git a/addons/anthonyec.camera_preview/GuiResizerTopLeft.svg b/addons/anthonyec.camera_preview/GuiResizerTopLeft.svg new file mode 100644 index 0000000..fe4dbf5 --- /dev/null +++ b/addons/anthonyec.camera_preview/GuiResizerTopLeft.svg @@ -0,0 +1 @@ + diff --git a/addons/anthonyec.camera_preview/GuiResizerTopLeft.svg.import b/addons/anthonyec.camera_preview/GuiResizerTopLeft.svg.import new file mode 100644 index 0000000..9584d3b --- /dev/null +++ b/addons/anthonyec.camera_preview/GuiResizerTopLeft.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btc01wc11tiid" +path="res://.godot/imported/GuiResizerTopLeft.svg-eb563f557424c74239e878a1213a5bf4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/anthonyec.camera_preview/GuiResizerTopLeft.svg" +dest_files=["res://.godot/imported/GuiResizerTopLeft.svg-eb563f557424c74239e878a1213a5bf4.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 +svg/scale=2.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/addons/anthonyec.camera_preview/GuiResizerTopRight.svg b/addons/anthonyec.camera_preview/GuiResizerTopRight.svg new file mode 100644 index 0000000..dd00953 --- /dev/null +++ b/addons/anthonyec.camera_preview/GuiResizerTopRight.svg @@ -0,0 +1 @@ + diff --git a/addons/anthonyec.camera_preview/GuiResizerTopRight.svg.import b/addons/anthonyec.camera_preview/GuiResizerTopRight.svg.import new file mode 100644 index 0000000..4a1fa5d --- /dev/null +++ b/addons/anthonyec.camera_preview/GuiResizerTopRight.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://04l05jxuyt7k" +path="res://.godot/imported/GuiResizerTopRight.svg-cc1dc8556d51357c5eb0b01d09d8f049.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/anthonyec.camera_preview/GuiResizerTopRight.svg" +dest_files=["res://.godot/imported/GuiResizerTopRight.svg-cc1dc8556d51357c5eb0b01d09d8f049.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 +svg/scale=2.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/addons/anthonyec.camera_preview/Pin.svg b/addons/anthonyec.camera_preview/Pin.svg new file mode 100644 index 0000000..8e5935c --- /dev/null +++ b/addons/anthonyec.camera_preview/Pin.svg @@ -0,0 +1 @@ + diff --git a/addons/anthonyec.camera_preview/Pin.svg.import b/addons/anthonyec.camera_preview/Pin.svg.import new file mode 100644 index 0000000..27d274f --- /dev/null +++ b/addons/anthonyec.camera_preview/Pin.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://do6d60od41vmg" +path="res://.godot/imported/Pin.svg-83b09f5c00a829c5d8b136bf5bae65bc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/anthonyec.camera_preview/Pin.svg" +dest_files=["res://.godot/imported/Pin.svg-83b09f5c00a829c5d8b136bf5bae65bc.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 +svg/scale=2.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/addons/anthonyec.camera_preview/plugin.cfg b/addons/anthonyec.camera_preview/plugin.cfg new file mode 100644 index 0000000..4ad0d4c --- /dev/null +++ b/addons/anthonyec.camera_preview/plugin.cfg @@ -0,0 +1,7 @@ +[plugin] + +name="Little Camera Preview" +description="Shows a picture-in-picture preview of the selected 2D or 3D camera" +author="Anthony Cossins" +version="1.3" +script="plugin.gd" diff --git a/addons/anthonyec.camera_preview/plugin.gd b/addons/anthonyec.camera_preview/plugin.gd new file mode 100644 index 0000000..4e74dd8 --- /dev/null +++ b/addons/anthonyec.camera_preview/plugin.gd @@ -0,0 +1,87 @@ +@tool +extends EditorPlugin + +const preview_scene = preload("res://addons/anthonyec.camera_preview/preview.tscn") + +var preview: CameraPreview +var current_main_screen_name: String + +func _enter_tree() -> void: + main_screen_changed.connect(_on_main_screen_changed) + EditorInterface.get_selection().selection_changed.connect(_on_editor_selection_changed) + + # Initialise preview panel and add to main screen. + preview = preview_scene.instantiate() as CameraPreview + preview.request_hide() + + var main_screen = EditorInterface.get_editor_main_screen() + main_screen.add_child(preview) + +func _exit_tree() -> void: + if preview: + preview.queue_free() + +func _ready() -> void: + # TODO: Currently there is no API to get the main screen name without + # listening to the `EditorPlugin.main_screen_changed` signal: + # https://github.com/godotengine/godot-proposals/issues/2081 + EditorInterface.set_main_screen_editor("Script") + EditorInterface.set_main_screen_editor("3D") + +func _on_main_screen_changed(screen_name: String) -> void: + current_main_screen_name = screen_name + + # TODO: Bit of a hack to prevent pinned staying between view changes on the same scene. + preview.unlink_camera() + _on_editor_selection_changed() + +func _on_editor_selection_changed() -> void: + if not is_main_screen_viewport(): + # This hides the preview "container" and not the preview itself, allowing + # any locked previews to remain visible once switching back to 3D tab. + preview.visible = false + return + + preview.visible = true + + var selected_nodes = EditorInterface.get_selection().get_selected_nodes() + + var selected_camera_3d: Camera3D = find_camera_3d_or_null(selected_nodes) + var selected_camera_2d: Camera2D = find_camera_2d_or_null(selected_nodes) + + if selected_camera_3d and current_main_screen_name == "3D": + preview.link_with_camera_3d(selected_camera_3d) + preview.request_show() + + elif selected_camera_2d and current_main_screen_name == "2D": + preview.link_with_camera_2d(selected_camera_2d) + preview.request_show() + + else: + preview.request_hide() + +func is_main_screen_viewport() -> bool: + return current_main_screen_name == "3D" or current_main_screen_name == "2D" + +func find_camera_3d_or_null(nodes: Array[Node]) -> Camera3D: + var camera: Camera3D + + for node in nodes: + if node is Camera3D: + camera = node as Camera3D + break + + return camera + +func find_camera_2d_or_null(nodes: Array[Node]) -> Camera2D: + var camera: Camera2D + + for node in nodes: + if node is Camera2D: + camera = node as Camera2D + break + + return camera + +func _on_selected_camera_3d_tree_exiting() -> void: + preview.unlink_camera() diff --git a/addons/anthonyec.camera_preview/plugin.gd.uid b/addons/anthonyec.camera_preview/plugin.gd.uid new file mode 100644 index 0000000..e481f52 --- /dev/null +++ b/addons/anthonyec.camera_preview/plugin.gd.uid @@ -0,0 +1 @@ +uid://dxnp5qcip84u7 diff --git a/addons/anthonyec.camera_preview/preview.gd b/addons/anthonyec.camera_preview/preview.gd new file mode 100644 index 0000000..3c07d04 --- /dev/null +++ b/addons/anthonyec.camera_preview/preview.gd @@ -0,0 +1,404 @@ +@tool + +class_name CameraPreview +extends Control + +enum CameraType { + CAMERA_2D, + CAMERA_3D +} + +enum PinnedPosition { + LEFT, + RIGHT, +} + +enum InteractionState { + NONE, + RESIZE, + DRAG, + + # Animation is split into 2 seperate states so that the tween is only + # invoked once in the "start" state. + START_ANIMATE_INTO_PLACE, + ANIMATE_INTO_PLACE, +} + +const margin_3d: Vector2 = Vector2(10, 10) +const margin_2d: Vector2 = Vector2(20, 15) +const panel_margin: float = 2 +const min_panel_size: float = 250 + +@onready var panel: Panel = %Panel +@onready var placeholder: Panel = %Placeholder +@onready var preview_camera_3d: Camera3D = %Camera3D +@onready var preview_camera_2d: Camera2D = %Camera2D +@onready var sub_viewport: SubViewport = %SubViewport +@onready var sub_viewport_text_rect: TextureRect = %TextureRect +@onready var resize_left_handle: Button = %ResizeLeftHandle +@onready var resize_right_handle: Button = %ResizeRightHandle +@onready var lock_button: Button = %LockButton +@onready var gradient: TextureRect = %Gradient +@onready var viewport_margin_container: MarginContainer = %ViewportMarginContainer +@onready var overlay_margin_container: MarginContainer = %OverlayMarginContainer +@onready var overlay_container: Control = %OverlayContainer + +var camera_type: CameraType = CameraType.CAMERA_3D +var pinned_position: PinnedPosition = PinnedPosition.RIGHT +var viewport_ratio: float = 1 +var editor_scale: float = EditorInterface.get_editor_scale() +var is_locked: bool +var show_controls: bool +var selected_camera_3d: Camera3D +var selected_camera_2d: Camera2D + +var state: InteractionState = InteractionState.NONE +var initial_mouse_position: Vector2 +var initial_panel_size: Vector2 +var initial_panel_position: Vector2 + +func _ready() -> void: + # Set initial width. + panel.size.x = min_panel_size * editor_scale + + # Setting texture to viewport in code instead of directly in the editor + # because otherwise an error "Path to node is invalid: Panel/SubViewport" + # on first load. This is harmless but doesn't look great. + # + # This is a known issue: + # https://github.com/godotengine/godot/issues/27790#issuecomment-499740220 + sub_viewport_text_rect.texture = sub_viewport.get_texture() + + # From what I can tell there's something wrong with how an editor theme + # scales when used within a plugin. It seems to ignore the screen scale. + # For instance, a 30x30px button will appear tiny on a retina display. + # + # Someone else had the issue with no luck: + # https://forum.godotengine.org/t/how-to-scale-plugin-controls-to-look-the-same-in-4k-as-1080p/36151 + # + # And seems Dialogic also scales buttons manually: + # https://github.com/dialogic-godot/dialogic/blob/master/addons/dialogic/Editor/Common/sidebar.gd#L25C6-L38 + # + # Maybe I don't know the correct way to do it, so for now the workaround is + # to set the correct size in code using screen scale. + var button_size = Vector2(30, 30) * editor_scale + var margin_size: float = panel_margin * editor_scale + + resize_left_handle.size = button_size + resize_left_handle.pivot_offset = Vector2(0, 0) * editor_scale + + resize_right_handle.size = button_size + resize_right_handle.pivot_offset = Vector2(30, 30) * editor_scale + + lock_button.size = button_size + lock_button.pivot_offset = Vector2(0, 30) * editor_scale + + viewport_margin_container.add_theme_constant_override("margin_left", margin_size) + viewport_margin_container.add_theme_constant_override("margin_top", margin_size) + viewport_margin_container.add_theme_constant_override("margin_right", margin_size) + viewport_margin_container.add_theme_constant_override("margin_bottom", margin_size) + + overlay_margin_container.add_theme_constant_override("margin_left", margin_size) + overlay_margin_container.add_theme_constant_override("margin_top", margin_size) + overlay_margin_container.add_theme_constant_override("margin_right", margin_size) + overlay_margin_container.add_theme_constant_override("margin_bottom", margin_size) + + # Parent node overlay size is not available on first ready, need to wait a + # frame for it to be drawn. + await get_tree().process_frame + + # Anchors are set in code because setting them in the editor UI doesn't take + # editor scale into account. + resize_left_handle.position = Vector2(0, 0) + resize_right_handle.set_anchors_preset(Control.PRESET_TOP_LEFT) + + resize_right_handle.position = Vector2(overlay_container.size.x - button_size.x, 0) + resize_right_handle.set_anchors_preset(Control.PRESET_TOP_RIGHT) + + lock_button.position = Vector2(0, overlay_container.size.y - button_size.y) + lock_button.set_anchors_preset(Control.PRESET_BOTTOM_LEFT) + +func _process(_delta: float) -> void: + if not visible: return + + match state: + InteractionState.NONE: + panel.size = get_clamped_size(panel.size) + panel.position = get_pinned_position(pinned_position) + + InteractionState.RESIZE: + var delta_mouse_position = initial_mouse_position - get_global_mouse_position() + var resized_size = panel.size + + if pinned_position == PinnedPosition.LEFT: + resized_size = initial_panel_size - delta_mouse_position + + if pinned_position == PinnedPosition.RIGHT: + resized_size = initial_panel_size + delta_mouse_position + + panel.size = get_clamped_size(resized_size) + panel.position = get_pinned_position(pinned_position) + + InteractionState.DRAG: + placeholder.size = panel.size + + var global_mouse_position = get_global_mouse_position() + var offset = initial_mouse_position - initial_panel_position + + panel.global_position = global_mouse_position - offset + + if global_mouse_position.x < global_position.x + size.x / 2: + pinned_position = PinnedPosition.LEFT + else: + pinned_position = PinnedPosition.RIGHT + + placeholder.position = get_pinned_position(pinned_position) + + InteractionState.START_ANIMATE_INTO_PLACE: + var final_position: Vector2 = get_pinned_position(pinned_position) + var tween = get_tree().create_tween() + + tween.set_ease(Tween.EASE_OUT) + tween.set_trans(Tween.TRANS_CUBIC) + tween.tween_property(panel, "position", final_position, 0.3) + + tween.finished.connect(func(): + panel.position = final_position + state = InteractionState.NONE + ) + + state = InteractionState.ANIMATE_INTO_PLACE + + # I couldn't get `mouse_entered` and `mouse_exited` events to work + # nicely, so I use rect method instead. Plus using this method it's easy to + # grow the hit area size. + var panel_hover_rect = Rect2(panel.global_position, panel.size) + panel_hover_rect = panel_hover_rect.grow(40) + + var mouse_position = get_global_mouse_position() + + show_controls = state != InteractionState.NONE or panel_hover_rect.has_point(mouse_position) + + # UI visibility. + resize_left_handle.visible = show_controls and pinned_position == PinnedPosition.RIGHT + resize_right_handle.visible = show_controls and pinned_position == PinnedPosition.LEFT + lock_button.visible = show_controls or is_locked + placeholder.visible = state == InteractionState.DRAG or state == InteractionState.ANIMATE_INTO_PLACE + gradient.visible = show_controls + + # Sync camera settings. + if camera_type == CameraType.CAMERA_3D and selected_camera_3d: + sub_viewport.size = panel.size + + # Sync position and rotation without using a `RemoteTransform` node + # because if you save a camera as a scene, the remote transform node will + # be stored within the scene. Also it's harder to keep the remote + # transform `remote_path` up-to-date with scene changes, which causes + # many errors. + preview_camera_3d.global_position = selected_camera_3d.global_position + preview_camera_3d.global_rotation = selected_camera_3d.global_rotation + + preview_camera_3d.fov = selected_camera_3d.fov + preview_camera_3d.projection = selected_camera_3d.projection + preview_camera_3d.size = selected_camera_3d.size + preview_camera_3d.cull_mask = selected_camera_3d.cull_mask + preview_camera_3d.keep_aspect = selected_camera_3d.keep_aspect + preview_camera_3d.near = selected_camera_3d.near + preview_camera_3d.far = selected_camera_3d.far + preview_camera_3d.h_offset = selected_camera_3d.h_offset + preview_camera_3d.v_offset = selected_camera_3d.v_offset + preview_camera_3d.attributes = selected_camera_3d.attributes + preview_camera_3d.environment = selected_camera_3d.environment + + if camera_type == CameraType.CAMERA_2D and selected_camera_2d: + var project_window_size = get_project_window_size() + var ratio = project_window_size.x / panel.size.x + + # TODO: Is there a better way to fix this? + # The camera border is visible sometimes due to pixel rounding. + # Subtract 1px from right and bottom to hide this. + var hide_camera_border_fix = Vector2(1, 1) + + sub_viewport.size = panel.size + sub_viewport.size_2d_override = (panel.size - hide_camera_border_fix) * ratio + sub_viewport.size_2d_override_stretch = true + + preview_camera_2d.global_position = selected_camera_2d.global_position + preview_camera_2d.global_rotation = selected_camera_2d.global_rotation + + preview_camera_2d.offset = selected_camera_2d.offset + preview_camera_2d.zoom = selected_camera_2d.zoom + preview_camera_2d.ignore_rotation = selected_camera_2d.ignore_rotation + preview_camera_2d.anchor_mode = selected_camera_2d.anchor_mode + preview_camera_2d.limit_left = selected_camera_2d.limit_left + preview_camera_2d.limit_right = selected_camera_2d.limit_right + preview_camera_2d.limit_top = selected_camera_2d.limit_top + preview_camera_2d.limit_bottom = selected_camera_2d.limit_bottom + +func link_with_camera_3d(camera_3d: Camera3D) -> void: + # TODO: Camera may not be ready since this method is called in `_enter_tree` + # in the plugin because of a workaround for: + # https://github.com/godotengine/godot-proposals/issues/2081 + if not preview_camera_3d: + return request_hide() + + var is_different_camera = camera_3d != preview_camera_3d + + # TODO: A bit messy. + if is_different_camera: + if preview_camera_3d.tree_exiting.is_connected(unlink_camera): + preview_camera_3d.tree_exiting.disconnect(unlink_camera) + + if not camera_3d.tree_exiting.is_connected(unlink_camera): + camera_3d.tree_exiting.connect(unlink_camera) + + sub_viewport.disable_3d = false + sub_viewport.world_3d = camera_3d.get_world_3d() + + selected_camera_3d = camera_3d + camera_type = CameraType.CAMERA_3D + +func link_with_camera_2d(camera_2d: Camera2D) -> void: + if not preview_camera_2d: + return request_hide() + + var is_different_camera = camera_2d != preview_camera_2d + + # TODO: A bit messy. + if is_different_camera: + if preview_camera_2d.tree_exiting.is_connected(unlink_camera): + preview_camera_2d.tree_exiting.disconnect(unlink_camera) + + if not camera_2d.tree_exiting.is_connected(unlink_camera): + camera_2d.tree_exiting.connect(unlink_camera) + + sub_viewport.disable_3d = true + sub_viewport.world_2d = camera_2d.get_world_2d() + + selected_camera_2d = camera_2d + camera_type = CameraType.CAMERA_2D + +func unlink_camera() -> void: + if selected_camera_3d: + selected_camera_3d = null + + if selected_camera_2d: + selected_camera_2d = null + + is_locked = false + lock_button.button_pressed = false + +func request_hide() -> void: + if is_locked: return + visible = false + +func request_show() -> void: + visible = true + +func get_pinned_position(pinned_position: PinnedPosition) -> Vector2: + var margin: Vector2 = margin_3d * editor_scale + + if camera_type == CameraType.CAMERA_2D: + margin = margin_2d * editor_scale + + match pinned_position: + PinnedPosition.LEFT: + return Vector2.ZERO - Vector2(0, panel.size.y) - Vector2(-margin.x, margin.y) + PinnedPosition.RIGHT: + return size - panel.size - margin + _: + assert(false, "Unknown pinned position %s" % str(pinned_position)) + + return Vector2.ZERO + +func get_clamped_size(desired_size: Vector2) -> Vector2: + var viewport_ratio = get_project_window_ratio() + var editor_viewport_size = get_editor_viewport_size() + + var max_bounds = Vector2( + editor_viewport_size.x * 0.6, + editor_viewport_size.y * 0.8 + ) + + var clamped_size = desired_size + + # Apply aspect ratio. + clamped_size = Vector2(clamped_size.x, clamped_size.x * viewport_ratio) + + # Clamp the max size while respecting the aspect ratio. + if clamped_size.y >= max_bounds.y: + clamped_size.x = max_bounds.y / viewport_ratio + clamped_size.y = max_bounds.y + + if clamped_size.x >= max_bounds.x: + clamped_size.x = max_bounds.x + clamped_size.y = max_bounds.x * viewport_ratio + + # Clamp the min size based on if it's portrait or landscape. Portrait min + # size should be based on it's height. Landscape min size is based on it's + # width instead. Applying min width to a portrait size would make it too big. + var is_portrait = viewport_ratio > 1 + + if is_portrait and clamped_size.y <= min_panel_size * editor_scale: + clamped_size.x = min_panel_size / viewport_ratio + clamped_size.y = min_panel_size + clamped_size = clamped_size * editor_scale + + if not is_portrait and clamped_size.x <= min_panel_size * editor_scale: + clamped_size.x = min_panel_size + clamped_size.y = min_panel_size * viewport_ratio + clamped_size = clamped_size * editor_scale + + # Round down to avoid sub-pixel artifacts, mainly seen around the margins. + return clamped_size.floor() + +func get_project_window_size() -> Vector2: + var window_width = float(ProjectSettings.get_setting("display/window/size/viewport_width")) + var window_height = float(ProjectSettings.get_setting("display/window/size/viewport_height")) + + return Vector2(window_width, window_height) + +func get_project_window_ratio() -> float: + var project_window_size = get_project_window_size() + + return project_window_size.y / project_window_size.x + +func get_editor_viewport_size() -> Vector2: + var fallback_size = EditorInterface.get_editor_main_screen().size + + # There isn't an API for getting the viewport node. Instead it has to be + # found by checking the parent's parent of the subviewport and find + # the correct node based on name and class. + var editor_sub_viewport_3d = EditorInterface.get_editor_viewport_3d(0) + var editor_viewport_container = editor_sub_viewport_3d.get_parent().get_parent().get_parent() + + # Early return incase editor tree structure has changed. + if editor_viewport_container.get_class() != "Node3DEditorViewportContainer": + return fallback_size + + return editor_viewport_container.size + +func _on_resize_handle_button_down() -> void: + if state != InteractionState.NONE: return + + state = InteractionState.RESIZE + initial_mouse_position = get_global_mouse_position() + initial_panel_size = panel.size + +func _on_resize_handle_button_up() -> void: + state = InteractionState.NONE + +func _on_drag_handle_button_down() -> void: + if state != InteractionState.NONE: return + + state = InteractionState.DRAG + initial_mouse_position = get_global_mouse_position() + initial_panel_position = panel.global_position + +func _on_drag_handle_button_up() -> void: + if state != InteractionState.DRAG: return + + state = InteractionState.START_ANIMATE_INTO_PLACE + +func _on_lock_button_pressed() -> void: + is_locked = !is_locked diff --git a/addons/anthonyec.camera_preview/preview.gd.uid b/addons/anthonyec.camera_preview/preview.gd.uid new file mode 100644 index 0000000..f71f91e --- /dev/null +++ b/addons/anthonyec.camera_preview/preview.gd.uid @@ -0,0 +1 @@ +uid://dcq364kglr71e diff --git a/addons/anthonyec.camera_preview/preview.tscn b/addons/anthonyec.camera_preview/preview.tscn new file mode 100644 index 0000000..6dec772 --- /dev/null +++ b/addons/anthonyec.camera_preview/preview.tscn @@ -0,0 +1,200 @@ +[gd_scene load_steps=8 format=3 uid="uid://xybmfvufjuv"] + +[ext_resource type="Script" uid="uid://dcq364kglr71e" path="res://addons/anthonyec.camera_preview/preview.gd" id="1_6b32r"] +[ext_resource type="Texture2D" uid="uid://do6d60od41vmg" path="res://addons/anthonyec.camera_preview/Pin.svg" id="2_p0pa8"] +[ext_resource type="Texture2D" uid="uid://btc01wc11tiid" path="res://addons/anthonyec.camera_preview/GuiResizerTopLeft.svg" id="2_t64ej"] +[ext_resource type="Texture2D" uid="uid://04l05jxuyt7k" path="res://addons/anthonyec.camera_preview/GuiResizerTopRight.svg" id="3_6yuab"] + +[sub_resource type="ViewportTexture" id="ViewportTexture_hchdq"] +viewport_path = NodePath("Panel/SubViewport") + +[sub_resource type="Gradient" id="Gradient_11p6r"] +offsets = PackedFloat32Array(0, 0.3, 0.6, 1) +colors = PackedColorArray(0, 0, 0, 0.235294, 0, 0, 0, 0.0784314, 0, 0, 0, 0.0784314, 0, 0, 0, 0.235294) + +[sub_resource type="GradientTexture2D" id="GradientTexture2D_4dkve"] +gradient = SubResource("Gradient_11p6r") +width = 256 +height = 256 +fill_to = Vector2(2.08165e-12, 1) + +[node name="Preview" type="Control"] +z_index = 999 +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_6b32r") + +[node name="Placeholder" type="Panel" parent="."] +unique_name_in_owner = true +visible = false +modulate = Color(1, 1, 1, 0.705882) +layout_mode = 1 +anchors_preset = 3 +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -40.0 +offset_top = -40.0 +offset_right = 410.0 +offset_bottom = 410.0 +grow_horizontal = 0 +grow_vertical = 0 + +[node name="Panel" type="Panel" parent="."] +unique_name_in_owner = true +clip_contents = true +layout_mode = 1 +anchors_preset = 3 +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -520.0 +offset_top = -908.889 +offset_right = -20.0 +offset_bottom = -20.0 +grow_horizontal = 0 +grow_vertical = 0 +pivot_offset = Vector2(450, 300) + +[node name="SubViewport" type="SubViewport" parent="Panel"] +unique_name_in_owner = true +handle_input_locally = false +gui_disable_input = true +size_2d_override_stretch = true + +[node name="Camera3D" type="Camera3D" parent="Panel/SubViewport"] +unique_name_in_owner = true +current = true + +[node name="Camera2D" type="Camera2D" parent="Panel/SubViewport"] +unique_name_in_owner = true +ignore_rotation = false + +[node name="ViewportMarginContainer" type="MarginContainer" parent="Panel"] +unique_name_in_owner = true +clip_contents = true +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 2 +theme_override_constants/margin_left = 4 +theme_override_constants/margin_top = 4 +theme_override_constants/margin_right = 4 +theme_override_constants/margin_bottom = 4 + +[node name="TextureRect" type="TextureRect" parent="Panel/ViewportMarginContainer"] +unique_name_in_owner = true +layout_mode = 2 +texture = SubResource("ViewportTexture_hchdq") +expand_mode = 1 + +[node name="Gradient" type="TextureRect" parent="Panel"] +unique_name_in_owner = true +visible = false +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 2 +texture = SubResource("GradientTexture2D_4dkve") + +[node name="OverlayMarginContainer" type="MarginContainer" parent="Panel"] +unique_name_in_owner = true +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 2 +theme_override_constants/margin_left = 4 +theme_override_constants/margin_top = 4 +theme_override_constants/margin_right = 4 +theme_override_constants/margin_bottom = 4 + +[node name="OverlayContainer" type="Control" parent="Panel/OverlayMarginContainer"] +unique_name_in_owner = true +clip_contents = true +layout_mode = 2 +mouse_filter = 2 + +[node name="DragHandle" type="Button" parent="Panel/OverlayMarginContainer/OverlayContainer"] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +focus_mode = 0 +flat = true + +[node name="ResizeLeftHandle" type="Button" parent="Panel/OverlayMarginContainer/OverlayContainer"] +unique_name_in_owner = true +visible = false +layout_mode = 1 +offset_right = 60.0 +offset_bottom = 60.0 +size_flags_horizontal = 0 +size_flags_vertical = 0 +mouse_default_cursor_shape = 12 +icon = ExtResource("2_t64ej") +flat = true +icon_alignment = 1 +expand_icon = true + +[node name="ResizeRightHandle" type="Button" parent="Panel/OverlayMarginContainer/OverlayContainer"] +unique_name_in_owner = true +visible = false +layout_mode = 1 +anchors_preset = 1 +anchor_left = 1.0 +anchor_right = 1.0 +offset_left = -60.0 +offset_bottom = 60.0 +pivot_offset = Vector2(60, 60) +size_flags_horizontal = 8 +size_flags_vertical = 0 +mouse_default_cursor_shape = 11 +icon = ExtResource("3_6yuab") +flat = true +icon_alignment = 1 +expand_icon = true + +[node name="LockButton" type="Button" parent="Panel/OverlayMarginContainer/OverlayContainer"] +unique_name_in_owner = true +visible = false +layout_mode = 1 +anchors_preset = 2 +anchor_top = 1.0 +anchor_bottom = 1.0 +offset_top = -60.0 +offset_right = 60.0 +pivot_offset = Vector2(0, 60) +size_flags_horizontal = 0 +size_flags_vertical = 8 +tooltip_text = "Always Show Preview" +toggle_mode = true +icon = ExtResource("2_p0pa8") +flat = true +icon_alignment = 1 +expand_icon = true + +[connection signal="button_down" from="Panel/OverlayMarginContainer/OverlayContainer/DragHandle" to="." method="_on_drag_handle_button_down"] +[connection signal="button_up" from="Panel/OverlayMarginContainer/OverlayContainer/DragHandle" to="." method="_on_drag_handle_button_up"] +[connection signal="renamed" from="Panel/OverlayMarginContainer/OverlayContainer/DragHandle" to="." method="_on_drag_handle_renamed"] +[connection signal="button_down" from="Panel/OverlayMarginContainer/OverlayContainer/ResizeLeftHandle" to="." method="_on_resize_handle_button_down"] +[connection signal="button_up" from="Panel/OverlayMarginContainer/OverlayContainer/ResizeLeftHandle" to="." method="_on_resize_handle_button_up"] +[connection signal="button_down" from="Panel/OverlayMarginContainer/OverlayContainer/ResizeRightHandle" to="." method="_on_resize_handle_button_down"] +[connection signal="button_up" from="Panel/OverlayMarginContainer/OverlayContainer/ResizeRightHandle" to="." method="_on_resize_handle_button_up"] +[connection signal="pressed" from="Panel/OverlayMarginContainer/OverlayContainer/LockButton" to="." method="_on_lock_button_pressed"] diff --git a/addons/dialogic/Core/DialogicGameHandler.gd.uid b/addons/dialogic/Core/DialogicGameHandler.gd.uid new file mode 100644 index 0000000..4ac6dbd --- /dev/null +++ b/addons/dialogic/Core/DialogicGameHandler.gd.uid @@ -0,0 +1 @@ +uid://c0ucrkws16k4i diff --git a/addons/dialogic/Core/DialogicResourceUtil.gd.uid b/addons/dialogic/Core/DialogicResourceUtil.gd.uid new file mode 100644 index 0000000..1dc3bb8 --- /dev/null +++ b/addons/dialogic/Core/DialogicResourceUtil.gd.uid @@ -0,0 +1 @@ +uid://cp8y6bxaigt7e diff --git a/addons/dialogic/Core/DialogicUtil.gd.uid b/addons/dialogic/Core/DialogicUtil.gd.uid new file mode 100644 index 0000000..ef4dd07 --- /dev/null +++ b/addons/dialogic/Core/DialogicUtil.gd.uid @@ -0,0 +1 @@ +uid://bomsqbbajkvag diff --git a/addons/dialogic/Core/Dialogic_Subsystem.gd.uid b/addons/dialogic/Core/Dialogic_Subsystem.gd.uid new file mode 100644 index 0000000..0020358 --- /dev/null +++ b/addons/dialogic/Core/Dialogic_Subsystem.gd.uid @@ -0,0 +1 @@ +uid://vqjpqkl5rmom diff --git a/addons/dialogic/Core/index_class.gd.uid b/addons/dialogic/Core/index_class.gd.uid new file mode 100644 index 0000000..3a1054c --- /dev/null +++ b/addons/dialogic/Core/index_class.gd.uid @@ -0,0 +1 @@ +uid://qn2wgcosejiw diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.gd.uid b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.gd.uid new file mode 100644 index 0000000..f1f4d8b --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.gd.uid @@ -0,0 +1 @@ +uid://bipo5hdfv3epn diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.tscn b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.tscn index 1392a18..3f9265e 100644 --- a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.tscn +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cfcs7lb6gqnmd"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.gd" id="1_isys8"] +[ext_resource type="Script" uid="uid://bipo5hdfv3epn" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_exports.gd" id="1_isys8"] [node name="Settings" type="VBoxContainer"] custom_minimum_size = Vector2(0, 35) diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.gd.uid b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.gd.uid new file mode 100644 index 0000000..04c9bc8 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.gd.uid @@ -0,0 +1 @@ +uid://we5rp2oyvypl diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.tscn b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.tscn index 9fa25c2..0271fd8 100644 --- a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.tscn +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://crke8suvv52c6"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.gd" id="1_76vf2"] +[ext_resource type="Script" uid="uid://we5rp2oyvypl" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_layout.gd" id="1_76vf2"] [ext_resource type="PackedScene" uid="uid://dtimnsj014cu" path="res://addons/dialogic/Editor/Events/Fields/field_vector2.tscn" id="2_c8kyi"] [node name="Layout" type="HFlowContainer"] diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.gd.uid b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.gd.uid new file mode 100644 index 0000000..c676d57 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.gd.uid @@ -0,0 +1 @@ +uid://cgaygwgc73gbp diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.tscn b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.tscn index 41a38dd..fc127f0 100644 --- a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.tscn +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://djq4aasoihexj"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.gd" id="1_ht8lu"] +[ext_resource type="Script" uid="uid://cgaygwgc73gbp" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main.gd" id="1_ht8lu"] [ext_resource type="PackedScene" uid="uid://7mvxuaulctcq" path="res://addons/dialogic/Editor/Events/Fields/field_file.tscn" id="2_k8xs0"] [ext_resource type="PackedScene" uid="uid://b1wn8r84uh11b" path="res://addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.tscn" id="3_ngvgq"] -[sub_resource type="Image" id="Image_tg5pd"] +[sub_resource type="Image" id="Image_m6kd3"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -14,7 +14,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_f5xt2"] -image = SubResource("Image_tg5pd") +image = SubResource("Image_m6kd3") [node name="Scene" type="GridContainer"] offset_right = 298.0 diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.gd.uid b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.gd.uid new file mode 100644 index 0000000..b327060 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.gd.uid @@ -0,0 +1 @@ +uid://bj2w8wy64e87i diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.tscn b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.tscn index 25b7d7c..5b11a9a 100644 --- a/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.tscn +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://ba5w02lm3ewkj"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.gd" id="1_mttrr"] +[ext_resource type="Script" uid="uid://bj2w8wy64e87i" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_p_section_main_exports.gd" id="1_mttrr"] [node name="MainExports" type="VBoxContainer"] offset_right = 374.0 diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_section_general.gd.uid b/addons/dialogic/Editor/CharacterEditor/char_edit_section_general.gd.uid new file mode 100644 index 0000000..0b00fe2 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_section_general.gd.uid @@ -0,0 +1 @@ +uid://cj21jlbij33mx diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_section_general.tscn b/addons/dialogic/Editor/CharacterEditor/char_edit_section_general.tscn index 60f89a6..0dd52c5 100644 --- a/addons/dialogic/Editor/CharacterEditor/char_edit_section_general.tscn +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_section_general.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://bnkck3hocbkk5"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_section_general.gd" id="1_3e1i1"] +[ext_resource type="Script" uid="uid://cj21jlbij33mx" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_section_general.gd" id="1_3e1i1"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_cxfqm"] -[sub_resource type="Image" id="Image_yiygw"] +[sub_resource type="Image" id="Image_ywoka"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_hx3oq"] -image = SubResource("Image_yiygw") +image = SubResource("Image_ywoka") [node name="General" type="GridContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.gd.uid b/addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.gd.uid new file mode 100644 index 0000000..fc36801 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.gd.uid @@ -0,0 +1 @@ +uid://x5a7jcmpdwvn diff --git a/addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.tscn b/addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.tscn index 0f1874a..ee42d8d 100644 --- a/addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.tscn +++ b/addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://cmrgbo8qi145o"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.gd" id="1_6sxsl"] +[ext_resource type="Script" uid="uid://x5a7jcmpdwvn" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.gd" id="1_6sxsl"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="2_birla"] [ext_resource type="PackedScene" uid="uid://dtimnsj014cu" path="res://addons/dialogic/Editor/Events/Fields/field_vector2.tscn" id="3_vcvin"] diff --git a/addons/dialogic/Editor/CharacterEditor/character_editor.gd.uid b/addons/dialogic/Editor/CharacterEditor/character_editor.gd.uid new file mode 100644 index 0000000..8811ce8 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/character_editor.gd.uid @@ -0,0 +1 @@ +uid://cp531dtjqotvl diff --git a/addons/dialogic/Editor/CharacterEditor/character_editor.tscn b/addons/dialogic/Editor/CharacterEditor/character_editor.tscn index cef90fd..dee60f1 100644 --- a/addons/dialogic/Editor/CharacterEditor/character_editor.tscn +++ b/addons/dialogic/Editor/CharacterEditor/character_editor.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=11 format=3 uid="uid://dlskc36c5hrwv"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/character_editor.gd" id="2"] +[ext_resource type="Script" uid="uid://cp531dtjqotvl" path="res://addons/dialogic/Editor/CharacterEditor/character_editor.gd" id="2"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_uhhqs"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/character_editor_portrait_tree.gd" id="2_vad0i"] +[ext_resource type="Script" uid="uid://dr2wwtcytw5ew" path="res://addons/dialogic/Editor/CharacterEditor/character_editor_portrait_tree.gd" id="2_vad0i"] [ext_resource type="Texture2D" uid="uid://babwe22dqjta" path="res://addons/dialogic/Editor/Images/Pieces/add-folder.svg" id="3_v1qnr"] -[sub_resource type="Image" id="Image_s4mcg"] +[sub_resource type="Image" id="Image_r5ayh"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -15,9 +15,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_oab13"] -image = SubResource("Image_s4mcg") +image = SubResource("Image_r5ayh") -[sub_resource type="Image" id="Image_fnxud"] +[sub_resource type="Image" id="Image_2j4b6"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -27,7 +27,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_u1a6g"] -image = SubResource("Image_fnxud") +image = SubResource("Image_2j4b6") [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_es2rd"] diff --git a/addons/dialogic/Editor/CharacterEditor/character_editor_main_settings_section.gd.uid b/addons/dialogic/Editor/CharacterEditor/character_editor_main_settings_section.gd.uid new file mode 100644 index 0000000..206ddb7 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/character_editor_main_settings_section.gd.uid @@ -0,0 +1 @@ +uid://dkp1qmt58ftif diff --git a/addons/dialogic/Editor/CharacterEditor/character_editor_portrait_settings_section.gd.uid b/addons/dialogic/Editor/CharacterEditor/character_editor_portrait_settings_section.gd.uid new file mode 100644 index 0000000..344b950 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/character_editor_portrait_settings_section.gd.uid @@ -0,0 +1 @@ +uid://3x3ci2unyajw diff --git a/addons/dialogic/Editor/CharacterEditor/character_editor_portrait_tree.gd.uid b/addons/dialogic/Editor/CharacterEditor/character_editor_portrait_tree.gd.uid new file mode 100644 index 0000000..254ae13 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/character_editor_portrait_tree.gd.uid @@ -0,0 +1 @@ +uid://dr2wwtcytw5ew diff --git a/addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.gd.uid b/addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.gd.uid new file mode 100644 index 0000000..aeff2c5 --- /dev/null +++ b/addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.gd.uid @@ -0,0 +1 @@ +uid://yqyr04siupqp diff --git a/addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.tscn b/addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.tscn index 3e4ecc1..0ba5cc2 100644 --- a/addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.tscn +++ b/addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=11 format=3 uid="uid://b1wn8r84uh11b"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.gd" id="1_an6nc"] +[ext_resource type="Script" uid="uid://yqyr04siupqp" path="res://addons/dialogic/Editor/CharacterEditor/portrait_scene_browser.gd" id="1_an6nc"] [sub_resource type="Gradient" id="Gradient_0o1u0"] colors = PackedColorArray(0.100572, 0.303996, 0.476999, 1, 0.296448, 0.231485, 0.52887, 1) @@ -47,7 +47,7 @@ expand_margin_top = 2.0 expand_margin_right = 2.0 expand_margin_bottom = 2.0 -[sub_resource type="Image" id="Image_lwe0k"] +[sub_resource type="Image" id="Image_h0nfr"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -57,7 +57,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_d2gam"] -image = SubResource("Image_lwe0k") +image = SubResource("Image_h0nfr") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lf1ht"] bg_color = Color(0.0588235, 0.0313726, 0.0980392, 1) diff --git a/addons/dialogic/Editor/Common/BrowserItem.gd.uid b/addons/dialogic/Editor/Common/BrowserItem.gd.uid new file mode 100644 index 0000000..70eec38 --- /dev/null +++ b/addons/dialogic/Editor/Common/BrowserItem.gd.uid @@ -0,0 +1 @@ +uid://ceimc7c86f46i diff --git a/addons/dialogic/Editor/Common/BrowserItem.tscn b/addons/dialogic/Editor/Common/BrowserItem.tscn index 4abc87b..0e49435 100644 --- a/addons/dialogic/Editor/Common/BrowserItem.tscn +++ b/addons/dialogic/Editor/Common/BrowserItem.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=6 format=3 uid="uid://ddlxjde1cx035"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/BrowserItem.gd" id="1_s3kf0"] +[ext_resource type="Script" uid="uid://ceimc7c86f46i" path="res://addons/dialogic/Editor/Common/BrowserItem.gd" id="1_s3kf0"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pfw08"] bg_color = Color(1, 1, 1, 0.32549) diff --git a/addons/dialogic/Editor/Common/DCSS.gd.uid b/addons/dialogic/Editor/Common/DCSS.gd.uid new file mode 100644 index 0000000..f36855d --- /dev/null +++ b/addons/dialogic/Editor/Common/DCSS.gd.uid @@ -0,0 +1 @@ +uid://ms28oo6b8eae diff --git a/addons/dialogic/Editor/Common/ReferenceManager_AddReplacementPanel.gd.uid b/addons/dialogic/Editor/Common/ReferenceManager_AddReplacementPanel.gd.uid new file mode 100644 index 0000000..b1f6c3f --- /dev/null +++ b/addons/dialogic/Editor/Common/ReferenceManager_AddReplacementPanel.gd.uid @@ -0,0 +1 @@ +uid://6if0jk4aaqen diff --git a/addons/dialogic/Editor/Common/broken_reference_manager.gd.uid b/addons/dialogic/Editor/Common/broken_reference_manager.gd.uid new file mode 100644 index 0000000..9efadbb --- /dev/null +++ b/addons/dialogic/Editor/Common/broken_reference_manager.gd.uid @@ -0,0 +1 @@ +uid://b8d5po250kd3h diff --git a/addons/dialogic/Editor/Common/hint_tooltip_icon.gd.uid b/addons/dialogic/Editor/Common/hint_tooltip_icon.gd.uid new file mode 100644 index 0000000..7cd6dfb --- /dev/null +++ b/addons/dialogic/Editor/Common/hint_tooltip_icon.gd.uid @@ -0,0 +1 @@ +uid://de2p5yn847gb7 diff --git a/addons/dialogic/Editor/Common/hint_tooltip_icon.tscn b/addons/dialogic/Editor/Common/hint_tooltip_icon.tscn index 3ee10fb..9bc3ff9 100644 --- a/addons/dialogic/Editor/Common/hint_tooltip_icon.tscn +++ b/addons/dialogic/Editor/Common/hint_tooltip_icon.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=4 format=3 uid="uid://dbpkta2tjsqim"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.gd" id="1_x8t45"] +[ext_resource type="Script" uid="uid://de2p5yn847gb7" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.gd" id="1_x8t45"] -[sub_resource type="Image" id="Image_eiyxd"] +[sub_resource type="Image" id="Image_c5s34"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -12,7 +12,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_lseut"] -image = SubResource("Image_eiyxd") +image = SubResource("Image_c5s34") [node name="HintTooltip" type="TextureRect"] modulate = Color(0, 0, 0, 1) diff --git a/addons/dialogic/Editor/Common/reference_manager.gd.uid b/addons/dialogic/Editor/Common/reference_manager.gd.uid new file mode 100644 index 0000000..70cf363 --- /dev/null +++ b/addons/dialogic/Editor/Common/reference_manager.gd.uid @@ -0,0 +1 @@ +uid://b5c55h6k7srul diff --git a/addons/dialogic/Editor/Common/reference_manager.tscn b/addons/dialogic/Editor/Common/reference_manager.tscn index 0bd6073..064eb7c 100644 --- a/addons/dialogic/Editor/Common/reference_manager.tscn +++ b/addons/dialogic/Editor/Common/reference_manager.tscn @@ -1,14 +1,14 @@ [gd_scene load_steps=13 format=3 uid="uid://c7lmt5cp7bxcm"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/reference_manager.gd" id="1_3t531"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/broken_reference_manager.gd" id="1_agmg4"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/ReferenceManager_AddReplacementPanel.gd" id="2_tt4jd"] +[ext_resource type="Script" uid="uid://b5c55h6k7srul" path="res://addons/dialogic/Editor/Common/reference_manager.gd" id="1_3t531"] +[ext_resource type="Script" uid="uid://b8d5po250kd3h" path="res://addons/dialogic/Editor/Common/broken_reference_manager.gd" id="1_agmg4"] +[ext_resource type="Script" uid="uid://6if0jk4aaqen" path="res://addons/dialogic/Editor/Common/ReferenceManager_AddReplacementPanel.gd" id="2_tt4jd"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="3_yomsc"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/unique_identifiers_manager.gd" id="5_wnvbq"] +[ext_resource type="Script" uid="uid://cl5wt1761s64q" path="res://addons/dialogic/Editor/Common/unique_identifiers_manager.gd" id="5_wnvbq"] [sub_resource type="ButtonGroup" id="ButtonGroup_l6uiy"] -[sub_resource type="Image" id="Image_36731"] +[sub_resource type="Image" id="Image_n016d"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 224, 224, 224, 255, 224, 224, 224, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -18,9 +18,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_a0gfq"] -image = SubResource("Image_36731") +image = SubResource("Image_n016d") -[sub_resource type="Image" id="Image_0rvkq"] +[sub_resource type="Image" id="Image_pnutm"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -30,9 +30,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_mr0fw"] -image = SubResource("Image_0rvkq") +image = SubResource("Image_pnutm") -[sub_resource type="Image" id="Image_5fmdt"] +[sub_resource type="Image" id="Image_asrh0"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -42,7 +42,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_lce2m"] -image = SubResource("Image_5fmdt") +image = SubResource("Image_asrh0") [node name="Manager" type="PanelContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Editor/Common/reference_manager_window.gd.uid b/addons/dialogic/Editor/Common/reference_manager_window.gd.uid new file mode 100644 index 0000000..49a4f5c --- /dev/null +++ b/addons/dialogic/Editor/Common/reference_manager_window.gd.uid @@ -0,0 +1 @@ +uid://ckqhdvtljv7iq diff --git a/addons/dialogic/Editor/Common/side_bar.tscn b/addons/dialogic/Editor/Common/side_bar.tscn index 7f0afb6..d90d652 100644 --- a/addons/dialogic/Editor/Common/side_bar.tscn +++ b/addons/dialogic/Editor/Common/side_bar.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=7 format=3 uid="uid://cwe3r2tbh2og1"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/sidebar.gd" id="1_jnq65"] +[ext_resource type="Script" uid="uid://dbx3wxardll88" path="res://addons/dialogic/Editor/Common/sidebar.gd" id="1_jnq65"] [ext_resource type="Texture2D" uid="uid://bff65e82555qr" path="res://addons/dialogic/Editor/Images/Pieces/close-icon.svg" id="2_54pks"] [ext_resource type="Texture2D" uid="uid://dx3o2ild56i76" path="res://addons/dialogic/Editor/Images/Pieces/closed-icon.svg" id="2_ilyps"] diff --git a/addons/dialogic/Editor/Common/sidebar.gd.uid b/addons/dialogic/Editor/Common/sidebar.gd.uid new file mode 100644 index 0000000..18231c1 --- /dev/null +++ b/addons/dialogic/Editor/Common/sidebar.gd.uid @@ -0,0 +1 @@ +uid://dbx3wxardll88 diff --git a/addons/dialogic/Editor/Common/toolbar.gd.uid b/addons/dialogic/Editor/Common/toolbar.gd.uid new file mode 100644 index 0000000..ad3114a --- /dev/null +++ b/addons/dialogic/Editor/Common/toolbar.gd.uid @@ -0,0 +1 @@ +uid://coflolebk6wre diff --git a/addons/dialogic/Editor/Common/unique_identifiers_manager.gd.uid b/addons/dialogic/Editor/Common/unique_identifiers_manager.gd.uid new file mode 100644 index 0000000..a6347c2 --- /dev/null +++ b/addons/dialogic/Editor/Common/unique_identifiers_manager.gd.uid @@ -0,0 +1 @@ +uid://cl5wt1761s64q diff --git a/addons/dialogic/Editor/Common/update_install_window.gd.uid b/addons/dialogic/Editor/Common/update_install_window.gd.uid new file mode 100644 index 0000000..0dab0d7 --- /dev/null +++ b/addons/dialogic/Editor/Common/update_install_window.gd.uid @@ -0,0 +1 @@ +uid://djxwehixvhx0o diff --git a/addons/dialogic/Editor/Common/update_install_window.tscn b/addons/dialogic/Editor/Common/update_install_window.tscn index 9c7788f..ac481c8 100644 --- a/addons/dialogic/Editor/Common/update_install_window.tscn +++ b/addons/dialogic/Editor/Common/update_install_window.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=9 format=3 uid="uid://vv3m5m68fwg7"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/update_install_window.gd" id="1_p1pbx"] +[ext_resource type="Script" uid="uid://djxwehixvhx0o" path="res://addons/dialogic/Editor/Common/update_install_window.gd" id="1_p1pbx"] [ext_resource type="Texture2D" uid="uid://dybg3l5pwetne" path="res://addons/dialogic/Editor/Images/plugin-icon.svg" id="2_20ke0"] [sub_resource type="Gradient" id="Gradient_lt7uf"] diff --git a/addons/dialogic/Editor/Common/update_manager.gd.uid b/addons/dialogic/Editor/Common/update_manager.gd.uid new file mode 100644 index 0000000..2313b1d --- /dev/null +++ b/addons/dialogic/Editor/Common/update_manager.gd.uid @@ -0,0 +1 @@ +uid://de0hkplecr0w2 diff --git a/addons/dialogic/Editor/Events/BranchEnd.gd.uid b/addons/dialogic/Editor/Events/BranchEnd.gd.uid new file mode 100644 index 0000000..39ea6bc --- /dev/null +++ b/addons/dialogic/Editor/Events/BranchEnd.gd.uid @@ -0,0 +1 @@ +uid://dun7a03tcfyhd diff --git a/addons/dialogic/Editor/Events/BranchEnd.tscn b/addons/dialogic/Editor/Events/BranchEnd.tscn index 9f4147b..0b16f72 100644 --- a/addons/dialogic/Editor/Events/BranchEnd.tscn +++ b/addons/dialogic/Editor/Events/BranchEnd.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=4 format=3 uid="uid://de13fdeebrkcb"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/BranchEnd.gd" id="1"] +[ext_resource type="Script" uid="uid://dun7a03tcfyhd" path="res://addons/dialogic/Editor/Events/BranchEnd.gd" id="1"] -[sub_resource type="Image" id="Image_8jrl8"] +[sub_resource type="Image" id="Image_6aqdp"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -12,7 +12,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_44ap0"] -image = SubResource("Image_8jrl8") +image = SubResource("Image_6aqdp") [node name="EndBranch" type="HBoxContainer"] anchors_preset = 10 diff --git a/addons/dialogic/Editor/Events/EventBlock/event_block.gd.uid b/addons/dialogic/Editor/Events/EventBlock/event_block.gd.uid new file mode 100644 index 0000000..2ac2320 --- /dev/null +++ b/addons/dialogic/Editor/Events/EventBlock/event_block.gd.uid @@ -0,0 +1 @@ +uid://lfonc05ym23e diff --git a/addons/dialogic/Editor/Events/EventBlock/event_block.tscn b/addons/dialogic/Editor/Events/EventBlock/event_block.tscn index 5bd715b..054b69d 100644 --- a/addons/dialogic/Editor/Events/EventBlock/event_block.tscn +++ b/addons/dialogic/Editor/Events/EventBlock/event_block.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=8 format=3 uid="uid://bwaxj1n401fp4"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/EventBlock/event_block.gd" id="1"] +[ext_resource type="Script" uid="uid://lfonc05ym23e" path="res://addons/dialogic/Editor/Events/EventBlock/event_block.gd" id="1"] [ext_resource type="StyleBox" uid="uid://cl75ikyq2is7c" path="res://addons/dialogic/Editor/Events/styles/unselected_stylebox.tres" id="2_axj84"] [ext_resource type="Texture2D" uid="uid://dybg3l5pwetne" path="res://addons/dialogic/Editor/Images/plugin-icon.svg" id="6"] @@ -11,7 +11,7 @@ corner_radius_top_right = 5 corner_radius_bottom_right = 5 corner_radius_bottom_left = 5 -[sub_resource type="Image" id="Image_mem38"] +[sub_resource type="Image" id="Image_cl0tj"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -21,7 +21,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_rc1wh"] -image = SubResource("Image_mem38") +image = SubResource("Image_cl0tj") [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ee4ub"] diff --git a/addons/dialogic/Editor/Events/EventBlock/event_right_click_menu.gd.uid b/addons/dialogic/Editor/Events/EventBlock/event_right_click_menu.gd.uid new file mode 100644 index 0000000..a3d1957 --- /dev/null +++ b/addons/dialogic/Editor/Events/EventBlock/event_right_click_menu.gd.uid @@ -0,0 +1 @@ +uid://d220pq1h1r25v diff --git a/addons/dialogic/Editor/Events/Fields/array_part.gd.uid b/addons/dialogic/Editor/Events/Fields/array_part.gd.uid new file mode 100644 index 0000000..0e82eeb --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/array_part.gd.uid @@ -0,0 +1 @@ +uid://due2xgwmg63su diff --git a/addons/dialogic/Editor/Events/Fields/array_part.tscn b/addons/dialogic/Editor/Events/Fields/array_part.tscn index 7ec2d25..f0ef65e 100644 --- a/addons/dialogic/Editor/Events/Fields/array_part.tscn +++ b/addons/dialogic/Editor/Events/Fields/array_part.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://ch4j2lesn1sis"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/array_part.gd" id="1"] +[ext_resource type="Script" uid="uid://due2xgwmg63su" path="res://addons/dialogic/Editor/Events/Fields/array_part.gd" id="1"] [ext_resource type="PackedScene" uid="uid://dl08ubinx6ugu" path="res://addons/dialogic/Editor/Events/Fields/field_flex_value.tscn" id="3_s4j7i"] -[sub_resource type="Image" id="Image_dcsrk"] +[sub_resource type="Image" id="Image_28ws6"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_cpbga"] -image = SubResource("Image_dcsrk") +image = SubResource("Image_28ws6") [node name="ArrayValue" type="PanelContainer"] offset_left = 2.0 diff --git a/addons/dialogic/Editor/Events/Fields/dictionary_part.gd.uid b/addons/dialogic/Editor/Events/Fields/dictionary_part.gd.uid new file mode 100644 index 0000000..e53737c --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/dictionary_part.gd.uid @@ -0,0 +1 @@ +uid://d06edt1yrud7e diff --git a/addons/dialogic/Editor/Events/Fields/dictionary_part.tscn b/addons/dialogic/Editor/Events/Fields/dictionary_part.tscn index dc1f961..d350d9d 100644 --- a/addons/dialogic/Editor/Events/Fields/dictionary_part.tscn +++ b/addons/dialogic/Editor/Events/Fields/dictionary_part.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://b27yweami3mxi"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/dictionary_part.gd" id="2_q88pg"] +[ext_resource type="Script" uid="uid://d06edt1yrud7e" path="res://addons/dialogic/Editor/Events/Fields/dictionary_part.gd" id="2_q88pg"] [ext_resource type="PackedScene" uid="uid://dl08ubinx6ugu" path="res://addons/dialogic/Editor/Events/Fields/field_flex_value.tscn" id="3_p082d"] -[sub_resource type="Image" id="Image_dcsrk"] +[sub_resource type="Image" id="Image_teqf1"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_cpbga"] -image = SubResource("Image_dcsrk") +image = SubResource("Image_teqf1") [node name="DictionaryPart" type="PanelContainer"] offset_left = 1.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_array.gd.uid b/addons/dialogic/Editor/Events/Fields/field_array.gd.uid new file mode 100644 index 0000000..0bb5edc --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_array.gd.uid @@ -0,0 +1 @@ +uid://deqjhwc8aya64 diff --git a/addons/dialogic/Editor/Events/Fields/field_array.tscn b/addons/dialogic/Editor/Events/Fields/field_array.tscn index ff5ac6c..5cb136a 100644 --- a/addons/dialogic/Editor/Events/Fields/field_array.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_array.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=4 format=3 uid="uid://btmy7ageqpyq1"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_array.gd" id="2"] +[ext_resource type="Script" uid="uid://deqjhwc8aya64" path="res://addons/dialogic/Editor/Events/Fields/field_array.gd" id="2"] -[sub_resource type="Image" id="Image_dcsrk"] +[sub_resource type="Image" id="Image_v6fhx"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -12,7 +12,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_cpbga"] -image = SubResource("Image_dcsrk") +image = SubResource("Image_v6fhx") [node name="Field_Array" type="HFlowContainer"] offset_right = 329.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_audio_preview.gd.uid b/addons/dialogic/Editor/Events/Fields/field_audio_preview.gd.uid new file mode 100644 index 0000000..fcdfc0d --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_audio_preview.gd.uid @@ -0,0 +1 @@ +uid://cabebmqej3qnm diff --git a/addons/dialogic/Editor/Events/Fields/field_audio_preview.tscn b/addons/dialogic/Editor/Events/Fields/field_audio_preview.tscn index 1675b71..74cbfc8 100644 --- a/addons/dialogic/Editor/Events/Fields/field_audio_preview.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_audio_preview.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://dotvrsumm5y5c"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_audio_preview.gd" id="1_7wm54"] +[ext_resource type="Script" uid="uid://cabebmqej3qnm" path="res://addons/dialogic/Editor/Events/Fields/field_audio_preview.gd" id="1_7wm54"] [node name="Field_Audio_Preview" type="Button"] offset_right = 8.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_bool_button.gd.uid b/addons/dialogic/Editor/Events/Fields/field_bool_button.gd.uid new file mode 100644 index 0000000..ce8aed4 --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_bool_button.gd.uid @@ -0,0 +1 @@ +uid://b0l106kjo2txn diff --git a/addons/dialogic/Editor/Events/Fields/field_bool_button.tscn b/addons/dialogic/Editor/Events/Fields/field_bool_button.tscn index e4f7d0a..635e5c1 100644 --- a/addons/dialogic/Editor/Events/Fields/field_bool_button.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_bool_button.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://iypxcctv080u"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_bool_button.gd" id="1_t1n1f"] +[ext_resource type="Script" uid="uid://b0l106kjo2txn" path="res://addons/dialogic/Editor/Events/Fields/field_bool_button.gd" id="1_t1n1f"] [node name="Field_BoolButton" type="Button"] theme_override_colors/icon_normal_color = Color(0, 0, 0, 1) diff --git a/addons/dialogic/Editor/Events/Fields/field_bool_check.gd.uid b/addons/dialogic/Editor/Events/Fields/field_bool_check.gd.uid new file mode 100644 index 0000000..f0f470d --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_bool_check.gd.uid @@ -0,0 +1 @@ +uid://bqecu70mq0gsu diff --git a/addons/dialogic/Editor/Events/Fields/field_bool_check.tscn b/addons/dialogic/Editor/Events/Fields/field_bool_check.tscn index 395caf5..22a312c 100644 --- a/addons/dialogic/Editor/Events/Fields/field_bool_check.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_bool_check.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://dm5hxmhyyxgq"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_bool_check.gd" id="1_ckmtx"] +[ext_resource type="Script" uid="uid://bqecu70mq0gsu" path="res://addons/dialogic/Editor/Events/Fields/field_bool_check.gd" id="1_ckmtx"] [node name="Field_BoolCheck" type="CheckButton"] offset_right = 44.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_color.gd.uid b/addons/dialogic/Editor/Events/Fields/field_color.gd.uid new file mode 100644 index 0000000..b334774 --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_color.gd.uid @@ -0,0 +1 @@ +uid://b47exwp6psqf6 diff --git a/addons/dialogic/Editor/Events/Fields/field_color.tscn b/addons/dialogic/Editor/Events/Fields/field_color.tscn index 5fd3ff2..4ae7e96 100644 --- a/addons/dialogic/Editor/Events/Fields/field_color.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_color.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://4e0kjekan5e7"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_color.gd" id="1_l666a"] +[ext_resource type="Script" uid="uid://b47exwp6psqf6" path="res://addons/dialogic/Editor/Events/Fields/field_color.gd" id="1_l666a"] [node name="Field_Color" type="ColorPickerButton"] custom_minimum_size = Vector2(48, 0) diff --git a/addons/dialogic/Editor/Events/Fields/field_condition.gd.uid b/addons/dialogic/Editor/Events/Fields/field_condition.gd.uid new file mode 100644 index 0000000..93e3979 --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_condition.gd.uid @@ -0,0 +1 @@ +uid://b07b4nlyentkm diff --git a/addons/dialogic/Editor/Events/Fields/field_condition.tscn b/addons/dialogic/Editor/Events/Fields/field_condition.tscn index 8024c5b..b359ceb 100644 --- a/addons/dialogic/Editor/Events/Fields/field_condition.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_condition.tscn @@ -1,13 +1,13 @@ [gd_scene load_steps=9 format=3 uid="uid://ir6334lqtuwt"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_condition.gd" id="1_owjj0"] +[ext_resource type="Script" uid="uid://b07b4nlyentkm" path="res://addons/dialogic/Editor/Events/Fields/field_condition.gd" id="1_owjj0"] [ext_resource type="PackedScene" uid="uid://d3bhehatwoio" path="res://addons/dialogic/Editor/Events/Fields/field_options_fixed.tscn" id="2_f6v80"] [ext_resource type="PackedScene" uid="uid://c0vkcehgjsjy" path="res://addons/dialogic/Editor/Events/Fields/field_text_singleline.tscn" id="3_3kfwc"] [ext_resource type="PackedScene" uid="uid://kdpp3mibml33" path="res://addons/dialogic/Editor/Events/Fields/field_number.tscn" id="4_6q3a6"] [ext_resource type="PackedScene" uid="uid://dm5hxmhyyxgq" path="res://addons/dialogic/Editor/Events/Fields/field_bool_check.tscn" id="5_1x02a"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="6_5a2xd"] -[sub_resource type="Image" id="Image_je1w7"] +[sub_resource type="Image" id="Image_dmt4s"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -17,7 +17,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_81s3d"] -image = SubResource("Image_je1w7") +image = SubResource("Image_dmt4s") [node name="Field_Condition" type="HBoxContainer"] offset_right = 77.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_dictionary.gd.uid b/addons/dialogic/Editor/Events/Fields/field_dictionary.gd.uid new file mode 100644 index 0000000..4cae2cd --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_dictionary.gd.uid @@ -0,0 +1 @@ +uid://dlfas48i4pku3 diff --git a/addons/dialogic/Editor/Events/Fields/field_dictionary.tscn b/addons/dialogic/Editor/Events/Fields/field_dictionary.tscn index c5c73e9..07aa423 100644 --- a/addons/dialogic/Editor/Events/Fields/field_dictionary.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_dictionary.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=4 format=3 uid="uid://c74bnmhefu72w"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_dictionary.gd" id="1_p4kmu"] +[ext_resource type="Script" uid="uid://dlfas48i4pku3" path="res://addons/dialogic/Editor/Events/Fields/field_dictionary.gd" id="1_p4kmu"] -[sub_resource type="Image" id="Image_dcsrk"] +[sub_resource type="Image" id="Image_mpo34"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -12,7 +12,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_cpbga"] -image = SubResource("Image_dcsrk") +image = SubResource("Image_mpo34") [node name="Field_Dictionary" type="HFlowContainer"] size_flags_horizontal = 3 diff --git a/addons/dialogic/Editor/Events/Fields/field_file.gd.uid b/addons/dialogic/Editor/Events/Fields/field_file.gd.uid new file mode 100644 index 0000000..3cd371f --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_file.gd.uid @@ -0,0 +1 @@ +uid://cpp8a230yqy8x diff --git a/addons/dialogic/Editor/Events/Fields/field_file.tscn b/addons/dialogic/Editor/Events/Fields/field_file.tscn index 8b47de7..489722c 100644 --- a/addons/dialogic/Editor/Events/Fields/field_file.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_file.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=8 format=3 uid="uid://7mvxuaulctcq"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_file.gd" id="1_0grcf"] +[ext_resource type="Script" uid="uid://cpp8a230yqy8x" path="res://addons/dialogic/Editor/Events/Fields/field_file.gd" id="1_0grcf"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tr837"] @@ -8,7 +8,7 @@ [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6b7on"] -[sub_resource type="Image" id="Image_bpoe1"] +[sub_resource type="Image" id="Image_ye6ml"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -18,7 +18,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_dkuon"] -image = SubResource("Image_bpoe1") +image = SubResource("Image_ye6ml") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yv1pn"] content_margin_left = 4.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_flex_value.gd.uid b/addons/dialogic/Editor/Events/Fields/field_flex_value.gd.uid new file mode 100644 index 0000000..484cd68 --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_flex_value.gd.uid @@ -0,0 +1 @@ +uid://iaq7naofw3du diff --git a/addons/dialogic/Editor/Events/Fields/field_flex_value.tscn b/addons/dialogic/Editor/Events/Fields/field_flex_value.tscn index 2d46186..7786703 100644 --- a/addons/dialogic/Editor/Events/Fields/field_flex_value.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_flex_value.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://dl08ubinx6ugu"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_flex_value.gd" id="1_m5nnp"] +[ext_resource type="Script" uid="uid://iaq7naofw3du" path="res://addons/dialogic/Editor/Events/Fields/field_flex_value.gd" id="1_m5nnp"] [ext_resource type="PackedScene" uid="uid://d3bhehatwoio" path="res://addons/dialogic/Editor/Events/Fields/field_options_fixed.tscn" id="3_h10fc"] [node name="FlexValue" type="HBoxContainer"] diff --git a/addons/dialogic/Editor/Events/Fields/field_number.gd.uid b/addons/dialogic/Editor/Events/Fields/field_number.gd.uid new file mode 100644 index 0000000..346fa5f --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_number.gd.uid @@ -0,0 +1 @@ +uid://cpts3jgeh0m2 diff --git a/addons/dialogic/Editor/Events/Fields/field_number.tscn b/addons/dialogic/Editor/Events/Fields/field_number.tscn index 5053a87..5da7672 100644 --- a/addons/dialogic/Editor/Events/Fields/field_number.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_number.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=9 format=3 uid="uid://kdpp3mibml33"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_number.gd" id="1_0jdnn"] +[ext_resource type="Script" uid="uid://cpts3jgeh0m2" path="res://addons/dialogic/Editor/Events/Fields/field_number.gd" id="1_0jdnn"] [ext_resource type="Texture2D" uid="uid://dh1ycbmw8anqh" path="res://addons/dialogic/Editor/Images/Interactable/increment_icon.svg" id="3_v5cne"] [ext_resource type="Texture2D" uid="uid://brjikovneb63n" path="res://addons/dialogic/Editor/Images/Interactable/decrement_icon.svg" id="4_ph52o"] diff --git a/addons/dialogic/Editor/Events/Fields/field_options_dynamic.gd.uid b/addons/dialogic/Editor/Events/Fields/field_options_dynamic.gd.uid new file mode 100644 index 0000000..fb0b0cd --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_options_dynamic.gd.uid @@ -0,0 +1 @@ +uid://qr8gfjggrl4p diff --git a/addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn b/addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn index 1f4e220..0325dd1 100644 --- a/addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=7 format=3 uid="uid://dpwhshre1n4t6"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.gd" id="1_b07gq"] +[ext_resource type="Script" uid="uid://qr8gfjggrl4p" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.gd" id="1_b07gq"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tmt5n"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_vennf"] -[sub_resource type="Image" id="Image_5e7lo"] +[sub_resource type="Image" id="Image_qw5e6"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -16,7 +16,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_g63da"] -image = SubResource("Image_5e7lo") +image = SubResource("Image_qw5e6") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_g74jb"] content_margin_left = 4.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_options_fixed.gd.uid b/addons/dialogic/Editor/Events/Fields/field_options_fixed.gd.uid new file mode 100644 index 0000000..45f3bec --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_options_fixed.gd.uid @@ -0,0 +1 @@ +uid://djmcdduk2bbru diff --git a/addons/dialogic/Editor/Events/Fields/field_options_fixed.tscn b/addons/dialogic/Editor/Events/Fields/field_options_fixed.tscn index 550160c..b09b85a 100644 --- a/addons/dialogic/Editor/Events/Fields/field_options_fixed.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_options_fixed.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://d3bhehatwoio"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_options_fixed.gd" id="1"] +[ext_resource type="Script" uid="uid://djmcdduk2bbru" path="res://addons/dialogic/Editor/Events/Fields/field_options_fixed.gd" id="1"] [node name="Field_FixedOptions" type="MenuButton"] offset_right = 137.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_text_multiline.gd.uid b/addons/dialogic/Editor/Events/Fields/field_text_multiline.gd.uid new file mode 100644 index 0000000..798c406 --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_text_multiline.gd.uid @@ -0,0 +1 @@ +uid://bpr87bo2o74ux diff --git a/addons/dialogic/Editor/Events/Fields/field_text_multiline.tscn b/addons/dialogic/Editor/Events/Fields/field_text_multiline.tscn index 6ab8fb6..f8afedf 100644 --- a/addons/dialogic/Editor/Events/Fields/field_text_multiline.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_text_multiline.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://dyp7m2nvab1aj"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/syntax_highlighter.gd" id="2_ww6ga"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_text_multiline.gd" id="3_q7600"] +[ext_resource type="Script" uid="uid://baci5k0vpowwg" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/syntax_highlighter.gd" id="2_ww6ga"] +[ext_resource type="Script" uid="uid://bpr87bo2o74ux" path="res://addons/dialogic/Editor/Events/Fields/field_text_multiline.gd" id="3_q7600"] [sub_resource type="SyntaxHighlighter" id="SyntaxHighlighter_2q5dk"] script = ExtResource("2_ww6ga") diff --git a/addons/dialogic/Editor/Events/Fields/field_text_singleline.gd.uid b/addons/dialogic/Editor/Events/Fields/field_text_singleline.gd.uid new file mode 100644 index 0000000..bc1bd1d --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_text_singleline.gd.uid @@ -0,0 +1 @@ +uid://bu1r3mraeip2p diff --git a/addons/dialogic/Editor/Events/Fields/field_text_singleline.tscn b/addons/dialogic/Editor/Events/Fields/field_text_singleline.tscn index d90d3b0..23d1d00 100644 --- a/addons/dialogic/Editor/Events/Fields/field_text_singleline.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_text_singleline.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://c0vkcehgjsjy"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_text_singleline.gd" id="1_4vnxv"] +[ext_resource type="Script" uid="uid://bu1r3mraeip2p" path="res://addons/dialogic/Editor/Events/Fields/field_text_singleline.gd" id="1_4vnxv"] [node name="Field_Text_Singleline" type="LineEdit"] offset_right = 1152.0 diff --git a/addons/dialogic/Editor/Events/Fields/field_vector2.gd.uid b/addons/dialogic/Editor/Events/Fields/field_vector2.gd.uid new file mode 100644 index 0000000..5d6cbfa --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_vector2.gd.uid @@ -0,0 +1 @@ +uid://d16n22b8jigeh diff --git a/addons/dialogic/Editor/Events/Fields/field_vector2.tscn b/addons/dialogic/Editor/Events/Fields/field_vector2.tscn index bfbc8d6..0c003d2 100644 --- a/addons/dialogic/Editor/Events/Fields/field_vector2.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_vector2.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://dtimnsj014cu"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_vector2.gd" id="1_v6lp0"] +[ext_resource type="Script" uid="uid://d16n22b8jigeh" path="res://addons/dialogic/Editor/Events/Fields/field_vector2.gd" id="1_v6lp0"] [ext_resource type="PackedScene" uid="uid://kdpp3mibml33" path="res://addons/dialogic/Editor/Events/Fields/field_number.tscn" id="2_a0b6y"] [node name="Field_Vector2" type="HBoxContainer"] diff --git a/addons/dialogic/Editor/Events/Fields/field_vector3.gd.uid b/addons/dialogic/Editor/Events/Fields/field_vector3.gd.uid new file mode 100644 index 0000000..95b53ad --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_vector3.gd.uid @@ -0,0 +1 @@ +uid://0otapof67km4 diff --git a/addons/dialogic/Editor/Events/Fields/field_vector3.tscn b/addons/dialogic/Editor/Events/Fields/field_vector3.tscn index 019a26b..9b9e35e 100644 --- a/addons/dialogic/Editor/Events/Fields/field_vector3.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_vector3.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://cklkpfrcvopgw"] [ext_resource type="PackedScene" uid="uid://dtimnsj014cu" path="res://addons/dialogic/Editor/Events/Fields/field_vector2.tscn" id="1_l3y0o"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_vector3.gd" id="2_gktf1"] +[ext_resource type="Script" uid="uid://0otapof67km4" path="res://addons/dialogic/Editor/Events/Fields/field_vector3.gd" id="2_gktf1"] [ext_resource type="PackedScene" uid="uid://kdpp3mibml33" path="res://addons/dialogic/Editor/Events/Fields/field_number.tscn" id="3_k0u0p"] [node name="Field_Vector3" instance=ExtResource("1_l3y0o")] diff --git a/addons/dialogic/Editor/Events/Fields/field_vector4.gd.uid b/addons/dialogic/Editor/Events/Fields/field_vector4.gd.uid new file mode 100644 index 0000000..945c2c3 --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_vector4.gd.uid @@ -0,0 +1 @@ +uid://ddaktifqd0nsr diff --git a/addons/dialogic/Editor/Events/Fields/field_vector4.tscn b/addons/dialogic/Editor/Events/Fields/field_vector4.tscn index 182e0f2..315894b 100644 --- a/addons/dialogic/Editor/Events/Fields/field_vector4.tscn +++ b/addons/dialogic/Editor/Events/Fields/field_vector4.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://dykss037r2rsc"] [ext_resource type="PackedScene" uid="uid://cklkpfrcvopgw" path="res://addons/dialogic/Editor/Events/Fields/field_vector3.tscn" id="1_20tvl"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_vector4.gd" id="2_yksrc"] +[ext_resource type="Script" uid="uid://ddaktifqd0nsr" path="res://addons/dialogic/Editor/Events/Fields/field_vector4.gd" id="2_yksrc"] [ext_resource type="PackedScene" uid="uid://kdpp3mibml33" path="res://addons/dialogic/Editor/Events/Fields/field_number.tscn" id="3_1jogk"] [node name="Field_Vector4" instance=ExtResource("1_20tvl")] diff --git a/addons/dialogic/Editor/Events/Fields/field_vector_base.gd.uid b/addons/dialogic/Editor/Events/Fields/field_vector_base.gd.uid new file mode 100644 index 0000000..aaa2636 --- /dev/null +++ b/addons/dialogic/Editor/Events/Fields/field_vector_base.gd.uid @@ -0,0 +1 @@ +uid://csn7trdnrnybj diff --git a/addons/dialogic/Editor/Events/event_field.gd.uid b/addons/dialogic/Editor/Events/event_field.gd.uid new file mode 100644 index 0000000..f350a8d --- /dev/null +++ b/addons/dialogic/Editor/Events/event_field.gd.uid @@ -0,0 +1 @@ +uid://d2emtqnmcd4ey diff --git a/addons/dialogic/Editor/HomePage/home_page.gd.uid b/addons/dialogic/Editor/HomePage/home_page.gd.uid new file mode 100644 index 0000000..229be8f --- /dev/null +++ b/addons/dialogic/Editor/HomePage/home_page.gd.uid @@ -0,0 +1 @@ +uid://wpo0w57gmc5j diff --git a/addons/dialogic/Editor/HomePage/home_page.tscn b/addons/dialogic/Editor/HomePage/home_page.tscn index 0272d34..f60fc0d 100644 --- a/addons/dialogic/Editor/HomePage/home_page.tscn +++ b/addons/dialogic/Editor/HomePage/home_page.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=23 format=3 uid="uid://cqy73hshqqgga"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/HomePage/home_page.gd" id="1_6g38w"] +[ext_resource type="Script" uid="uid://wpo0w57gmc5j" path="res://addons/dialogic/Editor/HomePage/home_page.gd" id="1_6g38w"] [ext_resource type="Texture2D" uid="uid://cvmlp5nxb2rer" path="res://addons/dialogic/Editor/HomePage/icon_bg.png" id="1_ed1g1"] [ext_resource type="Texture2D" uid="uid://bt87p6qlso0ya" path="res://addons/dialogic/Editor/Images/dialogic-logo.svg" id="3_3leok"] @@ -102,7 +102,7 @@ corner_radius_top_right = 5 corner_radius_bottom_right = 5 corner_radius_bottom_left = 5 -[sub_resource type="Image" id="Image_e1dkh"] +[sub_resource type="Image" id="Image_ipcwk"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -112,7 +112,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_sr7s6"] -image = SubResource("Image_e1dkh") +image = SubResource("Image_ipcwk") [node name="HomePage" type="TextureRect"] self_modulate = Color(0, 0, 0, 0.2) diff --git a/addons/dialogic/Editor/Inspector/inspector_plugin.gd.uid b/addons/dialogic/Editor/Inspector/inspector_plugin.gd.uid new file mode 100644 index 0000000..678f35d --- /dev/null +++ b/addons/dialogic/Editor/Inspector/inspector_plugin.gd.uid @@ -0,0 +1 @@ +uid://cxbrj48ltlh0w diff --git a/addons/dialogic/Editor/Inspector/timeline_inspector_field.gd.uid b/addons/dialogic/Editor/Inspector/timeline_inspector_field.gd.uid new file mode 100644 index 0000000..1c17317 --- /dev/null +++ b/addons/dialogic/Editor/Inspector/timeline_inspector_field.gd.uid @@ -0,0 +1 @@ +uid://4tgrlbnmwkn1 diff --git a/addons/dialogic/Editor/Settings/HintLabelStylingScript.gd.uid b/addons/dialogic/Editor/Settings/HintLabelStylingScript.gd.uid new file mode 100644 index 0000000..1dc4f8c --- /dev/null +++ b/addons/dialogic/Editor/Settings/HintLabelStylingScript.gd.uid @@ -0,0 +1 @@ +uid://br8c61n7mh5yk diff --git a/addons/dialogic/Editor/Settings/csv_file.gd.uid b/addons/dialogic/Editor/Settings/csv_file.gd.uid new file mode 100644 index 0000000..0c6b725 --- /dev/null +++ b/addons/dialogic/Editor/Settings/csv_file.gd.uid @@ -0,0 +1 @@ +uid://cm6hbdssrg5ro diff --git a/addons/dialogic/Editor/Settings/settings_editor.gd.uid b/addons/dialogic/Editor/Settings/settings_editor.gd.uid new file mode 100644 index 0000000..2a822b9 --- /dev/null +++ b/addons/dialogic/Editor/Settings/settings_editor.gd.uid @@ -0,0 +1 @@ +uid://dqns863jy43ve diff --git a/addons/dialogic/Editor/Settings/settings_editor.tscn b/addons/dialogic/Editor/Settings/settings_editor.tscn index 01d385f..f793841 100644 --- a/addons/dialogic/Editor/Settings/settings_editor.tscn +++ b/addons/dialogic/Editor/Settings/settings_editor.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://dganirw26brfb"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Settings/settings_editor.gd" id="1"] +[ext_resource type="Script" uid="uid://dqns863jy43ve" path="res://addons/dialogic/Editor/Settings/settings_editor.gd" id="1"] [node name="Settings" type="HSplitContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Editor/Settings/settings_general.gd.uid b/addons/dialogic/Editor/Settings/settings_general.gd.uid new file mode 100644 index 0000000..4c66cbf --- /dev/null +++ b/addons/dialogic/Editor/Settings/settings_general.gd.uid @@ -0,0 +1 @@ +uid://b0f1a6qfissmw diff --git a/addons/dialogic/Editor/Settings/settings_general.tscn b/addons/dialogic/Editor/Settings/settings_general.tscn index 264427b..31522d6 100644 --- a/addons/dialogic/Editor/Settings/settings_general.tscn +++ b/addons/dialogic/Editor/Settings/settings_general.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://b873ho41sklv8"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Settings/settings_general.gd" id="2"] +[ext_resource type="Script" uid="uid://b0f1a6qfissmw" path="res://addons/dialogic/Editor/Settings/settings_general.gd" id="2"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_kqhx5"] [ext_resource type="PackedScene" uid="uid://7mvxuaulctcq" path="res://addons/dialogic/Editor/Events/Fields/field_file.tscn" id="3_i7rug"] -[sub_resource type="Image" id="Image_e1gle"] +[sub_resource type="Image" id="Image_ssidd"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -14,7 +14,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_4wgbv"] -image = SubResource("Image_e1gle") +image = SubResource("Image_ssidd") [node name="General" type="VBoxContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Editor/Settings/settings_modules.gd.uid b/addons/dialogic/Editor/Settings/settings_modules.gd.uid new file mode 100644 index 0000000..b10501e --- /dev/null +++ b/addons/dialogic/Editor/Settings/settings_modules.gd.uid @@ -0,0 +1 @@ +uid://0fnyfdh3rohm diff --git a/addons/dialogic/Editor/Settings/settings_modules.tscn b/addons/dialogic/Editor/Settings/settings_modules.tscn index e43a96a..7a43804 100644 --- a/addons/dialogic/Editor/Settings/settings_modules.tscn +++ b/addons/dialogic/Editor/Settings/settings_modules.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=7 format=3 uid="uid://o7ljiritpgap"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Settings/settings_modules.gd" id="1_l2hk0"] +[ext_resource type="Script" uid="uid://0fnyfdh3rohm" path="res://addons/dialogic/Editor/Settings/settings_modules.gd" id="1_l2hk0"] -[sub_resource type="Image" id="Image_570p8"] +[sub_resource type="Image" id="Image_edthq"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -12,9 +12,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_lce2m"] -image = SubResource("Image_570p8") +image = SubResource("Image_edthq") -[sub_resource type="Image" id="Image_ihhvm"] +[sub_resource type="Image" id="Image_ub3c3"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 131, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 131, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 131, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 128, 128, 4, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 93, 93, 55, 255, 97, 97, 58, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 97, 97, 42, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 98, 98, 47, 255, 97, 97, 42, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 93, 93, 233, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 94, 94, 46, 255, 93, 93, 236, 255, 93, 93, 233, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 93, 93, 252, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -24,7 +24,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_137g7"] -image = SubResource("Image_ihhvm") +image = SubResource("Image_ub3c3") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_315cl"] content_margin_left = 4.0 diff --git a/addons/dialogic/Editor/Settings/settings_page.gd.uid b/addons/dialogic/Editor/Settings/settings_page.gd.uid new file mode 100644 index 0000000..39a18b4 --- /dev/null +++ b/addons/dialogic/Editor/Settings/settings_page.gd.uid @@ -0,0 +1 @@ +uid://4t6s81iitwy2 diff --git a/addons/dialogic/Editor/Settings/settings_translation.gd.uid b/addons/dialogic/Editor/Settings/settings_translation.gd.uid new file mode 100644 index 0000000..1a657e6 --- /dev/null +++ b/addons/dialogic/Editor/Settings/settings_translation.gd.uid @@ -0,0 +1 @@ +uid://bumpiw6wp6v50 diff --git a/addons/dialogic/Editor/Settings/settings_translation.tscn b/addons/dialogic/Editor/Settings/settings_translation.tscn index 61fca18..89fce7c 100644 --- a/addons/dialogic/Editor/Settings/settings_translation.tscn +++ b/addons/dialogic/Editor/Settings/settings_translation.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=7 format=3 uid="uid://chpb1mj03xjxv"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Settings/settings_translation.gd" id="1_dvmyi"] +[ext_resource type="Script" uid="uid://bumpiw6wp6v50" path="res://addons/dialogic/Editor/Settings/settings_translation.gd" id="1_dvmyi"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_k2lou"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="3_dq4j2"] [ext_resource type="PackedScene" uid="uid://7mvxuaulctcq" path="res://addons/dialogic/Editor/Events/Fields/field_file.tscn" id="4_kvsma"] -[sub_resource type="Image" id="Image_g2hic"] +[sub_resource type="Image" id="Image_4ypqi"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -15,7 +15,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_xbph7"] -image = SubResource("Image_g2hic") +image = SubResource("Image_4ypqi") [node name="Translations" type="VBoxContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Editor/TimelineEditor/TextEditor/CodeCompletionHelper.gd.uid b/addons/dialogic/Editor/TimelineEditor/TextEditor/CodeCompletionHelper.gd.uid new file mode 100644 index 0000000..1b271be --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/TextEditor/CodeCompletionHelper.gd.uid @@ -0,0 +1 @@ +uid://5mstwgc0fsl4 diff --git a/addons/dialogic/Editor/TimelineEditor/TextEditor/syntax_highlighter.gd.uid b/addons/dialogic/Editor/TimelineEditor/TextEditor/syntax_highlighter.gd.uid new file mode 100644 index 0000000..4eeda5a --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/TextEditor/syntax_highlighter.gd.uid @@ -0,0 +1 @@ +uid://baci5k0vpowwg diff --git a/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.gd.uid b/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.gd.uid new file mode 100644 index 0000000..f115795 --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.gd.uid @@ -0,0 +1 @@ +uid://bjmmvrhaww1ri diff --git a/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.tscn b/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.tscn index 1ba6230..884931c 100644 --- a/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.tscn +++ b/addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://defdeav8rli6o"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.gd" id="1_1kbx2"] +[ext_resource type="Script" uid="uid://bjmmvrhaww1ri" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.gd" id="1_1kbx2"] [node name="TimelineTextEditor" type="CodeEdit"] offset_top = 592.0 diff --git a/addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.gd.uid b/addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.gd.uid new file mode 100644 index 0000000..768a3f8 --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.gd.uid @@ -0,0 +1 @@ +uid://bcmmkcjno0tcl diff --git a/addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.tscn b/addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.tscn index 2aad5ef..1fd7d68 100644 --- a/addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.tscn +++ b/addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://depcrpeh3f4rv"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.gd" id="1_s43sc"] +[ext_resource type="Script" uid="uid://bcmmkcjno0tcl" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/AddEventButton.gd" id="1_s43sc"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qx31r"] content_margin_left = 4.0 diff --git a/addons/dialogic/Editor/TimelineEditor/VisualEditor/TimelineArea.gd.uid b/addons/dialogic/Editor/TimelineEditor/VisualEditor/TimelineArea.gd.uid new file mode 100644 index 0000000..dac2741 --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/VisualEditor/TimelineArea.gd.uid @@ -0,0 +1 @@ +uid://bjlpfjjv060lq diff --git a/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd.uid b/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd.uid new file mode 100644 index 0000000..649990a --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd.uid @@ -0,0 +1 @@ +uid://wijvjtmhgcol diff --git a/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.tscn b/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.tscn index c3e4ffb..4fd2aa0 100644 --- a/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.tscn +++ b/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=10 format=3 uid="uid://ysqbusmy0qma"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd" id="1_8smxc"] +[ext_resource type="Script" uid="uid://wijvjtmhgcol" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd" id="1_8smxc"] [ext_resource type="Theme" uid="uid://cqst728xxipcw" path="res://addons/dialogic/Editor/Theme/MainTheme.tres" id="2_x0fhp"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/TimelineArea.gd" id="3_sap1x"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/EventBlock/event_right_click_menu.gd" id="4_ugiq6"] +[ext_resource type="Script" uid="uid://bjlpfjjv060lq" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/TimelineArea.gd" id="3_sap1x"] +[ext_resource type="Script" uid="uid://d220pq1h1r25v" path="res://addons/dialogic/Editor/Events/EventBlock/event_right_click_menu.gd" id="4_ugiq6"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_phyjj"] content_margin_top = 10.0 @@ -24,7 +24,7 @@ border_width_right = 2 border_width_bottom = 2 corner_detail = 1 -[sub_resource type="Image" id="Image_y3447"] +[sub_resource type="Image" id="Image_3temo"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -34,7 +34,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_vg181"] -image = SubResource("Image_y3447") +image = SubResource("Image_3temo") [node name="TimelineVisualEditor" type="MarginContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Editor/TimelineEditor/test_timeline_scene.gd.uid b/addons/dialogic/Editor/TimelineEditor/test_timeline_scene.gd.uid new file mode 100644 index 0000000..c389e55 --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/test_timeline_scene.gd.uid @@ -0,0 +1 @@ +uid://wtx7p7c74a3q diff --git a/addons/dialogic/Editor/TimelineEditor/test_timeline_scene.tscn b/addons/dialogic/Editor/TimelineEditor/test_timeline_scene.tscn index 8789476..858903a 100644 --- a/addons/dialogic/Editor/TimelineEditor/test_timeline_scene.tscn +++ b/addons/dialogic/Editor/TimelineEditor/test_timeline_scene.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://ud18ke1g2nw4"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/test_timeline_scene.gd" id="1_bamud"] +[ext_resource type="Script" uid="uid://wtx7p7c74a3q" path="res://addons/dialogic/Editor/TimelineEditor/test_timeline_scene.gd" id="1_bamud"] [node name="TestTimelineScene" type="Control"] layout_mode = 3 diff --git a/addons/dialogic/Editor/TimelineEditor/timeline_editor.gd.uid b/addons/dialogic/Editor/TimelineEditor/timeline_editor.gd.uid new file mode 100644 index 0000000..5680be3 --- /dev/null +++ b/addons/dialogic/Editor/TimelineEditor/timeline_editor.gd.uid @@ -0,0 +1 @@ +uid://ddjodliufx4fq diff --git a/addons/dialogic/Editor/TimelineEditor/timeline_editor.tscn b/addons/dialogic/Editor/TimelineEditor/timeline_editor.tscn index ba77fb4..a28137e 100644 --- a/addons/dialogic/Editor/TimelineEditor/timeline_editor.tscn +++ b/addons/dialogic/Editor/TimelineEditor/timeline_editor.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=10 format=3 uid="uid://crce0na84rhfd"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/timeline_editor.gd" id="1_4aceh"] +[ext_resource type="Script" uid="uid://ddjodliufx4fq" path="res://addons/dialogic/Editor/TimelineEditor/timeline_editor.gd" id="1_4aceh"] [ext_resource type="PackedScene" uid="uid://ysqbusmy0qma" path="res://addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.tscn" id="2_qs7vc"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_yqd26"] [ext_resource type="PackedScene" uid="uid://defdeav8rli6o" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/timeline_editor_text.tscn" id="3_up2bn"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/syntax_highlighter.gd" id="4_1t6bf"] +[ext_resource type="Script" uid="uid://baci5k0vpowwg" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/syntax_highlighter.gd" id="4_1t6bf"] -[sub_resource type="Image" id="Image_43fqw"] +[sub_resource type="Image" id="Image_6bv6r"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -16,7 +16,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_lvr8x"] -image = SubResource("Image_43fqw") +image = SubResource("Image_6bv6r") [sub_resource type="SyntaxHighlighter" id="SyntaxHighlighter_7lpql"] script = ExtResource("4_1t6bf") diff --git a/addons/dialogic/Editor/dialogic_editor.gd.uid b/addons/dialogic/Editor/dialogic_editor.gd.uid new file mode 100644 index 0000000..8271d04 --- /dev/null +++ b/addons/dialogic/Editor/dialogic_editor.gd.uid @@ -0,0 +1 @@ +uid://slt3w3y88wb6 diff --git a/addons/dialogic/Editor/editor_main.gd.uid b/addons/dialogic/Editor/editor_main.gd.uid new file mode 100644 index 0000000..b721f1b --- /dev/null +++ b/addons/dialogic/Editor/editor_main.gd.uid @@ -0,0 +1 @@ +uid://cc23dwi7qxxv2 diff --git a/addons/dialogic/Editor/editor_main.tscn b/addons/dialogic/Editor/editor_main.tscn index 849ad79..851b700 100644 --- a/addons/dialogic/Editor/editor_main.tscn +++ b/addons/dialogic/Editor/editor_main.tscn @@ -1,21 +1,21 @@ [gd_scene load_steps=18 format=3 uid="uid://de6yhw4r8jqb3"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/editor_main.gd" id="1_x88ov"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/editors_manager.gd" id="2_pe2tl"] +[ext_resource type="Script" uid="uid://cc23dwi7qxxv2" path="res://addons/dialogic/Editor/editor_main.gd" id="1_x88ov"] +[ext_resource type="Script" uid="uid://b3c43xrkour4v" path="res://addons/dialogic/Editor/editors_manager.gd" id="2_pe2tl"] [ext_resource type="Texture2D" uid="uid://dybg3l5pwetne" path="res://addons/dialogic/Editor/Images/plugin-icon.svg" id="2_scwcl"] [ext_resource type="PackedScene" uid="uid://cwe3r2tbh2og1" path="res://addons/dialogic/Editor/Common/side_bar.tscn" id="3_lp6hj"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/toolbar.gd" id="4_6cx8s"] +[ext_resource type="Script" uid="uid://coflolebk6wre" path="res://addons/dialogic/Editor/Common/toolbar.gd" id="4_6cx8s"] [ext_resource type="Texture2D" uid="uid://bbea0efx0ybu7" path="res://addons/dialogic/Editor/Images/Resources/character.svg" id="6_8yp76"] [ext_resource type="Texture2D" uid="uid://b5xwnxdb7064n" path="res://addons/dialogic/Modules/Glossary/icon.svg" id="7_45ytg"] [ext_resource type="Texture2D" uid="uid://1mccycya6eua" path="res://addons/dialogic/Modules/StyleEditor/styles_icon.svg" id="8_jj1i6"] [ext_resource type="Texture2D" uid="uid://ckilxvwc34s84" path="res://addons/dialogic/Modules/Variable/variable.svg" id="9_k4reh"] [ext_resource type="PackedScene" uid="uid://c7lmt5cp7bxcm" path="res://addons/dialogic/Editor/Common/reference_manager.tscn" id="10_l1rf8"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/reference_manager_window.gd" id="10_xbkrt"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/CodeCompletionHelper.gd" id="11_fyce4"] -[ext_resource type="Script" path="res://addons/dialogic/Editor/Common/update_manager.gd" id="14_l6b1p"] +[ext_resource type="Script" uid="uid://ckqhdvtljv7iq" path="res://addons/dialogic/Editor/Common/reference_manager_window.gd" id="10_xbkrt"] +[ext_resource type="Script" uid="uid://5mstwgc0fsl4" path="res://addons/dialogic/Editor/TimelineEditor/TextEditor/CodeCompletionHelper.gd" id="11_fyce4"] +[ext_resource type="Script" uid="uid://de0hkplecr0w2" path="res://addons/dialogic/Editor/Common/update_manager.gd" id="14_l6b1p"] [ext_resource type="PackedScene" uid="uid://vv3m5m68fwg7" path="res://addons/dialogic/Editor/Common/update_install_window.tscn" id="15_cu4xj"] -[sub_resource type="Image" id="Image_uqxml"] +[sub_resource type="Image" id="Image_4esak"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -25,7 +25,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_drcn6"] -image = SubResource("Image_uqxml") +image = SubResource("Image_4esak") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5bs7k"] content_margin_left = 8.0 diff --git a/addons/dialogic/Editor/editors_manager.gd.uid b/addons/dialogic/Editor/editors_manager.gd.uid new file mode 100644 index 0000000..daeea8e --- /dev/null +++ b/addons/dialogic/Editor/editors_manager.gd.uid @@ -0,0 +1 @@ +uid://b3c43xrkour4v diff --git a/addons/dialogic/Example Assets/Fonts/Roboto-Bold.ttf.import b/addons/dialogic/Example Assets/Fonts/Roboto-Bold.ttf.import index 694a2ae..9b84652 100644 --- a/addons/dialogic/Example Assets/Fonts/Roboto-Bold.ttf.import +++ b/addons/dialogic/Example Assets/Fonts/Roboto-Bold.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0 Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 @@ -22,6 +23,7 @@ allow_system_fallback=true force_autohinter=false hinting=1 subpixel_positioning=1 +keep_rounding_remainders=true oversampling=0.0 Fallbacks=null fallbacks=[] diff --git a/addons/dialogic/Example Assets/Fonts/Roboto-Italic.ttf.import b/addons/dialogic/Example Assets/Fonts/Roboto-Italic.ttf.import index d7c809a..a3ee330 100644 --- a/addons/dialogic/Example Assets/Fonts/Roboto-Italic.ttf.import +++ b/addons/dialogic/Example Assets/Fonts/Roboto-Italic.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Roboto-Italic.ttf-844485a0171d6031f98f4829003 Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 @@ -22,6 +23,7 @@ allow_system_fallback=true force_autohinter=false hinting=1 subpixel_positioning=1 +keep_rounding_remainders=true oversampling=0.0 Fallbacks=null fallbacks=[] diff --git a/addons/dialogic/Example Assets/Fonts/Roboto-Regular.ttf.import b/addons/dialogic/Example Assets/Fonts/Roboto-Regular.ttf.import index 16d8db1..9ffb1b2 100644 --- a/addons/dialogic/Example Assets/Fonts/Roboto-Regular.ttf.import +++ b/addons/dialogic/Example Assets/Fonts/Roboto-Regular.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37 Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 @@ -22,6 +23,7 @@ allow_system_fallback=true force_autohinter=false hinting=1 subpixel_positioning=1 +keep_rounding_remainders=true oversampling=0.0 Fallbacks=null fallbacks=[] diff --git a/addons/dialogic/Example Assets/already_read_indicator.gd.uid b/addons/dialogic/Example Assets/already_read_indicator.gd.uid new file mode 100644 index 0000000..869c0ae --- /dev/null +++ b/addons/dialogic/Example Assets/already_read_indicator.gd.uid @@ -0,0 +1 @@ +uid://b2nlqf6hgx8mg diff --git a/addons/dialogic/Example Assets/default_event.gd.uid b/addons/dialogic/Example Assets/default_event.gd.uid new file mode 100644 index 0000000..4cf399c --- /dev/null +++ b/addons/dialogic/Example Assets/default_event.gd.uid @@ -0,0 +1 @@ +uid://bxb7pg3ib8qrc diff --git a/addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.gd.uid b/addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.gd.uid new file mode 100644 index 0000000..06e9fcb --- /dev/null +++ b/addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.gd.uid @@ -0,0 +1 @@ +uid://b12h05g4spvyb diff --git a/addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.tscn b/addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.tscn index bdad81b..f7a0c0c 100644 --- a/addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.tscn +++ b/addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://cyns86lydp1tl"] -[ext_resource type="Script" path="res://addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.gd" id="1_63c5k"] +[ext_resource type="Script" uid="uid://b12h05g4spvyb" path="res://addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.gd" id="1_63c5k"] [ext_resource type="Texture2D" uid="uid://bfkpn7mrd786b" path="res://addons/dialogic/Example Assets/portraits/Antonio/pl5.png" id="2_15o4t"] [ext_resource type="Texture2D" uid="uid://s2jsr1aqiu84" path="res://addons/dialogic/Example Assets/portraits/Antonio/pl5 blink.png" id="3_qen6e"] diff --git a/addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.gd.uid b/addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.gd.uid new file mode 100644 index 0000000..a3beddf --- /dev/null +++ b/addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.gd.uid @@ -0,0 +1 @@ +uid://bmuh0cqaec3yh diff --git a/addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.tscn b/addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.tscn index a780a92..8ebd60a 100644 --- a/addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.tscn +++ b/addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=10 format=3 uid="uid://bgshjju5v2q0i"] -[ext_resource type="Script" path="res://addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.gd" id="1_fc12l"] +[ext_resource type="Script" uid="uid://bmuh0cqaec3yh" path="res://addons/dialogic/Example Assets/portraits/CustomPortrait_FaceAtlas.gd" id="1_fc12l"] [ext_resource type="Texture2D" uid="uid://djqit26f4be4f" path="res://addons/dialogic/Example Assets/portraits/Princess/princess_blank.png" id="2_igcyp"] [ext_resource type="Texture2D" uid="uid://ndmjrpk41eo4" path="res://addons/dialogic/Example Assets/portraits/Portrait1.png" id="3_6xy1t"] [ext_resource type="Texture2D" uid="uid://dokv225cp85ja" path="res://addons/dialogic/Example Assets/portraits/Princess/anger.png" id="3_wdpjk"] diff --git a/addons/dialogic/Modules/Audio/event_music.gd.uid b/addons/dialogic/Modules/Audio/event_music.gd.uid new file mode 100644 index 0000000..344468b --- /dev/null +++ b/addons/dialogic/Modules/Audio/event_music.gd.uid @@ -0,0 +1 @@ +uid://dd18x8usxxrks diff --git a/addons/dialogic/Modules/Audio/event_sound.gd.uid b/addons/dialogic/Modules/Audio/event_sound.gd.uid new file mode 100644 index 0000000..2319aba --- /dev/null +++ b/addons/dialogic/Modules/Audio/event_sound.gd.uid @@ -0,0 +1 @@ +uid://2gmhusmxdw5f diff --git a/addons/dialogic/Modules/Audio/index.gd.uid b/addons/dialogic/Modules/Audio/index.gd.uid new file mode 100644 index 0000000..38e864b --- /dev/null +++ b/addons/dialogic/Modules/Audio/index.gd.uid @@ -0,0 +1 @@ +uid://bd6ovu15um3je diff --git a/addons/dialogic/Modules/Audio/settings_audio.gd.uid b/addons/dialogic/Modules/Audio/settings_audio.gd.uid new file mode 100644 index 0000000..8dd71c0 --- /dev/null +++ b/addons/dialogic/Modules/Audio/settings_audio.gd.uid @@ -0,0 +1 @@ +uid://ndogg2urktpg diff --git a/addons/dialogic/Modules/Audio/settings_audio.tscn b/addons/dialogic/Modules/Audio/settings_audio.tscn index c8eb8ba..0049239 100644 --- a/addons/dialogic/Modules/Audio/settings_audio.tscn +++ b/addons/dialogic/Modules/Audio/settings_audio.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://c2qgetjc3mfo3"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Audio/settings_audio.gd" id="1_2iyyr"] +[ext_resource type="Script" uid="uid://ndogg2urktpg" path="res://addons/dialogic/Modules/Audio/settings_audio.gd" id="1_2iyyr"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_o1ban"] [node name="Audio" type="VBoxContainer"] diff --git a/addons/dialogic/Modules/Audio/subsystem_audio.gd.uid b/addons/dialogic/Modules/Audio/subsystem_audio.gd.uid new file mode 100644 index 0000000..50b5948 --- /dev/null +++ b/addons/dialogic/Modules/Audio/subsystem_audio.gd.uid @@ -0,0 +1 @@ +uid://cxys6tfuqfloi diff --git a/addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.gd.uid b/addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.gd.uid new file mode 100644 index 0000000..762573b --- /dev/null +++ b/addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.gd.uid @@ -0,0 +1 @@ +uid://bhm3nk6d032cu diff --git a/addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.tscn b/addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.tscn index e72fdc2..0a020b5 100644 --- a/addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.tscn +++ b/addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cl6g6ymkhjven"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.gd" id="1_nkdrp"] +[ext_resource type="Script" uid="uid://bhm3nk6d032cu" path="res://addons/dialogic/Modules/Background/DefaultBackgroundScene/default_background.gd" id="1_nkdrp"] [node name="DefaultBackground" type="Control"] layout_mode = 3 diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/push_down.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/push_down.gd.uid new file mode 100644 index 0000000..c723e79 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/push_down.gd.uid @@ -0,0 +1 @@ +uid://cajgrb6gkw55k diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/push_left.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/push_left.gd.uid new file mode 100644 index 0000000..64f67e9 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/push_left.gd.uid @@ -0,0 +1 @@ +uid://ca6s1aw2ojw84 diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/push_right.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/push_right.gd.uid new file mode 100644 index 0000000..4783869 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/push_right.gd.uid @@ -0,0 +1 @@ +uid://co6u3n3bm5h0h diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/push_up.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/push_up.gd.uid new file mode 100644 index 0000000..2d603a6 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/push_up.gd.uid @@ -0,0 +1 @@ +uid://cv5nhmf5hegna diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/simple_fade.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/simple_fade.gd.uid new file mode 100644 index 0000000..eb5719d --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/simple_fade.gd.uid @@ -0,0 +1 @@ +uid://lfr4mndj2urr diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_diagonal_up_left.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_diagonal_up_left.gd.uid new file mode 100644 index 0000000..50e799a --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_diagonal_up_left.gd.uid @@ -0,0 +1 @@ +uid://ck6eixdo5jh1e diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_left_to_right.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_left_to_right.gd.uid new file mode 100644 index 0000000..15ab809 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_left_to_right.gd.uid @@ -0,0 +1 @@ +uid://vm1pnks13qc7 diff --git a/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_right_to_left.gd.uid b/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_right_to_left.gd.uid new file mode 100644 index 0000000..0daece2 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/Defaults/swipe_right_to_left.gd.uid @@ -0,0 +1 @@ +uid://clxxbkbuo40g1 diff --git a/addons/dialogic/Modules/Background/Transitions/class_dialogic_background_transition.gd.uid b/addons/dialogic/Modules/Background/Transitions/class_dialogic_background_transition.gd.uid new file mode 100644 index 0000000..23506de --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/class_dialogic_background_transition.gd.uid @@ -0,0 +1 @@ +uid://cp2vxmnl6v83h diff --git a/addons/dialogic/Modules/Background/Transitions/default_transition_shader.gdshader.uid b/addons/dialogic/Modules/Background/Transitions/default_transition_shader.gdshader.uid new file mode 100644 index 0000000..3b04950 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/default_transition_shader.gdshader.uid @@ -0,0 +1 @@ +uid://d25whlir4o2q8 diff --git a/addons/dialogic/Modules/Background/Transitions/push_transition_shader.gdshader.uid b/addons/dialogic/Modules/Background/Transitions/push_transition_shader.gdshader.uid new file mode 100644 index 0000000..0894c49 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/push_transition_shader.gdshader.uid @@ -0,0 +1 @@ +uid://cr4y6bsrkgwnt diff --git a/addons/dialogic/Modules/Background/Transitions/simple_push_transitions.gd.uid b/addons/dialogic/Modules/Background/Transitions/simple_push_transitions.gd.uid new file mode 100644 index 0000000..17beb17 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/simple_push_transitions.gd.uid @@ -0,0 +1 @@ +uid://edwjhkoypdv6 diff --git a/addons/dialogic/Modules/Background/Transitions/simple_swipe_transitions.gd.uid b/addons/dialogic/Modules/Background/Transitions/simple_swipe_transitions.gd.uid new file mode 100644 index 0000000..115f142 --- /dev/null +++ b/addons/dialogic/Modules/Background/Transitions/simple_swipe_transitions.gd.uid @@ -0,0 +1 @@ +uid://dpafcu0pwdsrv diff --git a/addons/dialogic/Modules/Background/dialogic_background.gd.uid b/addons/dialogic/Modules/Background/dialogic_background.gd.uid new file mode 100644 index 0000000..b724c64 --- /dev/null +++ b/addons/dialogic/Modules/Background/dialogic_background.gd.uid @@ -0,0 +1 @@ +uid://o7874rur4nxc diff --git a/addons/dialogic/Modules/Background/event_background.gd.uid b/addons/dialogic/Modules/Background/event_background.gd.uid new file mode 100644 index 0000000..91ed966 --- /dev/null +++ b/addons/dialogic/Modules/Background/event_background.gd.uid @@ -0,0 +1 @@ +uid://ctfea5w6ogxyk diff --git a/addons/dialogic/Modules/Background/index.gd.uid b/addons/dialogic/Modules/Background/index.gd.uid new file mode 100644 index 0000000..cec6090 --- /dev/null +++ b/addons/dialogic/Modules/Background/index.gd.uid @@ -0,0 +1 @@ +uid://1o2vxfjs4odr diff --git a/addons/dialogic/Modules/Background/node_background_holder.gd.uid b/addons/dialogic/Modules/Background/node_background_holder.gd.uid new file mode 100644 index 0000000..6f7e3c0 --- /dev/null +++ b/addons/dialogic/Modules/Background/node_background_holder.gd.uid @@ -0,0 +1 @@ +uid://kes68bbp1xph diff --git a/addons/dialogic/Modules/Background/subsystem_backgrounds.gd.uid b/addons/dialogic/Modules/Background/subsystem_backgrounds.gd.uid new file mode 100644 index 0000000..43796c2 --- /dev/null +++ b/addons/dialogic/Modules/Background/subsystem_backgrounds.gd.uid @@ -0,0 +1 @@ +uid://cjtpm4v3frij4 diff --git a/addons/dialogic/Modules/Call/event_call.gd.uid b/addons/dialogic/Modules/Call/event_call.gd.uid new file mode 100644 index 0000000..4a700e2 --- /dev/null +++ b/addons/dialogic/Modules/Call/event_call.gd.uid @@ -0,0 +1 @@ +uid://uyx23kpi0hoq diff --git a/addons/dialogic/Modules/Call/index.gd.uid b/addons/dialogic/Modules/Call/index.gd.uid new file mode 100644 index 0000000..016cb22 --- /dev/null +++ b/addons/dialogic/Modules/Call/index.gd.uid @@ -0,0 +1 @@ +uid://68fntoqteyey diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/bounce.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/bounce.gd.uid new file mode 100644 index 0000000..b7e4554 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/bounce.gd.uid @@ -0,0 +1 @@ +uid://dilmce1fk2kn5 diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/bounce_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/bounce_in_out.gd.uid new file mode 100644 index 0000000..faea563 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/bounce_in_out.gd.uid @@ -0,0 +1 @@ +uid://b8jmkb3rn4am0 diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/fade_down_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/fade_down_in_out.gd.uid new file mode 100644 index 0000000..83f59d4 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/fade_down_in_out.gd.uid @@ -0,0 +1 @@ +uid://ct0323bsr0vxp diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/fade_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/fade_in_out.gd.uid new file mode 100644 index 0000000..d0e2f54 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/fade_in_out.gd.uid @@ -0,0 +1 @@ +uid://cqm5dqjks84we diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/fade_up_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/fade_up_in_out.gd.uid new file mode 100644 index 0000000..e60f9dc --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/fade_up_in_out.gd.uid @@ -0,0 +1 @@ +uid://cu7m0ao65fqsn diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/heartbeat.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/heartbeat.gd.uid new file mode 100644 index 0000000..b9ebd90 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/heartbeat.gd.uid @@ -0,0 +1 @@ +uid://bnacfwgv1eu77 diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/instant_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/instant_in_out.gd.uid new file mode 100644 index 0000000..705d6ce --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/instant_in_out.gd.uid @@ -0,0 +1 @@ +uid://cweuvkg4gsdep diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/shake_x.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/shake_x.gd.uid new file mode 100644 index 0000000..0c74384 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/shake_x.gd.uid @@ -0,0 +1 @@ +uid://idpenpwco03r diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/shake_y.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/shake_y.gd.uid new file mode 100644 index 0000000..2fbb4ed --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/shake_y.gd.uid @@ -0,0 +1 @@ +uid://dv8f4elct62uu diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/slide_down_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/slide_down_in_out.gd.uid new file mode 100644 index 0000000..d7ee433 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/slide_down_in_out.gd.uid @@ -0,0 +1 @@ +uid://lucvtt4kubhd diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/slide_left_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/slide_left_in_out.gd.uid new file mode 100644 index 0000000..d07abbd --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/slide_left_in_out.gd.uid @@ -0,0 +1 @@ +uid://bf5qriupkeanm diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/slide_right_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/slide_right_in_out.gd.uid new file mode 100644 index 0000000..0119086 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/slide_right_in_out.gd.uid @@ -0,0 +1 @@ +uid://biivjmndhpn7c diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/slide_up_in.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/slide_up_in.gd.uid new file mode 100644 index 0000000..5e7f255 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/slide_up_in.gd.uid @@ -0,0 +1 @@ +uid://dpnf3pluokg7n diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/tada.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/tada.gd.uid new file mode 100644 index 0000000..206c4e3 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/tada.gd.uid @@ -0,0 +1 @@ +uid://60snkmlcille diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/zoom_center_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/zoom_center_in_out.gd.uid new file mode 100644 index 0000000..d6f1121 --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/zoom_center_in_out.gd.uid @@ -0,0 +1 @@ +uid://gmwvf0a0mgwy diff --git a/addons/dialogic/Modules/Character/DefaultAnimations/zoom_in_out.gd.uid b/addons/dialogic/Modules/Character/DefaultAnimations/zoom_in_out.gd.uid new file mode 100644 index 0000000..6a34f9b --- /dev/null +++ b/addons/dialogic/Modules/Character/DefaultAnimations/zoom_in_out.gd.uid @@ -0,0 +1 @@ +uid://cpo0gvw2yipnl diff --git a/addons/dialogic/Modules/Character/DialogicPortraitAnimationsUtil.gd.uid b/addons/dialogic/Modules/Character/DialogicPortraitAnimationsUtil.gd.uid new file mode 100644 index 0000000..d61b049 --- /dev/null +++ b/addons/dialogic/Modules/Character/DialogicPortraitAnimationsUtil.gd.uid @@ -0,0 +1 @@ +uid://cd2rr1kkyid5d diff --git a/addons/dialogic/Modules/Character/class_dialogic_animation.gd.uid b/addons/dialogic/Modules/Character/class_dialogic_animation.gd.uid new file mode 100644 index 0000000..8c80070 --- /dev/null +++ b/addons/dialogic/Modules/Character/class_dialogic_animation.gd.uid @@ -0,0 +1 @@ +uid://h7ol7j4cndny diff --git a/addons/dialogic/Modules/Character/default_portrait.gd.uid b/addons/dialogic/Modules/Character/default_portrait.gd.uid new file mode 100644 index 0000000..dc9d318 --- /dev/null +++ b/addons/dialogic/Modules/Character/default_portrait.gd.uid @@ -0,0 +1 @@ +uid://cn1vgmioh2vuj diff --git a/addons/dialogic/Modules/Character/default_portrait.tscn b/addons/dialogic/Modules/Character/default_portrait.tscn index be594e7..be45378 100644 --- a/addons/dialogic/Modules/Character/default_portrait.tscn +++ b/addons/dialogic/Modules/Character/default_portrait.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://b32paf0ll6um8"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Character/default_portrait.gd" id="1_wn77n"] +[ext_resource type="Script" uid="uid://cn1vgmioh2vuj" path="res://addons/dialogic/Modules/Character/default_portrait.gd" id="1_wn77n"] [node name="DefaultPortrait" type="Node2D"] script = ExtResource("1_wn77n") diff --git a/addons/dialogic/Modules/Character/dialogic_portrait.gd.uid b/addons/dialogic/Modules/Character/dialogic_portrait.gd.uid new file mode 100644 index 0000000..973a089 --- /dev/null +++ b/addons/dialogic/Modules/Character/dialogic_portrait.gd.uid @@ -0,0 +1 @@ +uid://lplrukoyyutg diff --git a/addons/dialogic/Modules/Character/event_character.gd.uid b/addons/dialogic/Modules/Character/event_character.gd.uid new file mode 100644 index 0000000..c208f03 --- /dev/null +++ b/addons/dialogic/Modules/Character/event_character.gd.uid @@ -0,0 +1 @@ +uid://dfqb77uh27bnc diff --git a/addons/dialogic/Modules/Character/index.gd.uid b/addons/dialogic/Modules/Character/index.gd.uid new file mode 100644 index 0000000..7ddf416 --- /dev/null +++ b/addons/dialogic/Modules/Character/index.gd.uid @@ -0,0 +1 @@ +uid://dp0268d0gb10w diff --git a/addons/dialogic/Modules/Character/node_portrait_container.gd.uid b/addons/dialogic/Modules/Character/node_portrait_container.gd.uid new file mode 100644 index 0000000..ae8d44a --- /dev/null +++ b/addons/dialogic/Modules/Character/node_portrait_container.gd.uid @@ -0,0 +1 @@ +uid://co1ach53kpjb5 diff --git a/addons/dialogic/Modules/Character/preview_character.tres b/addons/dialogic/Modules/Character/preview_character.tres index cdad7e1..8fa28f8 100644 --- a/addons/dialogic/Modules/Character/preview_character.tres +++ b/addons/dialogic/Modules/Character/preview_character.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="DialogicCharacter" load_steps=2 format=3 uid="uid://dykf1j17ct5mo"] -[ext_resource type="Script" path="res://addons/dialogic/Resources/character.gd" id="1_qsljv"] +[ext_resource type="Script" uid="uid://c3duymw24826m" path="res://addons/dialogic/Resources/character.gd" id="1_qsljv"] [resource] script = ExtResource("1_qsljv") diff --git a/addons/dialogic/Modules/Character/settings_portraits.gd.uid b/addons/dialogic/Modules/Character/settings_portraits.gd.uid new file mode 100644 index 0000000..cd68022 --- /dev/null +++ b/addons/dialogic/Modules/Character/settings_portraits.gd.uid @@ -0,0 +1 @@ +uid://bkwjhimy5s7lc diff --git a/addons/dialogic/Modules/Character/settings_portraits.tscn b/addons/dialogic/Modules/Character/settings_portraits.tscn index 5689200..2550e69 100644 --- a/addons/dialogic/Modules/Character/settings_portraits.tscn +++ b/addons/dialogic/Modules/Character/settings_portraits.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://cp463rpri5j8a"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Character/settings_portraits.gd" id="2"] +[ext_resource type="Script" uid="uid://bkwjhimy5s7lc" path="res://addons/dialogic/Modules/Character/settings_portraits.gd" id="2"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_dce78"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="3"] [ext_resource type="PackedScene" uid="uid://7mvxuaulctcq" path="res://addons/dialogic/Editor/Events/Fields/field_file.tscn" id="3_m06d8"] diff --git a/addons/dialogic/Modules/Character/subsystem_containers.gd.uid b/addons/dialogic/Modules/Character/subsystem_containers.gd.uid new file mode 100644 index 0000000..7c19793 --- /dev/null +++ b/addons/dialogic/Modules/Character/subsystem_containers.gd.uid @@ -0,0 +1 @@ +uid://cr58iqufocghi diff --git a/addons/dialogic/Modules/Character/subsystem_portraits.gd.uid b/addons/dialogic/Modules/Character/subsystem_portraits.gd.uid new file mode 100644 index 0000000..2c4cd23 --- /dev/null +++ b/addons/dialogic/Modules/Character/subsystem_portraits.gd.uid @@ -0,0 +1 @@ +uid://ivn22m8wh7ua diff --git a/addons/dialogic/Modules/Choice/event_choice.gd.uid b/addons/dialogic/Modules/Choice/event_choice.gd.uid new file mode 100644 index 0000000..5ec881a --- /dev/null +++ b/addons/dialogic/Modules/Choice/event_choice.gd.uid @@ -0,0 +1 @@ +uid://byu8n4mhgpytq diff --git a/addons/dialogic/Modules/Choice/index.gd.uid b/addons/dialogic/Modules/Choice/index.gd.uid new file mode 100644 index 0000000..1efb625 --- /dev/null +++ b/addons/dialogic/Modules/Choice/index.gd.uid @@ -0,0 +1 @@ +uid://b2003j18bu0lk diff --git a/addons/dialogic/Modules/Choice/node_button_sound.gd.uid b/addons/dialogic/Modules/Choice/node_button_sound.gd.uid new file mode 100644 index 0000000..882be96 --- /dev/null +++ b/addons/dialogic/Modules/Choice/node_button_sound.gd.uid @@ -0,0 +1 @@ +uid://cj5pdsp3d58he diff --git a/addons/dialogic/Modules/Choice/node_choice_button.gd.uid b/addons/dialogic/Modules/Choice/node_choice_button.gd.uid new file mode 100644 index 0000000..727b155 --- /dev/null +++ b/addons/dialogic/Modules/Choice/node_choice_button.gd.uid @@ -0,0 +1 @@ +uid://3uxjotf4k2oc diff --git a/addons/dialogic/Modules/Choice/settings_choices.gd.uid b/addons/dialogic/Modules/Choice/settings_choices.gd.uid new file mode 100644 index 0000000..6808bf4 --- /dev/null +++ b/addons/dialogic/Modules/Choice/settings_choices.gd.uid @@ -0,0 +1 @@ +uid://bdrjvoufkqa42 diff --git a/addons/dialogic/Modules/Choice/settings_choices.tscn b/addons/dialogic/Modules/Choice/settings_choices.tscn index 95957ac..ea92bd3 100644 --- a/addons/dialogic/Modules/Choice/settings_choices.tscn +++ b/addons/dialogic/Modules/Choice/settings_choices.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://uarvgnbrcltm"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Choice/settings_choices.gd" id="2"] +[ext_resource type="Script" uid="uid://bdrjvoufkqa42" path="res://addons/dialogic/Modules/Choice/settings_choices.gd" id="2"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_nxutt"] -[sub_resource type="Image" id="Image_2imc3"] +[sub_resource type="Image" id="Image_xvnnc"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_udy8i"] -image = SubResource("Image_2imc3") +image = SubResource("Image_xvnnc") [node name="Choices" type="VBoxContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Modules/Choice/subsystem_choices.gd.uid b/addons/dialogic/Modules/Choice/subsystem_choices.gd.uid new file mode 100644 index 0000000..e8655ee --- /dev/null +++ b/addons/dialogic/Modules/Choice/subsystem_choices.gd.uid @@ -0,0 +1 @@ +uid://b5o1ajo5ka4tp diff --git a/addons/dialogic/Modules/Choice/ui_choice_end.gd.uid b/addons/dialogic/Modules/Choice/ui_choice_end.gd.uid new file mode 100644 index 0000000..9da658d --- /dev/null +++ b/addons/dialogic/Modules/Choice/ui_choice_end.gd.uid @@ -0,0 +1 @@ +uid://bs0ra03xl4vph diff --git a/addons/dialogic/Modules/Choice/ui_choice_end.tscn b/addons/dialogic/Modules/Choice/ui_choice_end.tscn index 076cb14..1535c37 100644 --- a/addons/dialogic/Modules/Choice/ui_choice_end.tscn +++ b/addons/dialogic/Modules/Choice/ui_choice_end.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cn0wbb2lk0s22"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Choice/ui_choice_end.gd" id="1_7qd85"] +[ext_resource type="Script" uid="uid://bs0ra03xl4vph" path="res://addons/dialogic/Modules/Choice/ui_choice_end.gd" id="1_7qd85"] [node name="Choice_End" type="HBoxContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Modules/Clear/event_clear.gd.uid b/addons/dialogic/Modules/Clear/event_clear.gd.uid new file mode 100644 index 0000000..466d8db --- /dev/null +++ b/addons/dialogic/Modules/Clear/event_clear.gd.uid @@ -0,0 +1 @@ +uid://bxu87xd4v8w7v diff --git a/addons/dialogic/Modules/Clear/index.gd.uid b/addons/dialogic/Modules/Clear/index.gd.uid new file mode 100644 index 0000000..eb15b09 --- /dev/null +++ b/addons/dialogic/Modules/Clear/index.gd.uid @@ -0,0 +1 @@ +uid://gk57bnhlulo diff --git a/addons/dialogic/Modules/Comment/event_comment.gd.uid b/addons/dialogic/Modules/Comment/event_comment.gd.uid new file mode 100644 index 0000000..fc4338c --- /dev/null +++ b/addons/dialogic/Modules/Comment/event_comment.gd.uid @@ -0,0 +1 @@ +uid://bssva7c3ik4dx diff --git a/addons/dialogic/Modules/Comment/index.gd.uid b/addons/dialogic/Modules/Comment/index.gd.uid new file mode 100644 index 0000000..90415c0 --- /dev/null +++ b/addons/dialogic/Modules/Comment/index.gd.uid @@ -0,0 +1 @@ +uid://dnmi0rgbvwlyw diff --git a/addons/dialogic/Modules/Condition/event_condition.gd.uid b/addons/dialogic/Modules/Condition/event_condition.gd.uid new file mode 100644 index 0000000..6069239 --- /dev/null +++ b/addons/dialogic/Modules/Condition/event_condition.gd.uid @@ -0,0 +1 @@ +uid://d4i5dh85rmrng diff --git a/addons/dialogic/Modules/Condition/index.gd.uid b/addons/dialogic/Modules/Condition/index.gd.uid new file mode 100644 index 0000000..d92ef6b --- /dev/null +++ b/addons/dialogic/Modules/Condition/index.gd.uid @@ -0,0 +1 @@ +uid://c8kiyh6bws4hd diff --git a/addons/dialogic/Modules/Condition/ui_condition_end.gd.uid b/addons/dialogic/Modules/Condition/ui_condition_end.gd.uid new file mode 100644 index 0000000..bbc533b --- /dev/null +++ b/addons/dialogic/Modules/Condition/ui_condition_end.gd.uid @@ -0,0 +1 @@ +uid://btai0k8wyb1h1 diff --git a/addons/dialogic/Modules/Condition/ui_condition_end.tscn b/addons/dialogic/Modules/Condition/ui_condition_end.tscn index 02ced22..09f57f9 100644 --- a/addons/dialogic/Modules/Condition/ui_condition_end.tscn +++ b/addons/dialogic/Modules/Condition/ui_condition_end.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3] +[gd_scene load_steps=2 format=3 uid="uid://4axrx4vhbkfp"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Condition/ui_condition_end.gd" id="1_sh52m"] +[ext_resource type="Script" uid="uid://btai0k8wyb1h1" path="res://addons/dialogic/Modules/Condition/ui_condition_end.gd" id="1_sh52m"] [node name="Condition_End" type="HBoxContainer"] offset_right = 90.0 diff --git a/addons/dialogic/Modules/Core/event_end_branch.gd.uid b/addons/dialogic/Modules/Core/event_end_branch.gd.uid new file mode 100644 index 0000000..031ef81 --- /dev/null +++ b/addons/dialogic/Modules/Core/event_end_branch.gd.uid @@ -0,0 +1 @@ +uid://dp8b14eq8213s diff --git a/addons/dialogic/Modules/Core/index.gd.uid b/addons/dialogic/Modules/Core/index.gd.uid new file mode 100644 index 0000000..38ddaaa --- /dev/null +++ b/addons/dialogic/Modules/Core/index.gd.uid @@ -0,0 +1 @@ +uid://lwnca6ovtuec diff --git a/addons/dialogic/Modules/Core/subsystem_animation.gd.uid b/addons/dialogic/Modules/Core/subsystem_animation.gd.uid new file mode 100644 index 0000000..39b9be1 --- /dev/null +++ b/addons/dialogic/Modules/Core/subsystem_animation.gd.uid @@ -0,0 +1 @@ +uid://daig6mb6xdacs diff --git a/addons/dialogic/Modules/Core/subsystem_expression.gd.uid b/addons/dialogic/Modules/Core/subsystem_expression.gd.uid new file mode 100644 index 0000000..3192712 --- /dev/null +++ b/addons/dialogic/Modules/Core/subsystem_expression.gd.uid @@ -0,0 +1 @@ +uid://ccecsonwl328r diff --git a/addons/dialogic/Modules/Core/subsystem_input.gd.uid b/addons/dialogic/Modules/Core/subsystem_input.gd.uid new file mode 100644 index 0000000..24f2ac4 --- /dev/null +++ b/addons/dialogic/Modules/Core/subsystem_input.gd.uid @@ -0,0 +1 @@ +uid://cclln1nvfvuqu diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.gd.uid new file mode 100644 index 0000000..fd81fee --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.gd.uid @@ -0,0 +1 @@ +uid://c6j2d7j0qkows diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.tscn index 884835e..09e59fa 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cqpb3ie51rwl5"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.gd" id="1_ifsho"] +[ext_resource type="Script" uid="uid://c6j2d7j0qkows" path="res://addons/dialogic/Modules/DefaultLayoutParts/Base_Default/default_layout_base.gd" id="1_ifsho"] [node name="DefaultLayoutBase" type="CanvasLayer"] script = ExtResource("1_ifsho") diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.gd.uid new file mode 100644 index 0000000..2efc131 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.gd.uid @@ -0,0 +1 @@ +uid://pot35bfq1wxw diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.tscn index 27a00fc..a15b6d6 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://syki6k0e6aac"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.gd" id="1_urqwc"] +[ext_resource type="Script" uid="uid://pot35bfq1wxw" path="res://addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.gd" id="1_urqwc"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_70ljh"] content_margin_left = 5.0 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.gd.uid new file mode 100644 index 0000000..00c106c --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.gd.uid @@ -0,0 +1 @@ +uid://gsjvl2v1qj2k diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn index f1d44c0..177596b 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://c1k5m0w3r40xf"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.gd" id="1_tu40u"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Background/node_background_holder.gd" id="2_ghan2"] +[ext_resource type="Script" uid="uid://gsjvl2v1qj2k" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.gd" id="1_tu40u"] +[ext_resource type="Script" uid="uid://kes68bbp1xph" path="res://addons/dialogic/Modules/Background/node_background_holder.gd" id="2_ghan2"] [node name="BackgroundLayer" type="Control"] layout_direction = 2 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.gd.uid new file mode 100644 index 0000000..06027e7 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.gd.uid @@ -0,0 +1 @@ +uid://88lnwtce38te diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn index bb37b7e..8241638 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://dsbwnp5hegnu3"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.gd" id="1_3nmfj"] +[ext_resource type="Script" uid="uid://88lnwtce38te" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.gd" id="1_3nmfj"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_a3cyk"] bg_color = Color(0.12549, 0.12549, 0.12549, 1) diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.gd.uid new file mode 100644 index 0000000..0e619b7 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.gd.uid @@ -0,0 +1 @@ +uid://1qnscwycm580 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.tscn index f1b5983..6d7ad62 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://cuoywrmvda1yg"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.gd" id="1_dgoja"] +[ext_resource type="Script" uid="uid://1qnscwycm580" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.gd" id="1_dgoja"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_upgjp"] content_margin_left = 5.0 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.gd.uid new file mode 100644 index 0000000..e682598 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.gd.uid @@ -0,0 +1 @@ +uid://cg7yqmv6pyig7 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.tscn index 53f7f35..f9ff2d7 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://lx24i8fl6uo"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.gd" id="1_4mqm3"] +[ext_resource type="Script" uid="uid://cg7yqmv6pyig7" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.gd" id="1_4mqm3"] [ext_resource type="PackedScene" uid="uid://cuoywrmvda1yg" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.tscn" id="2_x1xgk"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1hdvb"] diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.gd.uid new file mode 100644 index 0000000..8c598f5 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.gd.uid @@ -0,0 +1 @@ +uid://4i23qheueh4x diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn index bae57c5..c2d84db 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://cn674foxwedqu"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.gd" id="1_3cmha"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_input.gd" id="2_dxpjw"] +[ext_resource type="Script" uid="uid://4i23qheueh4x" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.gd" id="1_3cmha"] +[ext_resource type="Script" uid="uid://b1mhjaac6jaqk" path="res://addons/dialogic/Modules/Text/node_input.gd" id="2_dxpjw"] [node name="FullAdvanceInputLayer" type="Control"] layout_mode = 3 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/speaker_portrait_textbox_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/speaker_portrait_textbox_layer.gd.uid new file mode 100644 index 0000000..e55cb45 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/speaker_portrait_textbox_layer.gd.uid @@ -0,0 +1 @@ +uid://5pgsvkc4j1o1 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/textbox_with_speaker_portrait.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/textbox_with_speaker_portrait.tscn index 369973c..c6cf89a 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/textbox_with_speaker_portrait.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/textbox_with_speaker_portrait.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=7 format=3 uid="uid://by6waso0mjpjp"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Character/node_portrait_container.gd" id="1_4jxq7"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/speaker_portrait_textbox_layer.gd" id="1_7jt4d"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="2_y0h34"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="3_11puy"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="5_sr2qw"] +[ext_resource type="Script" uid="uid://co1ach53kpjb5" path="res://addons/dialogic/Modules/Character/node_portrait_container.gd" id="1_4jxq7"] +[ext_resource type="Script" uid="uid://5pgsvkc4j1o1" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/speaker_portrait_textbox_layer.gd" id="1_7jt4d"] +[ext_resource type="Script" uid="uid://d34uy63wmbrb0" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="2_y0h34"] +[ext_resource type="Script" uid="uid://ciynx40eqs1of" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="3_11puy"] +[ext_resource type="Script" uid="uid://24og1axjmb0o" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="5_sr2qw"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dmg1w"] bg_color = Color(0.254902, 0.254902, 0.254902, 1) diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.gd.uid new file mode 100644 index 0000000..b38231d --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.gd.uid @@ -0,0 +1 @@ +uid://blan5oqabwba1 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.tscn index 00aac30..9463d36 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://cvgf4c6gg0tsy"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.gd" id="1_7ahrn"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/TextInput/node_text_input.gd" id="1_mxdep"] +[ext_resource type="Script" uid="uid://blan5oqabwba1" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.gd" id="1_7ahrn"] +[ext_resource type="Script" uid="uid://lalke5og6vaf" path="res://addons/dialogic/Modules/TextInput/node_text_input.gd" id="1_mxdep"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3dpjm"] content_margin_left = 15.0 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/speech_bubble.gdshader.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/speech_bubble.gdshader.uid new file mode 100644 index 0000000..ab652bb --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/speech_bubble.gdshader.uid @@ -0,0 +1 @@ +uid://bm04lsjv0265u diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gd.uid new file mode 100644 index 0000000..3e30c7a --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gd.uid @@ -0,0 +1 @@ +uid://ck3itcwvh1gh3 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gdshader.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gdshader.uid new file mode 100644 index 0000000..50128ef --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gdshader.uid @@ -0,0 +1 @@ +uid://02mou2kutsmq diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.tscn index 6277c5f..d0e07f1 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=11 format=3 uid="uid://dlx7jcvm52tyw"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gd" id="1_jdhpk"] -[ext_resource type="Shader" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gdshader" id="2_1mhvf"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="3_syv35"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="4_7bm4b"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="6_5gd03"] +[ext_resource type="Script" uid="uid://ck3itcwvh1gh3" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gd" id="1_jdhpk"] +[ext_resource type="Shader" uid="uid://02mou2kutsmq" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble.gdshader" id="2_1mhvf"] +[ext_resource type="Script" uid="uid://ciynx40eqs1of" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="3_syv35"] +[ext_resource type="Script" uid="uid://24og1axjmb0o" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="4_7bm4b"] +[ext_resource type="Script" uid="uid://d34uy63wmbrb0" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="6_5gd03"] [sub_resource type="Curve" id="Curve_0j8nu"] _data = [Vector2(0, 1), 0.0, -1.0, 0, 1, Vector2(1, 0), -1.0, 0.0, 1, 0] @@ -22,13 +22,13 @@ noise = SubResource("FastNoiseLite_lsfnp") [sub_resource type="ShaderMaterial" id="ShaderMaterial_60xbe"] resource_local_to_scene = true shader = ExtResource("2_1mhvf") +shader_parameter/deformation_sampler = SubResource("NoiseTexture2D_kr7hw") shader_parameter/radius = 200.0 shader_parameter/box_size = Vector2(100, 100) shader_parameter/box_padding = 10.0 shader_parameter/wobble_amount = 0.75 shader_parameter/wobble_speed = 10.0 shader_parameter/wobble_detail = 0.51 -shader_parameter/deformation_sampler = SubResource("NoiseTexture2D_kr7hw") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h6ls0"] content_margin_left = 5.0 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.gd.uid new file mode 100644 index 0000000..1683e7d --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.gd.uid @@ -0,0 +1 @@ +uid://d268a6b3x2fjs diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.tscn index 5909325..a65fa4b 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://d2it0xiap3gnt"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.gd" id="1_b37je"] +[ext_resource type="Script" uid="uid://d268a6b3x2fjs" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.gd" id="1_b37je"] [node name="TextBubbleLayer" type="Control"] layout_mode = 3 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.gd.uid new file mode 100644 index 0000000..6304f2f --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.gd.uid @@ -0,0 +1 @@ +uid://dipb87srhruaq diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.tscn index 7c9fb00..33115c6 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=7 format=3 uid="uid://dhk6j6eb6e3q"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.gd" id="1_kurgw"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Choice/node_choice_button.gd" id="1_w632k"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Choice/node_button_sound.gd" id="2_mgko6"] +[ext_resource type="Script" uid="uid://dipb87srhruaq" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.gd" id="1_kurgw"] +[ext_resource type="Script" uid="uid://3uxjotf4k2oc" path="res://addons/dialogic/Modules/Choice/node_choice_button.gd" id="1_w632k"] +[ext_resource type="Script" uid="uid://cj5pdsp3d58he" path="res://addons/dialogic/Modules/Choice/node_button_sound.gd" id="2_mgko6"] [ext_resource type="AudioStream" uid="uid://b6c1p14bc20p1" path="res://addons/dialogic/Example Assets/sound-effects/typing1.wav" id="3_mql8i"] [ext_resource type="AudioStream" uid="uid://c2viukvbub6v6" path="res://addons/dialogic/Example Assets/sound-effects/typing4.wav" id="4_420fr"] diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.gd.uid new file mode 100644 index 0000000..13388e3 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.gd.uid @@ -0,0 +1 @@ +uid://n1s0knj6ssj7 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.tscn index bb803ee..9518c0f 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://cy1y14inwkplb"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.gd" id="1_1i7em"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Character/node_portrait_container.gd" id="1_rxdcc"] +[ext_resource type="Script" uid="uid://n1s0knj6ssj7" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.gd" id="1_1i7em"] +[ext_resource type="Script" uid="uid://co1ach53kpjb5" path="res://addons/dialogic/Modules/Character/node_portrait_container.gd" id="1_rxdcc"] [node name="VN_PortraitLayer" type="Control"] layout_mode = 3 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/animations.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/animations.gd.uid new file mode 100644 index 0000000..10a13f6 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/animations.gd.uid @@ -0,0 +1 @@ +uid://kpfh31r8a026 diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/autoadvance_indicator.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/autoadvance_indicator.gd.uid new file mode 100644 index 0000000..702babd --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/autoadvance_indicator.gd.uid @@ -0,0 +1 @@ +uid://b3rnlnnpmol0c diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.gd.uid new file mode 100644 index 0000000..293ad69 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.gd.uid @@ -0,0 +1 @@ +uid://b4dmcmt168i8d diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.tscn b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.tscn index 5521ef8..9b6141a 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.tscn +++ b/addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.tscn @@ -1,14 +1,14 @@ [gd_scene load_steps=17 format=3 uid="uid://bquja8jyk8kbr"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.gd" id="1_bpydr"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/animations.gd" id="2_xy7a2"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="3_4634k"] +[ext_resource type="Script" uid="uid://b4dmcmt168i8d" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.gd" id="1_bpydr"] +[ext_resource type="Script" uid="uid://kpfh31r8a026" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/animations.gd" id="2_xy7a2"] +[ext_resource type="Script" uid="uid://ciynx40eqs1of" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="3_4634k"] [ext_resource type="StyleBox" uid="uid://dkv1pl1c1dq6" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_default_panel.tres" id="3_ssa84"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="4_ma5mw"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_next_indicator.gd" id="5_40a50"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/autoadvance_indicator.gd" id="6_07xym"] +[ext_resource type="Script" uid="uid://24og1axjmb0o" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="4_ma5mw"] +[ext_resource type="Script" uid="uid://brnpivfqbvega" path="res://addons/dialogic/Modules/Text/node_next_indicator.gd" id="5_40a50"] +[ext_resource type="Script" uid="uid://b3rnlnnpmol0c" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/autoadvance_indicator.gd" id="6_07xym"] [ext_resource type="Texture2D" uid="uid://b0rpqfg4fhebk" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/next.svg" id="6_uch03"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="7_bi7sh"] +[ext_resource type="Script" uid="uid://d34uy63wmbrb0" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="7_bi7sh"] [ext_resource type="StyleBox" uid="uid://m7gyepkysu83" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_name_label_panel.tres" id="9_yg8ig"] [sub_resource type="Animation" id="Animation_au0a2"] @@ -194,10 +194,10 @@ tracks/3/keys = { [sub_resource type="AnimationLibrary" id="AnimationLibrary_c14kh"] _data = { -"RESET": SubResource("Animation_au0a2"), -"new_text": SubResource("Animation_6kbwc"), -"textbox_fade_up": SubResource("Animation_g6k55"), -"textbox_pop": SubResource("Animation_htbgc") +&"RESET": SubResource("Animation_au0a2"), +&"new_text": SubResource("Animation_6kbwc"), +&"textbox_fade_up": SubResource("Animation_g6k55"), +&"textbox_pop": SubResource("Animation_htbgc") } [sub_resource type="FontVariation" id="FontVariation_v8y64"] diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Style_SpeakerTextbox/speaker_textbox_style.tres b/addons/dialogic/Modules/DefaultLayoutParts/Style_SpeakerTextbox/speaker_textbox_style.tres index fbaa2d1..931bdbe 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Style_SpeakerTextbox/speaker_textbox_style.tres +++ b/addons/dialogic/Modules/DefaultLayoutParts/Style_SpeakerTextbox/speaker_textbox_style.tres @@ -1,14 +1,14 @@ [gd_resource type="Resource" script_class="DialogicStyle" load_steps=18 format=3 uid="uid://dgkmuyvy5qc35"] [ext_resource type="PackedScene" uid="uid://c1k5m0w3r40xf" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn" id="1_sde84"] -[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="2_i34tx"] +[ext_resource type="Script" uid="uid://dfx2htp24tuvm" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="2_i34tx"] [ext_resource type="PackedScene" uid="uid://by6waso0mjpjp" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/textbox_with_speaker_portrait.tscn" id="3_epko4"] [ext_resource type="PackedScene" uid="uid://cn674foxwedqu" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn" id="4_8y2vo"] [ext_resource type="PackedScene" uid="uid://dsbwnp5hegnu3" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn" id="5_ll78j"] [ext_resource type="PackedScene" uid="uid://dhk6j6eb6e3q" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.tscn" id="6_36eid"] [ext_resource type="PackedScene" uid="uid://cvgf4c6gg0tsy" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.tscn" id="7_hx5el"] [ext_resource type="PackedScene" uid="uid://lx24i8fl6uo" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.tscn" id="8_00chv"] -[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style.gd" id="9_sdr6x"] +[ext_resource type="Script" uid="uid://b14h380mah4av" path="res://addons/dialogic/Resources/dialogic_style.gd" id="9_sdr6x"] [sub_resource type="Resource" id="Resource_1cyj6"] script = ExtResource("2_i34tx") diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Style_TextBubbles/textbubble_style.tres b/addons/dialogic/Modules/DefaultLayoutParts/Style_TextBubbles/textbubble_style.tres index 7a22e0f..1356991 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Style_TextBubbles/textbubble_style.tres +++ b/addons/dialogic/Modules/DefaultLayoutParts/Style_TextBubbles/textbubble_style.tres @@ -1,9 +1,9 @@ [gd_resource type="Resource" script_class="DialogicStyle" load_steps=9 format=3 uid="uid://b0sbwssin2kuk"] [ext_resource type="PackedScene" uid="uid://syki6k0e6aac" path="res://addons/dialogic/Modules/DefaultLayoutParts/Base_TextBubble/text_bubble_base.tscn" id="1_a7s28"] -[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style.gd" id="1_q3xp1"] +[ext_resource type="Script" uid="uid://b14h380mah4av" path="res://addons/dialogic/Resources/dialogic_style.gd" id="1_q3xp1"] [ext_resource type="PackedScene" uid="uid://d2it0xiap3gnt" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Textbubble/text_bubble_layer.tscn" id="2_ctkoo"] -[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="3_3a5cc"] +[ext_resource type="Script" uid="uid://dfx2htp24tuvm" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="3_3a5cc"] [ext_resource type="PackedScene" uid="uid://cn674foxwedqu" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn" id="4_rr4hm"] [sub_resource type="Resource" id="Resource_u2jf8"] diff --git a/addons/dialogic/Modules/DefaultLayoutParts/Style_VN_Default/default_vn_style.tres b/addons/dialogic/Modules/DefaultLayoutParts/Style_VN_Default/default_vn_style.tres index 99b1d5c..6f42cc7 100644 --- a/addons/dialogic/Modules/DefaultLayoutParts/Style_VN_Default/default_vn_style.tres +++ b/addons/dialogic/Modules/DefaultLayoutParts/Style_VN_Default/default_vn_style.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="DialogicStyle" load_steps=20 format=3 uid="uid://8t1mr302tmqs"] -[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style.gd" id="1_mvpc0"] -[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="2_3b8ue"] +[ext_resource type="Script" uid="uid://b14h380mah4av" path="res://addons/dialogic/Resources/dialogic_style.gd" id="1_mvpc0"] +[ext_resource type="Script" uid="uid://dfx2htp24tuvm" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="2_3b8ue"] [ext_resource type="PackedScene" uid="uid://c1k5m0w3r40xf" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn" id="2_dtgi6"] [ext_resource type="PackedScene" uid="uid://cy1y14inwkplb" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.tscn" id="4_q1t5h"] [ext_resource type="PackedScene" uid="uid://bquja8jyk8kbr" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Textbox/vn_textbox_layer.tscn" id="5_o6sv8"] diff --git a/addons/dialogic/Modules/DefaultLayoutParts/index.gd.uid b/addons/dialogic/Modules/DefaultLayoutParts/index.gd.uid new file mode 100644 index 0000000..2e8a035 --- /dev/null +++ b/addons/dialogic/Modules/DefaultLayoutParts/index.gd.uid @@ -0,0 +1 @@ +uid://d0tqf3bku13dj diff --git a/addons/dialogic/Modules/End/event_end.gd.uid b/addons/dialogic/Modules/End/event_end.gd.uid new file mode 100644 index 0000000..e953d8a --- /dev/null +++ b/addons/dialogic/Modules/End/event_end.gd.uid @@ -0,0 +1 @@ +uid://sjnom2rihnsw diff --git a/addons/dialogic/Modules/End/index.gd.uid b/addons/dialogic/Modules/End/index.gd.uid new file mode 100644 index 0000000..d0ee152 --- /dev/null +++ b/addons/dialogic/Modules/End/index.gd.uid @@ -0,0 +1 @@ +uid://cf6apyw2q2kab diff --git a/addons/dialogic/Modules/Glossary/event_glossary.gd.uid b/addons/dialogic/Modules/Glossary/event_glossary.gd.uid new file mode 100644 index 0000000..70c10f6 --- /dev/null +++ b/addons/dialogic/Modules/Glossary/event_glossary.gd.uid @@ -0,0 +1 @@ +uid://bfb7p7cqitelu diff --git a/addons/dialogic/Modules/Glossary/glossary_editor.gd.uid b/addons/dialogic/Modules/Glossary/glossary_editor.gd.uid new file mode 100644 index 0000000..ba5fe30 --- /dev/null +++ b/addons/dialogic/Modules/Glossary/glossary_editor.gd.uid @@ -0,0 +1 @@ +uid://bc45wgp6vnsoq diff --git a/addons/dialogic/Modules/Glossary/glossary_editor.tscn b/addons/dialogic/Modules/Glossary/glossary_editor.tscn index 75e506b..632b87b 100644 --- a/addons/dialogic/Modules/Glossary/glossary_editor.tscn +++ b/addons/dialogic/Modules/Glossary/glossary_editor.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://due48ce7jiudt"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Glossary/glossary_editor.gd" id="1_tf3p1"] +[ext_resource type="Script" uid="uid://bc45wgp6vnsoq" path="res://addons/dialogic/Modules/Glossary/glossary_editor.gd" id="1_tf3p1"] [ext_resource type="Texture2D" uid="uid://cenut3sc5cul0" path="res://addons/dialogic/Modules/Glossary/add-glossary.svg" id="2_0elx7"] -[sub_resource type="Image" id="Image_puu06"] +[sub_resource type="Image" id="Image_2730t"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_dfvxn"] -image = SubResource("Image_puu06") +image = SubResource("Image_2730t") [node name="GlossaryEditor" type="VBoxContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Modules/Glossary/glossary_resource.gd.uid b/addons/dialogic/Modules/Glossary/glossary_resource.gd.uid new file mode 100644 index 0000000..c09fa17 --- /dev/null +++ b/addons/dialogic/Modules/Glossary/glossary_resource.gd.uid @@ -0,0 +1 @@ +uid://co4irn75jvpwn diff --git a/addons/dialogic/Modules/Glossary/index.gd.uid b/addons/dialogic/Modules/Glossary/index.gd.uid new file mode 100644 index 0000000..b8a98e9 --- /dev/null +++ b/addons/dialogic/Modules/Glossary/index.gd.uid @@ -0,0 +1 @@ +uid://cpiilwmge2w8h diff --git a/addons/dialogic/Modules/Glossary/subsystem_glossary.gd.uid b/addons/dialogic/Modules/Glossary/subsystem_glossary.gd.uid new file mode 100644 index 0000000..e084b32 --- /dev/null +++ b/addons/dialogic/Modules/Glossary/subsystem_glossary.gd.uid @@ -0,0 +1 @@ +uid://dt0biu5ny8saw diff --git a/addons/dialogic/Modules/HighlightPortrait/index.gd.uid b/addons/dialogic/Modules/HighlightPortrait/index.gd.uid new file mode 100644 index 0000000..8292cff --- /dev/null +++ b/addons/dialogic/Modules/HighlightPortrait/index.gd.uid @@ -0,0 +1 @@ +uid://b4pi6yqxb7mue diff --git a/addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.gd.uid b/addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.gd.uid new file mode 100644 index 0000000..5c13cd0 --- /dev/null +++ b/addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.gd.uid @@ -0,0 +1 @@ +uid://bn73lrcle2kae diff --git a/addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.tscn b/addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.tscn index cf814eb..4aa5be3 100644 --- a/addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.tscn +++ b/addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://br18lgpga2y2v"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.gd" id="1_ceqva"] +[ext_resource type="Script" uid="uid://bn73lrcle2kae" path="res://addons/dialogic/Modules/HighlightPortrait/simple_highlight_portrait.gd" id="1_ceqva"] [node name="DefaultPortrait" type="Node2D"] script = ExtResource("1_ceqva") diff --git a/addons/dialogic/Modules/History/event_history.gd.uid b/addons/dialogic/Modules/History/event_history.gd.uid new file mode 100644 index 0000000..f1d3ed2 --- /dev/null +++ b/addons/dialogic/Modules/History/event_history.gd.uid @@ -0,0 +1 @@ +uid://duykmdu7toink diff --git a/addons/dialogic/Modules/History/index.gd.uid b/addons/dialogic/Modules/History/index.gd.uid new file mode 100644 index 0000000..00b0619 --- /dev/null +++ b/addons/dialogic/Modules/History/index.gd.uid @@ -0,0 +1 @@ +uid://dfnm6xv8tk3j6 diff --git a/addons/dialogic/Modules/History/settings_history.gd.uid b/addons/dialogic/Modules/History/settings_history.gd.uid new file mode 100644 index 0000000..1b144ec --- /dev/null +++ b/addons/dialogic/Modules/History/settings_history.gd.uid @@ -0,0 +1 @@ +uid://dntmluoebc14u diff --git a/addons/dialogic/Modules/History/settings_history.tscn b/addons/dialogic/Modules/History/settings_history.tscn index ed55edb..728ffb0 100644 --- a/addons/dialogic/Modules/History/settings_history.tscn +++ b/addons/dialogic/Modules/History/settings_history.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://b5yq6xh412ilm"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/History/settings_history.gd" id="1_hbhst"] +[ext_resource type="Script" uid="uid://dntmluoebc14u" path="res://addons/dialogic/Modules/History/settings_history.gd" id="1_hbhst"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_wefye"] -[sub_resource type="Image" id="Image_3clns"] +[sub_resource type="Image" id="Image_cvlu0"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_irr0a"] -image = SubResource("Image_3clns") +image = SubResource("Image_cvlu0") [node name="History" type="PanelContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Modules/History/subsystem_history.gd.uid b/addons/dialogic/Modules/History/subsystem_history.gd.uid new file mode 100644 index 0000000..0b4f637 --- /dev/null +++ b/addons/dialogic/Modules/History/subsystem_history.gd.uid @@ -0,0 +1 @@ +uid://bh14ayevbrnij diff --git a/addons/dialogic/Modules/Jump/event_jump.gd.uid b/addons/dialogic/Modules/Jump/event_jump.gd.uid new file mode 100644 index 0000000..001530a --- /dev/null +++ b/addons/dialogic/Modules/Jump/event_jump.gd.uid @@ -0,0 +1 @@ +uid://dxhrue5jvno52 diff --git a/addons/dialogic/Modules/Jump/event_label.gd.uid b/addons/dialogic/Modules/Jump/event_label.gd.uid new file mode 100644 index 0000000..019ecf2 --- /dev/null +++ b/addons/dialogic/Modules/Jump/event_label.gd.uid @@ -0,0 +1 @@ +uid://rvm4or1v7we7 diff --git a/addons/dialogic/Modules/Jump/event_return.gd.uid b/addons/dialogic/Modules/Jump/event_return.gd.uid new file mode 100644 index 0000000..b3f1211 --- /dev/null +++ b/addons/dialogic/Modules/Jump/event_return.gd.uid @@ -0,0 +1 @@ +uid://bisg2cc0xvyn4 diff --git a/addons/dialogic/Modules/Jump/index.gd.uid b/addons/dialogic/Modules/Jump/index.gd.uid new file mode 100644 index 0000000..52135d3 --- /dev/null +++ b/addons/dialogic/Modules/Jump/index.gd.uid @@ -0,0 +1 @@ +uid://dn8s88pack8gc diff --git a/addons/dialogic/Modules/Jump/subsystem_jump.gd.uid b/addons/dialogic/Modules/Jump/subsystem_jump.gd.uid new file mode 100644 index 0000000..f9b839f --- /dev/null +++ b/addons/dialogic/Modules/Jump/subsystem_jump.gd.uid @@ -0,0 +1 @@ +uid://dup8b0fngo6hn diff --git a/addons/dialogic/Modules/LayeredPortrait/custom_layered_portrait.gd.uid b/addons/dialogic/Modules/LayeredPortrait/custom_layered_portrait.gd.uid new file mode 100644 index 0000000..cefffc8 --- /dev/null +++ b/addons/dialogic/Modules/LayeredPortrait/custom_layered_portrait.gd.uid @@ -0,0 +1 @@ +uid://b0mp5chy4hg87 diff --git a/addons/dialogic/Modules/LayeredPortrait/index.gd.uid b/addons/dialogic/Modules/LayeredPortrait/index.gd.uid new file mode 100644 index 0000000..5e9f92f --- /dev/null +++ b/addons/dialogic/Modules/LayeredPortrait/index.gd.uid @@ -0,0 +1 @@ +uid://bq7x3jtl20ot8 diff --git a/addons/dialogic/Modules/LayeredPortrait/layered_portrait.gd.uid b/addons/dialogic/Modules/LayeredPortrait/layered_portrait.gd.uid new file mode 100644 index 0000000..62552fc --- /dev/null +++ b/addons/dialogic/Modules/LayeredPortrait/layered_portrait.gd.uid @@ -0,0 +1 @@ +uid://dp3usddlmidd6 diff --git a/addons/dialogic/Modules/LayeredPortrait/layered_portrait.tscn b/addons/dialogic/Modules/LayeredPortrait/layered_portrait.tscn index 1bb859a..f9f0d3d 100644 --- a/addons/dialogic/Modules/LayeredPortrait/layered_portrait.tscn +++ b/addons/dialogic/Modules/LayeredPortrait/layered_portrait.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://jac4eurttev1"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/LayeredPortrait/custom_layered_portrait.gd" id="1_uubi5"] +[ext_resource type="Script" uid="uid://b0mp5chy4hg87" path="res://addons/dialogic/Modules/LayeredPortrait/custom_layered_portrait.gd" id="1_uubi5"] [node name="LayeredPortrait" type="CanvasGroup"] script = ExtResource("1_uubi5") diff --git a/addons/dialogic/Modules/Save/event_save.gd.uid b/addons/dialogic/Modules/Save/event_save.gd.uid new file mode 100644 index 0000000..b5bde75 --- /dev/null +++ b/addons/dialogic/Modules/Save/event_save.gd.uid @@ -0,0 +1 @@ +uid://blkvoejcohlbi diff --git a/addons/dialogic/Modules/Save/index.gd.uid b/addons/dialogic/Modules/Save/index.gd.uid new file mode 100644 index 0000000..29206e1 --- /dev/null +++ b/addons/dialogic/Modules/Save/index.gd.uid @@ -0,0 +1 @@ +uid://c0a3yfm4tnis6 diff --git a/addons/dialogic/Modules/Save/settings_save.gd.uid b/addons/dialogic/Modules/Save/settings_save.gd.uid new file mode 100644 index 0000000..ca08803 --- /dev/null +++ b/addons/dialogic/Modules/Save/settings_save.gd.uid @@ -0,0 +1 @@ +uid://b58e2poto6ti3 diff --git a/addons/dialogic/Modules/Save/settings_save.tscn b/addons/dialogic/Modules/Save/settings_save.tscn index 35187ef..0bd5228 100644 --- a/addons/dialogic/Modules/Save/settings_save.tscn +++ b/addons/dialogic/Modules/Save/settings_save.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://cd340w7blofak"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Save/settings_save.gd" id="2"] +[ext_resource type="Script" uid="uid://b58e2poto6ti3" path="res://addons/dialogic/Modules/Save/settings_save.gd" id="2"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_v2wt8"] -[sub_resource type="Image" id="Image_oatpr"] +[sub_resource type="Image" id="Image_6yfie"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_dbvsu"] -image = SubResource("Image_oatpr") +image = SubResource("Image_6yfie") [node name="Saving" type="VBoxContainer"] offset_right = 1084.0 diff --git a/addons/dialogic/Modules/Save/subsystem_save.gd.uid b/addons/dialogic/Modules/Save/subsystem_save.gd.uid new file mode 100644 index 0000000..674278b --- /dev/null +++ b/addons/dialogic/Modules/Save/subsystem_save.gd.uid @@ -0,0 +1 @@ +uid://bccbmlf2er1yk diff --git a/addons/dialogic/Modules/Settings/event_setting.gd.uid b/addons/dialogic/Modules/Settings/event_setting.gd.uid new file mode 100644 index 0000000..0295fde --- /dev/null +++ b/addons/dialogic/Modules/Settings/event_setting.gd.uid @@ -0,0 +1 @@ +uid://db8spoyr0jt3i diff --git a/addons/dialogic/Modules/Settings/index.gd.uid b/addons/dialogic/Modules/Settings/index.gd.uid new file mode 100644 index 0000000..6d1e4a5 --- /dev/null +++ b/addons/dialogic/Modules/Settings/index.gd.uid @@ -0,0 +1 @@ +uid://c4yy7jmbfevsk diff --git a/addons/dialogic/Modules/Settings/subsystem_settings.gd.uid b/addons/dialogic/Modules/Settings/subsystem_settings.gd.uid new file mode 100644 index 0000000..3c2c893 --- /dev/null +++ b/addons/dialogic/Modules/Settings/subsystem_settings.gd.uid @@ -0,0 +1 @@ +uid://ciymn1g4vw7e5 diff --git a/addons/dialogic/Modules/Signal/event_signal.gd.uid b/addons/dialogic/Modules/Signal/event_signal.gd.uid new file mode 100644 index 0000000..963471e --- /dev/null +++ b/addons/dialogic/Modules/Signal/event_signal.gd.uid @@ -0,0 +1 @@ +uid://isa6boyar4m6 diff --git a/addons/dialogic/Modules/Signal/index.gd.uid b/addons/dialogic/Modules/Signal/index.gd.uid new file mode 100644 index 0000000..c0b86e9 --- /dev/null +++ b/addons/dialogic/Modules/Signal/index.gd.uid @@ -0,0 +1 @@ +uid://leiq6s74j15n diff --git a/addons/dialogic/Modules/Style/character_settings_style.gd.uid b/addons/dialogic/Modules/Style/character_settings_style.gd.uid new file mode 100644 index 0000000..4ae8532 --- /dev/null +++ b/addons/dialogic/Modules/Style/character_settings_style.gd.uid @@ -0,0 +1 @@ +uid://b35v5e3kf2lef diff --git a/addons/dialogic/Modules/Style/character_settings_style.tscn b/addons/dialogic/Modules/Style/character_settings_style.tscn index 44cb928..fca28cf 100644 --- a/addons/dialogic/Modules/Style/character_settings_style.tscn +++ b/addons/dialogic/Modules/Style/character_settings_style.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://fgplvp0f3giu"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Style/character_settings_style.gd" id="2"] +[ext_resource type="Script" uid="uid://b35v5e3kf2lef" path="res://addons/dialogic/Modules/Style/character_settings_style.gd" id="2"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="2_a46q0"] [node name="Style" type="VBoxContainer"] diff --git a/addons/dialogic/Modules/Style/event_style.gd.uid b/addons/dialogic/Modules/Style/event_style.gd.uid new file mode 100644 index 0000000..5c3f52e --- /dev/null +++ b/addons/dialogic/Modules/Style/event_style.gd.uid @@ -0,0 +1 @@ +uid://dwoijo5vasmg5 diff --git a/addons/dialogic/Modules/Style/index.gd.uid b/addons/dialogic/Modules/Style/index.gd.uid new file mode 100644 index 0000000..dcca891 --- /dev/null +++ b/addons/dialogic/Modules/Style/index.gd.uid @@ -0,0 +1 @@ +uid://y0wmdq7ekydc diff --git a/addons/dialogic/Modules/Style/node_style.gd.uid b/addons/dialogic/Modules/Style/node_style.gd.uid new file mode 100644 index 0000000..75178b3 --- /dev/null +++ b/addons/dialogic/Modules/Style/node_style.gd.uid @@ -0,0 +1 @@ +uid://bbn4begflpqti diff --git a/addons/dialogic/Modules/Style/subsystem_styles.gd.uid b/addons/dialogic/Modules/Style/subsystem_styles.gd.uid new file mode 100644 index 0000000..140a45d --- /dev/null +++ b/addons/dialogic/Modules/Style/subsystem_styles.gd.uid @@ -0,0 +1 @@ +uid://cypdlu02h24pt diff --git a/addons/dialogic/Modules/StyleEditor/Components/style_browser.gd.uid b/addons/dialogic/Modules/StyleEditor/Components/style_browser.gd.uid new file mode 100644 index 0000000..269abd9 --- /dev/null +++ b/addons/dialogic/Modules/StyleEditor/Components/style_browser.gd.uid @@ -0,0 +1 @@ +uid://dwdut7sukq3ix diff --git a/addons/dialogic/Modules/StyleEditor/Components/style_browser.tscn b/addons/dialogic/Modules/StyleEditor/Components/style_browser.tscn index c8537ab..2375ab5 100644 --- a/addons/dialogic/Modules/StyleEditor/Components/style_browser.tscn +++ b/addons/dialogic/Modules/StyleEditor/Components/style_browser.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=11 format=3 uid="uid://cs381i3h7sveq"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/StyleEditor/Components/style_browser.gd" id="1_3sdb0"] +[ext_resource type="Script" uid="uid://dwdut7sukq3ix" path="res://addons/dialogic/Modules/StyleEditor/Components/style_browser.gd" id="1_3sdb0"] [sub_resource type="Gradient" id="Gradient_0o1u0"] colors = PackedColorArray(0.296448, 0.231485, 0.52887, 1, 0.100572, 0.303996, 0.476999, 1) @@ -45,7 +45,7 @@ expand_margin_top = 2.0 expand_margin_right = 2.0 expand_margin_bottom = 2.0 -[sub_resource type="Image" id="Image_tg5pd"] +[sub_resource type="Image" id="Image_5ythk"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -55,7 +55,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_f5xt2"] -image = SubResource("Image_tg5pd") +image = SubResource("Image_5ythk") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mavtr"] bg_color = Color(0.0588235, 0.0313726, 0.0980392, 1) diff --git a/addons/dialogic/Modules/StyleEditor/Components/style_browser_window.gd.uid b/addons/dialogic/Modules/StyleEditor/Components/style_browser_window.gd.uid new file mode 100644 index 0000000..4105b42 --- /dev/null +++ b/addons/dialogic/Modules/StyleEditor/Components/style_browser_window.gd.uid @@ -0,0 +1 @@ +uid://yv0g83lwqy57 diff --git a/addons/dialogic/Modules/StyleEditor/Components/style_layer_tree.gd.uid b/addons/dialogic/Modules/StyleEditor/Components/style_layer_tree.gd.uid new file mode 100644 index 0000000..3931af7 --- /dev/null +++ b/addons/dialogic/Modules/StyleEditor/Components/style_layer_tree.gd.uid @@ -0,0 +1 @@ +uid://b5s3m0gef50yg diff --git a/addons/dialogic/Modules/StyleEditor/index.gd.uid b/addons/dialogic/Modules/StyleEditor/index.gd.uid new file mode 100644 index 0000000..aae1565 --- /dev/null +++ b/addons/dialogic/Modules/StyleEditor/index.gd.uid @@ -0,0 +1 @@ +uid://drd01wjx0iop7 diff --git a/addons/dialogic/Modules/StyleEditor/style_editor.gd.uid b/addons/dialogic/Modules/StyleEditor/style_editor.gd.uid new file mode 100644 index 0000000..ba112e1 --- /dev/null +++ b/addons/dialogic/Modules/StyleEditor/style_editor.gd.uid @@ -0,0 +1 @@ +uid://chym3u5mlsmsl diff --git a/addons/dialogic/Modules/StyleEditor/style_editor.tscn b/addons/dialogic/Modules/StyleEditor/style_editor.tscn index 7ec5c83..39ba003 100644 --- a/addons/dialogic/Modules/StyleEditor/style_editor.tscn +++ b/addons/dialogic/Modules/StyleEditor/style_editor.tscn @@ -1,13 +1,13 @@ [gd_scene load_steps=16 format=3 uid="uid://cx6h3tck10s1g"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/StyleEditor/style_editor.gd" id="1_gy14f"] +[ext_resource type="Script" uid="uid://chym3u5mlsmsl" path="res://addons/dialogic/Modules/StyleEditor/style_editor.gd" id="1_gy14f"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_g4mnt"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/StyleEditor/style_layer_editor.gd" id="3_iih7c"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/StyleEditor/Components/style_layer_tree.gd" id="4_kpoqn"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/StyleEditor/Components/style_browser_window.gd" id="5_qbwx0"] +[ext_resource type="Script" uid="uid://baxo4oxqryv52" path="res://addons/dialogic/Modules/StyleEditor/style_layer_editor.gd" id="3_iih7c"] +[ext_resource type="Script" uid="uid://b5s3m0gef50yg" path="res://addons/dialogic/Modules/StyleEditor/Components/style_layer_tree.gd" id="4_kpoqn"] +[ext_resource type="Script" uid="uid://yv0g83lwqy57" path="res://addons/dialogic/Modules/StyleEditor/Components/style_browser_window.gd" id="5_qbwx0"] [ext_resource type="PackedScene" uid="uid://cs381i3h7sveq" path="res://addons/dialogic/Modules/StyleEditor/Components/style_browser.tscn" id="6_p6lia"] -[sub_resource type="Image" id="Image_tg5pd"] +[sub_resource type="Image" id="Image_3rxjh"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -17,9 +17,9 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_f5xt2"] -image = SubResource("Image_tg5pd") +image = SubResource("Image_3rxjh") -[sub_resource type="Image" id="Image_ns66m"] +[sub_resource type="Image" id="Image_yj7mc"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -29,7 +29,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_xtj53"] -image = SubResource("Image_ns66m") +image = SubResource("Image_yj7mc") [sub_resource type="Theme" id="Theme_l6tyr"] @@ -42,7 +42,7 @@ corner_radius_top_right = 10 corner_radius_bottom_right = 10 corner_radius_bottom_left = 10 -[sub_resource type="Image" id="Image_op8ly"] +[sub_resource type="Image" id="Image_3jl8n"] data = { "data": PackedByteArray(0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255), "format": "RGBA8", @@ -52,7 +52,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_yr3tj"] -image = SubResource("Image_op8ly") +image = SubResource("Image_3jl8n") [node name="StyleEditor" type="HSplitContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Modules/StyleEditor/style_layer_editor.gd.uid b/addons/dialogic/Modules/StyleEditor/style_layer_editor.gd.uid new file mode 100644 index 0000000..6829585 --- /dev/null +++ b/addons/dialogic/Modules/StyleEditor/style_layer_editor.gd.uid @@ -0,0 +1 @@ +uid://baxo4oxqryv52 diff --git a/addons/dialogic/Modules/Text/auto_advance.gd.uid b/addons/dialogic/Modules/Text/auto_advance.gd.uid new file mode 100644 index 0000000..ac37605 --- /dev/null +++ b/addons/dialogic/Modules/Text/auto_advance.gd.uid @@ -0,0 +1 @@ +uid://dlym7fj3n5v8a diff --git a/addons/dialogic/Modules/Text/auto_skip.gd.uid b/addons/dialogic/Modules/Text/auto_skip.gd.uid new file mode 100644 index 0000000..2a9a501 --- /dev/null +++ b/addons/dialogic/Modules/Text/auto_skip.gd.uid @@ -0,0 +1 @@ +uid://bmp0ihslplnfg diff --git a/addons/dialogic/Modules/Text/character_settings/character_moods_settings.gd.uid b/addons/dialogic/Modules/Text/character_settings/character_moods_settings.gd.uid new file mode 100644 index 0000000..3ad9e6c --- /dev/null +++ b/addons/dialogic/Modules/Text/character_settings/character_moods_settings.gd.uid @@ -0,0 +1 @@ +uid://bmfnuf0vx6jfh diff --git a/addons/dialogic/Modules/Text/character_settings/character_moods_settings.tscn b/addons/dialogic/Modules/Text/character_settings/character_moods_settings.tscn index 0817998..c41e92c 100644 --- a/addons/dialogic/Modules/Text/character_settings/character_moods_settings.tscn +++ b/addons/dialogic/Modules/Text/character_settings/character_moods_settings.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=9 format=3 uid="uid://8ad1pwbjuqpt"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/character_settings/character_moods_settings.gd" id="1_3px07"] +[ext_resource type="Script" uid="uid://bmfnuf0vx6jfh" path="res://addons/dialogic/Modules/Text/character_settings/character_moods_settings.gd" id="1_3px07"] [ext_resource type="PackedScene" uid="uid://7mvxuaulctcq" path="res://addons/dialogic/Editor/Events/Fields/field_file.tscn" id="2_e1vyd"] [ext_resource type="PackedScene" uid="uid://kdpp3mibml33" path="res://addons/dialogic/Editor/Events/Fields/field_number.tscn" id="3_yjcns"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="5_yscws"] +[ext_resource type="Script" uid="uid://24og1axjmb0o" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="5_yscws"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_y7t05"] content_margin_left = 10.0 @@ -14,7 +14,7 @@ bg_color = Color(1, 1, 1, 1) corner_radius_top_left = 20 corner_radius_top_right = 20 -[sub_resource type="Image" id="Image_ylh4a"] +[sub_resource type="Image" id="Image_vv4dt"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -24,7 +24,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_drtd2"] -image = SubResource("Image_ylh4a") +image = SubResource("Image_vv4dt") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_40fkd"] content_margin_top = 10.0 diff --git a/addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.gd.uid b/addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.gd.uid new file mode 100644 index 0000000..e3cd8f9 --- /dev/null +++ b/addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.gd.uid @@ -0,0 +1 @@ +uid://dujvqwhlw3n48 diff --git a/addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.tscn b/addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.tscn index 712ea90..ce91dd4 100644 --- a/addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.tscn +++ b/addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://bvfiv5uhmkqq7"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.gd" id="1_5ni5u"] +[ext_resource type="Script" uid="uid://dujvqwhlw3n48" path="res://addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.gd" id="1_5ni5u"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="1_oggvu"] [node name="Typing Sound Mood" type="HBoxContainer"] diff --git a/addons/dialogic/Modules/Text/event_text.gd.uid b/addons/dialogic/Modules/Text/event_text.gd.uid new file mode 100644 index 0000000..ad0583d --- /dev/null +++ b/addons/dialogic/Modules/Text/event_text.gd.uid @@ -0,0 +1 @@ +uid://buff5fmd5iibc diff --git a/addons/dialogic/Modules/Text/index.gd.uid b/addons/dialogic/Modules/Text/index.gd.uid new file mode 100644 index 0000000..981ba14 --- /dev/null +++ b/addons/dialogic/Modules/Text/index.gd.uid @@ -0,0 +1 @@ +uid://dbrqk6uwm6vat diff --git a/addons/dialogic/Modules/Text/manual_advance.gd.uid b/addons/dialogic/Modules/Text/manual_advance.gd.uid new file mode 100644 index 0000000..8ad0412 --- /dev/null +++ b/addons/dialogic/Modules/Text/manual_advance.gd.uid @@ -0,0 +1 @@ +uid://b324cu8sl7qjt diff --git a/addons/dialogic/Modules/Text/node_dialog_text.gd.uid b/addons/dialogic/Modules/Text/node_dialog_text.gd.uid new file mode 100644 index 0000000..32ce4ec --- /dev/null +++ b/addons/dialogic/Modules/Text/node_dialog_text.gd.uid @@ -0,0 +1 @@ +uid://ciynx40eqs1of diff --git a/addons/dialogic/Modules/Text/node_input.gd.uid b/addons/dialogic/Modules/Text/node_input.gd.uid new file mode 100644 index 0000000..c3c162c --- /dev/null +++ b/addons/dialogic/Modules/Text/node_input.gd.uid @@ -0,0 +1 @@ +uid://b1mhjaac6jaqk diff --git a/addons/dialogic/Modules/Text/node_name_label.gd.uid b/addons/dialogic/Modules/Text/node_name_label.gd.uid new file mode 100644 index 0000000..58cb26b --- /dev/null +++ b/addons/dialogic/Modules/Text/node_name_label.gd.uid @@ -0,0 +1 @@ +uid://d34uy63wmbrb0 diff --git a/addons/dialogic/Modules/Text/node_next_indicator.gd.uid b/addons/dialogic/Modules/Text/node_next_indicator.gd.uid new file mode 100644 index 0000000..30b5811 --- /dev/null +++ b/addons/dialogic/Modules/Text/node_next_indicator.gd.uid @@ -0,0 +1 @@ +uid://brnpivfqbvega diff --git a/addons/dialogic/Modules/Text/node_type_sound.gd.uid b/addons/dialogic/Modules/Text/node_type_sound.gd.uid new file mode 100644 index 0000000..38354b8 --- /dev/null +++ b/addons/dialogic/Modules/Text/node_type_sound.gd.uid @@ -0,0 +1 @@ +uid://24og1axjmb0o diff --git a/addons/dialogic/Modules/Text/settings_text.gd.uid b/addons/dialogic/Modules/Text/settings_text.gd.uid new file mode 100644 index 0000000..9293ce5 --- /dev/null +++ b/addons/dialogic/Modules/Text/settings_text.gd.uid @@ -0,0 +1 @@ +uid://br7kuc3erqft5 diff --git a/addons/dialogic/Modules/Text/settings_text.tscn b/addons/dialogic/Modules/Text/settings_text.tscn index 91d7001..87e2c83 100644 --- a/addons/dialogic/Modules/Text/settings_text.tscn +++ b/addons/dialogic/Modules/Text/settings_text.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://cf3qks3v18xmr"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/settings_text.gd" id="2"] +[ext_resource type="Script" uid="uid://br7kuc3erqft5" path="res://addons/dialogic/Modules/Text/settings_text.gd" id="2"] [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="3"] [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="3_s7xhj"] -[sub_resource type="Image" id="Image_0sqes"] +[sub_resource type="Image" id="Image_15d2e"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -14,7 +14,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_3xcp4"] -image = SubResource("Image_0sqes") +image = SubResource("Image_15d2e") [node name="DialogText" type="VBoxContainer"] anchors_preset = 15 diff --git a/addons/dialogic/Modules/Text/subsystem_text.gd.uid b/addons/dialogic/Modules/Text/subsystem_text.gd.uid new file mode 100644 index 0000000..dc6fe9c --- /dev/null +++ b/addons/dialogic/Modules/Text/subsystem_text.gd.uid @@ -0,0 +1 @@ +uid://4vlyx2yw6rp7 diff --git a/addons/dialogic/Modules/TextInput/event_text_input.gd.uid b/addons/dialogic/Modules/TextInput/event_text_input.gd.uid new file mode 100644 index 0000000..3f31d49 --- /dev/null +++ b/addons/dialogic/Modules/TextInput/event_text_input.gd.uid @@ -0,0 +1 @@ +uid://bdifs1ara0ya8 diff --git a/addons/dialogic/Modules/TextInput/index.gd.uid b/addons/dialogic/Modules/TextInput/index.gd.uid new file mode 100644 index 0000000..81daa74 --- /dev/null +++ b/addons/dialogic/Modules/TextInput/index.gd.uid @@ -0,0 +1 @@ +uid://doqol13cey5v8 diff --git a/addons/dialogic/Modules/TextInput/node_text_input.gd.uid b/addons/dialogic/Modules/TextInput/node_text_input.gd.uid new file mode 100644 index 0000000..5fd20ec --- /dev/null +++ b/addons/dialogic/Modules/TextInput/node_text_input.gd.uid @@ -0,0 +1 @@ +uid://lalke5og6vaf diff --git a/addons/dialogic/Modules/TextInput/subsystem_text_input.gd.uid b/addons/dialogic/Modules/TextInput/subsystem_text_input.gd.uid new file mode 100644 index 0000000..ae76d60 --- /dev/null +++ b/addons/dialogic/Modules/TextInput/subsystem_text_input.gd.uid @@ -0,0 +1 @@ +uid://dkki8bijfneck diff --git a/addons/dialogic/Modules/Variable/event_variable.gd.uid b/addons/dialogic/Modules/Variable/event_variable.gd.uid new file mode 100644 index 0000000..e76c799 --- /dev/null +++ b/addons/dialogic/Modules/Variable/event_variable.gd.uid @@ -0,0 +1 @@ +uid://yy5ohs8q2f0p diff --git a/addons/dialogic/Modules/Variable/index.gd.uid b/addons/dialogic/Modules/Variable/index.gd.uid new file mode 100644 index 0000000..c458e8b --- /dev/null +++ b/addons/dialogic/Modules/Variable/index.gd.uid @@ -0,0 +1 @@ +uid://denpei3s2f0sj diff --git a/addons/dialogic/Modules/Variable/subsystem_variables.gd.uid b/addons/dialogic/Modules/Variable/subsystem_variables.gd.uid new file mode 100644 index 0000000..b269042 --- /dev/null +++ b/addons/dialogic/Modules/Variable/subsystem_variables.gd.uid @@ -0,0 +1 @@ +uid://fpwxxos6n06w diff --git a/addons/dialogic/Modules/Variable/variables_editor/variable_tree.gd.uid b/addons/dialogic/Modules/Variable/variables_editor/variable_tree.gd.uid new file mode 100644 index 0000000..c2995d5 --- /dev/null +++ b/addons/dialogic/Modules/Variable/variables_editor/variable_tree.gd.uid @@ -0,0 +1 @@ +uid://bp5h4ovykx6up diff --git a/addons/dialogic/Modules/Variable/variables_editor/variables_editor.gd.uid b/addons/dialogic/Modules/Variable/variables_editor/variables_editor.gd.uid new file mode 100644 index 0000000..6e5c335 --- /dev/null +++ b/addons/dialogic/Modules/Variable/variables_editor/variables_editor.gd.uid @@ -0,0 +1 @@ +uid://cy0i4dxw5tkfc diff --git a/addons/dialogic/Modules/Variable/variables_editor/variables_editor.tscn b/addons/dialogic/Modules/Variable/variables_editor/variables_editor.tscn index ed161fc..202b662 100644 --- a/addons/dialogic/Modules/Variable/variables_editor/variables_editor.tscn +++ b/addons/dialogic/Modules/Variable/variables_editor/variables_editor.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=10 format=3 uid="uid://6tdle4y5o03o"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Variable/variables_editor/variables_editor.gd" id="2"] -[ext_resource type="Script" path="res://addons/dialogic/Modules/Variable/variables_editor/variable_tree.gd" id="2_1i17i"] +[ext_resource type="Script" uid="uid://cy0i4dxw5tkfc" path="res://addons/dialogic/Modules/Variable/variables_editor/variables_editor.gd" id="2"] +[ext_resource type="Script" uid="uid://bp5h4ovykx6up" path="res://addons/dialogic/Modules/Variable/variables_editor/variable_tree.gd" id="2_1i17i"] -[sub_resource type="Image" id="Image_e1dkh"] +[sub_resource type="Image" id="Image_1bhct"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 94, 94, 127, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 231, 255, 94, 94, 54, 255, 94, 94, 57, 255, 93, 93, 233, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 93, 93, 41, 255, 255, 255, 0, 255, 255, 255, 0, 255, 97, 97, 42, 255, 93, 93, 233, 255, 93, 93, 232, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 44, 255, 255, 255, 0, 255, 97, 97, 42, 255, 97, 97, 42, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 96, 96, 45, 255, 93, 93, 235, 255, 94, 94, 234, 255, 95, 95, 43, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 93, 93, 235, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 233, 255, 95, 95, 59, 255, 96, 96, 61, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 93, 93, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -13,7 +13,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_sr7s6"] -image = SubResource("Image_e1dkh") +image = SubResource("Image_1bhct") [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7aodm"] content_margin_left = 2.0 diff --git a/addons/dialogic/Modules/Voice/event_voice.gd.uid b/addons/dialogic/Modules/Voice/event_voice.gd.uid new file mode 100644 index 0000000..319af49 --- /dev/null +++ b/addons/dialogic/Modules/Voice/event_voice.gd.uid @@ -0,0 +1 @@ +uid://dd12pog2dcrtt diff --git a/addons/dialogic/Modules/Voice/index.gd.uid b/addons/dialogic/Modules/Voice/index.gd.uid new file mode 100644 index 0000000..c22866e --- /dev/null +++ b/addons/dialogic/Modules/Voice/index.gd.uid @@ -0,0 +1 @@ +uid://ri8rll0mvd6j diff --git a/addons/dialogic/Modules/Voice/subsystem_voice.gd.uid b/addons/dialogic/Modules/Voice/subsystem_voice.gd.uid new file mode 100644 index 0000000..7f3724e --- /dev/null +++ b/addons/dialogic/Modules/Voice/subsystem_voice.gd.uid @@ -0,0 +1 @@ +uid://d2elx4tplxgi0 diff --git a/addons/dialogic/Modules/Wait/event_wait.gd.uid b/addons/dialogic/Modules/Wait/event_wait.gd.uid new file mode 100644 index 0000000..9b487e7 --- /dev/null +++ b/addons/dialogic/Modules/Wait/event_wait.gd.uid @@ -0,0 +1 @@ +uid://cawmnwfeysqqn diff --git a/addons/dialogic/Modules/Wait/index.gd.uid b/addons/dialogic/Modules/Wait/index.gd.uid new file mode 100644 index 0000000..0295238 --- /dev/null +++ b/addons/dialogic/Modules/Wait/index.gd.uid @@ -0,0 +1 @@ +uid://dwtf5t8saj4k diff --git a/addons/dialogic/Modules/WaitInput/event_wait_input.gd.uid b/addons/dialogic/Modules/WaitInput/event_wait_input.gd.uid new file mode 100644 index 0000000..1169bdb --- /dev/null +++ b/addons/dialogic/Modules/WaitInput/event_wait_input.gd.uid @@ -0,0 +1 @@ +uid://b3nf5yluq2vvu diff --git a/addons/dialogic/Modules/WaitInput/index.gd.uid b/addons/dialogic/Modules/WaitInput/index.gd.uid new file mode 100644 index 0000000..dbcb28a --- /dev/null +++ b/addons/dialogic/Modules/WaitInput/index.gd.uid @@ -0,0 +1 @@ +uid://mncmgjgyjxxm diff --git a/addons/dialogic/Resources/CharacterResourceLoader.gd.uid b/addons/dialogic/Resources/CharacterResourceLoader.gd.uid new file mode 100644 index 0000000..9c55fc7 --- /dev/null +++ b/addons/dialogic/Resources/CharacterResourceLoader.gd.uid @@ -0,0 +1 @@ +uid://dsn2blk6ybm2c diff --git a/addons/dialogic/Resources/CharacterResourceSaver.gd.uid b/addons/dialogic/Resources/CharacterResourceSaver.gd.uid new file mode 100644 index 0000000..d238bed --- /dev/null +++ b/addons/dialogic/Resources/CharacterResourceSaver.gd.uid @@ -0,0 +1 @@ +uid://0s0xxnho3f7c diff --git a/addons/dialogic/Resources/TimelineResourceLoader.gd.uid b/addons/dialogic/Resources/TimelineResourceLoader.gd.uid new file mode 100644 index 0000000..21eff0c --- /dev/null +++ b/addons/dialogic/Resources/TimelineResourceLoader.gd.uid @@ -0,0 +1 @@ +uid://cc2swm35x5wmf diff --git a/addons/dialogic/Resources/TimelineResourceSaver.gd.uid b/addons/dialogic/Resources/TimelineResourceSaver.gd.uid new file mode 100644 index 0000000..deca0c8 --- /dev/null +++ b/addons/dialogic/Resources/TimelineResourceSaver.gd.uid @@ -0,0 +1 @@ +uid://grpsx4ptqnqi diff --git a/addons/dialogic/Resources/character.gd.uid b/addons/dialogic/Resources/character.gd.uid new file mode 100644 index 0000000..d6654b0 --- /dev/null +++ b/addons/dialogic/Resources/character.gd.uid @@ -0,0 +1 @@ +uid://c3duymw24826m diff --git a/addons/dialogic/Resources/dialogic_layout_base.gd.uid b/addons/dialogic/Resources/dialogic_layout_base.gd.uid new file mode 100644 index 0000000..76b6cf2 --- /dev/null +++ b/addons/dialogic/Resources/dialogic_layout_base.gd.uid @@ -0,0 +1 @@ +uid://caividnxj6msf diff --git a/addons/dialogic/Resources/dialogic_layout_layer.gd.uid b/addons/dialogic/Resources/dialogic_layout_layer.gd.uid new file mode 100644 index 0000000..50dc513 --- /dev/null +++ b/addons/dialogic/Resources/dialogic_layout_layer.gd.uid @@ -0,0 +1 @@ +uid://cpjnaqbboxv33 diff --git a/addons/dialogic/Resources/dialogic_style.gd.uid b/addons/dialogic/Resources/dialogic_style.gd.uid new file mode 100644 index 0000000..b403b48 --- /dev/null +++ b/addons/dialogic/Resources/dialogic_style.gd.uid @@ -0,0 +1 @@ +uid://b14h380mah4av diff --git a/addons/dialogic/Resources/dialogic_style_layer.gd.uid b/addons/dialogic/Resources/dialogic_style_layer.gd.uid new file mode 100644 index 0000000..841c6f7 --- /dev/null +++ b/addons/dialogic/Resources/dialogic_style_layer.gd.uid @@ -0,0 +1 @@ +uid://dfx2htp24tuvm diff --git a/addons/dialogic/Resources/event.gd.uid b/addons/dialogic/Resources/event.gd.uid new file mode 100644 index 0000000..cb0fc7f --- /dev/null +++ b/addons/dialogic/Resources/event.gd.uid @@ -0,0 +1 @@ +uid://chxyyu888wku3 diff --git a/addons/dialogic/Resources/timeline.gd.uid b/addons/dialogic/Resources/timeline.gd.uid new file mode 100644 index 0000000..ea93852 --- /dev/null +++ b/addons/dialogic/Resources/timeline.gd.uid @@ -0,0 +1 @@ +uid://dmr0yyjr43a6d diff --git a/addons/dialogic/plugin.gd.uid b/addons/dialogic/plugin.gd.uid new file mode 100644 index 0000000..84df9b0 --- /dev/null +++ b/addons/dialogic/plugin.gd.uid @@ -0,0 +1 @@ +uid://brolk3la5yurb diff --git a/graphics/.darktree9.png-autosave.kra b/art/.darktree9.png-autosave.kra similarity index 100% rename from graphics/.darktree9.png-autosave.kra rename to art/.darktree9.png-autosave.kra diff --git a/art/animation/vesna/Back/B01-Idle/0001.png b/art/animation/vesna/Back/B01-Idle/0001.png new file mode 100644 index 0000000..a49ce70 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0001.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0001.png.import b/art/animation/vesna/Back/B01-Idle/0001.png.import new file mode 100644 index 0000000..44a22b4 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ddseayrsfgsx3" +path.s3tc="res://.godot/imported/0001.png-46fb4872fafbfddb9ebc78628fe2dfd1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0001.png" +dest_files=["res://.godot/imported/0001.png-46fb4872fafbfddb9ebc78628fe2dfd1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0002.png b/art/animation/vesna/Back/B01-Idle/0002.png new file mode 100644 index 0000000..ce7dcb8 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0002.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0002.png.import b/art/animation/vesna/Back/B01-Idle/0002.png.import new file mode 100644 index 0000000..c90daed --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0002.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dcudwf7uydow4" +path.s3tc="res://.godot/imported/0002.png-c6e8375080d112dcd3fedff9df951fc3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0002.png" +dest_files=["res://.godot/imported/0002.png-c6e8375080d112dcd3fedff9df951fc3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0003.png b/art/animation/vesna/Back/B01-Idle/0003.png new file mode 100644 index 0000000..6af9ee1 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0003.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0003.png.import b/art/animation/vesna/Back/B01-Idle/0003.png.import new file mode 100644 index 0000000..4f2ee97 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0003.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://j1g1utrqshni" +path.s3tc="res://.godot/imported/0003.png-a01897415a1d97d1ca4312424b7b21d2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0003.png" +dest_files=["res://.godot/imported/0003.png-a01897415a1d97d1ca4312424b7b21d2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0004.png b/art/animation/vesna/Back/B01-Idle/0004.png new file mode 100644 index 0000000..a9f525d Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0004.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0004.png.import b/art/animation/vesna/Back/B01-Idle/0004.png.import new file mode 100644 index 0000000..09df1b2 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0004.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wfwv4ov0braf" +path.s3tc="res://.godot/imported/0004.png-3b5c7a2c3c7654cdb0c39fe6ca5e6e01.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0004.png" +dest_files=["res://.godot/imported/0004.png-3b5c7a2c3c7654cdb0c39fe6ca5e6e01.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0005.png b/art/animation/vesna/Back/B01-Idle/0005.png new file mode 100644 index 0000000..7898f5d Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0005.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0005.png.import b/art/animation/vesna/Back/B01-Idle/0005.png.import new file mode 100644 index 0000000..f5498a9 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0005.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dp3u7hdc1rkig" +path.s3tc="res://.godot/imported/0005.png-4568ee52270793834db06057331c9ace.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0005.png" +dest_files=["res://.godot/imported/0005.png-4568ee52270793834db06057331c9ace.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0006.png b/art/animation/vesna/Back/B01-Idle/0006.png new file mode 100644 index 0000000..974678f Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0006.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0006.png.import b/art/animation/vesna/Back/B01-Idle/0006.png.import new file mode 100644 index 0000000..0e64c8f --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0006.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://coovp0d0od40p" +path.s3tc="res://.godot/imported/0006.png-cfac791b633367a92c215484cbf7e9a3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0006.png" +dest_files=["res://.godot/imported/0006.png-cfac791b633367a92c215484cbf7e9a3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0007.png b/art/animation/vesna/Back/B01-Idle/0007.png new file mode 100644 index 0000000..00bb350 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0007.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0007.png.import b/art/animation/vesna/Back/B01-Idle/0007.png.import new file mode 100644 index 0000000..5ece557 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0007.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bck4wvhsmoxb5" +path.s3tc="res://.godot/imported/0007.png-3b426b2b10d69048f2c4969a7264b63e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0007.png" +dest_files=["res://.godot/imported/0007.png-3b426b2b10d69048f2c4969a7264b63e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0008.png b/art/animation/vesna/Back/B01-Idle/0008.png new file mode 100644 index 0000000..64aa538 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0008.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0008.png.import b/art/animation/vesna/Back/B01-Idle/0008.png.import new file mode 100644 index 0000000..cae56a1 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0008.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duwqidqblvvj8" +path.s3tc="res://.godot/imported/0008.png-6da3818e76c1bf8ed6687c024dd890c3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0008.png" +dest_files=["res://.godot/imported/0008.png-6da3818e76c1bf8ed6687c024dd890c3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0009.png b/art/animation/vesna/Back/B01-Idle/0009.png new file mode 100644 index 0000000..310570d Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0009.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0009.png.import b/art/animation/vesna/Back/B01-Idle/0009.png.import new file mode 100644 index 0000000..e7dcec0 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0009.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xy0eqmcxx5y3" +path.s3tc="res://.godot/imported/0009.png-30a514ddd6607615a44295a36a6d8630.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0009.png" +dest_files=["res://.godot/imported/0009.png-30a514ddd6607615a44295a36a6d8630.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0010.png b/art/animation/vesna/Back/B01-Idle/0010.png new file mode 100644 index 0000000..68f5fb7 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0010.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0010.png.import b/art/animation/vesna/Back/B01-Idle/0010.png.import new file mode 100644 index 0000000..a44e741 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0010.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsff7wlu0fiya" +path.s3tc="res://.godot/imported/0010.png-4cd77c1df4c0ca27e47149c887cfee82.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0010.png" +dest_files=["res://.godot/imported/0010.png-4cd77c1df4c0ca27e47149c887cfee82.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0011.png b/art/animation/vesna/Back/B01-Idle/0011.png new file mode 100644 index 0000000..d1a08de Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0011.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0011.png.import b/art/animation/vesna/Back/B01-Idle/0011.png.import new file mode 100644 index 0000000..d36bc91 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0011.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmf8amo3ig3eo" +path.s3tc="res://.godot/imported/0011.png-91e302994c88abf8d2531ac456d78702.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0011.png" +dest_files=["res://.godot/imported/0011.png-91e302994c88abf8d2531ac456d78702.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0012.png b/art/animation/vesna/Back/B01-Idle/0012.png new file mode 100644 index 0000000..7a4909c Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0012.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0012.png.import b/art/animation/vesna/Back/B01-Idle/0012.png.import new file mode 100644 index 0000000..157541b --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0012.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ofesaa3vsotc" +path.s3tc="res://.godot/imported/0012.png-b17db515be773983a237fd1f5f197357.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0012.png" +dest_files=["res://.godot/imported/0012.png-b17db515be773983a237fd1f5f197357.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0013.png b/art/animation/vesna/Back/B01-Idle/0013.png new file mode 100644 index 0000000..05af425 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0013.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0013.png.import b/art/animation/vesna/Back/B01-Idle/0013.png.import new file mode 100644 index 0000000..082b006 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0013.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duiv3m53i1oie" +path.s3tc="res://.godot/imported/0013.png-20ef0c595fbb5a858f1d67531e797bf9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0013.png" +dest_files=["res://.godot/imported/0013.png-20ef0c595fbb5a858f1d67531e797bf9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0014.png b/art/animation/vesna/Back/B01-Idle/0014.png new file mode 100644 index 0000000..f1ae171 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0014.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0014.png.import b/art/animation/vesna/Back/B01-Idle/0014.png.import new file mode 100644 index 0000000..8f6e378 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0014.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cw8febmpuuihg" +path.s3tc="res://.godot/imported/0014.png-f5631c989c611be781fcb98a4a9c572f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0014.png" +dest_files=["res://.godot/imported/0014.png-f5631c989c611be781fcb98a4a9c572f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0015.png b/art/animation/vesna/Back/B01-Idle/0015.png new file mode 100644 index 0000000..baff63e Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0015.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0015.png.import b/art/animation/vesna/Back/B01-Idle/0015.png.import new file mode 100644 index 0000000..4cd5bee --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0015.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bn6qhqerncfvw" +path.s3tc="res://.godot/imported/0015.png-1a8cce2df8776d160b15300aff9e2091.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0015.png" +dest_files=["res://.godot/imported/0015.png-1a8cce2df8776d160b15300aff9e2091.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0016.png b/art/animation/vesna/Back/B01-Idle/0016.png new file mode 100644 index 0000000..90546d1 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0016.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0016.png.import b/art/animation/vesna/Back/B01-Idle/0016.png.import new file mode 100644 index 0000000..1603e1b --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0016.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://clr4662lpf12y" +path.s3tc="res://.godot/imported/0016.png-5a7b41fa713b15341b6e10bb7dc6e657.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0016.png" +dest_files=["res://.godot/imported/0016.png-5a7b41fa713b15341b6e10bb7dc6e657.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0017.png b/art/animation/vesna/Back/B01-Idle/0017.png new file mode 100644 index 0000000..9b065c7 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0017.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0017.png.import b/art/animation/vesna/Back/B01-Idle/0017.png.import new file mode 100644 index 0000000..9c55156 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0017.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hnpveciwch8i" +path.s3tc="res://.godot/imported/0017.png-66e00279dbcd88daf3c16a80773dd4f1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0017.png" +dest_files=["res://.godot/imported/0017.png-66e00279dbcd88daf3c16a80773dd4f1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0018.png b/art/animation/vesna/Back/B01-Idle/0018.png new file mode 100644 index 0000000..89a4eca Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0018.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0018.png.import b/art/animation/vesna/Back/B01-Idle/0018.png.import new file mode 100644 index 0000000..3693d05 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0018.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bdqk2nr4i5sy" +path.s3tc="res://.godot/imported/0018.png-7ad2d88a3af133cb164bbfb22eefc366.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0018.png" +dest_files=["res://.godot/imported/0018.png-7ad2d88a3af133cb164bbfb22eefc366.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0019.png b/art/animation/vesna/Back/B01-Idle/0019.png new file mode 100644 index 0000000..adcdaad Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0019.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0019.png.import b/art/animation/vesna/Back/B01-Idle/0019.png.import new file mode 100644 index 0000000..6934943 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0019.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lvknst2wyk8k" +path.s3tc="res://.godot/imported/0019.png-34ff2a226e88c7aac37a7af2dce5fd0c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0019.png" +dest_files=["res://.godot/imported/0019.png-34ff2a226e88c7aac37a7af2dce5fd0c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0020.png b/art/animation/vesna/Back/B01-Idle/0020.png new file mode 100644 index 0000000..b804277 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0020.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0020.png.import b/art/animation/vesna/Back/B01-Idle/0020.png.import new file mode 100644 index 0000000..ae32d0d --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0020.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctaiqt8gbpvuu" +path.s3tc="res://.godot/imported/0020.png-a94b024f1188be0e60108c7d9e9f9d6f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0020.png" +dest_files=["res://.godot/imported/0020.png-a94b024f1188be0e60108c7d9e9f9d6f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0021.png b/art/animation/vesna/Back/B01-Idle/0021.png new file mode 100644 index 0000000..4d6d8e3 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0021.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0021.png.import b/art/animation/vesna/Back/B01-Idle/0021.png.import new file mode 100644 index 0000000..2709cf5 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0021.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8ffedddjju0o" +path.s3tc="res://.godot/imported/0021.png-de9baaf3e5925fe6ff2f6b08e4e2a7d1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0021.png" +dest_files=["res://.godot/imported/0021.png-de9baaf3e5925fe6ff2f6b08e4e2a7d1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0022.png b/art/animation/vesna/Back/B01-Idle/0022.png new file mode 100644 index 0000000..afa9bf6 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0022.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0022.png.import b/art/animation/vesna/Back/B01-Idle/0022.png.import new file mode 100644 index 0000000..0618392 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0022.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://co6v8dsf1pscm" +path.s3tc="res://.godot/imported/0022.png-51e56f1ad7d28281861867d4244c373a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0022.png" +dest_files=["res://.godot/imported/0022.png-51e56f1ad7d28281861867d4244c373a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0023.png b/art/animation/vesna/Back/B01-Idle/0023.png new file mode 100644 index 0000000..dabbb5c Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0023.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0023.png.import b/art/animation/vesna/Back/B01-Idle/0023.png.import new file mode 100644 index 0000000..078cf0b --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0023.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blnqecpxtpjsi" +path.s3tc="res://.godot/imported/0023.png-2b767430ed03e433bf88439ac3b3c200.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0023.png" +dest_files=["res://.godot/imported/0023.png-2b767430ed03e433bf88439ac3b3c200.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0024.png b/art/animation/vesna/Back/B01-Idle/0024.png new file mode 100644 index 0000000..8a4ad4d Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0024.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0024.png.import b/art/animation/vesna/Back/B01-Idle/0024.png.import new file mode 100644 index 0000000..c6d573c --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0024.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wnqyetonkdf3" +path.s3tc="res://.godot/imported/0024.png-7cf9b36aef58e6588fc2af3b4e043dc3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0024.png" +dest_files=["res://.godot/imported/0024.png-7cf9b36aef58e6588fc2af3b4e043dc3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0025.png b/art/animation/vesna/Back/B01-Idle/0025.png new file mode 100644 index 0000000..111328e Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0025.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0025.png.import b/art/animation/vesna/Back/B01-Idle/0025.png.import new file mode 100644 index 0000000..50300a1 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0025.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cixw17dp5n1jq" +path.s3tc="res://.godot/imported/0025.png-687f99d820b74f82c20fa5858f86b364.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0025.png" +dest_files=["res://.godot/imported/0025.png-687f99d820b74f82c20fa5858f86b364.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0026.png b/art/animation/vesna/Back/B01-Idle/0026.png new file mode 100644 index 0000000..48ce46d Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0026.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0026.png.import b/art/animation/vesna/Back/B01-Idle/0026.png.import new file mode 100644 index 0000000..186cb18 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0026.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b41e1bfnb8pql" +path.s3tc="res://.godot/imported/0026.png-fad7b46c4d63c47b0379720b898b93bc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0026.png" +dest_files=["res://.godot/imported/0026.png-fad7b46c4d63c47b0379720b898b93bc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0027.png b/art/animation/vesna/Back/B01-Idle/0027.png new file mode 100644 index 0000000..1f0731e Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0027.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0027.png.import b/art/animation/vesna/Back/B01-Idle/0027.png.import new file mode 100644 index 0000000..f638ed8 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0027.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cawmf2oxe3awf" +path.s3tc="res://.godot/imported/0027.png-c166739f19d006cca2f3a3886ee79136.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0027.png" +dest_files=["res://.godot/imported/0027.png-c166739f19d006cca2f3a3886ee79136.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0028.png b/art/animation/vesna/Back/B01-Idle/0028.png new file mode 100644 index 0000000..091dd55 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0028.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0028.png.import b/art/animation/vesna/Back/B01-Idle/0028.png.import new file mode 100644 index 0000000..a5e9aa0 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0028.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wwrctt8v8sm3" +path.s3tc="res://.godot/imported/0028.png-7c12e9a6f74fc1ffb39c187ed64c6611.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0028.png" +dest_files=["res://.godot/imported/0028.png-7c12e9a6f74fc1ffb39c187ed64c6611.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0029.png b/art/animation/vesna/Back/B01-Idle/0029.png new file mode 100644 index 0000000..191e316 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0029.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0029.png.import b/art/animation/vesna/Back/B01-Idle/0029.png.import new file mode 100644 index 0000000..2f7e842 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0029.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c20wkbu520dxt" +path.s3tc="res://.godot/imported/0029.png-e64767275cde31c05b09b77bec821ff5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0029.png" +dest_files=["res://.godot/imported/0029.png-e64767275cde31c05b09b77bec821ff5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0030.png b/art/animation/vesna/Back/B01-Idle/0030.png new file mode 100644 index 0000000..0cafe58 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0030.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0030.png.import b/art/animation/vesna/Back/B01-Idle/0030.png.import new file mode 100644 index 0000000..d6d9a62 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0030.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b06f0web7033e" +path.s3tc="res://.godot/imported/0030.png-06ce77f397b126c0ad615eb45803e42b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0030.png" +dest_files=["res://.godot/imported/0030.png-06ce77f397b126c0ad615eb45803e42b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0031.png b/art/animation/vesna/Back/B01-Idle/0031.png new file mode 100644 index 0000000..5f0c1b0 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0031.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0031.png.import b/art/animation/vesna/Back/B01-Idle/0031.png.import new file mode 100644 index 0000000..821b26b --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0031.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bl421n5emu21n" +path.s3tc="res://.godot/imported/0031.png-7499794a4d19085e797d9cbe654dcb3a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0031.png" +dest_files=["res://.godot/imported/0031.png-7499794a4d19085e797d9cbe654dcb3a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0032.png b/art/animation/vesna/Back/B01-Idle/0032.png new file mode 100644 index 0000000..3c1ad02 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0032.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0032.png.import b/art/animation/vesna/Back/B01-Idle/0032.png.import new file mode 100644 index 0000000..26aa73b --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0032.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dptn0ewhksogi" +path.s3tc="res://.godot/imported/0032.png-6f88a6977348929ac7fe924b615fdda3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0032.png" +dest_files=["res://.godot/imported/0032.png-6f88a6977348929ac7fe924b615fdda3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0033.png b/art/animation/vesna/Back/B01-Idle/0033.png new file mode 100644 index 0000000..28f8d77 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0033.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0033.png.import b/art/animation/vesna/Back/B01-Idle/0033.png.import new file mode 100644 index 0000000..569f358 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0033.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://db65yywxdynqj" +path.s3tc="res://.godot/imported/0033.png-69ee94ef0f01e8d44a0de27beb22b5b0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0033.png" +dest_files=["res://.godot/imported/0033.png-69ee94ef0f01e8d44a0de27beb22b5b0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0034.png b/art/animation/vesna/Back/B01-Idle/0034.png new file mode 100644 index 0000000..b303ad6 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0034.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0034.png.import b/art/animation/vesna/Back/B01-Idle/0034.png.import new file mode 100644 index 0000000..8bc4569 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0034.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djb3ppgoui6h6" +path.s3tc="res://.godot/imported/0034.png-088b850d6eb65aad0a9185e9da202db7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0034.png" +dest_files=["res://.godot/imported/0034.png-088b850d6eb65aad0a9185e9da202db7.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0035.png b/art/animation/vesna/Back/B01-Idle/0035.png new file mode 100644 index 0000000..6a736b2 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0035.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0035.png.import b/art/animation/vesna/Back/B01-Idle/0035.png.import new file mode 100644 index 0000000..14afd66 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0035.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c5pmcdopfactx" +path.s3tc="res://.godot/imported/0035.png-572191f49ee90d3ec9050c3699dd0b4b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0035.png" +dest_files=["res://.godot/imported/0035.png-572191f49ee90d3ec9050c3699dd0b4b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0036.png b/art/animation/vesna/Back/B01-Idle/0036.png new file mode 100644 index 0000000..af91d4f Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0036.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0036.png.import b/art/animation/vesna/Back/B01-Idle/0036.png.import new file mode 100644 index 0000000..277171c --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0036.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cx68afqq4io3k" +path.s3tc="res://.godot/imported/0036.png-af92d8ea9e68da0d88d10f41d1725270.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0036.png" +dest_files=["res://.godot/imported/0036.png-af92d8ea9e68da0d88d10f41d1725270.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0037.png b/art/animation/vesna/Back/B01-Idle/0037.png new file mode 100644 index 0000000..8e092a7 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0037.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0037.png.import b/art/animation/vesna/Back/B01-Idle/0037.png.import new file mode 100644 index 0000000..ee0b229 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0037.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqnq6exjs5xpb" +path.s3tc="res://.godot/imported/0037.png-c2b3fcfad4b0d9c09c1983767d1e9262.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0037.png" +dest_files=["res://.godot/imported/0037.png-c2b3fcfad4b0d9c09c1983767d1e9262.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0038.png b/art/animation/vesna/Back/B01-Idle/0038.png new file mode 100644 index 0000000..c4a6a52 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0038.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0038.png.import b/art/animation/vesna/Back/B01-Idle/0038.png.import new file mode 100644 index 0000000..a0439bf --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0038.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cngptl8ojv0kn" +path.s3tc="res://.godot/imported/0038.png-a93bc664ecd0a2e827a8ffb3238f3468.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0038.png" +dest_files=["res://.godot/imported/0038.png-a93bc664ecd0a2e827a8ffb3238f3468.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0039.png b/art/animation/vesna/Back/B01-Idle/0039.png new file mode 100644 index 0000000..86e8042 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0039.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0039.png.import b/art/animation/vesna/Back/B01-Idle/0039.png.import new file mode 100644 index 0000000..0ceab5e --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0039.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbdaffwt6jiy3" +path.s3tc="res://.godot/imported/0039.png-fb044ee556f524f7287b5c4a3047db59.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0039.png" +dest_files=["res://.godot/imported/0039.png-fb044ee556f524f7287b5c4a3047db59.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0040.png b/art/animation/vesna/Back/B01-Idle/0040.png new file mode 100644 index 0000000..c2a77a1 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0040.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0040.png.import b/art/animation/vesna/Back/B01-Idle/0040.png.import new file mode 100644 index 0000000..3002909 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0040.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbsg5d8nddxcp" +path.s3tc="res://.godot/imported/0040.png-a2b9fa97a2655cfb5e7c6a7db74ff490.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0040.png" +dest_files=["res://.godot/imported/0040.png-a2b9fa97a2655cfb5e7c6a7db74ff490.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0041.png b/art/animation/vesna/Back/B01-Idle/0041.png new file mode 100644 index 0000000..7e265a2 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0041.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0041.png.import b/art/animation/vesna/Back/B01-Idle/0041.png.import new file mode 100644 index 0000000..2c9f185 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0041.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqkm3m5vtt2ec" +path.s3tc="res://.godot/imported/0041.png-832328f8b6ae837fd7a6265e91b872d8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0041.png" +dest_files=["res://.godot/imported/0041.png-832328f8b6ae837fd7a6265e91b872d8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0042.png b/art/animation/vesna/Back/B01-Idle/0042.png new file mode 100644 index 0000000..13158f2 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0042.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0042.png.import b/art/animation/vesna/Back/B01-Idle/0042.png.import new file mode 100644 index 0000000..bd19cd4 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0042.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cepjhr0v86e21" +path.s3tc="res://.godot/imported/0042.png-b6caf1c99df2a543fbd57c7b9217ba62.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0042.png" +dest_files=["res://.godot/imported/0042.png-b6caf1c99df2a543fbd57c7b9217ba62.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0043.png b/art/animation/vesna/Back/B01-Idle/0043.png new file mode 100644 index 0000000..12ba17d Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0043.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0043.png.import b/art/animation/vesna/Back/B01-Idle/0043.png.import new file mode 100644 index 0000000..8d9ade0 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0043.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drndvrpyx3aqm" +path.s3tc="res://.godot/imported/0043.png-b2681f2ecdb46436636ace69a8bee830.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0043.png" +dest_files=["res://.godot/imported/0043.png-b2681f2ecdb46436636ace69a8bee830.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0044.png b/art/animation/vesna/Back/B01-Idle/0044.png new file mode 100644 index 0000000..0b1692b Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0044.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0044.png.import b/art/animation/vesna/Back/B01-Idle/0044.png.import new file mode 100644 index 0000000..121857a --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0044.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brokoyln03mb7" +path.s3tc="res://.godot/imported/0044.png-0caacf12bf0a6ea7577f1d9e9362e68c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0044.png" +dest_files=["res://.godot/imported/0044.png-0caacf12bf0a6ea7577f1d9e9362e68c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0045.png b/art/animation/vesna/Back/B01-Idle/0045.png new file mode 100644 index 0000000..420262e Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0045.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0045.png.import b/art/animation/vesna/Back/B01-Idle/0045.png.import new file mode 100644 index 0000000..81b3049 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0045.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dpp2w67j4lp6h" +path.s3tc="res://.godot/imported/0045.png-5aee54d1ff2303b66d3d076139dab850.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0045.png" +dest_files=["res://.godot/imported/0045.png-5aee54d1ff2303b66d3d076139dab850.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0046.png b/art/animation/vesna/Back/B01-Idle/0046.png new file mode 100644 index 0000000..bb86d37 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0046.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0046.png.import b/art/animation/vesna/Back/B01-Idle/0046.png.import new file mode 100644 index 0000000..45d984c --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0046.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhiwmld14vguu" +path.s3tc="res://.godot/imported/0046.png-a069879a94bc0af56febbef7cde452f6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0046.png" +dest_files=["res://.godot/imported/0046.png-a069879a94bc0af56febbef7cde452f6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0047.png b/art/animation/vesna/Back/B01-Idle/0047.png new file mode 100644 index 0000000..12dd404 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0047.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0047.png.import b/art/animation/vesna/Back/B01-Idle/0047.png.import new file mode 100644 index 0000000..7cc0e04 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0047.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d1utxoyolyq5j" +path.s3tc="res://.godot/imported/0047.png-043138f994968697796db476bed1d94d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0047.png" +dest_files=["res://.godot/imported/0047.png-043138f994968697796db476bed1d94d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B01-Idle/0048.png b/art/animation/vesna/Back/B01-Idle/0048.png new file mode 100644 index 0000000..c28f297 Binary files /dev/null and b/art/animation/vesna/Back/B01-Idle/0048.png differ diff --git a/art/animation/vesna/Back/B01-Idle/0048.png.import b/art/animation/vesna/Back/B01-Idle/0048.png.import new file mode 100644 index 0000000..d83bb11 --- /dev/null +++ b/art/animation/vesna/Back/B01-Idle/0048.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7dxbumnnq36g" +path.s3tc="res://.godot/imported/0048.png-6d0333e522ac4bd1b7e09afb684fc7f1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B01-Idle/0048.png" +dest_files=["res://.godot/imported/0048.png-6d0333e522ac4bd1b7e09afb684fc7f1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0001.png b/art/animation/vesna/Back/B02-Walk/0001.png new file mode 100644 index 0000000..597d3cf Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0001.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0001.png.import b/art/animation/vesna/Back/B02-Walk/0001.png.import new file mode 100644 index 0000000..2b8476b --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckivuklh4qhya" +path.s3tc="res://.godot/imported/0001.png-9683bd80d4da508ee383a0bd9a0fb994.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0001.png" +dest_files=["res://.godot/imported/0001.png-9683bd80d4da508ee383a0bd9a0fb994.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0002.png b/art/animation/vesna/Back/B02-Walk/0002.png new file mode 100644 index 0000000..376b259 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0002.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0002.png.import b/art/animation/vesna/Back/B02-Walk/0002.png.import new file mode 100644 index 0000000..0c98e5d --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0002.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c4fkayumeccfo" +path.s3tc="res://.godot/imported/0002.png-aceabfa46d0bf1745fef67cda177ba0b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0002.png" +dest_files=["res://.godot/imported/0002.png-aceabfa46d0bf1745fef67cda177ba0b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0003.png b/art/animation/vesna/Back/B02-Walk/0003.png new file mode 100644 index 0000000..f65a129 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0003.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0003.png.import b/art/animation/vesna/Back/B02-Walk/0003.png.import new file mode 100644 index 0000000..4990fcb --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0003.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://buijs4bnx7maf" +path.s3tc="res://.godot/imported/0003.png-a20885d127af6bddc1c3e9d872135529.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0003.png" +dest_files=["res://.godot/imported/0003.png-a20885d127af6bddc1c3e9d872135529.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0004.png b/art/animation/vesna/Back/B02-Walk/0004.png new file mode 100644 index 0000000..a6dae51 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0004.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0004.png.import b/art/animation/vesna/Back/B02-Walk/0004.png.import new file mode 100644 index 0000000..03fa0a8 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0004.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsm7ut41ip7ig" +path.s3tc="res://.godot/imported/0004.png-f00146cbd5482ea9ffdfd4df4e7e3167.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0004.png" +dest_files=["res://.godot/imported/0004.png-f00146cbd5482ea9ffdfd4df4e7e3167.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0005.png b/art/animation/vesna/Back/B02-Walk/0005.png new file mode 100644 index 0000000..e65348e Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0005.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0005.png.import b/art/animation/vesna/Back/B02-Walk/0005.png.import new file mode 100644 index 0000000..3b75b4e --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0005.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3nm7c4wswb7e" +path.s3tc="res://.godot/imported/0005.png-0956dcfab4ce392f30bc85a7f044c345.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0005.png" +dest_files=["res://.godot/imported/0005.png-0956dcfab4ce392f30bc85a7f044c345.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0006.png b/art/animation/vesna/Back/B02-Walk/0006.png new file mode 100644 index 0000000..eec037e Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0006.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0006.png.import b/art/animation/vesna/Back/B02-Walk/0006.png.import new file mode 100644 index 0000000..8dc2f27 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0006.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6gh02sauxaex" +path.s3tc="res://.godot/imported/0006.png-1d26f8b566763d25e972cea30005693d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0006.png" +dest_files=["res://.godot/imported/0006.png-1d26f8b566763d25e972cea30005693d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0007.png b/art/animation/vesna/Back/B02-Walk/0007.png new file mode 100644 index 0000000..3f77af8 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0007.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0007.png.import b/art/animation/vesna/Back/B02-Walk/0007.png.import new file mode 100644 index 0000000..b4c6549 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0007.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbgntiu78j5ec" +path.s3tc="res://.godot/imported/0007.png-437d6300bda2092fc88bc3be914ae010.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0007.png" +dest_files=["res://.godot/imported/0007.png-437d6300bda2092fc88bc3be914ae010.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0008.png b/art/animation/vesna/Back/B02-Walk/0008.png new file mode 100644 index 0000000..9dd539f Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0008.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0008.png.import b/art/animation/vesna/Back/B02-Walk/0008.png.import new file mode 100644 index 0000000..ca6f8ad --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0008.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cx8apsg1051hp" +path.s3tc="res://.godot/imported/0008.png-f6efc7619bf8156f07998b827c7e4fe2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0008.png" +dest_files=["res://.godot/imported/0008.png-f6efc7619bf8156f07998b827c7e4fe2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0009.png b/art/animation/vesna/Back/B02-Walk/0009.png new file mode 100644 index 0000000..40d4a2a Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0009.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0009.png.import b/art/animation/vesna/Back/B02-Walk/0009.png.import new file mode 100644 index 0000000..52c23b3 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0009.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6eugr0f2c2jr" +path.s3tc="res://.godot/imported/0009.png-d9e35c2be00597d35d49f830cfd26bb8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0009.png" +dest_files=["res://.godot/imported/0009.png-d9e35c2be00597d35d49f830cfd26bb8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0010.png b/art/animation/vesna/Back/B02-Walk/0010.png new file mode 100644 index 0000000..8817b4a Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0010.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0010.png.import b/art/animation/vesna/Back/B02-Walk/0010.png.import new file mode 100644 index 0000000..16b27b9 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0010.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3jqiwe1n0chv" +path.s3tc="res://.godot/imported/0010.png-b6b916750e5d8c0d1b76f1b693c56121.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0010.png" +dest_files=["res://.godot/imported/0010.png-b6b916750e5d8c0d1b76f1b693c56121.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0011.png b/art/animation/vesna/Back/B02-Walk/0011.png new file mode 100644 index 0000000..119e042 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0011.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0011.png.import b/art/animation/vesna/Back/B02-Walk/0011.png.import new file mode 100644 index 0000000..36c7505 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0011.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bj23ksgu8qqi1" +path.s3tc="res://.godot/imported/0011.png-d5a4d5046af396ccf42a041b95d00b5d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0011.png" +dest_files=["res://.godot/imported/0011.png-d5a4d5046af396ccf42a041b95d00b5d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0012.png b/art/animation/vesna/Back/B02-Walk/0012.png new file mode 100644 index 0000000..ee50745 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0012.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0012.png.import b/art/animation/vesna/Back/B02-Walk/0012.png.import new file mode 100644 index 0000000..cfb1771 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0012.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6r2073ug0nr1" +path.s3tc="res://.godot/imported/0012.png-e62b18cd17e121f12de39b4f5d4c8992.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0012.png" +dest_files=["res://.godot/imported/0012.png-e62b18cd17e121f12de39b4f5d4c8992.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0013.png b/art/animation/vesna/Back/B02-Walk/0013.png new file mode 100644 index 0000000..4624d66 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0013.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0013.png.import b/art/animation/vesna/Back/B02-Walk/0013.png.import new file mode 100644 index 0000000..6315949 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0013.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dw2ylkuw5qmti" +path.s3tc="res://.godot/imported/0013.png-76cb4c260569a4df3c7eedfbf30cb44d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0013.png" +dest_files=["res://.godot/imported/0013.png-76cb4c260569a4df3c7eedfbf30cb44d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0014.png b/art/animation/vesna/Back/B02-Walk/0014.png new file mode 100644 index 0000000..07c220e Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0014.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0014.png.import b/art/animation/vesna/Back/B02-Walk/0014.png.import new file mode 100644 index 0000000..ddc177d --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0014.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://iip4ctkxqknp" +path.s3tc="res://.godot/imported/0014.png-517d40580a77645fbfb703778124c77b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0014.png" +dest_files=["res://.godot/imported/0014.png-517d40580a77645fbfb703778124c77b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0015.png b/art/animation/vesna/Back/B02-Walk/0015.png new file mode 100644 index 0000000..3f8d15f Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0015.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0015.png.import b/art/animation/vesna/Back/B02-Walk/0015.png.import new file mode 100644 index 0000000..e83650d --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0015.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v2kkhbalmuvn" +path.s3tc="res://.godot/imported/0015.png-0cfa7779828fdcaa1039a306c17051fa.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0015.png" +dest_files=["res://.godot/imported/0015.png-0cfa7779828fdcaa1039a306c17051fa.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0016.png b/art/animation/vesna/Back/B02-Walk/0016.png new file mode 100644 index 0000000..5b9b059 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0016.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0016.png.import b/art/animation/vesna/Back/B02-Walk/0016.png.import new file mode 100644 index 0000000..17d2a1f --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0016.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cpc8jkevjt01r" +path.s3tc="res://.godot/imported/0016.png-8f6dd9921c248199eb2cc1210ab5c2b8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0016.png" +dest_files=["res://.godot/imported/0016.png-8f6dd9921c248199eb2cc1210ab5c2b8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0017.png b/art/animation/vesna/Back/B02-Walk/0017.png new file mode 100644 index 0000000..fb4e801 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0017.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0017.png.import b/art/animation/vesna/Back/B02-Walk/0017.png.import new file mode 100644 index 0000000..f3f65f8 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0017.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxdc70e22jvwg" +path.s3tc="res://.godot/imported/0017.png-c47ffc7fa972c136d6e2fa75a7e77a6b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0017.png" +dest_files=["res://.godot/imported/0017.png-c47ffc7fa972c136d6e2fa75a7e77a6b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0018.png b/art/animation/vesna/Back/B02-Walk/0018.png new file mode 100644 index 0000000..241079c Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0018.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0018.png.import b/art/animation/vesna/Back/B02-Walk/0018.png.import new file mode 100644 index 0000000..eea66e9 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0018.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2h2xmpknxjm3" +path.s3tc="res://.godot/imported/0018.png-2675a45c0c1804a0bb62c1fe1784a67e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0018.png" +dest_files=["res://.godot/imported/0018.png-2675a45c0c1804a0bb62c1fe1784a67e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0019.png b/art/animation/vesna/Back/B02-Walk/0019.png new file mode 100644 index 0000000..435531d Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0019.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0019.png.import b/art/animation/vesna/Back/B02-Walk/0019.png.import new file mode 100644 index 0000000..4484c29 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0019.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0ftu6fd8tx2k" +path.s3tc="res://.godot/imported/0019.png-bca619a5af11f50a8c16b3010cd60bf4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0019.png" +dest_files=["res://.godot/imported/0019.png-bca619a5af11f50a8c16b3010cd60bf4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0020.png b/art/animation/vesna/Back/B02-Walk/0020.png new file mode 100644 index 0000000..b3d9e60 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0020.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0020.png.import b/art/animation/vesna/Back/B02-Walk/0020.png.import new file mode 100644 index 0000000..3197a34 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0020.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://banv0fn0hvqbu" +path.s3tc="res://.godot/imported/0020.png-6300f957133802d5178ec88f0408a19a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0020.png" +dest_files=["res://.godot/imported/0020.png-6300f957133802d5178ec88f0408a19a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0021.png b/art/animation/vesna/Back/B02-Walk/0021.png new file mode 100644 index 0000000..e0bcb15 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0021.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0021.png.import b/art/animation/vesna/Back/B02-Walk/0021.png.import new file mode 100644 index 0000000..eea2965 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0021.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://g3er846hkqyk" +path.s3tc="res://.godot/imported/0021.png-e860b485d1f22d58ae71864d23fa9073.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0021.png" +dest_files=["res://.godot/imported/0021.png-e860b485d1f22d58ae71864d23fa9073.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0022.png b/art/animation/vesna/Back/B02-Walk/0022.png new file mode 100644 index 0000000..8d0113c Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0022.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0022.png.import b/art/animation/vesna/Back/B02-Walk/0022.png.import new file mode 100644 index 0000000..c051845 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0022.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://46ecx6326vr2" +path.s3tc="res://.godot/imported/0022.png-0f10b6a503b9e8bc6094956df573a540.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0022.png" +dest_files=["res://.godot/imported/0022.png-0f10b6a503b9e8bc6094956df573a540.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0023.png b/art/animation/vesna/Back/B02-Walk/0023.png new file mode 100644 index 0000000..8ea0a9a Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0023.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0023.png.import b/art/animation/vesna/Back/B02-Walk/0023.png.import new file mode 100644 index 0000000..9c267f1 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0023.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dyojtdxaamtbc" +path.s3tc="res://.godot/imported/0023.png-31750da9f61b2a35ee8d70078354010f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0023.png" +dest_files=["res://.godot/imported/0023.png-31750da9f61b2a35ee8d70078354010f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0024.png b/art/animation/vesna/Back/B02-Walk/0024.png new file mode 100644 index 0000000..9fdecbf Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0024.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0024.png.import b/art/animation/vesna/Back/B02-Walk/0024.png.import new file mode 100644 index 0000000..eda304c --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0024.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8ecgh85euufm" +path.s3tc="res://.godot/imported/0024.png-82e05831d4cb5a24c95bd6e25a3a214b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0024.png" +dest_files=["res://.godot/imported/0024.png-82e05831d4cb5a24c95bd6e25a3a214b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0025.png b/art/animation/vesna/Back/B02-Walk/0025.png new file mode 100644 index 0000000..24fbd30 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0025.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0025.png.import b/art/animation/vesna/Back/B02-Walk/0025.png.import new file mode 100644 index 0000000..889dca3 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0025.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bp8jy26xcqoyw" +path.s3tc="res://.godot/imported/0025.png-e856b1d9dd4baea0a9b7958490a666d4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0025.png" +dest_files=["res://.godot/imported/0025.png-e856b1d9dd4baea0a9b7958490a666d4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0026.png b/art/animation/vesna/Back/B02-Walk/0026.png new file mode 100644 index 0000000..5e4b596 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0026.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0026.png.import b/art/animation/vesna/Back/B02-Walk/0026.png.import new file mode 100644 index 0000000..0340cbb --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0026.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqbrf2fey4mi5" +path.s3tc="res://.godot/imported/0026.png-6f139e6101880240a4874a1310f4364d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0026.png" +dest_files=["res://.godot/imported/0026.png-6f139e6101880240a4874a1310f4364d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0027.png b/art/animation/vesna/Back/B02-Walk/0027.png new file mode 100644 index 0000000..aada6d1 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0027.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0027.png.import b/art/animation/vesna/Back/B02-Walk/0027.png.import new file mode 100644 index 0000000..d4d7b66 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0027.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b72dho73ag7hv" +path.s3tc="res://.godot/imported/0027.png-a2fae690f35459898f7108965b36336f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0027.png" +dest_files=["res://.godot/imported/0027.png-a2fae690f35459898f7108965b36336f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0028.png b/art/animation/vesna/Back/B02-Walk/0028.png new file mode 100644 index 0000000..8e60191 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0028.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0028.png.import b/art/animation/vesna/Back/B02-Walk/0028.png.import new file mode 100644 index 0000000..a0986a0 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0028.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bwv8ar3ql621w" +path.s3tc="res://.godot/imported/0028.png-e98ae47a943d1289296247ad4549c21e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0028.png" +dest_files=["res://.godot/imported/0028.png-e98ae47a943d1289296247ad4549c21e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0029.png b/art/animation/vesna/Back/B02-Walk/0029.png new file mode 100644 index 0000000..b632e5f Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0029.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0029.png.import b/art/animation/vesna/Back/B02-Walk/0029.png.import new file mode 100644 index 0000000..13e435f --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0029.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ds41s42vx5b3w" +path.s3tc="res://.godot/imported/0029.png-8266585464996575a0b068757ee0f707.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0029.png" +dest_files=["res://.godot/imported/0029.png-8266585464996575a0b068757ee0f707.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0030.png b/art/animation/vesna/Back/B02-Walk/0030.png new file mode 100644 index 0000000..ce5b72a Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0030.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0030.png.import b/art/animation/vesna/Back/B02-Walk/0030.png.import new file mode 100644 index 0000000..9232179 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0030.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://co7gkc6v1307b" +path.s3tc="res://.godot/imported/0030.png-e59366db283a85d9b5a0d490a38aee3c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0030.png" +dest_files=["res://.godot/imported/0030.png-e59366db283a85d9b5a0d490a38aee3c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0031.png b/art/animation/vesna/Back/B02-Walk/0031.png new file mode 100644 index 0000000..d862047 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0031.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0031.png.import b/art/animation/vesna/Back/B02-Walk/0031.png.import new file mode 100644 index 0000000..55dc3e8 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0031.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuq55acr20luj" +path.s3tc="res://.godot/imported/0031.png-7f3cf24ebe6740aedd2b76c5aa51626d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0031.png" +dest_files=["res://.godot/imported/0031.png-7f3cf24ebe6740aedd2b76c5aa51626d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0032.png b/art/animation/vesna/Back/B02-Walk/0032.png new file mode 100644 index 0000000..82db69a Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0032.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0032.png.import b/art/animation/vesna/Back/B02-Walk/0032.png.import new file mode 100644 index 0000000..b8abca4 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0032.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6625qc5my8aa" +path.s3tc="res://.godot/imported/0032.png-34f2bca68cde5d6fd079d1e52a06bdcf.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0032.png" +dest_files=["res://.godot/imported/0032.png-34f2bca68cde5d6fd079d1e52a06bdcf.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0033.png b/art/animation/vesna/Back/B02-Walk/0033.png new file mode 100644 index 0000000..079916d Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0033.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0033.png.import b/art/animation/vesna/Back/B02-Walk/0033.png.import new file mode 100644 index 0000000..b129090 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0033.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c877yq644kodi" +path.s3tc="res://.godot/imported/0033.png-6128c277fc3d18674c757eac16067a6a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0033.png" +dest_files=["res://.godot/imported/0033.png-6128c277fc3d18674c757eac16067a6a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0034.png b/art/animation/vesna/Back/B02-Walk/0034.png new file mode 100644 index 0000000..edc0942 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0034.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0034.png.import b/art/animation/vesna/Back/B02-Walk/0034.png.import new file mode 100644 index 0000000..0ff27ce --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0034.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7jul8qgkmppd" +path.s3tc="res://.godot/imported/0034.png-a6b37f7880e4d3eb78c2ba53dc01049e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0034.png" +dest_files=["res://.godot/imported/0034.png-a6b37f7880e4d3eb78c2ba53dc01049e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0035.png b/art/animation/vesna/Back/B02-Walk/0035.png new file mode 100644 index 0000000..a3dfb80 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0035.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0035.png.import b/art/animation/vesna/Back/B02-Walk/0035.png.import new file mode 100644 index 0000000..d9abf31 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0035.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://emj0166lqj3" +path.s3tc="res://.godot/imported/0035.png-e83435f6bd950840e85d6d7a705e4d0e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0035.png" +dest_files=["res://.godot/imported/0035.png-e83435f6bd950840e85d6d7a705e4d0e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0036.png b/art/animation/vesna/Back/B02-Walk/0036.png new file mode 100644 index 0000000..87baa6e Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0036.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0036.png.import b/art/animation/vesna/Back/B02-Walk/0036.png.import new file mode 100644 index 0000000..53de4e6 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0036.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ig7flnq26khd" +path.s3tc="res://.godot/imported/0036.png-013086b033765c38f5c0087f026b5eed.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0036.png" +dest_files=["res://.godot/imported/0036.png-013086b033765c38f5c0087f026b5eed.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0037.png b/art/animation/vesna/Back/B02-Walk/0037.png new file mode 100644 index 0000000..4d4b73f Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0037.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0037.png.import b/art/animation/vesna/Back/B02-Walk/0037.png.import new file mode 100644 index 0000000..835190b --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0037.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdvh56eke46o3" +path.s3tc="res://.godot/imported/0037.png-94ba676ba0c874f8ae81ee9539527392.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0037.png" +dest_files=["res://.godot/imported/0037.png-94ba676ba0c874f8ae81ee9539527392.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0038.png b/art/animation/vesna/Back/B02-Walk/0038.png new file mode 100644 index 0000000..9130059 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0038.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0038.png.import b/art/animation/vesna/Back/B02-Walk/0038.png.import new file mode 100644 index 0000000..8a790ef --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0038.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c67abbv4nkawu" +path.s3tc="res://.godot/imported/0038.png-1f5324db176267a6f1dec69b317e7348.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0038.png" +dest_files=["res://.godot/imported/0038.png-1f5324db176267a6f1dec69b317e7348.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0039.png b/art/animation/vesna/Back/B02-Walk/0039.png new file mode 100644 index 0000000..63d4250 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0039.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0039.png.import b/art/animation/vesna/Back/B02-Walk/0039.png.import new file mode 100644 index 0000000..2f7e17e --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0039.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ca2vqn3k30dm7" +path.s3tc="res://.godot/imported/0039.png-7573e8fbd293b295695c4a16e0b67e44.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0039.png" +dest_files=["res://.godot/imported/0039.png-7573e8fbd293b295695c4a16e0b67e44.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0040.png b/art/animation/vesna/Back/B02-Walk/0040.png new file mode 100644 index 0000000..075face Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0040.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0040.png.import b/art/animation/vesna/Back/B02-Walk/0040.png.import new file mode 100644 index 0000000..2dd6326 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0040.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bhv5jn16h6krw" +path.s3tc="res://.godot/imported/0040.png-f18bc510f99e34611b962d7d43efdd1c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0040.png" +dest_files=["res://.godot/imported/0040.png-f18bc510f99e34611b962d7d43efdd1c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0041.png b/art/animation/vesna/Back/B02-Walk/0041.png new file mode 100644 index 0000000..ba96896 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0041.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0041.png.import b/art/animation/vesna/Back/B02-Walk/0041.png.import new file mode 100644 index 0000000..a6d84d3 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0041.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://51lciutu87ao" +path.s3tc="res://.godot/imported/0041.png-82116501ffe7fc32edbde348af536282.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0041.png" +dest_files=["res://.godot/imported/0041.png-82116501ffe7fc32edbde348af536282.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0042.png b/art/animation/vesna/Back/B02-Walk/0042.png new file mode 100644 index 0000000..95aec1a Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0042.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0042.png.import b/art/animation/vesna/Back/B02-Walk/0042.png.import new file mode 100644 index 0000000..d426e5b --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0042.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bc37fsnli01wy" +path.s3tc="res://.godot/imported/0042.png-069e6ff57f3d2268ee07d190a4f4cf77.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0042.png" +dest_files=["res://.godot/imported/0042.png-069e6ff57f3d2268ee07d190a4f4cf77.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0043.png b/art/animation/vesna/Back/B02-Walk/0043.png new file mode 100644 index 0000000..893124a Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0043.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0043.png.import b/art/animation/vesna/Back/B02-Walk/0043.png.import new file mode 100644 index 0000000..ca1ddaf --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0043.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://j4mb1261cx0s" +path.s3tc="res://.godot/imported/0043.png-9ef939ac0de8864a8c661ec13324e1bb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0043.png" +dest_files=["res://.godot/imported/0043.png-9ef939ac0de8864a8c661ec13324e1bb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0044.png b/art/animation/vesna/Back/B02-Walk/0044.png new file mode 100644 index 0000000..b9bb467 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0044.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0044.png.import b/art/animation/vesna/Back/B02-Walk/0044.png.import new file mode 100644 index 0000000..aba0aa7 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0044.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cj4aaeif3xnpw" +path.s3tc="res://.godot/imported/0044.png-c1576f7ed23ffe168d0f4e3af499c011.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0044.png" +dest_files=["res://.godot/imported/0044.png-c1576f7ed23ffe168d0f4e3af499c011.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0045.png b/art/animation/vesna/Back/B02-Walk/0045.png new file mode 100644 index 0000000..8dc78d3 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0045.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0045.png.import b/art/animation/vesna/Back/B02-Walk/0045.png.import new file mode 100644 index 0000000..fdd449e --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0045.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djeqa5o26lcvj" +path.s3tc="res://.godot/imported/0045.png-1a4ad52ed17a8245d27a49f1c78bfcd8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0045.png" +dest_files=["res://.godot/imported/0045.png-1a4ad52ed17a8245d27a49f1c78bfcd8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0046.png b/art/animation/vesna/Back/B02-Walk/0046.png new file mode 100644 index 0000000..e277eb6 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0046.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0046.png.import b/art/animation/vesna/Back/B02-Walk/0046.png.import new file mode 100644 index 0000000..a938064 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0046.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0nhh610veynv" +path.s3tc="res://.godot/imported/0046.png-0229bc69038d0b5ad69139febcde50b0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0046.png" +dest_files=["res://.godot/imported/0046.png-0229bc69038d0b5ad69139febcde50b0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0047.png b/art/animation/vesna/Back/B02-Walk/0047.png new file mode 100644 index 0000000..44b9fc0 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0047.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0047.png.import b/art/animation/vesna/Back/B02-Walk/0047.png.import new file mode 100644 index 0000000..a227aa0 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0047.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b206kb5kggejq" +path.s3tc="res://.godot/imported/0047.png-03e1eb522e7dac5400be391efe7570e0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0047.png" +dest_files=["res://.godot/imported/0047.png-03e1eb522e7dac5400be391efe7570e0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Back/B02-Walk/0048.png b/art/animation/vesna/Back/B02-Walk/0048.png new file mode 100644 index 0000000..4472131 Binary files /dev/null and b/art/animation/vesna/Back/B02-Walk/0048.png differ diff --git a/art/animation/vesna/Back/B02-Walk/0048.png.import b/art/animation/vesna/Back/B02-Walk/0048.png.import new file mode 100644 index 0000000..55a0609 --- /dev/null +++ b/art/animation/vesna/Back/B02-Walk/0048.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ci7uer5wecm2a" +path.s3tc="res://.godot/imported/0048.png-aa7fef7a41f0cf59afd358a821c1d6eb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Back/B02-Walk/0048.png" +dest_files=["res://.godot/imported/0048.png-aa7fef7a41f0cf59afd358a821c1d6eb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0001.png b/art/animation/vesna/Dreiviertel/D01-Idle/0001.png new file mode 100644 index 0000000..48cef2e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0001.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0001.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0001.png.import new file mode 100644 index 0000000..34002c5 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dc00bc45nyo3s" +path="res://.godot/imported/0001.png-cbca42ee3f085099b8fb1c3d1dda671b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0001.png" +dest_files=["res://.godot/imported/0001.png-cbca42ee3f085099b8fb1c3d1dda671b.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0002.png b/art/animation/vesna/Dreiviertel/D01-Idle/0002.png new file mode 100644 index 0000000..dad8db3 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0002.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0002.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0002.png.import new file mode 100644 index 0000000..e769010 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duqry50fn1vmx" +path="res://.godot/imported/0002.png-22424de8bf55023085c09c1bf84de412.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0002.png" +dest_files=["res://.godot/imported/0002.png-22424de8bf55023085c09c1bf84de412.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0003.png b/art/animation/vesna/Dreiviertel/D01-Idle/0003.png new file mode 100644 index 0000000..09255fb Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0003.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0003.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0003.png.import new file mode 100644 index 0000000..c9e6b42 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dyglllxs63t00" +path="res://.godot/imported/0003.png-246b73776a5a02c40ab5dea82a35775a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0003.png" +dest_files=["res://.godot/imported/0003.png-246b73776a5a02c40ab5dea82a35775a.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0004.png b/art/animation/vesna/Dreiviertel/D01-Idle/0004.png new file mode 100644 index 0000000..b53b5c7 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0004.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0004.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0004.png.import new file mode 100644 index 0000000..cc1b140 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ch6tp41lkpxua" +path="res://.godot/imported/0004.png-46a4e282c2144ae7cb17b695b5570a68.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0004.png" +dest_files=["res://.godot/imported/0004.png-46a4e282c2144ae7cb17b695b5570a68.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0005.png b/art/animation/vesna/Dreiviertel/D01-Idle/0005.png new file mode 100644 index 0000000..db754b6 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0005.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0005.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0005.png.import new file mode 100644 index 0000000..467ebd3 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dm4wfjnx1l6fh" +path="res://.godot/imported/0005.png-1f3f36bea1157d2e54eb0a134c13df03.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0005.png" +dest_files=["res://.godot/imported/0005.png-1f3f36bea1157d2e54eb0a134c13df03.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0006.png b/art/animation/vesna/Dreiviertel/D01-Idle/0006.png new file mode 100644 index 0000000..987dc3e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0006.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0006.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0006.png.import new file mode 100644 index 0000000..1911ffe --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8a1ht5cq4lap" +path="res://.godot/imported/0006.png-e4c66a6aa2ee42322def840828010dcc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0006.png" +dest_files=["res://.godot/imported/0006.png-e4c66a6aa2ee42322def840828010dcc.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0007.png b/art/animation/vesna/Dreiviertel/D01-Idle/0007.png new file mode 100644 index 0000000..47e3932 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0007.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0007.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0007.png.import new file mode 100644 index 0000000..41ff89f --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hcmwgyy0ol5o" +path="res://.godot/imported/0007.png-f02d16c4aa6419e4bd54347d550e9f06.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0007.png" +dest_files=["res://.godot/imported/0007.png-f02d16c4aa6419e4bd54347d550e9f06.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0008.png b/art/animation/vesna/Dreiviertel/D01-Idle/0008.png new file mode 100644 index 0000000..2eeefac Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0008.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0008.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0008.png.import new file mode 100644 index 0000000..0cb465b --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkribe8rj6aa3" +path="res://.godot/imported/0008.png-370dcc0dfb9e2a3823fb7e6a2c5054e5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0008.png" +dest_files=["res://.godot/imported/0008.png-370dcc0dfb9e2a3823fb7e6a2c5054e5.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0009.png b/art/animation/vesna/Dreiviertel/D01-Idle/0009.png new file mode 100644 index 0000000..401f037 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0009.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0009.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0009.png.import new file mode 100644 index 0000000..215d683 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1kssq633vy6u" +path="res://.godot/imported/0009.png-71d284bcf9ccd778449cb1573b6b042e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0009.png" +dest_files=["res://.godot/imported/0009.png-71d284bcf9ccd778449cb1573b6b042e.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0010.png b/art/animation/vesna/Dreiviertel/D01-Idle/0010.png new file mode 100644 index 0000000..2c90c15 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0010.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0010.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0010.png.import new file mode 100644 index 0000000..ea91640 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://vplbamii1qmm" +path="res://.godot/imported/0010.png-c973c1a30c111c88d075e38709c21f13.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0010.png" +dest_files=["res://.godot/imported/0010.png-c973c1a30c111c88d075e38709c21f13.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0011.png b/art/animation/vesna/Dreiviertel/D01-Idle/0011.png new file mode 100644 index 0000000..69c0ae8 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0011.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0011.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0011.png.import new file mode 100644 index 0000000..a9c1d42 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dag8qwqr6ktyg" +path="res://.godot/imported/0011.png-2fa4a4fc3c595b72dc1f57529f51cfe2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0011.png" +dest_files=["res://.godot/imported/0011.png-2fa4a4fc3c595b72dc1f57529f51cfe2.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0012.png b/art/animation/vesna/Dreiviertel/D01-Idle/0012.png new file mode 100644 index 0000000..3980591 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0012.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0012.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0012.png.import new file mode 100644 index 0000000..5c16bae --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dac35f0frgt5c" +path="res://.godot/imported/0012.png-5cde99cdbd5e4b82d7df8c680b834799.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0012.png" +dest_files=["res://.godot/imported/0012.png-5cde99cdbd5e4b82d7df8c680b834799.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0013.png b/art/animation/vesna/Dreiviertel/D01-Idle/0013.png new file mode 100644 index 0000000..56c135f Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0013.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0013.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0013.png.import new file mode 100644 index 0000000..e55c6b1 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tibm0ghy8ngu" +path="res://.godot/imported/0013.png-8bbdb577afa629a5b28d76c489b3bddf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0013.png" +dest_files=["res://.godot/imported/0013.png-8bbdb577afa629a5b28d76c489b3bddf.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0014.png b/art/animation/vesna/Dreiviertel/D01-Idle/0014.png new file mode 100644 index 0000000..557e79e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0014.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0014.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0014.png.import new file mode 100644 index 0000000..4cb0642 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://by5ojjdekv5b5" +path="res://.godot/imported/0014.png-79aeefa7ccd848179d27e88069d77b29.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0014.png" +dest_files=["res://.godot/imported/0014.png-79aeefa7ccd848179d27e88069d77b29.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0015.png b/art/animation/vesna/Dreiviertel/D01-Idle/0015.png new file mode 100644 index 0000000..71defe7 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0015.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0015.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0015.png.import new file mode 100644 index 0000000..abda280 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cpjs1xow5iey0" +path="res://.godot/imported/0015.png-02abff856c69c7babbc17d280f4a49d1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0015.png" +dest_files=["res://.godot/imported/0015.png-02abff856c69c7babbc17d280f4a49d1.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0016.png b/art/animation/vesna/Dreiviertel/D01-Idle/0016.png new file mode 100644 index 0000000..97dbd49 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0016.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0016.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0016.png.import new file mode 100644 index 0000000..30eb2e9 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0016.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cccl7s14wgv07" +path="res://.godot/imported/0016.png-1ba13ca0537582ec3639f264c59026c5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0016.png" +dest_files=["res://.godot/imported/0016.png-1ba13ca0537582ec3639f264c59026c5.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0017.png b/art/animation/vesna/Dreiviertel/D01-Idle/0017.png new file mode 100644 index 0000000..28632e4 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0017.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0017.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0017.png.import new file mode 100644 index 0000000..0bffe62 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bp1kjxkvm37ks" +path="res://.godot/imported/0017.png-aa587e1918ce490e9e4d9abc6042ccce.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0017.png" +dest_files=["res://.godot/imported/0017.png-aa587e1918ce490e9e4d9abc6042ccce.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0018.png b/art/animation/vesna/Dreiviertel/D01-Idle/0018.png new file mode 100644 index 0000000..fc949ad Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0018.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0018.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0018.png.import new file mode 100644 index 0000000..35f69d0 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0018.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://doc0fp2sqojh5" +path="res://.godot/imported/0018.png-e8de22692107f6940b090619dfae2637.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0018.png" +dest_files=["res://.godot/imported/0018.png-e8de22692107f6940b090619dfae2637.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0019.png b/art/animation/vesna/Dreiviertel/D01-Idle/0019.png new file mode 100644 index 0000000..851244b Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0019.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0019.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0019.png.import new file mode 100644 index 0000000..58cb513 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0019.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duqr5nkgqflnj" +path="res://.godot/imported/0019.png-ddb0ae6969b4028982bd154f7c70887a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0019.png" +dest_files=["res://.godot/imported/0019.png-ddb0ae6969b4028982bd154f7c70887a.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0020.png b/art/animation/vesna/Dreiviertel/D01-Idle/0020.png new file mode 100644 index 0000000..640ae7b Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0020.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0020.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0020.png.import new file mode 100644 index 0000000..ac9c549 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0020.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1kg1ekmcf8qw" +path="res://.godot/imported/0020.png-4b41998bbc3dccc6d02f072461a508c4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0020.png" +dest_files=["res://.godot/imported/0020.png-4b41998bbc3dccc6d02f072461a508c4.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0021.png b/art/animation/vesna/Dreiviertel/D01-Idle/0021.png new file mode 100644 index 0000000..8dc9406 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0021.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0021.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0021.png.import new file mode 100644 index 0000000..1d62fa9 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0021.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qiyiufp2b3uq" +path="res://.godot/imported/0021.png-83513c554aa6cc1489aa022e04b985a9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0021.png" +dest_files=["res://.godot/imported/0021.png-83513c554aa6cc1489aa022e04b985a9.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0022.png b/art/animation/vesna/Dreiviertel/D01-Idle/0022.png new file mode 100644 index 0000000..ab1c5a0 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0022.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0022.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0022.png.import new file mode 100644 index 0000000..fb7ae54 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0022.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://i4vxyjr3veox" +path="res://.godot/imported/0022.png-a7825b7f472bb0e345fd864a76bf736b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0022.png" +dest_files=["res://.godot/imported/0022.png-a7825b7f472bb0e345fd864a76bf736b.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0023.png b/art/animation/vesna/Dreiviertel/D01-Idle/0023.png new file mode 100644 index 0000000..eac0663 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0023.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0023.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0023.png.import new file mode 100644 index 0000000..61219d5 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0023.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bv6rbmap1orir" +path="res://.godot/imported/0023.png-487b3387b0b9facbe1eeb6e2b4e3748b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0023.png" +dest_files=["res://.godot/imported/0023.png-487b3387b0b9facbe1eeb6e2b4e3748b.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0024.png b/art/animation/vesna/Dreiviertel/D01-Idle/0024.png new file mode 100644 index 0000000..9edbd2e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0024.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0024.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0024.png.import new file mode 100644 index 0000000..1d9c8e2 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0024.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gdiahwt5am25" +path="res://.godot/imported/0024.png-985b8f051fac29d3e47cffbd4971f2fc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0024.png" +dest_files=["res://.godot/imported/0024.png-985b8f051fac29d3e47cffbd4971f2fc.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0025.png b/art/animation/vesna/Dreiviertel/D01-Idle/0025.png new file mode 100644 index 0000000..1af2f6e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0025.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0025.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0025.png.import new file mode 100644 index 0000000..4e5bf78 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0025.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2g1ljivr6fha" +path="res://.godot/imported/0025.png-2c934dabf10a2faae5132e3c8544f6ca.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0025.png" +dest_files=["res://.godot/imported/0025.png-2c934dabf10a2faae5132e3c8544f6ca.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0026.png b/art/animation/vesna/Dreiviertel/D01-Idle/0026.png new file mode 100644 index 0000000..5f9da28 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0026.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0026.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0026.png.import new file mode 100644 index 0000000..a584bb6 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0026.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c5716fc2u85d1" +path="res://.godot/imported/0026.png-7954a22e02e09fd1509ce849f71273b7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0026.png" +dest_files=["res://.godot/imported/0026.png-7954a22e02e09fd1509ce849f71273b7.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0027.png b/art/animation/vesna/Dreiviertel/D01-Idle/0027.png new file mode 100644 index 0000000..6fd9777 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0027.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0027.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0027.png.import new file mode 100644 index 0000000..ad4e14a --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0027.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6ok4kq7umlll" +path="res://.godot/imported/0027.png-1301fb047fe938677c0d4080964c13e7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0027.png" +dest_files=["res://.godot/imported/0027.png-1301fb047fe938677c0d4080964c13e7.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0028.png b/art/animation/vesna/Dreiviertel/D01-Idle/0028.png new file mode 100644 index 0000000..4e881dd Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0028.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0028.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0028.png.import new file mode 100644 index 0000000..03b433c --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0028.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dof78ngufkyvu" +path="res://.godot/imported/0028.png-5afa105c1a7d96b4f1d79120dd17a31a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0028.png" +dest_files=["res://.godot/imported/0028.png-5afa105c1a7d96b4f1d79120dd17a31a.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0029.png b/art/animation/vesna/Dreiviertel/D01-Idle/0029.png new file mode 100644 index 0000000..2273de0 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0029.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0029.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0029.png.import new file mode 100644 index 0000000..0caf4b9 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0029.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0x8o7ck0tx1c" +path="res://.godot/imported/0029.png-76b52d2f9ed0cce9f61e25f01aaed3ec.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0029.png" +dest_files=["res://.godot/imported/0029.png-76b52d2f9ed0cce9f61e25f01aaed3ec.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0030.png b/art/animation/vesna/Dreiviertel/D01-Idle/0030.png new file mode 100644 index 0000000..05c5fe1 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0030.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0030.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0030.png.import new file mode 100644 index 0000000..5982a81 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0030.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csubwigcjr047" +path="res://.godot/imported/0030.png-aec281c547cb242efcfc3caabbd6d101.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0030.png" +dest_files=["res://.godot/imported/0030.png-aec281c547cb242efcfc3caabbd6d101.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0031.png b/art/animation/vesna/Dreiviertel/D01-Idle/0031.png new file mode 100644 index 0000000..0c2b97d Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0031.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0031.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0031.png.import new file mode 100644 index 0000000..eaa8a18 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0031.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7g8nlkj6hu66" +path="res://.godot/imported/0031.png-74bdc76de6c6a6e136ee5cc9443daacd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0031.png" +dest_files=["res://.godot/imported/0031.png-74bdc76de6c6a6e136ee5cc9443daacd.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0032.png b/art/animation/vesna/Dreiviertel/D01-Idle/0032.png new file mode 100644 index 0000000..f4d271a Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0032.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0032.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0032.png.import new file mode 100644 index 0000000..3b8e0ba --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0032.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcdd47ax7kery" +path="res://.godot/imported/0032.png-38d4a977211c21b57cb59f36f3ada6ac.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0032.png" +dest_files=["res://.godot/imported/0032.png-38d4a977211c21b57cb59f36f3ada6ac.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0033.png b/art/animation/vesna/Dreiviertel/D01-Idle/0033.png new file mode 100644 index 0000000..d6a12c3 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0033.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0033.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0033.png.import new file mode 100644 index 0000000..314fec1 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0033.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpcn875o67ofq" +path="res://.godot/imported/0033.png-a8e75c83bad27e8d017673094a97d1f5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0033.png" +dest_files=["res://.godot/imported/0033.png-a8e75c83bad27e8d017673094a97d1f5.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0034.png b/art/animation/vesna/Dreiviertel/D01-Idle/0034.png new file mode 100644 index 0000000..8daca9f Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0034.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0034.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0034.png.import new file mode 100644 index 0000000..b4b0141 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0034.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0ccf25l8vgpe" +path="res://.godot/imported/0034.png-f20da5e3669fa8be56ada28c0271e30b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0034.png" +dest_files=["res://.godot/imported/0034.png-f20da5e3669fa8be56ada28c0271e30b.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0035.png b/art/animation/vesna/Dreiviertel/D01-Idle/0035.png new file mode 100644 index 0000000..26c93ce Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0035.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0035.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0035.png.import new file mode 100644 index 0000000..d5e6f55 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0035.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ca6bfcjmyk1js" +path="res://.godot/imported/0035.png-efa250e87b2c7bf2e2a726fcd33478f4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0035.png" +dest_files=["res://.godot/imported/0035.png-efa250e87b2c7bf2e2a726fcd33478f4.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0036.png b/art/animation/vesna/Dreiviertel/D01-Idle/0036.png new file mode 100644 index 0000000..01acbc7 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0036.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0036.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0036.png.import new file mode 100644 index 0000000..581b8ec --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0036.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djwk0w5b1wiy0" +path="res://.godot/imported/0036.png-f0ed4b81d7e099028025df07c41cac04.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0036.png" +dest_files=["res://.godot/imported/0036.png-f0ed4b81d7e099028025df07c41cac04.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0037.png b/art/animation/vesna/Dreiviertel/D01-Idle/0037.png new file mode 100644 index 0000000..fd2eb7b Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0037.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0037.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0037.png.import new file mode 100644 index 0000000..568c5a9 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0037.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2u88kyhy8c3c" +path="res://.godot/imported/0037.png-55f441d656b2b5f576cd16743aa7bc9d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0037.png" +dest_files=["res://.godot/imported/0037.png-55f441d656b2b5f576cd16743aa7bc9d.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0038.png b/art/animation/vesna/Dreiviertel/D01-Idle/0038.png new file mode 100644 index 0000000..310c2ca Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0038.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0038.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0038.png.import new file mode 100644 index 0000000..b4a9a4e --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0038.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byxdk4dff3b37" +path="res://.godot/imported/0038.png-aece4d970a250066a4d350b392d7bc0b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0038.png" +dest_files=["res://.godot/imported/0038.png-aece4d970a250066a4d350b392d7bc0b.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0039.png b/art/animation/vesna/Dreiviertel/D01-Idle/0039.png new file mode 100644 index 0000000..9004aec Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0039.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0039.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0039.png.import new file mode 100644 index 0000000..7670520 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0039.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bwmogngdwm84p" +path="res://.godot/imported/0039.png-95678f3ad6939aeb38eaf7e9a5b34ec8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0039.png" +dest_files=["res://.godot/imported/0039.png-95678f3ad6939aeb38eaf7e9a5b34ec8.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0040.png b/art/animation/vesna/Dreiviertel/D01-Idle/0040.png new file mode 100644 index 0000000..91e34ac Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0040.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0040.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0040.png.import new file mode 100644 index 0000000..fbbcd74 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0040.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bbai4cqyx6ko0" +path="res://.godot/imported/0040.png-fb0a4b48bdfffd04f85b3a1efc1ab311.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0040.png" +dest_files=["res://.godot/imported/0040.png-fb0a4b48bdfffd04f85b3a1efc1ab311.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0041.png b/art/animation/vesna/Dreiviertel/D01-Idle/0041.png new file mode 100644 index 0000000..43fdf3e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0041.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0041.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0041.png.import new file mode 100644 index 0000000..a7d769a --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0041.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dycrm2tp0vywm" +path="res://.godot/imported/0041.png-cb13e0134e258ae19a672976bf48a642.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0041.png" +dest_files=["res://.godot/imported/0041.png-cb13e0134e258ae19a672976bf48a642.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0042.png b/art/animation/vesna/Dreiviertel/D01-Idle/0042.png new file mode 100644 index 0000000..3df4ceb Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0042.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0042.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0042.png.import new file mode 100644 index 0000000..52074a6 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0042.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://o7gmu3jtdo87" +path="res://.godot/imported/0042.png-3e2059f7da25de09aeb963719f966616.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0042.png" +dest_files=["res://.godot/imported/0042.png-3e2059f7da25de09aeb963719f966616.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0043.png b/art/animation/vesna/Dreiviertel/D01-Idle/0043.png new file mode 100644 index 0000000..dcd08b9 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0043.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0043.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0043.png.import new file mode 100644 index 0000000..cba137f --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0043.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drhb064t6rho2" +path="res://.godot/imported/0043.png-ac4b05ee31cf82930a8577569b8108f3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0043.png" +dest_files=["res://.godot/imported/0043.png-ac4b05ee31cf82930a8577569b8108f3.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0044.png b/art/animation/vesna/Dreiviertel/D01-Idle/0044.png new file mode 100644 index 0000000..d77f6f6 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0044.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0044.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0044.png.import new file mode 100644 index 0000000..6108afc --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0044.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cb7xoyodn3e48" +path="res://.godot/imported/0044.png-0870824a6e9d9040d26e1aa09654178b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0044.png" +dest_files=["res://.godot/imported/0044.png-0870824a6e9d9040d26e1aa09654178b.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0045.png b/art/animation/vesna/Dreiviertel/D01-Idle/0045.png new file mode 100644 index 0000000..b35f72a Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0045.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0045.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0045.png.import new file mode 100644 index 0000000..528b2c4 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0045.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dndxxnodir2wl" +path="res://.godot/imported/0045.png-7ea6eaa0aa744b1e3e2c6e423bf917d4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0045.png" +dest_files=["res://.godot/imported/0045.png-7ea6eaa0aa744b1e3e2c6e423bf917d4.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0046.png b/art/animation/vesna/Dreiviertel/D01-Idle/0046.png new file mode 100644 index 0000000..236f089 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0046.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0046.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0046.png.import new file mode 100644 index 0000000..5eea1b2 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0046.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1r4gbo3buk5p" +path="res://.godot/imported/0046.png-6e111215fcf615a02f3b7d8005e03f27.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0046.png" +dest_files=["res://.godot/imported/0046.png-6e111215fcf615a02f3b7d8005e03f27.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 diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0047.png b/art/animation/vesna/Dreiviertel/D01-Idle/0047.png new file mode 100644 index 0000000..4de5d7a Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0047.png differ diff --git a/graphics/mockups/darktree3.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0047.png.import similarity index 67% rename from graphics/mockups/darktree3.png.import rename to art/animation/vesna/Dreiviertel/D01-Idle/0047.png.import index 9fd6bc2..7b46638 100644 --- a/graphics/mockups/darktree3.png.import +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0047.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c8h24ouqcqlxv" -path="res://.godot/imported/darktree3.png-402f41198d5cec5befc9ed8b825ec529.ctex" +uid="uid://slvdvkycn0y" +path="res://.godot/imported/0047.png-da596cd7861be2e02764ce36e013a58d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/mockups/darktree3.png" -dest_files=["res://.godot/imported/darktree3.png-402f41198d5cec5befc9ed8b825ec529.ctex"] +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0047.png" +dest_files=["res://.godot/imported/0047.png-da596cd7861be2e02764ce36e013a58d.ctex"] [params] diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0048.png b/art/animation/vesna/Dreiviertel/D01-Idle/0048.png new file mode 100644 index 0000000..f7c749d Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D01-Idle/0048.png differ diff --git a/art/animation/vesna/Dreiviertel/D01-Idle/0048.png.import b/art/animation/vesna/Dreiviertel/D01-Idle/0048.png.import new file mode 100644 index 0000000..2f2883d --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D01-Idle/0048.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1kd2rtml55cj" +path="res://.godot/imported/0048.png-0645f936296eda1e13f8225d4403a199.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D01-Idle/0048.png" +dest_files=["res://.godot/imported/0048.png-0645f936296eda1e13f8225d4403a199.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0001.png b/art/animation/vesna/Dreiviertel/D03-Talk/0001.png new file mode 100644 index 0000000..ffbf075 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0001.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0001.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0001.png.import new file mode 100644 index 0000000..4daf63c --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://df6x66myexgpi" +path="res://.godot/imported/0001.png-c19beb437c54af711610b3a13eeaa9bc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0001.png" +dest_files=["res://.godot/imported/0001.png-c19beb437c54af711610b3a13eeaa9bc.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0002.png b/art/animation/vesna/Dreiviertel/D03-Talk/0002.png new file mode 100644 index 0000000..bb553f1 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0002.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0002.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0002.png.import new file mode 100644 index 0000000..f1cd462 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du7na6asod72a" +path="res://.godot/imported/0002.png-8be4eb3dc233e163638e281b3ba60c5f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0002.png" +dest_files=["res://.godot/imported/0002.png-8be4eb3dc233e163638e281b3ba60c5f.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0003.png b/art/animation/vesna/Dreiviertel/D03-Talk/0003.png new file mode 100644 index 0000000..3b5c6e5 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0003.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0003.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0003.png.import new file mode 100644 index 0000000..7460d4a --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0b13oy5waqwr" +path="res://.godot/imported/0003.png-fac6be6848f069f43eeb7e7b09a3b520.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0003.png" +dest_files=["res://.godot/imported/0003.png-fac6be6848f069f43eeb7e7b09a3b520.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0004.png b/art/animation/vesna/Dreiviertel/D03-Talk/0004.png new file mode 100644 index 0000000..dd4dee9 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0004.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0004.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0004.png.import new file mode 100644 index 0000000..12f5619 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b50v2g3am5c5u" +path="res://.godot/imported/0004.png-6a8c922191843eace62e504d29c74a8c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0004.png" +dest_files=["res://.godot/imported/0004.png-6a8c922191843eace62e504d29c74a8c.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0005.png b/art/animation/vesna/Dreiviertel/D03-Talk/0005.png new file mode 100644 index 0000000..d22931c Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0005.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0005.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0005.png.import new file mode 100644 index 0000000..69a6a13 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://miotixrpclas" +path="res://.godot/imported/0005.png-17a190332872e5cf9e2136a05db2b2a5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0005.png" +dest_files=["res://.godot/imported/0005.png-17a190332872e5cf9e2136a05db2b2a5.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0006.png b/art/animation/vesna/Dreiviertel/D03-Talk/0006.png new file mode 100644 index 0000000..ae2935f Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0006.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0006.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0006.png.import new file mode 100644 index 0000000..94393d2 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://diqa33asmv51c" +path="res://.godot/imported/0006.png-8794a662cb38058e6be8624941ed8c4f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0006.png" +dest_files=["res://.godot/imported/0006.png-8794a662cb38058e6be8624941ed8c4f.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0007.png b/art/animation/vesna/Dreiviertel/D03-Talk/0007.png new file mode 100644 index 0000000..993e987 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0007.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0007.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0007.png.import new file mode 100644 index 0000000..9e8d36f --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://l5p1i25i8jgn" +path="res://.godot/imported/0007.png-979da9df238d165f19991cc2e625fe34.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0007.png" +dest_files=["res://.godot/imported/0007.png-979da9df238d165f19991cc2e625fe34.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0008.png b/art/animation/vesna/Dreiviertel/D03-Talk/0008.png new file mode 100644 index 0000000..193418d Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0008.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0008.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0008.png.import new file mode 100644 index 0000000..7e0ff4f --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2x3lmkqstia6" +path="res://.godot/imported/0008.png-38e78092a9e5b5bf8691b755d24730f1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0008.png" +dest_files=["res://.godot/imported/0008.png-38e78092a9e5b5bf8691b755d24730f1.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0009.png b/art/animation/vesna/Dreiviertel/D03-Talk/0009.png new file mode 100644 index 0000000..c3e1beb Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0009.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0009.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0009.png.import new file mode 100644 index 0000000..7919575 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxaq8iolxjah8" +path="res://.godot/imported/0009.png-7e7239c90991c623d0c5a5c81d7db83f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0009.png" +dest_files=["res://.godot/imported/0009.png-7e7239c90991c623d0c5a5c81d7db83f.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0010.png b/art/animation/vesna/Dreiviertel/D03-Talk/0010.png new file mode 100644 index 0000000..d03f038 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0010.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0010.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0010.png.import new file mode 100644 index 0000000..6f5bb97 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cvkwqu614uypr" +path="res://.godot/imported/0010.png-6da8ef7968af9fddeb9ac7b4780c2a1f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0010.png" +dest_files=["res://.godot/imported/0010.png-6da8ef7968af9fddeb9ac7b4780c2a1f.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0011.png b/art/animation/vesna/Dreiviertel/D03-Talk/0011.png new file mode 100644 index 0000000..75b497c Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0011.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0011.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0011.png.import new file mode 100644 index 0000000..859b148 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bd7etp7m2t04g" +path="res://.godot/imported/0011.png-1193c5faa9cb81d2d7823ad95dba5bd7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0011.png" +dest_files=["res://.godot/imported/0011.png-1193c5faa9cb81d2d7823ad95dba5bd7.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0012.png b/art/animation/vesna/Dreiviertel/D03-Talk/0012.png new file mode 100644 index 0000000..8c8eeef Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0012.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0012.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0012.png.import new file mode 100644 index 0000000..18fa054 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ck6guktks7f28" +path="res://.godot/imported/0012.png-783b21a8c29e789cf596d4b6421783fa.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0012.png" +dest_files=["res://.godot/imported/0012.png-783b21a8c29e789cf596d4b6421783fa.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0013.png b/art/animation/vesna/Dreiviertel/D03-Talk/0013.png new file mode 100644 index 0000000..b5b5386 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0013.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0013.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0013.png.import new file mode 100644 index 0000000..f31b6a8 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://clq7ekp8ty63m" +path="res://.godot/imported/0013.png-06efa60bfb28fd831b7f2c5e42bb8017.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0013.png" +dest_files=["res://.godot/imported/0013.png-06efa60bfb28fd831b7f2c5e42bb8017.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0014.png b/art/animation/vesna/Dreiviertel/D03-Talk/0014.png new file mode 100644 index 0000000..200307b Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0014.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0014.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0014.png.import new file mode 100644 index 0000000..949673f --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cda5148kwkuie" +path="res://.godot/imported/0014.png-1dae562beaa92c6e5676ee45a53e9ed3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0014.png" +dest_files=["res://.godot/imported/0014.png-1dae562beaa92c6e5676ee45a53e9ed3.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0015.png b/art/animation/vesna/Dreiviertel/D03-Talk/0015.png new file mode 100644 index 0000000..aebf6e2 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0015.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0015.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0015.png.import new file mode 100644 index 0000000..2561018 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kh0amsbyhffm" +path="res://.godot/imported/0015.png-749078e138287f462b5f35b2884bdb2f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0015.png" +dest_files=["res://.godot/imported/0015.png-749078e138287f462b5f35b2884bdb2f.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0016.png b/art/animation/vesna/Dreiviertel/D03-Talk/0016.png new file mode 100644 index 0000000..3babd16 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0016.png differ diff --git a/graphics/testingground/IveSeenSomeShit.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0016.png.import similarity index 74% rename from graphics/testingground/IveSeenSomeShit.png.import rename to art/animation/vesna/Dreiviertel/D03-Talk/0016.png.import index 04253d9..07718af 100644 --- a/graphics/testingground/IveSeenSomeShit.png.import +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0016.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bcah7lrg2oae1" -path="res://.godot/imported/IveSeenSomeShit.png-a70e0f6edf8bc1e32ae477ef1b86b685.ctex" +uid="uid://dsgqj4v32wflx" +path="res://.godot/imported/0016.png-7164729563ed38a7ec4fbeb9c9534eea.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/testingground/IveSeenSomeShit.png" -dest_files=["res://.godot/imported/IveSeenSomeShit.png-a70e0f6edf8bc1e32ae477ef1b86b685.ctex"] +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0016.png" +dest_files=["res://.godot/imported/0016.png-7164729563ed38a7ec4fbeb9c9534eea.ctex"] [params] diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0017.png b/art/animation/vesna/Dreiviertel/D03-Talk/0017.png new file mode 100644 index 0000000..796a7b5 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0017.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0017.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0017.png.import new file mode 100644 index 0000000..ef3a815 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bn624shf37sxu" +path="res://.godot/imported/0017.png-6008eddef6eddacdce4a077135c63707.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0017.png" +dest_files=["res://.godot/imported/0017.png-6008eddef6eddacdce4a077135c63707.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0018.png b/art/animation/vesna/Dreiviertel/D03-Talk/0018.png new file mode 100644 index 0000000..18adc10 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0018.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0018.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0018.png.import new file mode 100644 index 0000000..2135193 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0018.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1qbulftpk2ct" +path="res://.godot/imported/0018.png-cb10443dde78ffa2b4e536351cc564b6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0018.png" +dest_files=["res://.godot/imported/0018.png-cb10443dde78ffa2b4e536351cc564b6.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0019.png b/art/animation/vesna/Dreiviertel/D03-Talk/0019.png new file mode 100644 index 0000000..3536ec9 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0019.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0019.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0019.png.import new file mode 100644 index 0000000..4dff691 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0019.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dq5rdbugfvr4o" +path="res://.godot/imported/0019.png-a5bc9bd2a4ff89e15cb6371cb696ff1d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0019.png" +dest_files=["res://.godot/imported/0019.png-a5bc9bd2a4ff89e15cb6371cb696ff1d.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0020.png b/art/animation/vesna/Dreiviertel/D03-Talk/0020.png new file mode 100644 index 0000000..18163dc Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0020.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0020.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0020.png.import new file mode 100644 index 0000000..2e7740b --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0020.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://seagvhip5xov" +path="res://.godot/imported/0020.png-c6d5266c8f58cbead91d77ab7d285f96.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0020.png" +dest_files=["res://.godot/imported/0020.png-c6d5266c8f58cbead91d77ab7d285f96.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0021.png b/art/animation/vesna/Dreiviertel/D03-Talk/0021.png new file mode 100644 index 0000000..ac38202 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0021.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0021.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0021.png.import new file mode 100644 index 0000000..d966a49 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0021.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2t3ovlc70yak" +path="res://.godot/imported/0021.png-365ae7b4506edf1d585f98779140b89d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0021.png" +dest_files=["res://.godot/imported/0021.png-365ae7b4506edf1d585f98779140b89d.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0022.png b/art/animation/vesna/Dreiviertel/D03-Talk/0022.png new file mode 100644 index 0000000..5e18568 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0022.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0022.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0022.png.import new file mode 100644 index 0000000..a202b81 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0022.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dvfrv6sbp2ghc" +path="res://.godot/imported/0022.png-815932f83fadbed4645eb59056c045d4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0022.png" +dest_files=["res://.godot/imported/0022.png-815932f83fadbed4645eb59056c045d4.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0023.png b/art/animation/vesna/Dreiviertel/D03-Talk/0023.png new file mode 100644 index 0000000..ca0e89e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0023.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0023.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0023.png.import new file mode 100644 index 0000000..02b15fd --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0023.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctuka6spql4aj" +path="res://.godot/imported/0023.png-a79caa2b40392de1ca1e56383b5f91b4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0023.png" +dest_files=["res://.godot/imported/0023.png-a79caa2b40392de1ca1e56383b5f91b4.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0024.png b/art/animation/vesna/Dreiviertel/D03-Talk/0024.png new file mode 100644 index 0000000..adfa32b Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0024.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0024.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0024.png.import new file mode 100644 index 0000000..7f40caa --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0024.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cn0o3ur3j5lge" +path="res://.godot/imported/0024.png-0490b11d00bdd6313a8bdcb8ab771a03.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0024.png" +dest_files=["res://.godot/imported/0024.png-0490b11d00bdd6313a8bdcb8ab771a03.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0025.png b/art/animation/vesna/Dreiviertel/D03-Talk/0025.png new file mode 100644 index 0000000..beca57f Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0025.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0025.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0025.png.import new file mode 100644 index 0000000..3c6df95 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0025.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlbg8v8bbjsyv" +path="res://.godot/imported/0025.png-1e30f132d7a9d95be9c07b34d424a5af.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0025.png" +dest_files=["res://.godot/imported/0025.png-1e30f132d7a9d95be9c07b34d424a5af.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0026.png b/art/animation/vesna/Dreiviertel/D03-Talk/0026.png new file mode 100644 index 0000000..43ea6c8 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0026.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0026.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0026.png.import new file mode 100644 index 0000000..8ec1de7 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0026.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://l4xjyg8iisn6" +path="res://.godot/imported/0026.png-ff4756efc60a3c7d9b588d8f21989fde.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0026.png" +dest_files=["res://.godot/imported/0026.png-ff4756efc60a3c7d9b588d8f21989fde.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0027.png b/art/animation/vesna/Dreiviertel/D03-Talk/0027.png new file mode 100644 index 0000000..3814e65 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0027.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0027.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0027.png.import new file mode 100644 index 0000000..94dafda --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0027.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dawt3i2pdgqkh" +path="res://.godot/imported/0027.png-d10dc9e582ddf6e36d0ef160b8369dc5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0027.png" +dest_files=["res://.godot/imported/0027.png-d10dc9e582ddf6e36d0ef160b8369dc5.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0028.png b/art/animation/vesna/Dreiviertel/D03-Talk/0028.png new file mode 100644 index 0000000..f57fe1d Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0028.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0028.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0028.png.import new file mode 100644 index 0000000..ab0265b --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0028.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://huoc1sjldkvc" +path="res://.godot/imported/0028.png-8d4343c2ccc476fb6fd6ed8da89e84a6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0028.png" +dest_files=["res://.godot/imported/0028.png-8d4343c2ccc476fb6fd6ed8da89e84a6.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0029.png b/art/animation/vesna/Dreiviertel/D03-Talk/0029.png new file mode 100644 index 0000000..4f24f43 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0029.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0029.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0029.png.import new file mode 100644 index 0000000..7fe5788 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0029.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b4m8kq0x3tw8x" +path="res://.godot/imported/0029.png-738541f9140fbf21d658d36d728f0283.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0029.png" +dest_files=["res://.godot/imported/0029.png-738541f9140fbf21d658d36d728f0283.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0030.png b/art/animation/vesna/Dreiviertel/D03-Talk/0030.png new file mode 100644 index 0000000..50065bc Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0030.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0030.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0030.png.import new file mode 100644 index 0000000..a4496b7 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0030.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://yor5vt8gb8aq" +path="res://.godot/imported/0030.png-d60a758626cdd5150a00b465ae0f03d2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0030.png" +dest_files=["res://.godot/imported/0030.png-d60a758626cdd5150a00b465ae0f03d2.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0031.png b/art/animation/vesna/Dreiviertel/D03-Talk/0031.png new file mode 100644 index 0000000..16043a6 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0031.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0031.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0031.png.import new file mode 100644 index 0000000..f58a9db --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0031.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://i2c0m0adbemq" +path="res://.godot/imported/0031.png-fe95026bd293e5f47eb53f97dc5c201d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0031.png" +dest_files=["res://.godot/imported/0031.png-fe95026bd293e5f47eb53f97dc5c201d.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0032.png b/art/animation/vesna/Dreiviertel/D03-Talk/0032.png new file mode 100644 index 0000000..12572c0 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0032.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0032.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0032.png.import new file mode 100644 index 0000000..946c63a --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0032.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lmbtpfqtgda6" +path="res://.godot/imported/0032.png-0a82f852c758ed37dad0a8ade5f4a61d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0032.png" +dest_files=["res://.godot/imported/0032.png-0a82f852c758ed37dad0a8ade5f4a61d.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0033.png b/art/animation/vesna/Dreiviertel/D03-Talk/0033.png new file mode 100644 index 0000000..3c00be1 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0033.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0033.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0033.png.import new file mode 100644 index 0000000..4604711 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0033.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://clgmitgpimc0l" +path="res://.godot/imported/0033.png-87b3934ba7c0c09d1785d22e206eab7d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0033.png" +dest_files=["res://.godot/imported/0033.png-87b3934ba7c0c09d1785d22e206eab7d.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0034.png b/art/animation/vesna/Dreiviertel/D03-Talk/0034.png new file mode 100644 index 0000000..0249e1e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0034.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0034.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0034.png.import new file mode 100644 index 0000000..5ba510c --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0034.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ce6x6try4ckkm" +path="res://.godot/imported/0034.png-fb9f7daf9a2e4954786ae10a115f9c3d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0034.png" +dest_files=["res://.godot/imported/0034.png-fb9f7daf9a2e4954786ae10a115f9c3d.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0035.png b/art/animation/vesna/Dreiviertel/D03-Talk/0035.png new file mode 100644 index 0000000..e29adc7 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0035.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0035.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0035.png.import new file mode 100644 index 0000000..739202a --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0035.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dcruqp1k7bat8" +path="res://.godot/imported/0035.png-fce26217a17300b798f941f772f46893.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0035.png" +dest_files=["res://.godot/imported/0035.png-fce26217a17300b798f941f772f46893.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0036.png b/art/animation/vesna/Dreiviertel/D03-Talk/0036.png new file mode 100644 index 0000000..1dfd78c Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0036.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0036.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0036.png.import new file mode 100644 index 0000000..3d6f037 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0036.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drs5glvtweaah" +path="res://.godot/imported/0036.png-3a16351410ee84df2de39ebc76eea8cd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0036.png" +dest_files=["res://.godot/imported/0036.png-3a16351410ee84df2de39ebc76eea8cd.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0037.png b/art/animation/vesna/Dreiviertel/D03-Talk/0037.png new file mode 100644 index 0000000..e54eed5 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0037.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0037.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0037.png.import new file mode 100644 index 0000000..704600d --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0037.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://burxtmo7qxcyc" +path="res://.godot/imported/0037.png-d969817f6f08baaba41ffc8edfd6f9a8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0037.png" +dest_files=["res://.godot/imported/0037.png-d969817f6f08baaba41ffc8edfd6f9a8.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0038.png b/art/animation/vesna/Dreiviertel/D03-Talk/0038.png new file mode 100644 index 0000000..d7c6dc7 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0038.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0038.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0038.png.import new file mode 100644 index 0000000..9e4c895 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0038.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2y6glpau3xy6" +path="res://.godot/imported/0038.png-7153fdc43b5c87be38ac23075dc1530f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0038.png" +dest_files=["res://.godot/imported/0038.png-7153fdc43b5c87be38ac23075dc1530f.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0039.png b/art/animation/vesna/Dreiviertel/D03-Talk/0039.png new file mode 100644 index 0000000..a142aa1 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0039.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0039.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0039.png.import new file mode 100644 index 0000000..f3844e3 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0039.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bx1jj7r75rphk" +path="res://.godot/imported/0039.png-35fe443fe665ed5714a55190cb05ab2e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0039.png" +dest_files=["res://.godot/imported/0039.png-35fe443fe665ed5714a55190cb05ab2e.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0040.png b/art/animation/vesna/Dreiviertel/D03-Talk/0040.png new file mode 100644 index 0000000..7e4fcb3 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0040.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0040.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0040.png.import new file mode 100644 index 0000000..a32c327 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0040.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://effigo57g4c2" +path="res://.godot/imported/0040.png-c1afcacf7b2002da4a9e97f53819eef9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0040.png" +dest_files=["res://.godot/imported/0040.png-c1afcacf7b2002da4a9e97f53819eef9.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0041.png b/art/animation/vesna/Dreiviertel/D03-Talk/0041.png new file mode 100644 index 0000000..5876a26 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0041.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0041.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0041.png.import new file mode 100644 index 0000000..667e1e3 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0041.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cchgtnjisuwnq" +path="res://.godot/imported/0041.png-328dbf0da489ab05c2b3b527000887bc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0041.png" +dest_files=["res://.godot/imported/0041.png-328dbf0da489ab05c2b3b527000887bc.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0042.png b/art/animation/vesna/Dreiviertel/D03-Talk/0042.png new file mode 100644 index 0000000..78950c2 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0042.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0042.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0042.png.import new file mode 100644 index 0000000..097b05d --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0042.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpjhbimtggome" +path="res://.godot/imported/0042.png-e24746b37ec431bad8ca59c086aa7427.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0042.png" +dest_files=["res://.godot/imported/0042.png-e24746b37ec431bad8ca59c086aa7427.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0043.png b/art/animation/vesna/Dreiviertel/D03-Talk/0043.png new file mode 100644 index 0000000..445757e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0043.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0043.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0043.png.import new file mode 100644 index 0000000..e4f25b2 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0043.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cv167io3ayy14" +path="res://.godot/imported/0043.png-8c4d8303592de42f9a8c97b806ca0234.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0043.png" +dest_files=["res://.godot/imported/0043.png-8c4d8303592de42f9a8c97b806ca0234.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0044.png b/art/animation/vesna/Dreiviertel/D03-Talk/0044.png new file mode 100644 index 0000000..3dfe949 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0044.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0044.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0044.png.import new file mode 100644 index 0000000..ba20b22 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0044.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dljj11qk8hrqs" +path="res://.godot/imported/0044.png-773d26b2a1d34e4a1e556b41099cf8d5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0044.png" +dest_files=["res://.godot/imported/0044.png-773d26b2a1d34e4a1e556b41099cf8d5.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0045.png b/art/animation/vesna/Dreiviertel/D03-Talk/0045.png new file mode 100644 index 0000000..ed8bd05 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0045.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0045.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0045.png.import new file mode 100644 index 0000000..b05d6e4 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0045.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0tm1ap2bbqd8" +path="res://.godot/imported/0045.png-33b6ae6dbf998202e7487aa3194870f7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0045.png" +dest_files=["res://.godot/imported/0045.png-33b6ae6dbf998202e7487aa3194870f7.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0046.png b/art/animation/vesna/Dreiviertel/D03-Talk/0046.png new file mode 100644 index 0000000..7309518 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0046.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0046.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0046.png.import new file mode 100644 index 0000000..6fba163 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0046.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bgx6s7go0e7ym" +path="res://.godot/imported/0046.png-fa38b379ace45a7af4b0fa1634f78c12.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0046.png" +dest_files=["res://.godot/imported/0046.png-fa38b379ace45a7af4b0fa1634f78c12.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0047.png b/art/animation/vesna/Dreiviertel/D03-Talk/0047.png new file mode 100644 index 0000000..8c6d89b Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0047.png differ diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0047.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0047.png.import new file mode 100644 index 0000000..2ccebb0 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0047.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chawfvxcek6xx" +path="res://.godot/imported/0047.png-77dd4ef080bef25f428faa101951f1a8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0047.png" +dest_files=["res://.godot/imported/0047.png-77dd4ef080bef25f428faa101951f1a8.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 diff --git a/art/animation/vesna/Dreiviertel/D03-Talk/0048.png b/art/animation/vesna/Dreiviertel/D03-Talk/0048.png new file mode 100644 index 0000000..11a80c0 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D03-Talk/0048.png differ diff --git a/graphics/mockups/darktree4.png.import b/art/animation/vesna/Dreiviertel/D03-Talk/0048.png.import similarity index 67% rename from graphics/mockups/darktree4.png.import rename to art/animation/vesna/Dreiviertel/D03-Talk/0048.png.import index 6c20c88..b9cd977 100644 --- a/graphics/mockups/darktree4.png.import +++ b/art/animation/vesna/Dreiviertel/D03-Talk/0048.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dcimm8umxko8" -path="res://.godot/imported/darktree4.png-ae0a0014c089a2b4be72c1152d2d368a.ctex" +uid="uid://r5ox1morwrc" +path="res://.godot/imported/0048.png-c40dc49201aa2c8d3af3651669d15952.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/mockups/darktree4.png" -dest_files=["res://.godot/imported/darktree4.png-ae0a0014c089a2b4be72c1152d2d368a.ctex"] +source_file="res://art/animation/vesna/Dreiviertel/D03-Talk/0048.png" +dest_files=["res://.godot/imported/0048.png-c40dc49201aa2c8d3af3651669d15952.ctex"] [params] diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0001.png b/art/animation/vesna/Dreiviertel/D04-Planting/0001.png new file mode 100644 index 0000000..6852168 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0001.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0001.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0001.png.import new file mode 100644 index 0000000..f63e5f9 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1u0dgi6qj2eh" +path="res://.godot/imported/0001.png-f4f81c12ff1f80387fed2448de39e28b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0001.png" +dest_files=["res://.godot/imported/0001.png-f4f81c12ff1f80387fed2448de39e28b.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0002.png b/art/animation/vesna/Dreiviertel/D04-Planting/0002.png new file mode 100644 index 0000000..2f25cba Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0002.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0002.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0002.png.import new file mode 100644 index 0000000..fc23cbc --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dsnmq53b1ck7r" +path="res://.godot/imported/0002.png-d3dc9cce75db622d98bdadfc69afed72.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0002.png" +dest_files=["res://.godot/imported/0002.png-d3dc9cce75db622d98bdadfc69afed72.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0003.png b/art/animation/vesna/Dreiviertel/D04-Planting/0003.png new file mode 100644 index 0000000..5bb6c96 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0003.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0003.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0003.png.import new file mode 100644 index 0000000..de9e94d --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bseto3tkb28ge" +path="res://.godot/imported/0003.png-e784a02eaf026858603b1df0c22e31c3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0003.png" +dest_files=["res://.godot/imported/0003.png-e784a02eaf026858603b1df0c22e31c3.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0004.png b/art/animation/vesna/Dreiviertel/D04-Planting/0004.png new file mode 100644 index 0000000..f2135de Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0004.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0004.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0004.png.import new file mode 100644 index 0000000..c740a28 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1bgjeydmrqt0" +path="res://.godot/imported/0004.png-5858e3fe041fcffb18f0533ed95990ff.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0004.png" +dest_files=["res://.godot/imported/0004.png-5858e3fe041fcffb18f0533ed95990ff.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0005.png b/art/animation/vesna/Dreiviertel/D04-Planting/0005.png new file mode 100644 index 0000000..0ce4a99 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0005.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0005.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0005.png.import new file mode 100644 index 0000000..044759c --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ri4l0wfpojre" +path="res://.godot/imported/0005.png-58e8eca3fb937d9acae8363bc4ab6e27.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0005.png" +dest_files=["res://.godot/imported/0005.png-58e8eca3fb937d9acae8363bc4ab6e27.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0006.png b/art/animation/vesna/Dreiviertel/D04-Planting/0006.png new file mode 100644 index 0000000..5733d86 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0006.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0006.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0006.png.import new file mode 100644 index 0000000..5c3e5e4 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvht6jtxqrfak" +path="res://.godot/imported/0006.png-1a14fe4ac0ffcea3c4d4d75baa175a1f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0006.png" +dest_files=["res://.godot/imported/0006.png-1a14fe4ac0ffcea3c4d4d75baa175a1f.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0007.png b/art/animation/vesna/Dreiviertel/D04-Planting/0007.png new file mode 100644 index 0000000..1060234 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0007.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0007.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0007.png.import new file mode 100644 index 0000000..58db7d5 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c01bqeniiggnd" +path="res://.godot/imported/0007.png-47f7d298604922faaf631cf72c14be76.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0007.png" +dest_files=["res://.godot/imported/0007.png-47f7d298604922faaf631cf72c14be76.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0008.png b/art/animation/vesna/Dreiviertel/D04-Planting/0008.png new file mode 100644 index 0000000..4ee81c6 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0008.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0008.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0008.png.import new file mode 100644 index 0000000..0b1320c --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tawyg45468tn" +path="res://.godot/imported/0008.png-a34cb6dab0a3807da6b1919eed686786.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0008.png" +dest_files=["res://.godot/imported/0008.png-a34cb6dab0a3807da6b1919eed686786.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0009.png b/art/animation/vesna/Dreiviertel/D04-Planting/0009.png new file mode 100644 index 0000000..00864ba Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0009.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0009.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0009.png.import new file mode 100644 index 0000000..2f49c75 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://4a36b8rvsnjy" +path="res://.godot/imported/0009.png-79267e9719e1792afbeedd9717b626e1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0009.png" +dest_files=["res://.godot/imported/0009.png-79267e9719e1792afbeedd9717b626e1.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0010.png b/art/animation/vesna/Dreiviertel/D04-Planting/0010.png new file mode 100644 index 0000000..09d1601 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0010.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0010.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0010.png.import new file mode 100644 index 0000000..de05bc1 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbejmcmyjgfnj" +path="res://.godot/imported/0010.png-25433b6966b1301af6e243e355a55bab.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0010.png" +dest_files=["res://.godot/imported/0010.png-25433b6966b1301af6e243e355a55bab.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0011.png b/art/animation/vesna/Dreiviertel/D04-Planting/0011.png new file mode 100644 index 0000000..7d63a8e Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0011.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0011.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0011.png.import new file mode 100644 index 0000000..3c4743e --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3dxs73ug52hm" +path="res://.godot/imported/0011.png-55b1ef9b4a1ecfdb747bf2c7bf6631de.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0011.png" +dest_files=["res://.godot/imported/0011.png-55b1ef9b4a1ecfdb747bf2c7bf6631de.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0012.png b/art/animation/vesna/Dreiviertel/D04-Planting/0012.png new file mode 100644 index 0000000..d479491 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0012.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0012.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0012.png.import new file mode 100644 index 0000000..39e117b --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bywgeut8iipuo" +path="res://.godot/imported/0012.png-8dc487ee3bdf2f1ea5858a8cd83f0069.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0012.png" +dest_files=["res://.godot/imported/0012.png-8dc487ee3bdf2f1ea5858a8cd83f0069.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0013.png b/art/animation/vesna/Dreiviertel/D04-Planting/0013.png new file mode 100644 index 0000000..fb47ebf Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0013.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0013.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0013.png.import new file mode 100644 index 0000000..c3e5105 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0msgakgvig1b" +path="res://.godot/imported/0013.png-0fec4a3455b8eab4032b2f84f02f06cb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0013.png" +dest_files=["res://.godot/imported/0013.png-0fec4a3455b8eab4032b2f84f02f06cb.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0014.png b/art/animation/vesna/Dreiviertel/D04-Planting/0014.png new file mode 100644 index 0000000..f1b0a56 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0014.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0014.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0014.png.import new file mode 100644 index 0000000..9b6b723 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byh0pxrmu1esa" +path="res://.godot/imported/0014.png-c54b3a6b6ba587120bcea72c7383788f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0014.png" +dest_files=["res://.godot/imported/0014.png-c54b3a6b6ba587120bcea72c7383788f.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0015.png b/art/animation/vesna/Dreiviertel/D04-Planting/0015.png new file mode 100644 index 0000000..7451d9c Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0015.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0015.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0015.png.import new file mode 100644 index 0000000..7e5fb67 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chqmrshrbyhh4" +path="res://.godot/imported/0015.png-743b5058ffe9cff5497e11aa1d6163a2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0015.png" +dest_files=["res://.godot/imported/0015.png-743b5058ffe9cff5497e11aa1d6163a2.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0016.png b/art/animation/vesna/Dreiviertel/D04-Planting/0016.png new file mode 100644 index 0000000..76efa4b Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0016.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0016.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0016.png.import new file mode 100644 index 0000000..a84b7c2 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0016.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0ivdnbqal7v3" +path="res://.godot/imported/0016.png-828ea11b5a1056cccf1a7bef9a388c4f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0016.png" +dest_files=["res://.godot/imported/0016.png-828ea11b5a1056cccf1a7bef9a388c4f.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0017.png b/art/animation/vesna/Dreiviertel/D04-Planting/0017.png new file mode 100644 index 0000000..7ab06db Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0017.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0017.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0017.png.import new file mode 100644 index 0000000..27b0462 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2v1ov1vdlnlb" +path="res://.godot/imported/0017.png-0c64bdc25357585cd2118939c6d49f4d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0017.png" +dest_files=["res://.godot/imported/0017.png-0c64bdc25357585cd2118939c6d49f4d.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0018.png b/art/animation/vesna/Dreiviertel/D04-Planting/0018.png new file mode 100644 index 0000000..7532030 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0018.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0018.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0018.png.import new file mode 100644 index 0000000..6a7b45c --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0018.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dyy3bj4jmbwk6" +path="res://.godot/imported/0018.png-1355fb9521d0e1b107929d94de75c11a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0018.png" +dest_files=["res://.godot/imported/0018.png-1355fb9521d0e1b107929d94de75c11a.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0019.png b/art/animation/vesna/Dreiviertel/D04-Planting/0019.png new file mode 100644 index 0000000..ffc5adc Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0019.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0019.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0019.png.import new file mode 100644 index 0000000..5d76ab9 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0019.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2dvkxf7cb102" +path="res://.godot/imported/0019.png-c120d6c9c89bd7a7c7d7924def056873.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0019.png" +dest_files=["res://.godot/imported/0019.png-c120d6c9c89bd7a7c7d7924def056873.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0020.png b/art/animation/vesna/Dreiviertel/D04-Planting/0020.png new file mode 100644 index 0000000..eaaf850 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0020.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0020.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0020.png.import new file mode 100644 index 0000000..2d395b0 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0020.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://de6grvsyddjgj" +path="res://.godot/imported/0020.png-5ab4314ebfa9993f872daa628e16638e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0020.png" +dest_files=["res://.godot/imported/0020.png-5ab4314ebfa9993f872daa628e16638e.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0021.png b/art/animation/vesna/Dreiviertel/D04-Planting/0021.png new file mode 100644 index 0000000..2da827d Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0021.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0021.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0021.png.import new file mode 100644 index 0000000..b8a08e1 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0021.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bb73tvvl70n4f" +path="res://.godot/imported/0021.png-ac66b4f20aaba6c143ac88d2bf2330db.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0021.png" +dest_files=["res://.godot/imported/0021.png-ac66b4f20aaba6c143ac88d2bf2330db.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0022.png b/art/animation/vesna/Dreiviertel/D04-Planting/0022.png new file mode 100644 index 0000000..66e39af Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0022.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0022.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0022.png.import new file mode 100644 index 0000000..158adb8 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0022.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://61o3vweccwhs" +path="res://.godot/imported/0022.png-460136c16642ad4e8aac67098c42b8d7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0022.png" +dest_files=["res://.godot/imported/0022.png-460136c16642ad4e8aac67098c42b8d7.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0023.png b/art/animation/vesna/Dreiviertel/D04-Planting/0023.png new file mode 100644 index 0000000..bb55161 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0023.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0023.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0023.png.import new file mode 100644 index 0000000..f52b349 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0023.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjsequ47tcevn" +path="res://.godot/imported/0023.png-fff500649ebdfeb0beae053c6898170a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0023.png" +dest_files=["res://.godot/imported/0023.png-fff500649ebdfeb0beae053c6898170a.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 diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0024.png b/art/animation/vesna/Dreiviertel/D04-Planting/0024.png new file mode 100644 index 0000000..5de9bb6 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D04-Planting/0024.png differ diff --git a/art/animation/vesna/Dreiviertel/D04-Planting/0024.png.import b/art/animation/vesna/Dreiviertel/D04-Planting/0024.png.import new file mode 100644 index 0000000..5103655 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D04-Planting/0024.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c3c68ju6ijw05" +path="res://.godot/imported/0024.png-0b9df31fdb619f3534032722f24c7395.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D04-Planting/0024.png" +dest_files=["res://.godot/imported/0024.png-0b9df31fdb619f3534032722f24c7395.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0001.png b/art/animation/vesna/Dreiviertel/D05-Farming/0001.png new file mode 100644 index 0000000..5a1192f Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0001.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0001.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0001.png.import new file mode 100644 index 0000000..adf2918 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://w6hjhawn8two" +path="res://.godot/imported/0001.png-8d039c1b8058e7fd308225873d0eb625.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0001.png" +dest_files=["res://.godot/imported/0001.png-8d039c1b8058e7fd308225873d0eb625.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0002.png b/art/animation/vesna/Dreiviertel/D05-Farming/0002.png new file mode 100644 index 0000000..5867a69 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0002.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0002.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0002.png.import new file mode 100644 index 0000000..4ba670d --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wa0ijnugrkx8" +path="res://.godot/imported/0002.png-233180df4e8d7c75b7fbef35f5ae5089.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0002.png" +dest_files=["res://.godot/imported/0002.png-233180df4e8d7c75b7fbef35f5ae5089.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0003.png b/art/animation/vesna/Dreiviertel/D05-Farming/0003.png new file mode 100644 index 0000000..a4f959d Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0003.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0003.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0003.png.import new file mode 100644 index 0000000..60e3b96 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://sgo3u5usa3gs" +path="res://.godot/imported/0003.png-f6b9ea67bc1a646326d6eb1051cec423.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0003.png" +dest_files=["res://.godot/imported/0003.png-f6b9ea67bc1a646326d6eb1051cec423.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0004.png b/art/animation/vesna/Dreiviertel/D05-Farming/0004.png new file mode 100644 index 0000000..6d8a297 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0004.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0004.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0004.png.import new file mode 100644 index 0000000..1c74e6d --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c21uoi2xudq0n" +path="res://.godot/imported/0004.png-bc41a50cec38255e2831fa134d248701.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0004.png" +dest_files=["res://.godot/imported/0004.png-bc41a50cec38255e2831fa134d248701.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0005.png b/art/animation/vesna/Dreiviertel/D05-Farming/0005.png new file mode 100644 index 0000000..28eead4 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0005.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0005.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0005.png.import new file mode 100644 index 0000000..dd5c327 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kxoidfttou8e" +path="res://.godot/imported/0005.png-bfe81232df8a3edf9076f4e3d2b97f31.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0005.png" +dest_files=["res://.godot/imported/0005.png-bfe81232df8a3edf9076f4e3d2b97f31.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0006.png b/art/animation/vesna/Dreiviertel/D05-Farming/0006.png new file mode 100644 index 0000000..4a8fdcd Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0006.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0006.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0006.png.import new file mode 100644 index 0000000..d4cccdb --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d22km315k22ce" +path="res://.godot/imported/0006.png-1ab7252213c0db00207edb6f5737dacf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0006.png" +dest_files=["res://.godot/imported/0006.png-1ab7252213c0db00207edb6f5737dacf.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0007.png b/art/animation/vesna/Dreiviertel/D05-Farming/0007.png new file mode 100644 index 0000000..2e916a4 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0007.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0007.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0007.png.import new file mode 100644 index 0000000..b2b34d8 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://y1fbspgtfrtu" +path="res://.godot/imported/0007.png-7763f150f70dbe6c64e1b77bc7682f42.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0007.png" +dest_files=["res://.godot/imported/0007.png-7763f150f70dbe6c64e1b77bc7682f42.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0008.png b/art/animation/vesna/Dreiviertel/D05-Farming/0008.png new file mode 100644 index 0000000..3a96735 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0008.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0008.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0008.png.import new file mode 100644 index 0000000..4dc9a7c --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duv6yde26qdk1" +path="res://.godot/imported/0008.png-d722301020ad636e7ea9e7ad8bf08c8d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0008.png" +dest_files=["res://.godot/imported/0008.png-d722301020ad636e7ea9e7ad8bf08c8d.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0009.png b/art/animation/vesna/Dreiviertel/D05-Farming/0009.png new file mode 100644 index 0000000..152346c Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0009.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0009.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0009.png.import new file mode 100644 index 0000000..879fb09 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0009.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvg34d1y7ylsq" +path="res://.godot/imported/0009.png-84b3dd3a289260aa083d9d5f4d965f2e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0009.png" +dest_files=["res://.godot/imported/0009.png-84b3dd3a289260aa083d9d5f4d965f2e.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0010.png b/art/animation/vesna/Dreiviertel/D05-Farming/0010.png new file mode 100644 index 0000000..9c31bb9 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0010.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0010.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0010.png.import new file mode 100644 index 0000000..9256978 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ej5aadr5jguh" +path="res://.godot/imported/0010.png-64648e53dbb3657f1f33e637085cf9bd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0010.png" +dest_files=["res://.godot/imported/0010.png-64648e53dbb3657f1f33e637085cf9bd.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0011.png b/art/animation/vesna/Dreiviertel/D05-Farming/0011.png new file mode 100644 index 0000000..0b6ac06 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0011.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0011.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0011.png.import new file mode 100644 index 0000000..41e5bfa --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bod68nhgxwi5c" +path="res://.godot/imported/0011.png-9c598589313c81505a17ceb37803ae9d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0011.png" +dest_files=["res://.godot/imported/0011.png-9c598589313c81505a17ceb37803ae9d.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0012.png b/art/animation/vesna/Dreiviertel/D05-Farming/0012.png new file mode 100644 index 0000000..26ab182 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0012.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0012.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0012.png.import new file mode 100644 index 0000000..684cefc --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0xs34udlof4g" +path="res://.godot/imported/0012.png-4aa941efe8950128cdddada6a51c6cd8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0012.png" +dest_files=["res://.godot/imported/0012.png-4aa941efe8950128cdddada6a51c6cd8.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0013.png b/art/animation/vesna/Dreiviertel/D05-Farming/0013.png new file mode 100644 index 0000000..6b9a0c7 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0013.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0013.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0013.png.import new file mode 100644 index 0000000..73ee124 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0257kusifsfv" +path="res://.godot/imported/0013.png-ed898480bdb1ffb4008e2fa7454f8615.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0013.png" +dest_files=["res://.godot/imported/0013.png-ed898480bdb1ffb4008e2fa7454f8615.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0014.png b/art/animation/vesna/Dreiviertel/D05-Farming/0014.png new file mode 100644 index 0000000..af8407f Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0014.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0014.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0014.png.import new file mode 100644 index 0000000..0be11b2 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0ni60fic531a" +path="res://.godot/imported/0014.png-fabf966b75056f56b4eb5d1772480edd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0014.png" +dest_files=["res://.godot/imported/0014.png-fabf966b75056f56b4eb5d1772480edd.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0015.png b/art/animation/vesna/Dreiviertel/D05-Farming/0015.png new file mode 100644 index 0000000..e54991c Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0015.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0015.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0015.png.import new file mode 100644 index 0000000..965b727 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfynpukel4s63" +path="res://.godot/imported/0015.png-f5a26d04a2d2134b018400721a0e89c8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0015.png" +dest_files=["res://.godot/imported/0015.png-f5a26d04a2d2134b018400721a0e89c8.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0016.png b/art/animation/vesna/Dreiviertel/D05-Farming/0016.png new file mode 100644 index 0000000..378a91a Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0016.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0016.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0016.png.import new file mode 100644 index 0000000..f4a1efd --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0016.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkn8s1sd16nhd" +path="res://.godot/imported/0016.png-67f693d4aa1a531b66eab3645a62b374.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0016.png" +dest_files=["res://.godot/imported/0016.png-67f693d4aa1a531b66eab3645a62b374.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0017.png b/art/animation/vesna/Dreiviertel/D05-Farming/0017.png new file mode 100644 index 0000000..d0ca963 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0017.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0017.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0017.png.import new file mode 100644 index 0000000..1d770a8 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqru3wnbh5sli" +path="res://.godot/imported/0017.png-8c3803661bc17ea4f458de26c89db4bd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0017.png" +dest_files=["res://.godot/imported/0017.png-8c3803661bc17ea4f458de26c89db4bd.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0018.png b/art/animation/vesna/Dreiviertel/D05-Farming/0018.png new file mode 100644 index 0000000..14f44f5 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0018.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0018.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0018.png.import new file mode 100644 index 0000000..680a3cf --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0018.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://e6b3bknau70g" +path="res://.godot/imported/0018.png-c72048be6eda8d2fff289ab63f9a2388.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0018.png" +dest_files=["res://.godot/imported/0018.png-c72048be6eda8d2fff289ab63f9a2388.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0019.png b/art/animation/vesna/Dreiviertel/D05-Farming/0019.png new file mode 100644 index 0000000..ed5066a Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0019.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0019.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0019.png.import new file mode 100644 index 0000000..0c9fb97 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0019.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1oh42osi3lhh" +path="res://.godot/imported/0019.png-33063fa50c06a41a848490b483e884e2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0019.png" +dest_files=["res://.godot/imported/0019.png-33063fa50c06a41a848490b483e884e2.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0020.png b/art/animation/vesna/Dreiviertel/D05-Farming/0020.png new file mode 100644 index 0000000..2529ed0 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0020.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0020.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0020.png.import new file mode 100644 index 0000000..8215edb --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0020.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmrdowr7qro6u" +path="res://.godot/imported/0020.png-a08154594a250e63b16e25b2dcfc5ffa.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0020.png" +dest_files=["res://.godot/imported/0020.png-a08154594a250e63b16e25b2dcfc5ffa.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0021.png b/art/animation/vesna/Dreiviertel/D05-Farming/0021.png new file mode 100644 index 0000000..698fdf2 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0021.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0021.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0021.png.import new file mode 100644 index 0000000..a6e92f7 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0021.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dg6y7hyexivev" +path="res://.godot/imported/0021.png-5077759495e1eec6606b40afecdb4378.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0021.png" +dest_files=["res://.godot/imported/0021.png-5077759495e1eec6606b40afecdb4378.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0022.png b/art/animation/vesna/Dreiviertel/D05-Farming/0022.png new file mode 100644 index 0000000..6a43b04 Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0022.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0022.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0022.png.import new file mode 100644 index 0000000..a5905f6 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0022.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://nxgox6flohtu" +path="res://.godot/imported/0022.png-67192ad0ff21d422d88787b4c1083061.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0022.png" +dest_files=["res://.godot/imported/0022.png-67192ad0ff21d422d88787b4c1083061.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0023.png b/art/animation/vesna/Dreiviertel/D05-Farming/0023.png new file mode 100644 index 0000000..b862b3c Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0023.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0023.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0023.png.import new file mode 100644 index 0000000..88b9dee --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0023.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mky43wqs5gjr" +path="res://.godot/imported/0023.png-91a5ab80ee20d44b4d95a76f4bbebc1a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0023.png" +dest_files=["res://.godot/imported/0023.png-91a5ab80ee20d44b4d95a76f4bbebc1a.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 diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0024.png b/art/animation/vesna/Dreiviertel/D05-Farming/0024.png new file mode 100644 index 0000000..2ed4bbb Binary files /dev/null and b/art/animation/vesna/Dreiviertel/D05-Farming/0024.png differ diff --git a/art/animation/vesna/Dreiviertel/D05-Farming/0024.png.import b/art/animation/vesna/Dreiviertel/D05-Farming/0024.png.import new file mode 100644 index 0000000..9e11265 --- /dev/null +++ b/art/animation/vesna/Dreiviertel/D05-Farming/0024.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chltv2j57himj" +path="res://.godot/imported/0024.png-fb5edab8cd7644b61ff26361eb8fdf67.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Dreiviertel/D05-Farming/0024.png" +dest_files=["res://.godot/imported/0024.png-fb5edab8cd7644b61ff26361eb8fdf67.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 diff --git a/art/animation/vesna/Front/F01-Idle/0001.png b/art/animation/vesna/Front/F01-Idle/0001.png new file mode 100644 index 0000000..0c832b4 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0001.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0001.png.import b/art/animation/vesna/Front/F01-Idle/0001.png.import new file mode 100644 index 0000000..51583d7 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dygkh117flcou" +path.s3tc="res://.godot/imported/0001.png-6dabbccd826bf640f959dd50d3622750.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0001.png" +dest_files=["res://.godot/imported/0001.png-6dabbccd826bf640f959dd50d3622750.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0002.png b/art/animation/vesna/Front/F01-Idle/0002.png new file mode 100644 index 0000000..e6bae29 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0002.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0002.png.import b/art/animation/vesna/Front/F01-Idle/0002.png.import new file mode 100644 index 0000000..7870485 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0002.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://rwqptk0hk53" +path.s3tc="res://.godot/imported/0002.png-b5727384c826707f55b0afbb592fc115.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0002.png" +dest_files=["res://.godot/imported/0002.png-b5727384c826707f55b0afbb592fc115.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0003.png b/art/animation/vesna/Front/F01-Idle/0003.png new file mode 100644 index 0000000..347afca Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0003.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0003.png.import b/art/animation/vesna/Front/F01-Idle/0003.png.import new file mode 100644 index 0000000..e552493 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0003.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c5om11bu7mtvh" +path.s3tc="res://.godot/imported/0003.png-983608cea48fb44cf4316e51f57b2386.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0003.png" +dest_files=["res://.godot/imported/0003.png-983608cea48fb44cf4316e51f57b2386.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0004.png b/art/animation/vesna/Front/F01-Idle/0004.png new file mode 100644 index 0000000..8591107 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0004.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0004.png.import b/art/animation/vesna/Front/F01-Idle/0004.png.import new file mode 100644 index 0000000..2cd00ef --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0004.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dwma5btqs2uy3" +path.s3tc="res://.godot/imported/0004.png-c71574e3f1255ab29b04e0bfdc46449a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0004.png" +dest_files=["res://.godot/imported/0004.png-c71574e3f1255ab29b04e0bfdc46449a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0005.png b/art/animation/vesna/Front/F01-Idle/0005.png new file mode 100644 index 0000000..0ab18cc Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0005.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0005.png.import b/art/animation/vesna/Front/F01-Idle/0005.png.import new file mode 100644 index 0000000..4fcb992 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0005.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dfyny0twpg14k" +path.s3tc="res://.godot/imported/0005.png-5929d797396e93293dc215bf1e94cacd.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0005.png" +dest_files=["res://.godot/imported/0005.png-5929d797396e93293dc215bf1e94cacd.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0006.png b/art/animation/vesna/Front/F01-Idle/0006.png new file mode 100644 index 0000000..b1b7cbe Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0006.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0006.png.import b/art/animation/vesna/Front/F01-Idle/0006.png.import new file mode 100644 index 0000000..1e4bb6f --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0006.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqi3ncjs6paut" +path.s3tc="res://.godot/imported/0006.png-cf2d4d621fdc50c29208a27cdcbbe21a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0006.png" +dest_files=["res://.godot/imported/0006.png-cf2d4d621fdc50c29208a27cdcbbe21a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0007.png b/art/animation/vesna/Front/F01-Idle/0007.png new file mode 100644 index 0000000..6f0581d Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0007.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0007.png.import b/art/animation/vesna/Front/F01-Idle/0007.png.import new file mode 100644 index 0000000..2a535be --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0007.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bajv3di18puw3" +path.s3tc="res://.godot/imported/0007.png-c476403502b0cde58646c362dc08e981.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0007.png" +dest_files=["res://.godot/imported/0007.png-c476403502b0cde58646c362dc08e981.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0008.png b/art/animation/vesna/Front/F01-Idle/0008.png new file mode 100644 index 0000000..ce9a044 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0008.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0008.png.import b/art/animation/vesna/Front/F01-Idle/0008.png.import new file mode 100644 index 0000000..159e206 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0008.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dpp6m2mkd0xua" +path.s3tc="res://.godot/imported/0008.png-6644a23e49855e89deff5180f7465e60.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0008.png" +dest_files=["res://.godot/imported/0008.png-6644a23e49855e89deff5180f7465e60.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0009.png b/art/animation/vesna/Front/F01-Idle/0009.png new file mode 100644 index 0000000..ed88b5c Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0009.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0009.png.import b/art/animation/vesna/Front/F01-Idle/0009.png.import new file mode 100644 index 0000000..dd1c049 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0009.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://eflkom1ar3ho" +path.s3tc="res://.godot/imported/0009.png-f7b5f55bda6370a095e20f2040335890.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0009.png" +dest_files=["res://.godot/imported/0009.png-f7b5f55bda6370a095e20f2040335890.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0010.png b/art/animation/vesna/Front/F01-Idle/0010.png new file mode 100644 index 0000000..0ca0750 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0010.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0010.png.import b/art/animation/vesna/Front/F01-Idle/0010.png.import new file mode 100644 index 0000000..640caf4 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0010.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d33j2i3b2pkk4" +path.s3tc="res://.godot/imported/0010.png-f715242ae346d62f9465d9fcb7f336d5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0010.png" +dest_files=["res://.godot/imported/0010.png-f715242ae346d62f9465d9fcb7f336d5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0011.png b/art/animation/vesna/Front/F01-Idle/0011.png new file mode 100644 index 0000000..cbcd743 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0011.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0011.png.import b/art/animation/vesna/Front/F01-Idle/0011.png.import new file mode 100644 index 0000000..b538356 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0011.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhbhnu36g6281" +path.s3tc="res://.godot/imported/0011.png-e0f48ca1a72d916d07715a690262ab6f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0011.png" +dest_files=["res://.godot/imported/0011.png-e0f48ca1a72d916d07715a690262ab6f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0012.png b/art/animation/vesna/Front/F01-Idle/0012.png new file mode 100644 index 0000000..c983f00 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0012.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0012.png.import b/art/animation/vesna/Front/F01-Idle/0012.png.import new file mode 100644 index 0000000..35c9097 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0012.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v4nwls33bkkl" +path.s3tc="res://.godot/imported/0012.png-9926e8b24dc9a9ed14d20bf35fd6c6ee.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0012.png" +dest_files=["res://.godot/imported/0012.png-9926e8b24dc9a9ed14d20bf35fd6c6ee.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0013.png b/art/animation/vesna/Front/F01-Idle/0013.png new file mode 100644 index 0000000..afa13a2 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0013.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0013.png.import b/art/animation/vesna/Front/F01-Idle/0013.png.import new file mode 100644 index 0000000..3809268 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0013.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cvggdji135cjs" +path.s3tc="res://.godot/imported/0013.png-1be68ec12e844785e869ed9dd3ee5b34.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0013.png" +dest_files=["res://.godot/imported/0013.png-1be68ec12e844785e869ed9dd3ee5b34.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0014.png b/art/animation/vesna/Front/F01-Idle/0014.png new file mode 100644 index 0000000..285ce20 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0014.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0014.png.import b/art/animation/vesna/Front/F01-Idle/0014.png.import new file mode 100644 index 0000000..21a624f --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0014.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmo4x5h28ikf7" +path.s3tc="res://.godot/imported/0014.png-8a5cda74be4b1900ba3b1e3152f3854c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0014.png" +dest_files=["res://.godot/imported/0014.png-8a5cda74be4b1900ba3b1e3152f3854c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0015.png b/art/animation/vesna/Front/F01-Idle/0015.png new file mode 100644 index 0000000..217b708 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0015.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0015.png.import b/art/animation/vesna/Front/F01-Idle/0015.png.import new file mode 100644 index 0000000..1c7b758 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0015.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://diedmh5rtxf3i" +path.s3tc="res://.godot/imported/0015.png-36213ea7a7fba22e9c4e57290bab399e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0015.png" +dest_files=["res://.godot/imported/0015.png-36213ea7a7fba22e9c4e57290bab399e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0016.png b/art/animation/vesna/Front/F01-Idle/0016.png new file mode 100644 index 0000000..40df32f Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0016.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0016.png.import b/art/animation/vesna/Front/F01-Idle/0016.png.import new file mode 100644 index 0000000..57f5a5f --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0016.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btcts8s3beik7" +path.s3tc="res://.godot/imported/0016.png-e96c2b7dd4751e82ed46b08945605b3f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0016.png" +dest_files=["res://.godot/imported/0016.png-e96c2b7dd4751e82ed46b08945605b3f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0017.png b/art/animation/vesna/Front/F01-Idle/0017.png new file mode 100644 index 0000000..b0980c4 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0017.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0017.png.import b/art/animation/vesna/Front/F01-Idle/0017.png.import new file mode 100644 index 0000000..6ecf7c6 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0017.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dnd2p4pw63mxg" +path.s3tc="res://.godot/imported/0017.png-786199ee40fdb367da315665f57a021f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0017.png" +dest_files=["res://.godot/imported/0017.png-786199ee40fdb367da315665f57a021f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0018.png b/art/animation/vesna/Front/F01-Idle/0018.png new file mode 100644 index 0000000..88fccc8 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0018.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0018.png.import b/art/animation/vesna/Front/F01-Idle/0018.png.import new file mode 100644 index 0000000..3410d75 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0018.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bctaos4woe16j" +path.s3tc="res://.godot/imported/0018.png-6583c865668e90b81d2833ae5a92577e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0018.png" +dest_files=["res://.godot/imported/0018.png-6583c865668e90b81d2833ae5a92577e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0019.png b/art/animation/vesna/Front/F01-Idle/0019.png new file mode 100644 index 0000000..2f5a575 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0019.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0019.png.import b/art/animation/vesna/Front/F01-Idle/0019.png.import new file mode 100644 index 0000000..3c7c78d --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0019.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1oepweesd8rv" +path.s3tc="res://.godot/imported/0019.png-6b7f4f43e9b0a232df0dd3391a3a90e5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0019.png" +dest_files=["res://.godot/imported/0019.png-6b7f4f43e9b0a232df0dd3391a3a90e5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0020.png b/art/animation/vesna/Front/F01-Idle/0020.png new file mode 100644 index 0000000..1d452a3 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0020.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0020.png.import b/art/animation/vesna/Front/F01-Idle/0020.png.import new file mode 100644 index 0000000..dcc8eef --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0020.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://df2uy52nowiv7" +path.s3tc="res://.godot/imported/0020.png-09f1f1923587272eda8538ac48c41079.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0020.png" +dest_files=["res://.godot/imported/0020.png-09f1f1923587272eda8538ac48c41079.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0021.png b/art/animation/vesna/Front/F01-Idle/0021.png new file mode 100644 index 0000000..7a398cf Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0021.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0021.png.import b/art/animation/vesna/Front/F01-Idle/0021.png.import new file mode 100644 index 0000000..6634514 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0021.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csqjb65s0evy5" +path.s3tc="res://.godot/imported/0021.png-59fa546730c60b2be449162e0692088c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0021.png" +dest_files=["res://.godot/imported/0021.png-59fa546730c60b2be449162e0692088c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0022.png b/art/animation/vesna/Front/F01-Idle/0022.png new file mode 100644 index 0000000..34ecc33 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0022.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0022.png.import b/art/animation/vesna/Front/F01-Idle/0022.png.import new file mode 100644 index 0000000..f9eed66 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0022.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byga4mwbr61xu" +path.s3tc="res://.godot/imported/0022.png-4d3068534c59368e7937f0047c610ae9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0022.png" +dest_files=["res://.godot/imported/0022.png-4d3068534c59368e7937f0047c610ae9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0023.png b/art/animation/vesna/Front/F01-Idle/0023.png new file mode 100644 index 0000000..500bd64 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0023.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0023.png.import b/art/animation/vesna/Front/F01-Idle/0023.png.import new file mode 100644 index 0000000..fbae85d --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0023.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gyib1bem1fdf" +path.s3tc="res://.godot/imported/0023.png-3f1a3480250b5325b69d213c16903983.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0023.png" +dest_files=["res://.godot/imported/0023.png-3f1a3480250b5325b69d213c16903983.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0024.png b/art/animation/vesna/Front/F01-Idle/0024.png new file mode 100644 index 0000000..2dbf6d2 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0024.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0024.png.import b/art/animation/vesna/Front/F01-Idle/0024.png.import new file mode 100644 index 0000000..d9fccfa --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0024.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b33ge37wsb48d" +path.s3tc="res://.godot/imported/0024.png-bf3f34638c1ba3b8ed27fc9f9f6f65d6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0024.png" +dest_files=["res://.godot/imported/0024.png-bf3f34638c1ba3b8ed27fc9f9f6f65d6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0025.png b/art/animation/vesna/Front/F01-Idle/0025.png new file mode 100644 index 0000000..e6de1e8 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0025.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0025.png.import b/art/animation/vesna/Front/F01-Idle/0025.png.import new file mode 100644 index 0000000..0586097 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0025.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chtdvgljm261p" +path.s3tc="res://.godot/imported/0025.png-87bb00109665a621a5e4d7f2aff53b3a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0025.png" +dest_files=["res://.godot/imported/0025.png-87bb00109665a621a5e4d7f2aff53b3a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0026.png b/art/animation/vesna/Front/F01-Idle/0026.png new file mode 100644 index 0000000..e33f776 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0026.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0026.png.import b/art/animation/vesna/Front/F01-Idle/0026.png.import new file mode 100644 index 0000000..a560116 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0026.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gtemoxthr3dn" +path.s3tc="res://.godot/imported/0026.png-65768ca5be173a1625f79bbf4a54b09b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0026.png" +dest_files=["res://.godot/imported/0026.png-65768ca5be173a1625f79bbf4a54b09b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0027.png b/art/animation/vesna/Front/F01-Idle/0027.png new file mode 100644 index 0000000..50ec363 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0027.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0027.png.import b/art/animation/vesna/Front/F01-Idle/0027.png.import new file mode 100644 index 0000000..1b8e639 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0027.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0a6exv7jrguj" +path.s3tc="res://.godot/imported/0027.png-c2e46300258b3ec4e6e49c20871641f3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0027.png" +dest_files=["res://.godot/imported/0027.png-c2e46300258b3ec4e6e49c20871641f3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0028.png b/art/animation/vesna/Front/F01-Idle/0028.png new file mode 100644 index 0000000..11ce1f3 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0028.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0028.png.import b/art/animation/vesna/Front/F01-Idle/0028.png.import new file mode 100644 index 0000000..44858d5 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0028.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0nfaqqu61h2v" +path.s3tc="res://.godot/imported/0028.png-b381333d22d86efc2d8020a379458af4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0028.png" +dest_files=["res://.godot/imported/0028.png-b381333d22d86efc2d8020a379458af4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0029.png b/art/animation/vesna/Front/F01-Idle/0029.png new file mode 100644 index 0000000..6eb282b Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0029.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0029.png.import b/art/animation/vesna/Front/F01-Idle/0029.png.import new file mode 100644 index 0000000..2f214ea --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0029.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcj1yrf2jcg5s" +path.s3tc="res://.godot/imported/0029.png-de6eac71b3ecfa39dff31f3dab2706a6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0029.png" +dest_files=["res://.godot/imported/0029.png-de6eac71b3ecfa39dff31f3dab2706a6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0030.png b/art/animation/vesna/Front/F01-Idle/0030.png new file mode 100644 index 0000000..b3a05bd Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0030.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0030.png.import b/art/animation/vesna/Front/F01-Idle/0030.png.import new file mode 100644 index 0000000..b50a4c2 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0030.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csiffnh05dj4m" +path.s3tc="res://.godot/imported/0030.png-7add9c42d33356dbed9ce021af6108ae.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0030.png" +dest_files=["res://.godot/imported/0030.png-7add9c42d33356dbed9ce021af6108ae.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0031.png b/art/animation/vesna/Front/F01-Idle/0031.png new file mode 100644 index 0000000..746c528 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0031.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0031.png.import b/art/animation/vesna/Front/F01-Idle/0031.png.import new file mode 100644 index 0000000..cabde0b --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0031.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duveatgt4lsxu" +path.s3tc="res://.godot/imported/0031.png-b0329d019e58f654db750747df16548a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0031.png" +dest_files=["res://.godot/imported/0031.png-b0329d019e58f654db750747df16548a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0032.png b/art/animation/vesna/Front/F01-Idle/0032.png new file mode 100644 index 0000000..0304a5c Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0032.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0032.png.import b/art/animation/vesna/Front/F01-Idle/0032.png.import new file mode 100644 index 0000000..c05acf6 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0032.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2a6v2ljqasoh" +path.s3tc="res://.godot/imported/0032.png-777958d040a1bb17dee98b1d55c4fb42.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0032.png" +dest_files=["res://.godot/imported/0032.png-777958d040a1bb17dee98b1d55c4fb42.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0033.png b/art/animation/vesna/Front/F01-Idle/0033.png new file mode 100644 index 0000000..3f567ad Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0033.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0033.png.import b/art/animation/vesna/Front/F01-Idle/0033.png.import new file mode 100644 index 0000000..7cadb83 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0033.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bbjntge7tj0tw" +path.s3tc="res://.godot/imported/0033.png-f5242648e79cadc1e732a449466abf2d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0033.png" +dest_files=["res://.godot/imported/0033.png-f5242648e79cadc1e732a449466abf2d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0034.png b/art/animation/vesna/Front/F01-Idle/0034.png new file mode 100644 index 0000000..bf12163 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0034.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0034.png.import b/art/animation/vesna/Front/F01-Idle/0034.png.import new file mode 100644 index 0000000..667399b --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0034.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bnm65uhbly3f6" +path.s3tc="res://.godot/imported/0034.png-42626e5eeadc79dcb951a50099d7a5cf.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0034.png" +dest_files=["res://.godot/imported/0034.png-42626e5eeadc79dcb951a50099d7a5cf.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0035.png b/art/animation/vesna/Front/F01-Idle/0035.png new file mode 100644 index 0000000..4a686c9 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0035.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0035.png.import b/art/animation/vesna/Front/F01-Idle/0035.png.import new file mode 100644 index 0000000..5972d15 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0035.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://g5beiwsshrxv" +path.s3tc="res://.godot/imported/0035.png-cacdf8ade72485976c4eac5986db23ea.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0035.png" +dest_files=["res://.godot/imported/0035.png-cacdf8ade72485976c4eac5986db23ea.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0036.png b/art/animation/vesna/Front/F01-Idle/0036.png new file mode 100644 index 0000000..beb9ef8 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0036.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0036.png.import b/art/animation/vesna/Front/F01-Idle/0036.png.import new file mode 100644 index 0000000..dd8d3d9 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0036.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://rkf2r5dhsbqa" +path.s3tc="res://.godot/imported/0036.png-8934f3a2959a3805fd1b00e19deb54b5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0036.png" +dest_files=["res://.godot/imported/0036.png-8934f3a2959a3805fd1b00e19deb54b5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0037.png b/art/animation/vesna/Front/F01-Idle/0037.png new file mode 100644 index 0000000..fa9ce50 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0037.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0037.png.import b/art/animation/vesna/Front/F01-Idle/0037.png.import new file mode 100644 index 0000000..ae97fcb --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0037.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckkk6iru88sit" +path.s3tc="res://.godot/imported/0037.png-9fee3a91cba935ce12fa50e8e34e7871.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0037.png" +dest_files=["res://.godot/imported/0037.png-9fee3a91cba935ce12fa50e8e34e7871.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0038.png b/art/animation/vesna/Front/F01-Idle/0038.png new file mode 100644 index 0000000..d259b83 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0038.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0038.png.import b/art/animation/vesna/Front/F01-Idle/0038.png.import new file mode 100644 index 0000000..9eaa390 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0038.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://der772wlrlt2r" +path.s3tc="res://.godot/imported/0038.png-4565e560db81784c4d2baaae549ca7e0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0038.png" +dest_files=["res://.godot/imported/0038.png-4565e560db81784c4d2baaae549ca7e0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0039.png b/art/animation/vesna/Front/F01-Idle/0039.png new file mode 100644 index 0000000..304f563 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0039.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0039.png.import b/art/animation/vesna/Front/F01-Idle/0039.png.import new file mode 100644 index 0000000..a30fefc --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0039.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dawuluwe7qjj7" +path.s3tc="res://.godot/imported/0039.png-2869c7ff015ff0fc8776c4c3824157ff.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0039.png" +dest_files=["res://.godot/imported/0039.png-2869c7ff015ff0fc8776c4c3824157ff.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0040.png b/art/animation/vesna/Front/F01-Idle/0040.png new file mode 100644 index 0000000..de6df63 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0040.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0040.png.import b/art/animation/vesna/Front/F01-Idle/0040.png.import new file mode 100644 index 0000000..3dd3d57 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0040.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bbmtx0k1bv7wf" +path.s3tc="res://.godot/imported/0040.png-dac1bdd12774af13c49ef9e779cce10f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0040.png" +dest_files=["res://.godot/imported/0040.png-dac1bdd12774af13c49ef9e779cce10f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0041.png b/art/animation/vesna/Front/F01-Idle/0041.png new file mode 100644 index 0000000..7c89d94 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0041.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0041.png.import b/art/animation/vesna/Front/F01-Idle/0041.png.import new file mode 100644 index 0000000..2b7d30d --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0041.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhwfeuehtiwys" +path.s3tc="res://.godot/imported/0041.png-0d4b99e8fe369ad372ef080f0f161639.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0041.png" +dest_files=["res://.godot/imported/0041.png-0d4b99e8fe369ad372ef080f0f161639.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0042.png b/art/animation/vesna/Front/F01-Idle/0042.png new file mode 100644 index 0000000..e29c345 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0042.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0042.png.import b/art/animation/vesna/Front/F01-Idle/0042.png.import new file mode 100644 index 0000000..d9ba276 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0042.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dqcr8wtxrfqay" +path.s3tc="res://.godot/imported/0042.png-1422e2b6152ecd0f0195bc1595191ccb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0042.png" +dest_files=["res://.godot/imported/0042.png-1422e2b6152ecd0f0195bc1595191ccb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0043.png b/art/animation/vesna/Front/F01-Idle/0043.png new file mode 100644 index 0000000..5c092ef Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0043.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0043.png.import b/art/animation/vesna/Front/F01-Idle/0043.png.import new file mode 100644 index 0000000..9bb493c --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0043.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bv6a3q75jd2m3" +path.s3tc="res://.godot/imported/0043.png-4af90b9e767a8469babf41c03b5058cc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0043.png" +dest_files=["res://.godot/imported/0043.png-4af90b9e767a8469babf41c03b5058cc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0044.png b/art/animation/vesna/Front/F01-Idle/0044.png new file mode 100644 index 0000000..14c2172 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0044.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0044.png.import b/art/animation/vesna/Front/F01-Idle/0044.png.import new file mode 100644 index 0000000..ca6da97 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0044.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7qhvkauqxyba" +path.s3tc="res://.godot/imported/0044.png-4aefedef2203f2719cc01762b9143731.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0044.png" +dest_files=["res://.godot/imported/0044.png-4aefedef2203f2719cc01762b9143731.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0045.png b/art/animation/vesna/Front/F01-Idle/0045.png new file mode 100644 index 0000000..ceea979 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0045.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0045.png.import b/art/animation/vesna/Front/F01-Idle/0045.png.import new file mode 100644 index 0000000..9a2df4d --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0045.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cijmyjgpfc1ld" +path.s3tc="res://.godot/imported/0045.png-9353ba032594a2dfb220335d04d1e8b8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0045.png" +dest_files=["res://.godot/imported/0045.png-9353ba032594a2dfb220335d04d1e8b8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0046.png b/art/animation/vesna/Front/F01-Idle/0046.png new file mode 100644 index 0000000..1a7e4a4 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0046.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0046.png.import b/art/animation/vesna/Front/F01-Idle/0046.png.import new file mode 100644 index 0000000..761e118 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0046.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwlkmcu8odht0" +path.s3tc="res://.godot/imported/0046.png-3e8af21abf6a004e2102885ea911a15f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0046.png" +dest_files=["res://.godot/imported/0046.png-3e8af21abf6a004e2102885ea911a15f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0047.png b/art/animation/vesna/Front/F01-Idle/0047.png new file mode 100644 index 0000000..127c997 Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0047.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0047.png.import b/art/animation/vesna/Front/F01-Idle/0047.png.import new file mode 100644 index 0000000..25ada64 --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0047.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kec6w70xrc4v" +path.s3tc="res://.godot/imported/0047.png-9d490e6b4629050bdb059febbbf24c35.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0047.png" +dest_files=["res://.godot/imported/0047.png-9d490e6b4629050bdb059febbbf24c35.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F01-Idle/0048.png b/art/animation/vesna/Front/F01-Idle/0048.png new file mode 100644 index 0000000..d7bd32c Binary files /dev/null and b/art/animation/vesna/Front/F01-Idle/0048.png differ diff --git a/art/animation/vesna/Front/F01-Idle/0048.png.import b/art/animation/vesna/Front/F01-Idle/0048.png.import new file mode 100644 index 0000000..3aa017a --- /dev/null +++ b/art/animation/vesna/Front/F01-Idle/0048.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bkpdyw3cmgmrb" +path.s3tc="res://.godot/imported/0048.png-ddab72a6a9d4dfcb3d1edae9636dff26.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F01-Idle/0048.png" +dest_files=["res://.godot/imported/0048.png-ddab72a6a9d4dfcb3d1edae9636dff26.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0001.png b/art/animation/vesna/Front/F02-Walk/0001.png new file mode 100644 index 0000000..4bbc934 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0001.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0001.png.import b/art/animation/vesna/Front/F02-Walk/0001.png.import new file mode 100644 index 0000000..585cbe7 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b4hhktk00bbqc" +path.s3tc="res://.godot/imported/0001.png-8aeeeb5182f1dbb40796923788e6812f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0001.png" +dest_files=["res://.godot/imported/0001.png-8aeeeb5182f1dbb40796923788e6812f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0002.png b/art/animation/vesna/Front/F02-Walk/0002.png new file mode 100644 index 0000000..fbf8189 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0002.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0002.png.import b/art/animation/vesna/Front/F02-Walk/0002.png.import new file mode 100644 index 0000000..2c5481f --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0002.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d7wxdukk7xid" +path.s3tc="res://.godot/imported/0002.png-cdeef0b8f07c3959db73dbe46becdc6a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0002.png" +dest_files=["res://.godot/imported/0002.png-cdeef0b8f07c3959db73dbe46becdc6a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0003.png b/art/animation/vesna/Front/F02-Walk/0003.png new file mode 100644 index 0000000..bef1682 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0003.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0003.png.import b/art/animation/vesna/Front/F02-Walk/0003.png.import new file mode 100644 index 0000000..de698fb --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0003.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ca7x57cqvffcb" +path.s3tc="res://.godot/imported/0003.png-66e542909e83395d1d77da555e0959f3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0003.png" +dest_files=["res://.godot/imported/0003.png-66e542909e83395d1d77da555e0959f3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0004.png b/art/animation/vesna/Front/F02-Walk/0004.png new file mode 100644 index 0000000..c19bdfa Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0004.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0004.png.import b/art/animation/vesna/Front/F02-Walk/0004.png.import new file mode 100644 index 0000000..d8fee52 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0004.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0v70fu37f0fh" +path.s3tc="res://.godot/imported/0004.png-887920d3cf5261cc0d83586bf8514a90.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0004.png" +dest_files=["res://.godot/imported/0004.png-887920d3cf5261cc0d83586bf8514a90.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0005.png b/art/animation/vesna/Front/F02-Walk/0005.png new file mode 100644 index 0000000..455902d Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0005.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0005.png.import b/art/animation/vesna/Front/F02-Walk/0005.png.import new file mode 100644 index 0000000..3531a04 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0005.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1ioispbfo753" +path.s3tc="res://.godot/imported/0005.png-fa95304ad429914cc80f8b5401047a25.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0005.png" +dest_files=["res://.godot/imported/0005.png-fa95304ad429914cc80f8b5401047a25.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0006.png b/art/animation/vesna/Front/F02-Walk/0006.png new file mode 100644 index 0000000..d8af993 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0006.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0006.png.import b/art/animation/vesna/Front/F02-Walk/0006.png.import new file mode 100644 index 0000000..3a16c75 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0006.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://110cauhmveo8" +path.s3tc="res://.godot/imported/0006.png-2bdd287ea24265a8173beb13cf9498d3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0006.png" +dest_files=["res://.godot/imported/0006.png-2bdd287ea24265a8173beb13cf9498d3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0007.png b/art/animation/vesna/Front/F02-Walk/0007.png new file mode 100644 index 0000000..0395e3d Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0007.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0007.png.import b/art/animation/vesna/Front/F02-Walk/0007.png.import new file mode 100644 index 0000000..45b7690 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0007.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://x8f8ryjq8wvt" +path.s3tc="res://.godot/imported/0007.png-323b5efa7998d1bdc2d28463d422cf41.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0007.png" +dest_files=["res://.godot/imported/0007.png-323b5efa7998d1bdc2d28463d422cf41.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0008.png b/art/animation/vesna/Front/F02-Walk/0008.png new file mode 100644 index 0000000..d5dbfd3 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0008.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0008.png.import b/art/animation/vesna/Front/F02-Walk/0008.png.import new file mode 100644 index 0000000..b1adfd1 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0008.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kvt4ev4rsrg6" +path.s3tc="res://.godot/imported/0008.png-738017007792594c8ee999c29e881355.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0008.png" +dest_files=["res://.godot/imported/0008.png-738017007792594c8ee999c29e881355.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0009.png b/art/animation/vesna/Front/F02-Walk/0009.png new file mode 100644 index 0000000..3314697 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0009.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0009.png.import b/art/animation/vesna/Front/F02-Walk/0009.png.import new file mode 100644 index 0000000..e32b5a5 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0009.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7nj18fn1sva8" +path.s3tc="res://.godot/imported/0009.png-8d508f803eae3bfc0a990ac048fff458.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0009.png" +dest_files=["res://.godot/imported/0009.png-8d508f803eae3bfc0a990ac048fff458.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0010.png b/art/animation/vesna/Front/F02-Walk/0010.png new file mode 100644 index 0000000..9c65f32 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0010.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0010.png.import b/art/animation/vesna/Front/F02-Walk/0010.png.import new file mode 100644 index 0000000..8ff8117 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0010.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cvn23xxxxvlxk" +path.s3tc="res://.godot/imported/0010.png-a025c6b7d061ce19455ef3a331b58b6f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0010.png" +dest_files=["res://.godot/imported/0010.png-a025c6b7d061ce19455ef3a331b58b6f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0011.png b/art/animation/vesna/Front/F02-Walk/0011.png new file mode 100644 index 0000000..70a3f50 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0011.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0011.png.import b/art/animation/vesna/Front/F02-Walk/0011.png.import new file mode 100644 index 0000000..fdcbe63 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0011.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bkm8ly5p7f8vj" +path.s3tc="res://.godot/imported/0011.png-c264869453d5ff9de21e32d8869efc9e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0011.png" +dest_files=["res://.godot/imported/0011.png-c264869453d5ff9de21e32d8869efc9e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0012.png b/art/animation/vesna/Front/F02-Walk/0012.png new file mode 100644 index 0000000..c0e1c40 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0012.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0012.png.import b/art/animation/vesna/Front/F02-Walk/0012.png.import new file mode 100644 index 0000000..b20aabd --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0012.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxhemjn1tr0kc" +path.s3tc="res://.godot/imported/0012.png-f891c806432b958847e31b10a52187c4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0012.png" +dest_files=["res://.godot/imported/0012.png-f891c806432b958847e31b10a52187c4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0013.png b/art/animation/vesna/Front/F02-Walk/0013.png new file mode 100644 index 0000000..f7654d7 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0013.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0013.png.import b/art/animation/vesna/Front/F02-Walk/0013.png.import new file mode 100644 index 0000000..97f4b67 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0013.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8ydwasn62av0" +path.s3tc="res://.godot/imported/0013.png-1732dcb2564a68ac1fdc0b8265df88b3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0013.png" +dest_files=["res://.godot/imported/0013.png-1732dcb2564a68ac1fdc0b8265df88b3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0014.png b/art/animation/vesna/Front/F02-Walk/0014.png new file mode 100644 index 0000000..2ce2f3a Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0014.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0014.png.import b/art/animation/vesna/Front/F02-Walk/0014.png.import new file mode 100644 index 0000000..1f8f9f6 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0014.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://botrs5iedo1eb" +path.s3tc="res://.godot/imported/0014.png-f78722b9041e2396a3ee1d7a65f4dbd2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0014.png" +dest_files=["res://.godot/imported/0014.png-f78722b9041e2396a3ee1d7a65f4dbd2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0015.png b/art/animation/vesna/Front/F02-Walk/0015.png new file mode 100644 index 0000000..b8c7469 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0015.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0015.png.import b/art/animation/vesna/Front/F02-Walk/0015.png.import new file mode 100644 index 0000000..a5f6cf1 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0015.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duote4c2u2ebh" +path.s3tc="res://.godot/imported/0015.png-60c8c1641cc2a5b64bb52f2a836e08ac.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0015.png" +dest_files=["res://.godot/imported/0015.png-60c8c1641cc2a5b64bb52f2a836e08ac.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0016.png b/art/animation/vesna/Front/F02-Walk/0016.png new file mode 100644 index 0000000..28b25cb Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0016.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0016.png.import b/art/animation/vesna/Front/F02-Walk/0016.png.import new file mode 100644 index 0000000..e28f77d --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0016.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d1k85w7o1ruqj" +path.s3tc="res://.godot/imported/0016.png-92b3c9f2e3eb6c279f1f99c77897f91c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0016.png" +dest_files=["res://.godot/imported/0016.png-92b3c9f2e3eb6c279f1f99c77897f91c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0017.png b/art/animation/vesna/Front/F02-Walk/0017.png new file mode 100644 index 0000000..a76187b Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0017.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0017.png.import b/art/animation/vesna/Front/F02-Walk/0017.png.import new file mode 100644 index 0000000..1b57f11 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0017.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0sg7wtpfg4o3" +path.s3tc="res://.godot/imported/0017.png-90a82521423092a56d9f7f3c764a1d44.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0017.png" +dest_files=["res://.godot/imported/0017.png-90a82521423092a56d9f7f3c764a1d44.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0018.png b/art/animation/vesna/Front/F02-Walk/0018.png new file mode 100644 index 0000000..018d1ff Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0018.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0018.png.import b/art/animation/vesna/Front/F02-Walk/0018.png.import new file mode 100644 index 0000000..047e216 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0018.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8q0x0epa03s3" +path.s3tc="res://.godot/imported/0018.png-5e11b5b8e27ae38aba064ebc08316a7b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0018.png" +dest_files=["res://.godot/imported/0018.png-5e11b5b8e27ae38aba064ebc08316a7b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0019.png b/art/animation/vesna/Front/F02-Walk/0019.png new file mode 100644 index 0000000..92cdaf0 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0019.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0019.png.import b/art/animation/vesna/Front/F02-Walk/0019.png.import new file mode 100644 index 0000000..fb8c821 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0019.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://drs6rt5pbu8kf" +path.s3tc="res://.godot/imported/0019.png-d6c55a6dffd06d0e1da3e7e3370818b5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0019.png" +dest_files=["res://.godot/imported/0019.png-d6c55a6dffd06d0e1da3e7e3370818b5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0020.png b/art/animation/vesna/Front/F02-Walk/0020.png new file mode 100644 index 0000000..215a597 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0020.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0020.png.import b/art/animation/vesna/Front/F02-Walk/0020.png.import new file mode 100644 index 0000000..6bd1956 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0020.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvx2b584yayfx" +path.s3tc="res://.godot/imported/0020.png-6ee54f5dbb051b0cfc8480d4061e50fd.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0020.png" +dest_files=["res://.godot/imported/0020.png-6ee54f5dbb051b0cfc8480d4061e50fd.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0021.png b/art/animation/vesna/Front/F02-Walk/0021.png new file mode 100644 index 0000000..563e54e Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0021.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0021.png.import b/art/animation/vesna/Front/F02-Walk/0021.png.import new file mode 100644 index 0000000..87f6d1b --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0021.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cvkx40u5kmwce" +path.s3tc="res://.godot/imported/0021.png-61fbab253a823d6c51ddb2cb3c604c85.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0021.png" +dest_files=["res://.godot/imported/0021.png-61fbab253a823d6c51ddb2cb3c604c85.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0022.png b/art/animation/vesna/Front/F02-Walk/0022.png new file mode 100644 index 0000000..60446b9 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0022.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0022.png.import b/art/animation/vesna/Front/F02-Walk/0022.png.import new file mode 100644 index 0000000..078c47b --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0022.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cu7ygp8ubtsk" +path.s3tc="res://.godot/imported/0022.png-98796e378d16b4bd6bdc8085d10ea500.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0022.png" +dest_files=["res://.godot/imported/0022.png-98796e378d16b4bd6bdc8085d10ea500.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0023.png b/art/animation/vesna/Front/F02-Walk/0023.png new file mode 100644 index 0000000..82bc139 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0023.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0023.png.import b/art/animation/vesna/Front/F02-Walk/0023.png.import new file mode 100644 index 0000000..b4e8f93 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0023.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dtbq7ablcqid4" +path.s3tc="res://.godot/imported/0023.png-4ed39647444847cff08bf0a983aaea4f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0023.png" +dest_files=["res://.godot/imported/0023.png-4ed39647444847cff08bf0a983aaea4f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0024.png b/art/animation/vesna/Front/F02-Walk/0024.png new file mode 100644 index 0000000..6f3d55d Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0024.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0024.png.import b/art/animation/vesna/Front/F02-Walk/0024.png.import new file mode 100644 index 0000000..80f925b --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0024.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btcs5yd0x3u3e" +path.s3tc="res://.godot/imported/0024.png-097467cfb877200e93ede97af7197b98.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0024.png" +dest_files=["res://.godot/imported/0024.png-097467cfb877200e93ede97af7197b98.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0025.png b/art/animation/vesna/Front/F02-Walk/0025.png new file mode 100644 index 0000000..9825216 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0025.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0025.png.import b/art/animation/vesna/Front/F02-Walk/0025.png.import new file mode 100644 index 0000000..b8d82d4 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0025.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://vuuy4gn00g2g" +path.s3tc="res://.godot/imported/0025.png-bd1432e4e15d1c94ef78c912c00af158.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0025.png" +dest_files=["res://.godot/imported/0025.png-bd1432e4e15d1c94ef78c912c00af158.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0026.png b/art/animation/vesna/Front/F02-Walk/0026.png new file mode 100644 index 0000000..af8ecab Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0026.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0026.png.import b/art/animation/vesna/Front/F02-Walk/0026.png.import new file mode 100644 index 0000000..68065af --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0026.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cq41bmnctsmgv" +path.s3tc="res://.godot/imported/0026.png-f99a5a34a88eae8dd0df7d73229f6cb0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0026.png" +dest_files=["res://.godot/imported/0026.png-f99a5a34a88eae8dd0df7d73229f6cb0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0027.png b/art/animation/vesna/Front/F02-Walk/0027.png new file mode 100644 index 0000000..14e0932 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0027.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0027.png.import b/art/animation/vesna/Front/F02-Walk/0027.png.import new file mode 100644 index 0000000..585e0d7 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0027.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5e6rj54673i0" +path.s3tc="res://.godot/imported/0027.png-61ff61da310f931ebff877059ea53ff9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0027.png" +dest_files=["res://.godot/imported/0027.png-61ff61da310f931ebff877059ea53ff9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0028.png b/art/animation/vesna/Front/F02-Walk/0028.png new file mode 100644 index 0000000..90bd600 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0028.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0028.png.import b/art/animation/vesna/Front/F02-Walk/0028.png.import new file mode 100644 index 0000000..7c26952 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0028.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmwbom8yqlusu" +path.s3tc="res://.godot/imported/0028.png-f8095c527d6a4c930c9b457fa9c2e790.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0028.png" +dest_files=["res://.godot/imported/0028.png-f8095c527d6a4c930c9b457fa9c2e790.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0029.png b/art/animation/vesna/Front/F02-Walk/0029.png new file mode 100644 index 0000000..0c647f7 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0029.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0029.png.import b/art/animation/vesna/Front/F02-Walk/0029.png.import new file mode 100644 index 0000000..1e14ea5 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0029.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://20llxig7ur6" +path.s3tc="res://.godot/imported/0029.png-68d4c4a3336b3ae0fe161a1e61279b58.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0029.png" +dest_files=["res://.godot/imported/0029.png-68d4c4a3336b3ae0fe161a1e61279b58.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0030.png b/art/animation/vesna/Front/F02-Walk/0030.png new file mode 100644 index 0000000..180c7df Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0030.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0030.png.import b/art/animation/vesna/Front/F02-Walk/0030.png.import new file mode 100644 index 0000000..52699b6 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0030.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c00arg43pq8lb" +path.s3tc="res://.godot/imported/0030.png-32f1af2b7cc17cb49d9a55c0484d93d9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0030.png" +dest_files=["res://.godot/imported/0030.png-32f1af2b7cc17cb49d9a55c0484d93d9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0031.png b/art/animation/vesna/Front/F02-Walk/0031.png new file mode 100644 index 0000000..5da5576 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0031.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0031.png.import b/art/animation/vesna/Front/F02-Walk/0031.png.import new file mode 100644 index 0000000..da9da8e --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0031.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ccrpnu21ikipw" +path.s3tc="res://.godot/imported/0031.png-cd3de1ba55c826c16d9423c38e4ccb2e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0031.png" +dest_files=["res://.godot/imported/0031.png-cd3de1ba55c826c16d9423c38e4ccb2e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0032.png b/art/animation/vesna/Front/F02-Walk/0032.png new file mode 100644 index 0000000..e58120a Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0032.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0032.png.import b/art/animation/vesna/Front/F02-Walk/0032.png.import new file mode 100644 index 0000000..2b5ee7e --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0032.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csj3qojq53a3" +path.s3tc="res://.godot/imported/0032.png-9ea7371e2afbbe70cd31886cd690d50a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0032.png" +dest_files=["res://.godot/imported/0032.png-9ea7371e2afbbe70cd31886cd690d50a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0033.png b/art/animation/vesna/Front/F02-Walk/0033.png new file mode 100644 index 0000000..5026f70 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0033.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0033.png.import b/art/animation/vesna/Front/F02-Walk/0033.png.import new file mode 100644 index 0000000..7be2d38 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0033.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chdwu52fc7ogj" +path.s3tc="res://.godot/imported/0033.png-1d641822ba0cb86f99fd09ee10ae665e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0033.png" +dest_files=["res://.godot/imported/0033.png-1d641822ba0cb86f99fd09ee10ae665e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0034.png b/art/animation/vesna/Front/F02-Walk/0034.png new file mode 100644 index 0000000..f3b848f Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0034.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0034.png.import b/art/animation/vesna/Front/F02-Walk/0034.png.import new file mode 100644 index 0000000..c1f692b --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0034.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0kcyujhyql2x" +path.s3tc="res://.godot/imported/0034.png-cc814eeeaf7ede8b76e71106eeb86bee.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0034.png" +dest_files=["res://.godot/imported/0034.png-cc814eeeaf7ede8b76e71106eeb86bee.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0035.png b/art/animation/vesna/Front/F02-Walk/0035.png new file mode 100644 index 0000000..11d1097 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0035.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0035.png.import b/art/animation/vesna/Front/F02-Walk/0035.png.import new file mode 100644 index 0000000..794bcee --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0035.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6b13s0idl4id" +path.s3tc="res://.godot/imported/0035.png-9a7d803b65f96e5326627b5ae97b99b7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0035.png" +dest_files=["res://.godot/imported/0035.png-9a7d803b65f96e5326627b5ae97b99b7.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0036.png b/art/animation/vesna/Front/F02-Walk/0036.png new file mode 100644 index 0000000..8216727 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0036.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0036.png.import b/art/animation/vesna/Front/F02-Walk/0036.png.import new file mode 100644 index 0000000..1a4fb61 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0036.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ccodf2thfn5co" +path.s3tc="res://.godot/imported/0036.png-7c8ba73634cc9b0ed8ef1b3a0b7ddbad.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0036.png" +dest_files=["res://.godot/imported/0036.png-7c8ba73634cc9b0ed8ef1b3a0b7ddbad.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0037.png b/art/animation/vesna/Front/F02-Walk/0037.png new file mode 100644 index 0000000..29a95bd Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0037.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0037.png.import b/art/animation/vesna/Front/F02-Walk/0037.png.import new file mode 100644 index 0000000..d5aa8e1 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0037.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dahwtbgkjei0y" +path.s3tc="res://.godot/imported/0037.png-26f705bd4ef0aacef0d2acbb310e108d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0037.png" +dest_files=["res://.godot/imported/0037.png-26f705bd4ef0aacef0d2acbb310e108d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0038.png b/art/animation/vesna/Front/F02-Walk/0038.png new file mode 100644 index 0000000..f92d1fe Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0038.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0038.png.import b/art/animation/vesna/Front/F02-Walk/0038.png.import new file mode 100644 index 0000000..e9d81e9 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0038.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cyxisoyf10wyj" +path.s3tc="res://.godot/imported/0038.png-9a2475218e363304a0e3e61fa51a578a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0038.png" +dest_files=["res://.godot/imported/0038.png-9a2475218e363304a0e3e61fa51a578a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0039.png b/art/animation/vesna/Front/F02-Walk/0039.png new file mode 100644 index 0000000..50ae3b5 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0039.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0039.png.import b/art/animation/vesna/Front/F02-Walk/0039.png.import new file mode 100644 index 0000000..eb2459a --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0039.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://h1ac48iuvyjb" +path.s3tc="res://.godot/imported/0039.png-047bdfcf268c526a27c94c1aa1414018.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0039.png" +dest_files=["res://.godot/imported/0039.png-047bdfcf268c526a27c94c1aa1414018.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0040.png b/art/animation/vesna/Front/F02-Walk/0040.png new file mode 100644 index 0000000..601ec4b Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0040.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0040.png.import b/art/animation/vesna/Front/F02-Walk/0040.png.import new file mode 100644 index 0000000..b1b17d9 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0040.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bauhrxofvjh1h" +path.s3tc="res://.godot/imported/0040.png-a226fbfd66e6ebfeba1ef0e41ad1dfc7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0040.png" +dest_files=["res://.godot/imported/0040.png-a226fbfd66e6ebfeba1ef0e41ad1dfc7.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0041.png b/art/animation/vesna/Front/F02-Walk/0041.png new file mode 100644 index 0000000..e0b7dfc Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0041.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0041.png.import b/art/animation/vesna/Front/F02-Walk/0041.png.import new file mode 100644 index 0000000..6321dc9 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0041.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b4tjl0id46mst" +path.s3tc="res://.godot/imported/0041.png-a13d2fc6bab4d8ac445f2a536832eea3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0041.png" +dest_files=["res://.godot/imported/0041.png-a13d2fc6bab4d8ac445f2a536832eea3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0042.png b/art/animation/vesna/Front/F02-Walk/0042.png new file mode 100644 index 0000000..d363650 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0042.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0042.png.import b/art/animation/vesna/Front/F02-Walk/0042.png.import new file mode 100644 index 0000000..81ecc3b --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0042.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://diy78nj3m8baa" +path.s3tc="res://.godot/imported/0042.png-76e3c3e4511e7409548be1750fbafa89.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0042.png" +dest_files=["res://.godot/imported/0042.png-76e3c3e4511e7409548be1750fbafa89.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0043.png b/art/animation/vesna/Front/F02-Walk/0043.png new file mode 100644 index 0000000..6d77f25 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0043.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0043.png.import b/art/animation/vesna/Front/F02-Walk/0043.png.import new file mode 100644 index 0000000..36fb228 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0043.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bt4djbvv0qhyd" +path.s3tc="res://.godot/imported/0043.png-f2f288431d44bd99473eae4e45aa214d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0043.png" +dest_files=["res://.godot/imported/0043.png-f2f288431d44bd99473eae4e45aa214d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0044.png b/art/animation/vesna/Front/F02-Walk/0044.png new file mode 100644 index 0000000..d32d92d Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0044.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0044.png.import b/art/animation/vesna/Front/F02-Walk/0044.png.import new file mode 100644 index 0000000..4a6321b --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0044.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cs5goc51slttq" +path.s3tc="res://.godot/imported/0044.png-02e94ff77a26b4bbdd80b7697304a9da.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0044.png" +dest_files=["res://.godot/imported/0044.png-02e94ff77a26b4bbdd80b7697304a9da.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0045.png b/art/animation/vesna/Front/F02-Walk/0045.png new file mode 100644 index 0000000..41d0181 Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0045.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0045.png.import b/art/animation/vesna/Front/F02-Walk/0045.png.import new file mode 100644 index 0000000..7b4c302 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0045.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2xlq03lubcw7" +path.s3tc="res://.godot/imported/0045.png-c43e350368f35acb000791526d621fc4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0045.png" +dest_files=["res://.godot/imported/0045.png-c43e350368f35acb000791526d621fc4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0046.png b/art/animation/vesna/Front/F02-Walk/0046.png new file mode 100644 index 0000000..d0a132c Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0046.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0046.png.import b/art/animation/vesna/Front/F02-Walk/0046.png.import new file mode 100644 index 0000000..120f996 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0046.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b66rx3t7qf5n1" +path.s3tc="res://.godot/imported/0046.png-0ac64e8a2d0ad0709c3774b977b07ed1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0046.png" +dest_files=["res://.godot/imported/0046.png-0ac64e8a2d0ad0709c3774b977b07ed1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0047.png b/art/animation/vesna/Front/F02-Walk/0047.png new file mode 100644 index 0000000..49c99bc Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0047.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0047.png.import b/art/animation/vesna/Front/F02-Walk/0047.png.import new file mode 100644 index 0000000..cc4dedc --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0047.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2qutc2vjvsup" +path.s3tc="res://.godot/imported/0047.png-3797a49523c1f53bfe8e79f449100f19.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0047.png" +dest_files=["res://.godot/imported/0047.png-3797a49523c1f53bfe8e79f449100f19.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Front/F02-Walk/0048.png b/art/animation/vesna/Front/F02-Walk/0048.png new file mode 100644 index 0000000..532824c Binary files /dev/null and b/art/animation/vesna/Front/F02-Walk/0048.png differ diff --git a/art/animation/vesna/Front/F02-Walk/0048.png.import b/art/animation/vesna/Front/F02-Walk/0048.png.import new file mode 100644 index 0000000..3e39bb1 --- /dev/null +++ b/art/animation/vesna/Front/F02-Walk/0048.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dt65s8qcmh08j" +path.s3tc="res://.godot/imported/0048.png-0c046f2e459d466c184f514e5f93af7a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Front/F02-Walk/0048.png" +dest_files=["res://.godot/imported/0048.png-0c046f2e459d466c184f514e5f93af7a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0001.png b/art/animation/vesna/Side/S01-Idle/0001.png new file mode 100644 index 0000000..f5b791a Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0001.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0001.png.import b/art/animation/vesna/Side/S01-Idle/0001.png.import new file mode 100644 index 0000000..38013dd --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://f7htcxiwvuup" +path.s3tc="res://.godot/imported/0001.png-099fc53baef37ec419e4c0073509ea36.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0001.png" +dest_files=["res://.godot/imported/0001.png-099fc53baef37ec419e4c0073509ea36.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0002.png b/art/animation/vesna/Side/S01-Idle/0002.png new file mode 100644 index 0000000..1160fbe Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0002.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0002.png.import b/art/animation/vesna/Side/S01-Idle/0002.png.import new file mode 100644 index 0000000..71d848a --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0002.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dogtalawnjbsm" +path.s3tc="res://.godot/imported/0002.png-9e714829bda580aaf62cc24d3a763f4b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0002.png" +dest_files=["res://.godot/imported/0002.png-9e714829bda580aaf62cc24d3a763f4b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0003.png b/art/animation/vesna/Side/S01-Idle/0003.png new file mode 100644 index 0000000..4d283a5 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0003.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0003.png.import b/art/animation/vesna/Side/S01-Idle/0003.png.import new file mode 100644 index 0000000..e6e3a57 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0003.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dy8q1argyr42y" +path.s3tc="res://.godot/imported/0003.png-66f634c1d30892ec9654daadf6bc3ae8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0003.png" +dest_files=["res://.godot/imported/0003.png-66f634c1d30892ec9654daadf6bc3ae8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0004.png b/art/animation/vesna/Side/S01-Idle/0004.png new file mode 100644 index 0000000..924ddf1 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0004.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0004.png.import b/art/animation/vesna/Side/S01-Idle/0004.png.import new file mode 100644 index 0000000..c3540ea --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0004.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjkuxovwfoh2g" +path.s3tc="res://.godot/imported/0004.png-54a0714586cd814375c41d91180413ce.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0004.png" +dest_files=["res://.godot/imported/0004.png-54a0714586cd814375c41d91180413ce.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0005.png b/art/animation/vesna/Side/S01-Idle/0005.png new file mode 100644 index 0000000..4916687 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0005.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0005.png.import b/art/animation/vesna/Side/S01-Idle/0005.png.import new file mode 100644 index 0000000..6c42955 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0005.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bnbgkqalf3ob7" +path.s3tc="res://.godot/imported/0005.png-f496603b478f3486302f13945b223cfe.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0005.png" +dest_files=["res://.godot/imported/0005.png-f496603b478f3486302f13945b223cfe.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0006.png b/art/animation/vesna/Side/S01-Idle/0006.png new file mode 100644 index 0000000..1b965f2 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0006.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0006.png.import b/art/animation/vesna/Side/S01-Idle/0006.png.import new file mode 100644 index 0000000..a06361e --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0006.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dp528g7vl2o1t" +path.s3tc="res://.godot/imported/0006.png-2bdda223c27683b3b7793e9a2669d395.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0006.png" +dest_files=["res://.godot/imported/0006.png-2bdda223c27683b3b7793e9a2669d395.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0007.png b/art/animation/vesna/Side/S01-Idle/0007.png new file mode 100644 index 0000000..dc3876a Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0007.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0007.png.import b/art/animation/vesna/Side/S01-Idle/0007.png.import new file mode 100644 index 0000000..a9ad37e --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0007.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c63ntcisk7ul3" +path.s3tc="res://.godot/imported/0007.png-83e883cd5c1bdc25644f8b7114a48d9e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0007.png" +dest_files=["res://.godot/imported/0007.png-83e883cd5c1bdc25644f8b7114a48d9e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0008.png b/art/animation/vesna/Side/S01-Idle/0008.png new file mode 100644 index 0000000..6eda8bc Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0008.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0008.png.import b/art/animation/vesna/Side/S01-Idle/0008.png.import new file mode 100644 index 0000000..82751f7 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0008.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wgk8gl42xhrv" +path.s3tc="res://.godot/imported/0008.png-d568d519fd535fa797f969fb3a34944a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0008.png" +dest_files=["res://.godot/imported/0008.png-d568d519fd535fa797f969fb3a34944a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0009.png b/art/animation/vesna/Side/S01-Idle/0009.png new file mode 100644 index 0000000..19da7c7 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0009.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0009.png.import b/art/animation/vesna/Side/S01-Idle/0009.png.import new file mode 100644 index 0000000..d8514d6 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0009.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blx8nrbahftm1" +path.s3tc="res://.godot/imported/0009.png-1416d63f62587141e124d305a05929f6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0009.png" +dest_files=["res://.godot/imported/0009.png-1416d63f62587141e124d305a05929f6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0010.png b/art/animation/vesna/Side/S01-Idle/0010.png new file mode 100644 index 0000000..170262c Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0010.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0010.png.import b/art/animation/vesna/Side/S01-Idle/0010.png.import new file mode 100644 index 0000000..1664bfa --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0010.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byiw0g04fh3fl" +path.s3tc="res://.godot/imported/0010.png-879c32a468e52ed9196c8754544961bb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0010.png" +dest_files=["res://.godot/imported/0010.png-879c32a468e52ed9196c8754544961bb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0011.png b/art/animation/vesna/Side/S01-Idle/0011.png new file mode 100644 index 0000000..de9403d Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0011.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0011.png.import b/art/animation/vesna/Side/S01-Idle/0011.png.import new file mode 100644 index 0000000..d295eae --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0011.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bwrolxnbgouf5" +path.s3tc="res://.godot/imported/0011.png-c434ec5a45faf098d5c2291c6f8aec5d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0011.png" +dest_files=["res://.godot/imported/0011.png-c434ec5a45faf098d5c2291c6f8aec5d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0012.png b/art/animation/vesna/Side/S01-Idle/0012.png new file mode 100644 index 0000000..5f413dc Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0012.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0012.png.import b/art/animation/vesna/Side/S01-Idle/0012.png.import new file mode 100644 index 0000000..bb98aa2 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0012.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6b1ujlfiynog" +path.s3tc="res://.godot/imported/0012.png-b1fdc7f3d360775e2570d313ea92fdff.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0012.png" +dest_files=["res://.godot/imported/0012.png-b1fdc7f3d360775e2570d313ea92fdff.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0013.png b/art/animation/vesna/Side/S01-Idle/0013.png new file mode 100644 index 0000000..2b9941a Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0013.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0013.png.import b/art/animation/vesna/Side/S01-Idle/0013.png.import new file mode 100644 index 0000000..feeb06d --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0013.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dp3js8exvbq8d" +path.s3tc="res://.godot/imported/0013.png-b90e649abe0d5515d4d1e2fe721f736f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0013.png" +dest_files=["res://.godot/imported/0013.png-b90e649abe0d5515d4d1e2fe721f736f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0014.png b/art/animation/vesna/Side/S01-Idle/0014.png new file mode 100644 index 0000000..630dbb3 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0014.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0014.png.import b/art/animation/vesna/Side/S01-Idle/0014.png.import new file mode 100644 index 0000000..aa69bb4 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0014.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2ynt3lurauh0" +path.s3tc="res://.godot/imported/0014.png-57732290c25634506ec26807e47b0487.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0014.png" +dest_files=["res://.godot/imported/0014.png-57732290c25634506ec26807e47b0487.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0015.png b/art/animation/vesna/Side/S01-Idle/0015.png new file mode 100644 index 0000000..7cebbb3 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0015.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0015.png.import b/art/animation/vesna/Side/S01-Idle/0015.png.import new file mode 100644 index 0000000..5775b7a --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0015.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://p0br6ngk2lt7" +path.s3tc="res://.godot/imported/0015.png-864dd2f5041c02aff482c425b50675ad.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0015.png" +dest_files=["res://.godot/imported/0015.png-864dd2f5041c02aff482c425b50675ad.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0016.png b/art/animation/vesna/Side/S01-Idle/0016.png new file mode 100644 index 0000000..d832fa7 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0016.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0016.png.import b/art/animation/vesna/Side/S01-Idle/0016.png.import new file mode 100644 index 0000000..c656157 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0016.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkdqpu38eglvt" +path.s3tc="res://.godot/imported/0016.png-26984d4f3ce48a589859b2d0322c8655.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0016.png" +dest_files=["res://.godot/imported/0016.png-26984d4f3ce48a589859b2d0322c8655.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0017.png b/art/animation/vesna/Side/S01-Idle/0017.png new file mode 100644 index 0000000..25fd190 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0017.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0017.png.import b/art/animation/vesna/Side/S01-Idle/0017.png.import new file mode 100644 index 0000000..e592120 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0017.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tu0ocxvudhso" +path.s3tc="res://.godot/imported/0017.png-1346627bd8e05be0cc86150c4d3c3d37.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0017.png" +dest_files=["res://.godot/imported/0017.png-1346627bd8e05be0cc86150c4d3c3d37.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0018.png b/art/animation/vesna/Side/S01-Idle/0018.png new file mode 100644 index 0000000..ab9c9f2 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0018.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0018.png.import b/art/animation/vesna/Side/S01-Idle/0018.png.import new file mode 100644 index 0000000..7d6e966 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0018.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://w2w8s4fll8fl" +path.s3tc="res://.godot/imported/0018.png-65d0a82c0565d0afe823044e1f4940d1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0018.png" +dest_files=["res://.godot/imported/0018.png-65d0a82c0565d0afe823044e1f4940d1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0019.png b/art/animation/vesna/Side/S01-Idle/0019.png new file mode 100644 index 0000000..4a46851 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0019.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0019.png.import b/art/animation/vesna/Side/S01-Idle/0019.png.import new file mode 100644 index 0000000..0e2839e --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0019.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://m6cltq0bcejg" +path.s3tc="res://.godot/imported/0019.png-7c47a2fb843de2955ec2f5116c5607f1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0019.png" +dest_files=["res://.godot/imported/0019.png-7c47a2fb843de2955ec2f5116c5607f1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0020.png b/art/animation/vesna/Side/S01-Idle/0020.png new file mode 100644 index 0000000..21804b1 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0020.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0020.png.import b/art/animation/vesna/Side/S01-Idle/0020.png.import new file mode 100644 index 0000000..d3db953 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0020.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bbd36en7jnhrx" +path.s3tc="res://.godot/imported/0020.png-fc15e8ca7ffaa67811081af63915b0d7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0020.png" +dest_files=["res://.godot/imported/0020.png-fc15e8ca7ffaa67811081af63915b0d7.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0021.png b/art/animation/vesna/Side/S01-Idle/0021.png new file mode 100644 index 0000000..847e45e Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0021.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0021.png.import b/art/animation/vesna/Side/S01-Idle/0021.png.import new file mode 100644 index 0000000..88d0185 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0021.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b8bv6d2rt8h8v" +path.s3tc="res://.godot/imported/0021.png-ae72fb32c0e4ffe42b9b050961be1ba3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0021.png" +dest_files=["res://.godot/imported/0021.png-ae72fb32c0e4ffe42b9b050961be1ba3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0022.png b/art/animation/vesna/Side/S01-Idle/0022.png new file mode 100644 index 0000000..28ffaf5 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0022.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0022.png.import b/art/animation/vesna/Side/S01-Idle/0022.png.import new file mode 100644 index 0000000..4f295ff --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0022.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bxhengbbqgho1" +path.s3tc="res://.godot/imported/0022.png-c5bc4f2be0c80eae56ab83e3fd222b99.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0022.png" +dest_files=["res://.godot/imported/0022.png-c5bc4f2be0c80eae56ab83e3fd222b99.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0023.png b/art/animation/vesna/Side/S01-Idle/0023.png new file mode 100644 index 0000000..5dee8cd Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0023.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0023.png.import b/art/animation/vesna/Side/S01-Idle/0023.png.import new file mode 100644 index 0000000..4cdca93 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0023.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bycvvq3vmbcss" +path.s3tc="res://.godot/imported/0023.png-883cff5a8c9e573af3d6a95a91e83037.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0023.png" +dest_files=["res://.godot/imported/0023.png-883cff5a8c9e573af3d6a95a91e83037.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0024.png b/art/animation/vesna/Side/S01-Idle/0024.png new file mode 100644 index 0000000..947d4a2 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0024.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0024.png.import b/art/animation/vesna/Side/S01-Idle/0024.png.import new file mode 100644 index 0000000..b036922 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0024.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://oi44ce2uea6f" +path.s3tc="res://.godot/imported/0024.png-d51ebfab0eb90b6f2ad0b61b61ef0e37.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0024.png" +dest_files=["res://.godot/imported/0024.png-d51ebfab0eb90b6f2ad0b61b61ef0e37.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0025.png b/art/animation/vesna/Side/S01-Idle/0025.png new file mode 100644 index 0000000..44fdc4a Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0025.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0025.png.import b/art/animation/vesna/Side/S01-Idle/0025.png.import new file mode 100644 index 0000000..b2ee802 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0025.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bkv341734rnim" +path.s3tc="res://.godot/imported/0025.png-0f48ea2fe44592f9869606ac2386595f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0025.png" +dest_files=["res://.godot/imported/0025.png-0f48ea2fe44592f9869606ac2386595f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0026.png b/art/animation/vesna/Side/S01-Idle/0026.png new file mode 100644 index 0000000..faaaf45 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0026.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0026.png.import b/art/animation/vesna/Side/S01-Idle/0026.png.import new file mode 100644 index 0000000..b946011 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0026.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://yhtoba2kt5a" +path.s3tc="res://.godot/imported/0026.png-40d4ca52f61386e056767818e81772f8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0026.png" +dest_files=["res://.godot/imported/0026.png-40d4ca52f61386e056767818e81772f8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0027.png b/art/animation/vesna/Side/S01-Idle/0027.png new file mode 100644 index 0000000..dba7467 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0027.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0027.png.import b/art/animation/vesna/Side/S01-Idle/0027.png.import new file mode 100644 index 0000000..5e2ae50 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0027.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bo165178craxh" +path.s3tc="res://.godot/imported/0027.png-f90a9e72523bb265bcc69bd3cbb781f4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0027.png" +dest_files=["res://.godot/imported/0027.png-f90a9e72523bb265bcc69bd3cbb781f4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0028.png b/art/animation/vesna/Side/S01-Idle/0028.png new file mode 100644 index 0000000..8f9758f Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0028.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0028.png.import b/art/animation/vesna/Side/S01-Idle/0028.png.import new file mode 100644 index 0000000..974082f --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0028.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wx260sg538cx" +path.s3tc="res://.godot/imported/0028.png-d7b8fb349bfd4f3cb65649b65f4c4083.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0028.png" +dest_files=["res://.godot/imported/0028.png-d7b8fb349bfd4f3cb65649b65f4c4083.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0029.png b/art/animation/vesna/Side/S01-Idle/0029.png new file mode 100644 index 0000000..d9a5e3d Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0029.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0029.png.import b/art/animation/vesna/Side/S01-Idle/0029.png.import new file mode 100644 index 0000000..32922db --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0029.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d4mffc4wsp0du" +path.s3tc="res://.godot/imported/0029.png-e7d44415fedc722c1cf1012443f4f06f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0029.png" +dest_files=["res://.godot/imported/0029.png-e7d44415fedc722c1cf1012443f4f06f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0030.png b/art/animation/vesna/Side/S01-Idle/0030.png new file mode 100644 index 0000000..0c7e1f8 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0030.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0030.png.import b/art/animation/vesna/Side/S01-Idle/0030.png.import new file mode 100644 index 0000000..70df042 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0030.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxh3gvtr7g41o" +path.s3tc="res://.godot/imported/0030.png-502235d2fbe20b72f1f785b86b9f1345.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0030.png" +dest_files=["res://.godot/imported/0030.png-502235d2fbe20b72f1f785b86b9f1345.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0031.png b/art/animation/vesna/Side/S01-Idle/0031.png new file mode 100644 index 0000000..391c3f6 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0031.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0031.png.import b/art/animation/vesna/Side/S01-Idle/0031.png.import new file mode 100644 index 0000000..181002b --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0031.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2pvha48evpvm" +path.s3tc="res://.godot/imported/0031.png-ce371347daf42f0cdd3f8cc569782fdc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0031.png" +dest_files=["res://.godot/imported/0031.png-ce371347daf42f0cdd3f8cc569782fdc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0032.png b/art/animation/vesna/Side/S01-Idle/0032.png new file mode 100644 index 0000000..49199f3 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0032.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0032.png.import b/art/animation/vesna/Side/S01-Idle/0032.png.import new file mode 100644 index 0000000..5a3cb8f --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0032.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bx7m2bc3s0vua" +path.s3tc="res://.godot/imported/0032.png-193ee4c953770eba7b5d8578bed2f601.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0032.png" +dest_files=["res://.godot/imported/0032.png-193ee4c953770eba7b5d8578bed2f601.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0033.png b/art/animation/vesna/Side/S01-Idle/0033.png new file mode 100644 index 0000000..d99b839 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0033.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0033.png.import b/art/animation/vesna/Side/S01-Idle/0033.png.import new file mode 100644 index 0000000..55f186b --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0033.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dp2wj86bkw8qd" +path.s3tc="res://.godot/imported/0033.png-98b44b3c639134a1082b17900ab698b9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0033.png" +dest_files=["res://.godot/imported/0033.png-98b44b3c639134a1082b17900ab698b9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0034.png b/art/animation/vesna/Side/S01-Idle/0034.png new file mode 100644 index 0000000..eac6010 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0034.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0034.png.import b/art/animation/vesna/Side/S01-Idle/0034.png.import new file mode 100644 index 0000000..1aecb01 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0034.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://pkligbymyevi" +path.s3tc="res://.godot/imported/0034.png-616dc194305139b5ec1117456ea9eb87.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0034.png" +dest_files=["res://.godot/imported/0034.png-616dc194305139b5ec1117456ea9eb87.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0035.png b/art/animation/vesna/Side/S01-Idle/0035.png new file mode 100644 index 0000000..24c4c7a Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0035.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0035.png.import b/art/animation/vesna/Side/S01-Idle/0035.png.import new file mode 100644 index 0000000..9ac3b92 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0035.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://u80eiwbk7e00" +path.s3tc="res://.godot/imported/0035.png-8f9f04710c4692f509c7e4e5fd8cd088.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0035.png" +dest_files=["res://.godot/imported/0035.png-8f9f04710c4692f509c7e4e5fd8cd088.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0036.png b/art/animation/vesna/Side/S01-Idle/0036.png new file mode 100644 index 0000000..23114e3 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0036.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0036.png.import b/art/animation/vesna/Side/S01-Idle/0036.png.import new file mode 100644 index 0000000..6c02ba7 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0036.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvfsbnwi5p8e3" +path.s3tc="res://.godot/imported/0036.png-99e0168c1dd40fadd091531ec3a7dfd8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0036.png" +dest_files=["res://.godot/imported/0036.png-99e0168c1dd40fadd091531ec3a7dfd8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0037.png b/art/animation/vesna/Side/S01-Idle/0037.png new file mode 100644 index 0000000..6832dea Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0037.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0037.png.import b/art/animation/vesna/Side/S01-Idle/0037.png.import new file mode 100644 index 0000000..e4f26ac --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0037.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjch2sgjq8bbw" +path.s3tc="res://.godot/imported/0037.png-37756dc8e33db3d5b9ba1571e2d4a4e3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0037.png" +dest_files=["res://.godot/imported/0037.png-37756dc8e33db3d5b9ba1571e2d4a4e3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0038.png b/art/animation/vesna/Side/S01-Idle/0038.png new file mode 100644 index 0000000..1b764f6 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0038.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0038.png.import b/art/animation/vesna/Side/S01-Idle/0038.png.import new file mode 100644 index 0000000..26a826d --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0038.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hhjjdbhgu6uy" +path.s3tc="res://.godot/imported/0038.png-40478a046937d16e52196e3e7f54c179.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0038.png" +dest_files=["res://.godot/imported/0038.png-40478a046937d16e52196e3e7f54c179.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0039.png b/art/animation/vesna/Side/S01-Idle/0039.png new file mode 100644 index 0000000..cf3793b Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0039.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0039.png.import b/art/animation/vesna/Side/S01-Idle/0039.png.import new file mode 100644 index 0000000..33e41bb --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0039.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cl1d3eagu3e7v" +path.s3tc="res://.godot/imported/0039.png-9439d43497730ed09d6ea880f9db32d6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0039.png" +dest_files=["res://.godot/imported/0039.png-9439d43497730ed09d6ea880f9db32d6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0040.png b/art/animation/vesna/Side/S01-Idle/0040.png new file mode 100644 index 0000000..5c36f2e Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0040.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0040.png.import b/art/animation/vesna/Side/S01-Idle/0040.png.import new file mode 100644 index 0000000..f68efec --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0040.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3di3vja8bgc6" +path.s3tc="res://.godot/imported/0040.png-c39984d21bee1b83e8e36f90495af80f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0040.png" +dest_files=["res://.godot/imported/0040.png-c39984d21bee1b83e8e36f90495af80f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0041.png b/art/animation/vesna/Side/S01-Idle/0041.png new file mode 100644 index 0000000..e0ddfc3 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0041.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0041.png.import b/art/animation/vesna/Side/S01-Idle/0041.png.import new file mode 100644 index 0000000..e88dde3 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0041.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bqksfi1dnqbv1" +path.s3tc="res://.godot/imported/0041.png-8d6650f3b139acb7e49477abbc651183.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0041.png" +dest_files=["res://.godot/imported/0041.png-8d6650f3b139acb7e49477abbc651183.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0042.png b/art/animation/vesna/Side/S01-Idle/0042.png new file mode 100644 index 0000000..686b866 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0042.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0042.png.import b/art/animation/vesna/Side/S01-Idle/0042.png.import new file mode 100644 index 0000000..f1bb37b --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0042.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bshotijvkl5ql" +path.s3tc="res://.godot/imported/0042.png-5bde5167fbbbe6b9a929f9860d692920.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0042.png" +dest_files=["res://.godot/imported/0042.png-5bde5167fbbbe6b9a929f9860d692920.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0043.png b/art/animation/vesna/Side/S01-Idle/0043.png new file mode 100644 index 0000000..4c001ba Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0043.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0043.png.import b/art/animation/vesna/Side/S01-Idle/0043.png.import new file mode 100644 index 0000000..7522369 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0043.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cc6t1qdt2d2tx" +path.s3tc="res://.godot/imported/0043.png-dcf5a02cfb3d96f7a368fc55bbca80df.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0043.png" +dest_files=["res://.godot/imported/0043.png-dcf5a02cfb3d96f7a368fc55bbca80df.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0044.png b/art/animation/vesna/Side/S01-Idle/0044.png new file mode 100644 index 0000000..032f8b8 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0044.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0044.png.import b/art/animation/vesna/Side/S01-Idle/0044.png.import new file mode 100644 index 0000000..b974de7 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0044.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2376yy03a4l2" +path.s3tc="res://.godot/imported/0044.png-115a23b73b721f64113948ebd247dfbc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0044.png" +dest_files=["res://.godot/imported/0044.png-115a23b73b721f64113948ebd247dfbc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0045.png b/art/animation/vesna/Side/S01-Idle/0045.png new file mode 100644 index 0000000..2807f16 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0045.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0045.png.import b/art/animation/vesna/Side/S01-Idle/0045.png.import new file mode 100644 index 0000000..2077487 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0045.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b86kewaxkoi4g" +path.s3tc="res://.godot/imported/0045.png-2f57ad2cad3d4b6577f2bed45a598df9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0045.png" +dest_files=["res://.godot/imported/0045.png-2f57ad2cad3d4b6577f2bed45a598df9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0046.png b/art/animation/vesna/Side/S01-Idle/0046.png new file mode 100644 index 0000000..3397625 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0046.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0046.png.import b/art/animation/vesna/Side/S01-Idle/0046.png.import new file mode 100644 index 0000000..093e517 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0046.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ciwlbi1txx71r" +path.s3tc="res://.godot/imported/0046.png-ca51912014c864a29d338bc4ad8e4f32.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0046.png" +dest_files=["res://.godot/imported/0046.png-ca51912014c864a29d338bc4ad8e4f32.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0047.png b/art/animation/vesna/Side/S01-Idle/0047.png new file mode 100644 index 0000000..6b8ebe9 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0047.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0047.png.import b/art/animation/vesna/Side/S01-Idle/0047.png.import new file mode 100644 index 0000000..545d7d6 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0047.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ffqckan6gwxb" +path.s3tc="res://.godot/imported/0047.png-a00105d83f9385ab2614942f9478a109.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0047.png" +dest_files=["res://.godot/imported/0047.png-a00105d83f9385ab2614942f9478a109.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S01-Idle/0048.png b/art/animation/vesna/Side/S01-Idle/0048.png new file mode 100644 index 0000000..bee0306 Binary files /dev/null and b/art/animation/vesna/Side/S01-Idle/0048.png differ diff --git a/art/animation/vesna/Side/S01-Idle/0048.png.import b/art/animation/vesna/Side/S01-Idle/0048.png.import new file mode 100644 index 0000000..b180715 --- /dev/null +++ b/art/animation/vesna/Side/S01-Idle/0048.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cecnohftednrt" +path.s3tc="res://.godot/imported/0048.png-5a6f936e62bdc023edea3367a4817688.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S01-Idle/0048.png" +dest_files=["res://.godot/imported/0048.png-5a6f936e62bdc023edea3367a4817688.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0001.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0001.png new file mode 100644 index 0000000..17dbe5f Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0001.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0001.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0001.png.import new file mode 100644 index 0000000..2e0fd49 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://usi0dter8hv4" +path.s3tc="res://.godot/imported/S01-Walk0001.png-3873281696a0cbe7bf63b5c82e9a3565.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0001.png" +dest_files=["res://.godot/imported/S01-Walk0001.png-3873281696a0cbe7bf63b5c82e9a3565.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0002.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0002.png new file mode 100644 index 0000000..3f5a3b2 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0002.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0002.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0002.png.import new file mode 100644 index 0000000..e81cbb9 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0002.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://oyfr7kknylll" +path.s3tc="res://.godot/imported/S01-Walk0002.png-26b2624037355efdb6f5a1560ef0e471.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0002.png" +dest_files=["res://.godot/imported/S01-Walk0002.png-26b2624037355efdb6f5a1560ef0e471.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0003.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0003.png new file mode 100644 index 0000000..06dff9d Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0003.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0003.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0003.png.import new file mode 100644 index 0000000..df7e7ef --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0003.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkrdqolyxlhk0" +path.s3tc="res://.godot/imported/S01-Walk0003.png-09832e8f3ffb6a7349fcfcc5de5ec1df.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0003.png" +dest_files=["res://.godot/imported/S01-Walk0003.png-09832e8f3ffb6a7349fcfcc5de5ec1df.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0004.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0004.png new file mode 100644 index 0000000..6d734eb Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0004.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0004.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0004.png.import new file mode 100644 index 0000000..70c015b --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0004.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://uj53oie7o2k" +path.s3tc="res://.godot/imported/S01-Walk0004.png-6a339bd8f6bed922cb8979f95ce243a1.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0004.png" +dest_files=["res://.godot/imported/S01-Walk0004.png-6a339bd8f6bed922cb8979f95ce243a1.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0005.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0005.png new file mode 100644 index 0000000..568548a Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0005.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0005.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0005.png.import new file mode 100644 index 0000000..5a0e8f3 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0005.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuxklf54ycxqn" +path.s3tc="res://.godot/imported/S01-Walk0005.png-919a2a63a40babe997f9c8b5855690d9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0005.png" +dest_files=["res://.godot/imported/S01-Walk0005.png-919a2a63a40babe997f9c8b5855690d9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0006.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0006.png new file mode 100644 index 0000000..92e8aa1 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0006.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0006.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0006.png.import new file mode 100644 index 0000000..7cf8714 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0006.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cyp6jcvn8d4ps" +path.s3tc="res://.godot/imported/S01-Walk0006.png-92f13ec56800cdc9e2c55b114f0379ab.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0006.png" +dest_files=["res://.godot/imported/S01-Walk0006.png-92f13ec56800cdc9e2c55b114f0379ab.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0007.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0007.png new file mode 100644 index 0000000..15c28c3 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0007.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0007.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0007.png.import new file mode 100644 index 0000000..e650537 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0007.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dru4pttgrs6hp" +path.s3tc="res://.godot/imported/S01-Walk0007.png-cfe3cbabd6d24f411ea33784530044e5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0007.png" +dest_files=["res://.godot/imported/S01-Walk0007.png-cfe3cbabd6d24f411ea33784530044e5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0008.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0008.png new file mode 100644 index 0000000..8373a23 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0008.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0008.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0008.png.import new file mode 100644 index 0000000..12b86b9 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0008.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7r1kvjv4a7te" +path.s3tc="res://.godot/imported/S01-Walk0008.png-efa7af5b53bfb03490a45a072f14ef8e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0008.png" +dest_files=["res://.godot/imported/S01-Walk0008.png-efa7af5b53bfb03490a45a072f14ef8e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0009.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0009.png new file mode 100644 index 0000000..ca72626 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0009.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0009.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0009.png.import new file mode 100644 index 0000000..fc5f26a --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0009.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ct11egi6oa2vs" +path.s3tc="res://.godot/imported/S01-Walk0009.png-66feb88a1025bd24328f791c5ddf32c8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0009.png" +dest_files=["res://.godot/imported/S01-Walk0009.png-66feb88a1025bd24328f791c5ddf32c8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0010.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0010.png new file mode 100644 index 0000000..719366b Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0010.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0010.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0010.png.import new file mode 100644 index 0000000..5fa79c1 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0010.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mhetoe2q2plb" +path.s3tc="res://.godot/imported/S01-Walk0010.png-4ce4623149229a45f0e3c400594768c3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0010.png" +dest_files=["res://.godot/imported/S01-Walk0010.png-4ce4623149229a45f0e3c400594768c3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0011.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0011.png new file mode 100644 index 0000000..4e7741f Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0011.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0011.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0011.png.import new file mode 100644 index 0000000..165dabe --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0011.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3p1ive32d5s2" +path.s3tc="res://.godot/imported/S01-Walk0011.png-3ea710c614c03933c549e08894134630.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0011.png" +dest_files=["res://.godot/imported/S01-Walk0011.png-3ea710c614c03933c549e08894134630.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0012.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0012.png new file mode 100644 index 0000000..649bf20 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0012.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0012.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0012.png.import new file mode 100644 index 0000000..b27d2b1 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0012.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbpueiws6uiq" +path.s3tc="res://.godot/imported/S01-Walk0012.png-114246936a08d0ba5e78655040f3055e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0012.png" +dest_files=["res://.godot/imported/S01-Walk0012.png-114246936a08d0ba5e78655040f3055e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0013.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0013.png new file mode 100644 index 0000000..f2b956c Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0013.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0013.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0013.png.import new file mode 100644 index 0000000..33a6caa --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0013.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cgvgtvha76jbr" +path.s3tc="res://.godot/imported/S01-Walk0013.png-9cf50425c8542c1d5838fd1ac9ed9b7b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0013.png" +dest_files=["res://.godot/imported/S01-Walk0013.png-9cf50425c8542c1d5838fd1ac9ed9b7b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0014.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0014.png new file mode 100644 index 0000000..84c5777 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0014.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0014.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0014.png.import new file mode 100644 index 0000000..deb65ac --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0014.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqahoeou3vian" +path.s3tc="res://.godot/imported/S01-Walk0014.png-281a9dd466f8116afb083813003c1975.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0014.png" +dest_files=["res://.godot/imported/S01-Walk0014.png-281a9dd466f8116afb083813003c1975.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0015.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0015.png new file mode 100644 index 0000000..c601ba7 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0015.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0015.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0015.png.import new file mode 100644 index 0000000..a2642c9 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0015.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bdvvlrgvkhb6c" +path.s3tc="res://.godot/imported/S01-Walk0015.png-13a4d32320c163ac585221db759dd48c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0015.png" +dest_files=["res://.godot/imported/S01-Walk0015.png-13a4d32320c163ac585221db759dd48c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0016.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0016.png new file mode 100644 index 0000000..2ef0ec5 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0016.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0016.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0016.png.import new file mode 100644 index 0000000..b9d4718 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0016.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2galfsx6og6h" +path.s3tc="res://.godot/imported/S01-Walk0016.png-7a44e41694bfa48d375e96505a8b6be6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0016.png" +dest_files=["res://.godot/imported/S01-Walk0016.png-7a44e41694bfa48d375e96505a8b6be6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0017.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0017.png new file mode 100644 index 0000000..a96837c Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0017.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0017.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0017.png.import new file mode 100644 index 0000000..94af442 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0017.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blcu54p61ofrw" +path.s3tc="res://.godot/imported/S01-Walk0017.png-d9011a6ac96064f058587cbde32b2933.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0017.png" +dest_files=["res://.godot/imported/S01-Walk0017.png-d9011a6ac96064f058587cbde32b2933.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0018.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0018.png new file mode 100644 index 0000000..e5eb7b0 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0018.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0018.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0018.png.import new file mode 100644 index 0000000..f382344 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0018.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckgdtlo7y51nv" +path.s3tc="res://.godot/imported/S01-Walk0018.png-24d361a49b98c63fe6b8b572c0268052.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0018.png" +dest_files=["res://.godot/imported/S01-Walk0018.png-24d361a49b98c63fe6b8b572c0268052.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0019.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0019.png new file mode 100644 index 0000000..3b70a92 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0019.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0019.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0019.png.import new file mode 100644 index 0000000..13404ae --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0019.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://clkklypt7jqdp" +path.s3tc="res://.godot/imported/S01-Walk0019.png-a1878a08e87def7d4d87777135d58305.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0019.png" +dest_files=["res://.godot/imported/S01-Walk0019.png-a1878a08e87def7d4d87777135d58305.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0020.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0020.png new file mode 100644 index 0000000..21f8a61 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0020.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0020.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0020.png.import new file mode 100644 index 0000000..aa76dd8 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0020.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bn3gypn4l3w7u" +path.s3tc="res://.godot/imported/S01-Walk0020.png-8cf783e1af4651c61caffb8a9efb7f12.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0020.png" +dest_files=["res://.godot/imported/S01-Walk0020.png-8cf783e1af4651c61caffb8a9efb7f12.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0021.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0021.png new file mode 100644 index 0000000..900a352 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0021.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0021.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0021.png.import new file mode 100644 index 0000000..d3f5511 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0021.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://p0sptnq656d7" +path.s3tc="res://.godot/imported/S01-Walk0021.png-2a99d5a67e244634e076e222af097f10.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0021.png" +dest_files=["res://.godot/imported/S01-Walk0021.png-2a99d5a67e244634e076e222af097f10.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0022.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0022.png new file mode 100644 index 0000000..81973f8 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0022.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0022.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0022.png.import new file mode 100644 index 0000000..f5ab2a9 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0022.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b11hwfc2wndsf" +path.s3tc="res://.godot/imported/S01-Walk0022.png-47bb7f7399bfb2602b4a2c5ded55cceb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0022.png" +dest_files=["res://.godot/imported/S01-Walk0022.png-47bb7f7399bfb2602b4a2c5ded55cceb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0023.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0023.png new file mode 100644 index 0000000..ea1bd7a Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0023.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0023.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0023.png.import new file mode 100644 index 0000000..5228a60 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0023.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3ccxlfteb2bq" +path.s3tc="res://.godot/imported/S01-Walk0023.png-e52988c76e1ca08175b87d2c9603b10b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0023.png" +dest_files=["res://.godot/imported/S01-Walk0023.png-e52988c76e1ca08175b87d2c9603b10b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0024.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0024.png new file mode 100644 index 0000000..07d1b77 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0024.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0024.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0024.png.import new file mode 100644 index 0000000..0c49543 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0024.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ympx8ykivayj" +path.s3tc="res://.godot/imported/S01-Walk0024.png-48df04d1c0715c11d8441af4d501e37e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0024.png" +dest_files=["res://.godot/imported/S01-Walk0024.png-48df04d1c0715c11d8441af4d501e37e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0025.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0025.png new file mode 100644 index 0000000..4793836 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0025.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0025.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0025.png.import new file mode 100644 index 0000000..2883405 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0025.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cri0w2idseceh" +path.s3tc="res://.godot/imported/S01-Walk0025.png-be1b2efda28e779a4bd3ab8e3ca7106d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0025.png" +dest_files=["res://.godot/imported/S01-Walk0025.png-be1b2efda28e779a4bd3ab8e3ca7106d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0026.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0026.png new file mode 100644 index 0000000..b1d1c82 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0026.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0026.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0026.png.import new file mode 100644 index 0000000..71d2ab7 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0026.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bxi8mt5jvw02o" +path.s3tc="res://.godot/imported/S01-Walk0026.png-a82b2a1fc6a77a0dd08543b327e4bcfe.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0026.png" +dest_files=["res://.godot/imported/S01-Walk0026.png-a82b2a1fc6a77a0dd08543b327e4bcfe.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0027.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0027.png new file mode 100644 index 0000000..dc4a787 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0027.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0027.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0027.png.import new file mode 100644 index 0000000..a6094ee --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0027.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dn4kafwj7v8ff" +path.s3tc="res://.godot/imported/S01-Walk0027.png-744dbf6d927dd56e13cecb5aeab3fa60.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0027.png" +dest_files=["res://.godot/imported/S01-Walk0027.png-744dbf6d927dd56e13cecb5aeab3fa60.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0028.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0028.png new file mode 100644 index 0000000..c9719a3 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0028.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0028.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0028.png.import new file mode 100644 index 0000000..3f7a988 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0028.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gh1i43hfsye4" +path.s3tc="res://.godot/imported/S01-Walk0028.png-739cd6faea7ad39b66eca122ddac0e2a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0028.png" +dest_files=["res://.godot/imported/S01-Walk0028.png-739cd6faea7ad39b66eca122ddac0e2a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0029.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0029.png new file mode 100644 index 0000000..692aad9 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0029.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0029.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0029.png.import new file mode 100644 index 0000000..77b4d70 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0029.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bl10xwoaplrxo" +path.s3tc="res://.godot/imported/S01-Walk0029.png-2177d192ed90f4e12f4b5f6fb9af85d2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0029.png" +dest_files=["res://.godot/imported/S01-Walk0029.png-2177d192ed90f4e12f4b5f6fb9af85d2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0030.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0030.png new file mode 100644 index 0000000..ada4e88 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0030.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0030.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0030.png.import new file mode 100644 index 0000000..6d6f964 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0030.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dc8xd8w5s471v" +path.s3tc="res://.godot/imported/S01-Walk0030.png-e5a57743439746479baa86701ad466ce.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0030.png" +dest_files=["res://.godot/imported/S01-Walk0030.png-e5a57743439746479baa86701ad466ce.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0031.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0031.png new file mode 100644 index 0000000..8a72ea7 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0031.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0031.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0031.png.import new file mode 100644 index 0000000..ca8c4f1 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0031.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://737sllr1wedy" +path.s3tc="res://.godot/imported/S01-Walk0031.png-7ef0f890742ec6d263f45d9033c1c105.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0031.png" +dest_files=["res://.godot/imported/S01-Walk0031.png-7ef0f890742ec6d263f45d9033c1c105.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0032.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0032.png new file mode 100644 index 0000000..6c3e8d9 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0032.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0032.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0032.png.import new file mode 100644 index 0000000..8e9316d --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0032.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lohy1gj3imxr" +path.s3tc="res://.godot/imported/S01-Walk0032.png-44afb074e817ad1c4fa7efc91c8bbebc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0032.png" +dest_files=["res://.godot/imported/S01-Walk0032.png-44afb074e817ad1c4fa7efc91c8bbebc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0033.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0033.png new file mode 100644 index 0000000..873711f Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0033.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0033.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0033.png.import new file mode 100644 index 0000000..1f14659 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0033.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlu3gqttex1g4" +path.s3tc="res://.godot/imported/S01-Walk0033.png-75cc86aec4fda4dceb1cd8b863a98cc9.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0033.png" +dest_files=["res://.godot/imported/S01-Walk0033.png-75cc86aec4fda4dceb1cd8b863a98cc9.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0034.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0034.png new file mode 100644 index 0000000..5ae3956 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0034.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0034.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0034.png.import new file mode 100644 index 0000000..9971da7 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0034.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chcqeiw2myv6o" +path.s3tc="res://.godot/imported/S01-Walk0034.png-22ea9c2a3cfbe25e0ad99bf78dc2a8f8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0034.png" +dest_files=["res://.godot/imported/S01-Walk0034.png-22ea9c2a3cfbe25e0ad99bf78dc2a8f8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0035.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0035.png new file mode 100644 index 0000000..9e2c254 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0035.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0035.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0035.png.import new file mode 100644 index 0000000..9e021bf --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0035.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ygvhk0pvhr1r" +path.s3tc="res://.godot/imported/S01-Walk0035.png-35cba1837088f0f961d268761ae8ec67.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0035.png" +dest_files=["res://.godot/imported/S01-Walk0035.png-35cba1837088f0f961d268761ae8ec67.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0036.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0036.png new file mode 100644 index 0000000..9fcffb8 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0036.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0036.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0036.png.import new file mode 100644 index 0000000..cc8da2d --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0036.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cs8tfg3k061qq" +path.s3tc="res://.godot/imported/S01-Walk0036.png-26c1689850e2c9d4c9c3b11405bed0ab.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0036.png" +dest_files=["res://.godot/imported/S01-Walk0036.png-26c1689850e2c9d4c9c3b11405bed0ab.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0037.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0037.png new file mode 100644 index 0000000..9dd3502 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0037.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0037.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0037.png.import new file mode 100644 index 0000000..f3aac0f --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0037.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://diektyeufmk5c" +path.s3tc="res://.godot/imported/S01-Walk0037.png-320dacfab346e78f3fdabbe614a895dc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0037.png" +dest_files=["res://.godot/imported/S01-Walk0037.png-320dacfab346e78f3fdabbe614a895dc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0038.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0038.png new file mode 100644 index 0000000..352b39b Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0038.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0038.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0038.png.import new file mode 100644 index 0000000..8cfa296 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0038.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csswxbuvvdqew" +path.s3tc="res://.godot/imported/S01-Walk0038.png-59a031377e802d6d16ed1f4d0abc2e49.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0038.png" +dest_files=["res://.godot/imported/S01-Walk0038.png-59a031377e802d6d16ed1f4d0abc2e49.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0039.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0039.png new file mode 100644 index 0000000..625bfa8 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0039.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0039.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0039.png.import new file mode 100644 index 0000000..5fa70db --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0039.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blij5bbab8msa" +path.s3tc="res://.godot/imported/S01-Walk0039.png-a8a3d22ea9bdf0f6dbf79db889071c1d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0039.png" +dest_files=["res://.godot/imported/S01-Walk0039.png-a8a3d22ea9bdf0f6dbf79db889071c1d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0040.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0040.png new file mode 100644 index 0000000..bd43a2a Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0040.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0040.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0040.png.import new file mode 100644 index 0000000..988dea1 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0040.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfasq3jh4csxo" +path.s3tc="res://.godot/imported/S01-Walk0040.png-9bb39de2a414ed2d671c103129e74734.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0040.png" +dest_files=["res://.godot/imported/S01-Walk0040.png-9bb39de2a414ed2d671c103129e74734.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0041.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0041.png new file mode 100644 index 0000000..9b4a9f0 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0041.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0041.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0041.png.import new file mode 100644 index 0000000..54cd4cd --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0041.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v5ya0ti1jhra" +path.s3tc="res://.godot/imported/S01-Walk0041.png-5a39576524b78fc9c1adbd929025c904.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0041.png" +dest_files=["res://.godot/imported/S01-Walk0041.png-5a39576524b78fc9c1adbd929025c904.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0042.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0042.png new file mode 100644 index 0000000..3be384d Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0042.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0042.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0042.png.import new file mode 100644 index 0000000..39c76b9 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0042.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tvvx0t57m5xr" +path.s3tc="res://.godot/imported/S01-Walk0042.png-384e2971f7b7bf86253bd910aacb1f41.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0042.png" +dest_files=["res://.godot/imported/S01-Walk0042.png-384e2971f7b7bf86253bd910aacb1f41.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0043.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0043.png new file mode 100644 index 0000000..b4c0ec9 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0043.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0043.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0043.png.import new file mode 100644 index 0000000..a198f71 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0043.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dph1iaub3peww" +path.s3tc="res://.godot/imported/S01-Walk0043.png-a1a93af86f4cab1f952a1aa20a2f42f4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0043.png" +dest_files=["res://.godot/imported/S01-Walk0043.png-a1a93af86f4cab1f952a1aa20a2f42f4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0044.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0044.png new file mode 100644 index 0000000..72a772f Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0044.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0044.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0044.png.import new file mode 100644 index 0000000..f72b93b --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0044.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brkgk181kqdvo" +path.s3tc="res://.godot/imported/S01-Walk0044.png-5f5b46d301922752e5e30c47f8eb1350.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0044.png" +dest_files=["res://.godot/imported/S01-Walk0044.png-5f5b46d301922752e5e30c47f8eb1350.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0045.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0045.png new file mode 100644 index 0000000..40d5e7e Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0045.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0045.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0045.png.import new file mode 100644 index 0000000..f47a681 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0045.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d11jp2d8sdhuq" +path.s3tc="res://.godot/imported/S01-Walk0045.png-f4902ed6dcd9a9ac37ae7b847b7a213f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0045.png" +dest_files=["res://.godot/imported/S01-Walk0045.png-f4902ed6dcd9a9ac37ae7b847b7a213f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0046.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0046.png new file mode 100644 index 0000000..66d286d Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0046.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0046.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0046.png.import new file mode 100644 index 0000000..bdc58b4 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0046.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cycj0x7r2xnth" +path.s3tc="res://.godot/imported/S01-Walk0046.png-38688b49abf25f9350967c0cddab2eb6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0046.png" +dest_files=["res://.godot/imported/S01-Walk0046.png-38688b49abf25f9350967c0cddab2eb6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0047.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0047.png new file mode 100644 index 0000000..b63f74c Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0047.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0047.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0047.png.import new file mode 100644 index 0000000..7c742a2 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0047.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bptrqdkk7yj5i" +path.s3tc="res://.godot/imported/S01-Walk0047.png-d7b9defd2abcee287c97a4c3687dc112.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0047.png" +dest_files=["res://.godot/imported/S01-Walk0047.png-d7b9defd2abcee287c97a4c3687dc112.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0048.png b/art/animation/vesna/Side/S02-Walk/S01-Walk0048.png new file mode 100644 index 0000000..c071b29 Binary files /dev/null and b/art/animation/vesna/Side/S02-Walk/S01-Walk0048.png differ diff --git a/art/animation/vesna/Side/S02-Walk/S01-Walk0048.png.import b/art/animation/vesna/Side/S02-Walk/S01-Walk0048.png.import new file mode 100644 index 0000000..2daa766 --- /dev/null +++ b/art/animation/vesna/Side/S02-Walk/S01-Walk0048.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://crjfprs7deaxr" +path.s3tc="res://.godot/imported/S01-Walk0048.png-e808593429cd97347eaeaef3c225ad23.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/animation/vesna/Side/S02-Walk/S01-Walk0048.png" +dest_files=["res://.godot/imported/S01-Walk0048.png-e808593429cd97347eaeaef3c225ad23.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0001.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0001.png new file mode 100644 index 0000000..4447be4 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0001.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0001.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0001.png.import new file mode 100644 index 0000000..dfbd6cb --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0001.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cr2xj4icw2qa" +path="res://.godot/imported/0001.png-a004c8a383bdc5751386c8bfed116a7e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0001.png" +dest_files=["res://.godot/imported/0001.png-a004c8a383bdc5751386c8bfed116a7e.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0002.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0002.png new file mode 100644 index 0000000..8e92759 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0002.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0002.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0002.png.import new file mode 100644 index 0000000..ccdfe9e --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0002.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bddsfyt4eka6n" +path="res://.godot/imported/0002.png-049c1a10fe2297564cab35bbec5dd283.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0002.png" +dest_files=["res://.godot/imported/0002.png-049c1a10fe2297564cab35bbec5dd283.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0003.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0003.png new file mode 100644 index 0000000..7140ea3 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0003.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0003.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0003.png.import new file mode 100644 index 0000000..d900408 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0003.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0xyxmqj224vo" +path="res://.godot/imported/0003.png-18ba8f005ac32ccc5e337fa4915d279c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0003.png" +dest_files=["res://.godot/imported/0003.png-18ba8f005ac32ccc5e337fa4915d279c.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0004.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0004.png new file mode 100644 index 0000000..16f0de4 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0004.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0004.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0004.png.import new file mode 100644 index 0000000..85108d2 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0004.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdkii5glrjqtr" +path="res://.godot/imported/0004.png-d29cfb6cfd0606a02c235f2b8b0a89cd.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0004.png" +dest_files=["res://.godot/imported/0004.png-d29cfb6cfd0606a02c235f2b8b0a89cd.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0005.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0005.png new file mode 100644 index 0000000..c2bcf7b Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0005.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0005.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0005.png.import new file mode 100644 index 0000000..c08cefe --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0005.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cxgykl34r23re" +path="res://.godot/imported/0005.png-ab3e53cda40b88e44e6de9a6cf344d29.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0005.png" +dest_files=["res://.godot/imported/0005.png-ab3e53cda40b88e44e6de9a6cf344d29.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0006.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0006.png new file mode 100644 index 0000000..e2cc9a8 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0006.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0006.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0006.png.import new file mode 100644 index 0000000..17f3993 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0006.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmtlbqy2d006i" +path="res://.godot/imported/0006.png-41f2bfee2a71e06e953147c7d377be75.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0006.png" +dest_files=["res://.godot/imported/0006.png-41f2bfee2a71e06e953147c7d377be75.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0007.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0007.png new file mode 100644 index 0000000..49f6b9e Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0007.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0007.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0007.png.import new file mode 100644 index 0000000..6db828a --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0007.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dydqp4vbece2n" +path="res://.godot/imported/0007.png-874b0f30485f04a630856b0bf9dfa71b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0007.png" +dest_files=["res://.godot/imported/0007.png-874b0f30485f04a630856b0bf9dfa71b.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0008.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0008.png new file mode 100644 index 0000000..3365cf1 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0008.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0008.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0008.png.import new file mode 100644 index 0000000..fea9aa7 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0008.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6ltdo6ipwfum" +path="res://.godot/imported/0008.png-3cd06032904016e17c2f1e35b7020984.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0008.png" +dest_files=["res://.godot/imported/0008.png-3cd06032904016e17c2f1e35b7020984.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0009.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0009.png new file mode 100644 index 0000000..b7f99f4 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0009.png differ diff --git a/graphics/testingground/mushroom6.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0009.png.import similarity index 75% rename from graphics/testingground/mushroom6.png.import rename to art/animation/vesna/Side/S03-Walk_BP_Lantern/0009.png.import index 5732470..e535fb6 100644 --- a/graphics/testingground/mushroom6.png.import +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0009.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b1h55mnc1giqu" -path="res://.godot/imported/mushroom6.png-28853bdab5924a577c8b03ddf5606732.ctex" +uid="uid://ddqicxbu18x6n" +path="res://.godot/imported/0009.png-ae82b06c4a151ac66ccad778df81a7d2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/testingground/mushroom6.png" -dest_files=["res://.godot/imported/mushroom6.png-28853bdab5924a577c8b03ddf5606732.ctex"] +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0009.png" +dest_files=["res://.godot/imported/0009.png-ae82b06c4a151ac66ccad778df81a7d2.ctex"] [params] diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0010.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0010.png new file mode 100644 index 0000000..a62e3cd Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0010.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0010.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0010.png.import new file mode 100644 index 0000000..f92ab70 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0010.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b8qaac3ka5gjf" +path="res://.godot/imported/0010.png-be60335274e8a1aa881544ef5a15845f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0010.png" +dest_files=["res://.godot/imported/0010.png-be60335274e8a1aa881544ef5a15845f.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0011.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0011.png new file mode 100644 index 0000000..8ee9ffc Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0011.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0011.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0011.png.import new file mode 100644 index 0000000..0d86ba4 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0011.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brlwt676a1aoy" +path="res://.godot/imported/0011.png-1332010b3c3377ef4c49c8c60b6cab31.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0011.png" +dest_files=["res://.godot/imported/0011.png-1332010b3c3377ef4c49c8c60b6cab31.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0012.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0012.png new file mode 100644 index 0000000..cb32dc6 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0012.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0012.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0012.png.import new file mode 100644 index 0000000..f74a7b6 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0012.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhobkre7c1wim" +path="res://.godot/imported/0012.png-3e4290f5702a0c9a77255599f6a13753.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0012.png" +dest_files=["res://.godot/imported/0012.png-3e4290f5702a0c9a77255599f6a13753.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0013.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0013.png new file mode 100644 index 0000000..be4aee9 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0013.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0013.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0013.png.import new file mode 100644 index 0000000..a7cd1a4 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0013.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cy4ciytupsr5t" +path="res://.godot/imported/0013.png-1a43f8f0826798a79062af2637f77e33.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0013.png" +dest_files=["res://.godot/imported/0013.png-1a43f8f0826798a79062af2637f77e33.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0014.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0014.png new file mode 100644 index 0000000..9ce0369 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0014.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0014.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0014.png.import new file mode 100644 index 0000000..e526297 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0014.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ck4bfh8tgpltm" +path="res://.godot/imported/0014.png-3e639cf168b8fe7f8a677ef31d4af5b9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0014.png" +dest_files=["res://.godot/imported/0014.png-3e639cf168b8fe7f8a677ef31d4af5b9.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0015.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0015.png new file mode 100644 index 0000000..14ed974 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0015.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0015.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0015.png.import new file mode 100644 index 0000000..857194b --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0015.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c4xqxxb5r07e3" +path="res://.godot/imported/0015.png-1ce5237da2991d424fe11e5333740695.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0015.png" +dest_files=["res://.godot/imported/0015.png-1ce5237da2991d424fe11e5333740695.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0016.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0016.png new file mode 100644 index 0000000..746401c Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0016.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0016.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0016.png.import new file mode 100644 index 0000000..cfa7b04 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0016.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2y0dl1lldgsp" +path="res://.godot/imported/0016.png-03431c8047472c1325a3f47207b688ec.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0016.png" +dest_files=["res://.godot/imported/0016.png-03431c8047472c1325a3f47207b688ec.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0017.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0017.png new file mode 100644 index 0000000..5c85edf Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0017.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0017.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0017.png.import new file mode 100644 index 0000000..9ee8e26 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0017.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8r5kywoi4jmh" +path="res://.godot/imported/0017.png-39e5f45b0cba41ee010f26f02609d126.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0017.png" +dest_files=["res://.godot/imported/0017.png-39e5f45b0cba41ee010f26f02609d126.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0018.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0018.png new file mode 100644 index 0000000..ed23e94 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0018.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0018.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0018.png.import new file mode 100644 index 0000000..93509ea --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0018.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bst1tf4ve42q3" +path="res://.godot/imported/0018.png-f2d5fb3df05f3b2fd8cc1fe44a739c41.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0018.png" +dest_files=["res://.godot/imported/0018.png-f2d5fb3df05f3b2fd8cc1fe44a739c41.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0019.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0019.png new file mode 100644 index 0000000..2a2b0d5 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0019.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0019.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0019.png.import new file mode 100644 index 0000000..9ed26d0 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0019.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6rhxu6qknd8w" +path="res://.godot/imported/0019.png-2511439a85ba44a2399d69da5114e653.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0019.png" +dest_files=["res://.godot/imported/0019.png-2511439a85ba44a2399d69da5114e653.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0020.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0020.png new file mode 100644 index 0000000..f07243e Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0020.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0020.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0020.png.import new file mode 100644 index 0000000..5b954a2 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0020.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brhrs61o5rujt" +path="res://.godot/imported/0020.png-90210d4dec8607fa2d3370e325b68a39.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0020.png" +dest_files=["res://.godot/imported/0020.png-90210d4dec8607fa2d3370e325b68a39.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0021.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0021.png new file mode 100644 index 0000000..badac9c Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0021.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0021.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0021.png.import new file mode 100644 index 0000000..3fe0aeb --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0021.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0saqqoku13ku" +path="res://.godot/imported/0021.png-71500640c65d7efb5302a578d461480e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0021.png" +dest_files=["res://.godot/imported/0021.png-71500640c65d7efb5302a578d461480e.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0022.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0022.png new file mode 100644 index 0000000..437291f Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0022.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0022.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0022.png.import new file mode 100644 index 0000000..9b48bd7 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0022.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwdbcw1cjsbof" +path="res://.godot/imported/0022.png-68e71149d9b93dc7255b9163a64cdd1e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0022.png" +dest_files=["res://.godot/imported/0022.png-68e71149d9b93dc7255b9163a64cdd1e.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0023.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0023.png new file mode 100644 index 0000000..e3c217e Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0023.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0023.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0023.png.import new file mode 100644 index 0000000..3ca0a37 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0023.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dut5et8ywb681" +path="res://.godot/imported/0023.png-4d24a746d0758473c8cfc497b3fa7e2f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0023.png" +dest_files=["res://.godot/imported/0023.png-4d24a746d0758473c8cfc497b3fa7e2f.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0024.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0024.png new file mode 100644 index 0000000..db36471 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0024.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0024.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0024.png.import new file mode 100644 index 0000000..7e10b77 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0024.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d4mvouwtvoxqc" +path="res://.godot/imported/0024.png-d4d98e283f2a48cdc675278e7d0462d9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0024.png" +dest_files=["res://.godot/imported/0024.png-d4d98e283f2a48cdc675278e7d0462d9.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0025.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0025.png new file mode 100644 index 0000000..8c30f08 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0025.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0025.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0025.png.import new file mode 100644 index 0000000..bd15192 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0025.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cul3afymkhn5v" +path="res://.godot/imported/0025.png-7ea7ec891081a20ad17a18d93c3db24e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0025.png" +dest_files=["res://.godot/imported/0025.png-7ea7ec891081a20ad17a18d93c3db24e.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0026.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0026.png new file mode 100644 index 0000000..e97dd3a Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0026.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0026.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0026.png.import new file mode 100644 index 0000000..f85f850 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0026.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djb0pq8dm886u" +path="res://.godot/imported/0026.png-783e545658815b94822366979f41f3f3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0026.png" +dest_files=["res://.godot/imported/0026.png-783e545658815b94822366979f41f3f3.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0027.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0027.png new file mode 100644 index 0000000..94cb956 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0027.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0027.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0027.png.import new file mode 100644 index 0000000..e1a5383 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0027.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d0g5uc0yxitfr" +path="res://.godot/imported/0027.png-fe12903b798b51ce0467f1810f14d8be.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0027.png" +dest_files=["res://.godot/imported/0027.png-fe12903b798b51ce0467f1810f14d8be.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0028.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0028.png new file mode 100644 index 0000000..4df3b37 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0028.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0028.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0028.png.import new file mode 100644 index 0000000..225cc66 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0028.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d3qagmmo48ski" +path="res://.godot/imported/0028.png-f2f4b0175255e352c4d36149be0671dc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0028.png" +dest_files=["res://.godot/imported/0028.png-f2f4b0175255e352c4d36149be0671dc.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0029.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0029.png new file mode 100644 index 0000000..3626727 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0029.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0029.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0029.png.import new file mode 100644 index 0000000..4c86618 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0029.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d4d0pl0m2ihbn" +path="res://.godot/imported/0029.png-841ba778d4dbc4f3b360c90e3a6e5e9f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0029.png" +dest_files=["res://.godot/imported/0029.png-841ba778d4dbc4f3b360c90e3a6e5e9f.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0030.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0030.png new file mode 100644 index 0000000..251c096 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0030.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0030.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0030.png.import new file mode 100644 index 0000000..5eccb2b --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0030.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhiymod46hgjt" +path="res://.godot/imported/0030.png-6ed4381cb0b4d2dc9bf0d44f36730cbb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0030.png" +dest_files=["res://.godot/imported/0030.png-6ed4381cb0b4d2dc9bf0d44f36730cbb.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0031.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0031.png new file mode 100644 index 0000000..e7f3f29 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0031.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0031.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0031.png.import new file mode 100644 index 0000000..4054719 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0031.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ddh2pydqyx52i" +path="res://.godot/imported/0031.png-d533148156f2b2485e81fa294b3ab066.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0031.png" +dest_files=["res://.godot/imported/0031.png-d533148156f2b2485e81fa294b3ab066.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0032.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0032.png new file mode 100644 index 0000000..5866e37 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0032.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0032.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0032.png.import new file mode 100644 index 0000000..a5b45c4 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0032.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0agwwkpu536l" +path="res://.godot/imported/0032.png-567aa18f73300af01f9ea76c5d3df5c6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0032.png" +dest_files=["res://.godot/imported/0032.png-567aa18f73300af01f9ea76c5d3df5c6.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0033.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0033.png new file mode 100644 index 0000000..353988a Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0033.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0033.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0033.png.import new file mode 100644 index 0000000..ba3811b --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0033.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cr0jjetowtain" +path="res://.godot/imported/0033.png-5dd9a338395f821058a78ac36a5a8961.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0033.png" +dest_files=["res://.godot/imported/0033.png-5dd9a338395f821058a78ac36a5a8961.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0034.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0034.png new file mode 100644 index 0000000..1049b44 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0034.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0034.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0034.png.import new file mode 100644 index 0000000..7f26bdc --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0034.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://f817va1asy88" +path="res://.godot/imported/0034.png-d51280b0e4c8f4602929bf25f2e607e6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0034.png" +dest_files=["res://.godot/imported/0034.png-d51280b0e4c8f4602929bf25f2e607e6.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0035.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0035.png new file mode 100644 index 0000000..b321080 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0035.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0035.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0035.png.import new file mode 100644 index 0000000..1ad322a --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0035.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cagkc16k3uri1" +path="res://.godot/imported/0035.png-c1dc8c40a3a1dcda7aec6322a3b62558.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0035.png" +dest_files=["res://.godot/imported/0035.png-c1dc8c40a3a1dcda7aec6322a3b62558.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0036.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0036.png new file mode 100644 index 0000000..8e6dab7 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0036.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0036.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0036.png.import new file mode 100644 index 0000000..36269fa --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0036.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvoj30yf5aiu6" +path="res://.godot/imported/0036.png-4b3a3f90157c2fc8fe2f3e43c6602091.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0036.png" +dest_files=["res://.godot/imported/0036.png-4b3a3f90157c2fc8fe2f3e43c6602091.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0037.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0037.png new file mode 100644 index 0000000..bcbf3a1 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0037.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0037.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0037.png.import new file mode 100644 index 0000000..53ce56f --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0037.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xj2ff2l6xi4a" +path="res://.godot/imported/0037.png-2c7ea395c1569dd2508a29705b1302b1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0037.png" +dest_files=["res://.godot/imported/0037.png-2c7ea395c1569dd2508a29705b1302b1.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0038.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0038.png new file mode 100644 index 0000000..0406a65 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0038.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0038.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0038.png.import new file mode 100644 index 0000000..d5ba925 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0038.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7pkbt1muu4uo" +path="res://.godot/imported/0038.png-72ed16c8ed2a3936bc70069d37e37978.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0038.png" +dest_files=["res://.godot/imported/0038.png-72ed16c8ed2a3936bc70069d37e37978.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0039.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0039.png new file mode 100644 index 0000000..b04218a Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0039.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0039.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0039.png.import new file mode 100644 index 0000000..f958afd --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0039.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cvf1457sesjko" +path="res://.godot/imported/0039.png-8362dd9286589dd36fabab229bfd70c0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0039.png" +dest_files=["res://.godot/imported/0039.png-8362dd9286589dd36fabab229bfd70c0.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0040.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0040.png new file mode 100644 index 0000000..c875602 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0040.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0040.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0040.png.import new file mode 100644 index 0000000..2d10c07 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0040.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://buk83jy7gt0ch" +path="res://.godot/imported/0040.png-ab1f28e35b3bbc1d348321026ad73ce5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0040.png" +dest_files=["res://.godot/imported/0040.png-ab1f28e35b3bbc1d348321026ad73ce5.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0041.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0041.png new file mode 100644 index 0000000..7a5616f Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0041.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0041.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0041.png.import new file mode 100644 index 0000000..08a4b29 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0041.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xb2j8mhdplqa" +path="res://.godot/imported/0041.png-614f0970370fbf04b3c64905c4d74b21.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0041.png" +dest_files=["res://.godot/imported/0041.png-614f0970370fbf04b3c64905c4d74b21.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0042.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0042.png new file mode 100644 index 0000000..e15327b Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0042.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0042.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0042.png.import new file mode 100644 index 0000000..fe3c114 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0042.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jkaevlpcs7km" +path="res://.godot/imported/0042.png-e893a96d5a71a8875d1f582b6e9335db.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0042.png" +dest_files=["res://.godot/imported/0042.png-e893a96d5a71a8875d1f582b6e9335db.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0043.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0043.png new file mode 100644 index 0000000..6703781 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0043.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0043.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0043.png.import new file mode 100644 index 0000000..de420a9 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0043.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qyd53r781ye1" +path="res://.godot/imported/0043.png-47ff666b3fc4f4ccca76b7f4ab5a5887.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0043.png" +dest_files=["res://.godot/imported/0043.png-47ff666b3fc4f4ccca76b7f4ab5a5887.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0044.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0044.png new file mode 100644 index 0000000..ffc767a Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0044.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0044.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0044.png.import new file mode 100644 index 0000000..7cb3598 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0044.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctyvww42cfkff" +path="res://.godot/imported/0044.png-ed570a89aea8baf7c222081092526116.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0044.png" +dest_files=["res://.godot/imported/0044.png-ed570a89aea8baf7c222081092526116.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0045.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0045.png new file mode 100644 index 0000000..d7414c2 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0045.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0045.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0045.png.import new file mode 100644 index 0000000..b6adb3d --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0045.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cpd13xqaspis7" +path="res://.godot/imported/0045.png-c967997f0d79aed003d8bb8c0135113e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0045.png" +dest_files=["res://.godot/imported/0045.png-c967997f0d79aed003d8bb8c0135113e.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0046.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0046.png new file mode 100644 index 0000000..3c976b4 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0046.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0046.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0046.png.import new file mode 100644 index 0000000..6ea52d0 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0046.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5fh1766qh7xw" +path="res://.godot/imported/0046.png-e9fce98d42aef92a34f9bc3e36f08510.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0046.png" +dest_files=["res://.godot/imported/0046.png-e9fce98d42aef92a34f9bc3e36f08510.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0047.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0047.png new file mode 100644 index 0000000..8027767 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0047.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0047.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0047.png.import new file mode 100644 index 0000000..346d294 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0047.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gedrh4gfcwff" +path="res://.godot/imported/0047.png-10f0e2b5c8fa9328e2c6a07804435890.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0047.png" +dest_files=["res://.godot/imported/0047.png-10f0e2b5c8fa9328e2c6a07804435890.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 diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0048.png b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0048.png new file mode 100644 index 0000000..680ff00 Binary files /dev/null and b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0048.png differ diff --git a/art/animation/vesna/Side/S03-Walk_BP_Lantern/0048.png.import b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0048.png.import new file mode 100644 index 0000000..81db976 --- /dev/null +++ b/art/animation/vesna/Side/S03-Walk_BP_Lantern/0048.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ubogqtf32p2l" +path="res://.godot/imported/0048.png-98f643e1e0869a3c4c5497e7261fdf59.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/animation/vesna/Side/S03-Walk_BP_Lantern/0048.png" +dest_files=["res://.godot/imported/0048.png-98f643e1e0869a3c4c5497e7261fdf59.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 diff --git a/art/characters/Vesna/babushka concept art vesna.png b/art/characters/Vesna/babushka concept art vesna.png new file mode 100644 index 0000000..b39116f Binary files /dev/null and b/art/characters/Vesna/babushka concept art vesna.png differ diff --git a/art/characters/Vesna/babushka concept art vesna.png.import b/art/characters/Vesna/babushka concept art vesna.png.import new file mode 100644 index 0000000..ece087f --- /dev/null +++ b/art/characters/Vesna/babushka concept art vesna.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duaideiajsu8r" +path.s3tc="res://.godot/imported/babushka concept art vesna.png-8b0c148fc367a1844b60b9d0229fc781.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/characters/Vesna/babushka concept art vesna.png" +dest_files=["res://.godot/imported/babushka concept art vesna.png-8b0c148fc367a1844b60b9d0229fc781.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/characters/Vesna/babushka concept art vesna.png~ b/art/characters/Vesna/babushka concept art vesna.png~ new file mode 100644 index 0000000..4a09e96 Binary files /dev/null and b/art/characters/Vesna/babushka concept art vesna.png~ differ diff --git a/art/eyes_atlas.png b/art/eyes_atlas.png new file mode 100644 index 0000000..1c2a116 Binary files /dev/null and b/art/eyes_atlas.png differ diff --git a/art/eyes_atlas.png.import b/art/eyes_atlas.png.import new file mode 100644 index 0000000..3504cc6 --- /dev/null +++ b/art/eyes_atlas.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckvytnpi8gcxq" +path.s3tc="res://.godot/imported/eyes_atlas.png-45ca873b3be9ed3453849d9e65c046f4.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/eyes_atlas.png" +dest_files=["res://.godot/imported/eyes_atlas.png-45ca873b3be9ed3453849d9e65c046f4.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/farming/farmobjekte/broken tools atlas.png b/art/farm/farming/farmobjekte/broken tools atlas.png new file mode 100644 index 0000000..bd07878 Binary files /dev/null and b/art/farm/farming/farmobjekte/broken tools atlas.png differ diff --git a/art/farm/farming/farmobjekte/broken tools atlas.png.import b/art/farm/farming/farmobjekte/broken tools atlas.png.import new file mode 100644 index 0000000..6752385 --- /dev/null +++ b/art/farm/farming/farmobjekte/broken tools atlas.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bylgmr0skwtrs" +path.s3tc="res://.godot/imported/broken tools atlas.png-ac2818c7b186429092a60cc6ac3b6431.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/broken tools atlas.png" +dest_files=["res://.godot/imported/broken tools atlas.png-ac2818c7b186429092a60cc6ac3b6431.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/farming/farmobjekte/brünnen.png b/art/farm/farming/farmobjekte/brünnen.png new file mode 100644 index 0000000..112eb2d Binary files /dev/null and b/art/farm/farming/farmobjekte/brünnen.png differ diff --git a/art/farm/farming/farmobjekte/brünnen.png.import b/art/farm/farming/farmobjekte/brünnen.png.import new file mode 100644 index 0000000..9758649 --- /dev/null +++ b/art/farm/farming/farmobjekte/brünnen.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dg7rlugnq0t45" +path="res://.godot/imported/brünnen.png-b8301d5c7cd7498598013b6742b0141c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/brünnen.png" +dest_files=["res://.godot/imported/brünnen.png-b8301d5c7cd7498598013b6742b0141c.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 diff --git a/art/farm/farming/farmobjekte/farmschild tomate.png b/art/farm/farming/farmobjekte/farmschild tomate.png new file mode 100644 index 0000000..94ba7ed Binary files /dev/null and b/art/farm/farming/farmobjekte/farmschild tomate.png differ diff --git a/art/farm/farming/farmobjekte/farmschild tomate.png.import b/art/farm/farming/farmobjekte/farmschild tomate.png.import new file mode 100644 index 0000000..b4ca325 --- /dev/null +++ b/art/farm/farming/farmobjekte/farmschild tomate.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://y46rqcu0wjbl" +path="res://.godot/imported/farmschild tomate.png-df4ab732bd632f04f363585eccbc40bb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/farmschild tomate.png" +dest_files=["res://.godot/imported/farmschild tomate.png-df4ab732bd632f04f363585eccbc40bb.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 diff --git a/art/farm/farming/farmobjekte/harke.png b/art/farm/farming/farmobjekte/harke.png new file mode 100644 index 0000000..1b501b5 Binary files /dev/null and b/art/farm/farming/farmobjekte/harke.png differ diff --git a/art/farm/farming/farmobjekte/harke.png.import b/art/farm/farming/farmobjekte/harke.png.import new file mode 100644 index 0000000..f5d6fb2 --- /dev/null +++ b/art/farm/farming/farmobjekte/harke.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c4ggew55w0icj" +path.s3tc="res://.godot/imported/harke.png-ae5b280d25e62308e3ea6db5803e7742.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/harke.png" +dest_files=["res://.godot/imported/harke.png-ae5b280d25e62308e3ea6db5803e7742.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png b/art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png new file mode 100644 index 0000000..dde86fd Binary files /dev/null and b/art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png differ diff --git a/art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png.import b/art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png.import new file mode 100644 index 0000000..0f555e7 --- /dev/null +++ b/art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cnwd3mb3jnuxm" +path.s3tc="res://.godot/imported/teen adulte tomaten.png-3c14080da09a3679865cf2a57ea6928e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png" +dest_files=["res://.godot/imported/teen adulte tomaten.png-3c14080da09a3679865cf2a57ea6928e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/farming/farmobjekte/tomaten/tomaten baby.png b/art/farm/farming/farmobjekte/tomaten/tomaten baby.png new file mode 100644 index 0000000..c80d74b Binary files /dev/null and b/art/farm/farming/farmobjekte/tomaten/tomaten baby.png differ diff --git a/art/farm/farming/farmobjekte/tomaten/tomaten baby.png.import b/art/farm/farming/farmobjekte/tomaten/tomaten baby.png.import new file mode 100644 index 0000000..fc0d7b1 --- /dev/null +++ b/art/farm/farming/farmobjekte/tomaten/tomaten baby.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dtr4uga5uspg" +path.s3tc="res://.godot/imported/tomaten baby.png-c3592c3524057398beb53c89811f2645.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/tomaten/tomaten baby.png" +dest_files=["res://.godot/imported/tomaten baby.png-c3592c3524057398beb53c89811f2645.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/farming/farmobjekte/tomaten/tomaten blume.png b/art/farm/farming/farmobjekte/tomaten/tomaten blume.png new file mode 100644 index 0000000..62b8eee Binary files /dev/null and b/art/farm/farming/farmobjekte/tomaten/tomaten blume.png differ diff --git a/art/farm/farming/farmobjekte/tomaten/tomaten blume.png.import b/art/farm/farming/farmobjekte/tomaten/tomaten blume.png.import new file mode 100644 index 0000000..6f6f616 --- /dev/null +++ b/art/farm/farming/farmobjekte/tomaten/tomaten blume.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2gu6ur2xc7s4" +path.s3tc="res://.godot/imported/tomaten blume.png-56515df45f1486b05f76e829c607a489.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/tomaten/tomaten blume.png" +dest_files=["res://.godot/imported/tomaten blume.png-56515df45f1486b05f76e829c607a489.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/farming/farmobjekte/tomaten/tomatenfail.png b/art/farm/farming/farmobjekte/tomaten/tomatenfail.png new file mode 100644 index 0000000..8282873 Binary files /dev/null and b/art/farm/farming/farmobjekte/tomaten/tomatenfail.png differ diff --git a/art/farm/farming/farmobjekte/tomaten/tomatenfail.png.import b/art/farm/farming/farmobjekte/tomaten/tomatenfail.png.import new file mode 100644 index 0000000..7c4253e --- /dev/null +++ b/art/farm/farming/farmobjekte/tomaten/tomatenfail.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://gx6b3smpbv17" +path="res://.godot/imported/tomatenfail.png-ea6022b3c2bb2817d8472dacddc078dc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/tomaten/tomatenfail.png" +dest_files=["res://.godot/imported/tomatenfail.png-ea6022b3c2bb2817d8472dacddc078dc.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 diff --git a/art/farm/farming/farmobjekte/tools atlas.png b/art/farm/farming/farmobjekte/tools atlas.png new file mode 100644 index 0000000..82ee5ac Binary files /dev/null and b/art/farm/farming/farmobjekte/tools atlas.png differ diff --git a/art/farm/farming/farmobjekte/tools atlas.png.import b/art/farm/farming/farmobjekte/tools atlas.png.import new file mode 100644 index 0000000..1f7b9c9 --- /dev/null +++ b/art/farm/farming/farmobjekte/tools atlas.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://x8hr8287ff2n" +path.s3tc="res://.godot/imported/tools atlas.png-6bb854eba7b52fe0263410000fb8738e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/tools atlas.png" +dest_files=["res://.godot/imported/tools atlas.png-6bb854eba7b52fe0263410000fb8738e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/farming/farmobjekte/zaun/fence part end part.png b/art/farm/farming/farmobjekte/zaun/fence part end part.png new file mode 100644 index 0000000..984c664 Binary files /dev/null and b/art/farm/farming/farmobjekte/zaun/fence part end part.png differ diff --git a/art/farm/farming/farmobjekte/zaun/fence part end part.png.import b/art/farm/farming/farmobjekte/zaun/fence part end part.png.import new file mode 100644 index 0000000..8746cda --- /dev/null +++ b/art/farm/farming/farmobjekte/zaun/fence part end part.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://csig0r8rffflt" +path="res://.godot/imported/fence part end part.png-eb57fa6bd3b30e6dbbabec560b997ff4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/zaun/fence part end part.png" +dest_files=["res://.godot/imported/fence part end part.png-eb57fa6bd3b30e6dbbabec560b997ff4.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 diff --git a/art/farm/farming/farmobjekte/zaun/tilable fence end part2.png b/art/farm/farming/farmobjekte/zaun/tilable fence end part2.png new file mode 100644 index 0000000..0bb8f28 Binary files /dev/null and b/art/farm/farming/farmobjekte/zaun/tilable fence end part2.png differ diff --git a/art/farm/farming/farmobjekte/zaun/tilable fence end part2.png.import b/art/farm/farming/farmobjekte/zaun/tilable fence end part2.png.import new file mode 100644 index 0000000..a645d5b --- /dev/null +++ b/art/farm/farming/farmobjekte/zaun/tilable fence end part2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3ed3dgq3irn2" +path="res://.godot/imported/tilable fence end part2.png-94f622b7b49f085aaaf4ff258b729767.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/zaun/tilable fence end part2.png" +dest_files=["res://.godot/imported/tilable fence end part2.png-94f622b7b49f085aaaf4ff258b729767.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 diff --git a/art/farm/farming/farmobjekte/zaun/tilable fence middle part.png b/art/farm/farming/farmobjekte/zaun/tilable fence middle part.png new file mode 100644 index 0000000..7c13f9e Binary files /dev/null and b/art/farm/farming/farmobjekte/zaun/tilable fence middle part.png differ diff --git a/art/farm/farming/farmobjekte/zaun/tilable fence middle part.png.import b/art/farm/farming/farmobjekte/zaun/tilable fence middle part.png.import new file mode 100644 index 0000000..d260d84 --- /dev/null +++ b/art/farm/farming/farmobjekte/zaun/tilable fence middle part.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btea6eyucsyxj" +path="res://.godot/imported/tilable fence middle part.png-2b7fa49db8ce3ad309b2d3a36ce1c2d8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/farm/farming/farmobjekte/zaun/tilable fence middle part.png" +dest_files=["res://.godot/imported/tilable fence middle part.png-2b7fa49db8ce3ad309b2d3a36ce1c2d8.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 diff --git a/art/farm/tilable grounds/böden/brüchiger beton boden.png b/art/farm/tilable grounds/böden/brüchiger beton boden.png new file mode 100644 index 0000000..98f81b7 Binary files /dev/null and b/art/farm/tilable grounds/böden/brüchiger beton boden.png differ diff --git a/art/farm/tilable grounds/böden/brüchiger beton boden.png.import b/art/farm/tilable grounds/böden/brüchiger beton boden.png.import new file mode 100644 index 0000000..b1389ce --- /dev/null +++ b/art/farm/tilable grounds/böden/brüchiger beton boden.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hlgoftb0fv34" +path="res://.godot/imported/brüchiger beton boden.png-0b5172f7b057f0d0b99c85a5f3345e5d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/farm/tilable grounds/böden/brüchiger beton boden.png" +dest_files=["res://.godot/imported/brüchiger beton boden.png-0b5172f7b057f0d0b99c85a5f3345e5d.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 diff --git a/art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png b/art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png new file mode 100644 index 0000000..fc635b2 Binary files /dev/null and b/art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png differ diff --git a/art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png.import b/art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png.import new file mode 100644 index 0000000..8e0bf59 --- /dev/null +++ b/art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lvhbicmwqab5" +path.s3tc="res://.godot/imported/fruchtbarer wilder trockender boden.png-37f660af88fc858336cb334b46e6c096.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png" +dest_files=["res://.godot/imported/fruchtbarer wilder trockender boden.png-37f660af88fc858336cb334b46e6c096.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/tilable grounds/böden/nasse farming erde.png b/art/farm/tilable grounds/böden/nasse farming erde.png new file mode 100644 index 0000000..b6f34fe Binary files /dev/null and b/art/farm/tilable grounds/böden/nasse farming erde.png differ diff --git a/art/farm/tilable grounds/böden/nasse farming erde.png.import b/art/farm/tilable grounds/böden/nasse farming erde.png.import new file mode 100644 index 0000000..dd460e6 --- /dev/null +++ b/art/farm/tilable grounds/böden/nasse farming erde.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctvdxwgmfaj5c" +path.s3tc="res://.godot/imported/nasse farming erde.png-b0f4616f6a155f8e5d49e54e16723440.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/tilable grounds/böden/nasse farming erde.png" +dest_files=["res://.godot/imported/nasse farming erde.png-b0f4616f6a155f8e5d49e54e16723440.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/farm/tilable grounds/böden/trockene farming erde.png b/art/farm/tilable grounds/böden/trockene farming erde.png new file mode 100644 index 0000000..32ab22d Binary files /dev/null and b/art/farm/tilable grounds/böden/trockene farming erde.png differ diff --git a/art/farm/tilable grounds/böden/trockene farming erde.png.import b/art/farm/tilable grounds/böden/trockene farming erde.png.import new file mode 100644 index 0000000..dfa367d --- /dev/null +++ b/art/farm/tilable grounds/böden/trockene farming erde.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2pirgay3jfnn" +path.s3tc="res://.godot/imported/trockene farming erde.png-30b7fe53a3562b74dbce84a12792c292.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/farm/tilable grounds/böden/trockene farming erde.png" +dest_files=["res://.godot/imported/trockene farming erde.png-30b7fe53a3562b74dbce84a12792c292.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/materials/Tilleable_ground.tres b/art/materials/Tilleable_ground.tres new file mode 100644 index 0000000..5b40147 --- /dev/null +++ b/art/materials/Tilleable_ground.tres @@ -0,0 +1,6 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://p1mf3uc4k164"] + +[ext_resource type="Texture2D" uid="uid://lvhbicmwqab5" path="res://art/farm/tilable grounds/böden/fruchtbarer wilder trockender boden.png" id="1_e2qgx"] + +[resource] +albedo_texture = ExtResource("1_e2qgx") diff --git a/art/mockups/3d/best_house.blend.import b/art/mockups/3d/best_house.blend.import new file mode 100644 index 0000000..8fa9133 --- /dev/null +++ b/art/mockups/3d/best_house.blend.import @@ -0,0 +1,52 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dx1se6asf5flx" +valid=false + +[deps] + +source_file="res://graphics/mockups/3d/best_house.blend" + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/export_geometry_nodes_instances=false +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/art/mockups/3d/best_house.fbx b/art/mockups/3d/best_house.fbx new file mode 100644 index 0000000..9a39d08 Binary files /dev/null and b/art/mockups/3d/best_house.fbx differ diff --git a/art/mockups/3d/best_house.fbx.import b/art/mockups/3d/best_house.fbx.import new file mode 100644 index 0000000..9a0a230 --- /dev/null +++ b/art/mockups/3d/best_house.fbx.import @@ -0,0 +1,38 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ltm8ca0prco" +path="res://.godot/imported/best_house.fbx-4ae48aee334632a2966d1ba939f676f4.scn" + +[deps] + +source_file="res://art/mockups/3d/best_house.fbx" +dest_files=["res://.godot/imported/best_house.fbx-4ae48aee334632a2966d1ba939f676f4.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 diff --git a/art/mockups/3d/best_house_0.png b/art/mockups/3d/best_house_0.png new file mode 100644 index 0000000..5c57840 Binary files /dev/null and b/art/mockups/3d/best_house_0.png differ diff --git a/art/mockups/3d/best_house_0.png.import b/art/mockups/3d/best_house_0.png.import new file mode 100644 index 0000000..491c75f --- /dev/null +++ b/art/mockups/3d/best_house_0.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://1fo0mabcn5kx" +path.s3tc="res://.godot/imported/best_house_0.png-6f559550836db1ff871fec0c0bc919fe.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "314b83e7cb5e9b5cd263106affcd85d2" +} + +[deps] + +source_file="res://art/mockups/3d/best_house_0.png" +dest_files=["res://.godot/imported/best_house_0.png-6f559550836db1ff871fec0c0bc919fe.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/mockups/3d/best_house_blender.blend b/art/mockups/3d/best_house_blender.blend new file mode 100644 index 0000000..d131205 Binary files /dev/null and b/art/mockups/3d/best_house_blender.blend differ diff --git a/art/mockups/3d/best_house_blender.blend.import b/art/mockups/3d/best_house_blender.blend.import new file mode 100644 index 0000000..7031f50 --- /dev/null +++ b/art/mockups/3d/best_house_blender.blend.import @@ -0,0 +1,53 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b3kyrsoobmkhp" +path="res://.godot/imported/best_house_blender.blend-ac89c74aef2f275bdf4b4baadee17c0c.scn" + +[deps] + +source_file="res://art/mockups/3d/best_house_blender.blend" +dest_files=["res://.godot/imported/best_house_blender.blend-ac89c74aef2f275bdf4b4baadee17c0c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/export_geometry_nodes_instances=false +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/art/mockups/3d/textures/house_prototypelayout.png b/art/mockups/3d/textures/house_prototypelayout.png new file mode 100644 index 0000000..cc807ad Binary files /dev/null and b/art/mockups/3d/textures/house_prototypelayout.png differ diff --git a/art/mockups/3d/textures/house_prototypelayout.png.import b/art/mockups/3d/textures/house_prototypelayout.png.import new file mode 100644 index 0000000..d838395 --- /dev/null +++ b/art/mockups/3d/textures/house_prototypelayout.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c3gm7cog1gjrf" +path.s3tc="res://.godot/imported/house_prototypelayout.png-3dc0e35913507541b740c33ed9c45e44.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={} + +[deps] + +source_file="res://art/mockups/3d/textures/house_prototypelayout.png" +dest_files=["res://.godot/imported/house_prototypelayout.png-3dc0e35913507541b740c33ed9c45e44.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/testingground/Doll.png b/art/mockups/Doll.png similarity index 100% rename from graphics/testingground/Doll.png rename to art/mockups/Doll.png diff --git a/art/mockups/Doll.png.import b/art/mockups/Doll.png.import new file mode 100644 index 0000000..84fd902 --- /dev/null +++ b/art/mockups/Doll.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dj1syhq0dmf3p" +path.s3tc="res://.godot/imported/Doll.png-eb8abb94cf0e10dbde948dff67d87cee.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/Doll.png" +dest_files=["res://.godot/imported/Doll.png-eb8abb94cf0e10dbde948dff67d87cee.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/testingground/IveSeenSomeShit.png b/art/mockups/IveSeenSomeShit.png similarity index 100% rename from graphics/testingground/IveSeenSomeShit.png rename to art/mockups/IveSeenSomeShit.png diff --git a/art/mockups/IveSeenSomeShit.png.import b/art/mockups/IveSeenSomeShit.png.import new file mode 100644 index 0000000..0f46243 --- /dev/null +++ b/art/mockups/IveSeenSomeShit.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcah7lrg2oae1" +path.s3tc="res://.godot/imported/IveSeenSomeShit.png-51f183f1961c09fc3ab5204f325d149e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/IveSeenSomeShit.png" +dest_files=["res://.godot/imported/IveSeenSomeShit.png-51f183f1961c09fc3ab5204f325d149e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/testingground/TakeThatCandy.png b/art/mockups/TakeThatCandy.png similarity index 100% rename from graphics/testingground/TakeThatCandy.png rename to art/mockups/TakeThatCandy.png diff --git a/graphics/testingground/TakeThatCandy.png.import b/art/mockups/TakeThatCandy.png.import similarity index 56% rename from graphics/testingground/TakeThatCandy.png.import rename to art/mockups/TakeThatCandy.png.import index 2ca9dce..768b97c 100644 --- a/graphics/testingground/TakeThatCandy.png.import +++ b/art/mockups/TakeThatCandy.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://cumdgxn0ibpv7" -path="res://.godot/imported/TakeThatCandy.png-f01b70ef03aa14681b514f7be251778e.ctex" +path.s3tc="res://.godot/imported/TakeThatCandy.png-87e5c21944d27336fde6cf628afc613b.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/TakeThatCandy.png" -dest_files=["res://.godot/imported/TakeThatCandy.png-f01b70ef03aa14681b514f7be251778e.ctex"] +source_file="res://art/mockups/TakeThatCandy.png" +dest_files=["res://.godot/imported/TakeThatCandy.png-87e5c21944d27336fde6cf628afc613b.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/concerned.png b/art/mockups/concerned.png similarity index 100% rename from graphics/testingground/concerned.png rename to art/mockups/concerned.png diff --git a/graphics/testingground/concerned.png.import b/art/mockups/concerned.png.import similarity index 57% rename from graphics/testingground/concerned.png.import rename to art/mockups/concerned.png.import index dbbf074..3090f7c 100644 --- a/graphics/testingground/concerned.png.import +++ b/art/mockups/concerned.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvn2p215jq2am" -path="res://.godot/imported/concerned.png-205741d8bc7fe187c462562cc67cb650.ctex" +path.s3tc="res://.godot/imported/concerned.png-2fd93cdb0df3e6b58e09c409cc259781.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/concerned.png" -dest_files=["res://.godot/imported/concerned.png-205741d8bc7fe187c462562cc67cb650.ctex"] +source_file="res://art/mockups/concerned.png" +dest_files=["res://.godot/imported/concerned.png-2fd93cdb0df3e6b58e09c409cc259781.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/art/mockups/erdbeeren.png b/art/mockups/erdbeeren.png new file mode 100644 index 0000000..2178148 Binary files /dev/null and b/art/mockups/erdbeeren.png differ diff --git a/art/mockups/erdbeeren.png.import b/art/mockups/erdbeeren.png.import new file mode 100644 index 0000000..a683de4 --- /dev/null +++ b/art/mockups/erdbeeren.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://do0y56t1moi2" +path.s3tc="res://.godot/imported/erdbeeren.png-069552c79ea22035fd4b9b7515f02a0e.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/erdbeeren.png" +dest_files=["res://.godot/imported/erdbeeren.png-069552c79ea22035fd4b9b7515f02a0e.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/mockups/field_placeholder.png b/art/mockups/field_placeholder.png new file mode 100644 index 0000000..0c01bf6 Binary files /dev/null and b/art/mockups/field_placeholder.png differ diff --git a/art/mockups/field_placeholder.png.import b/art/mockups/field_placeholder.png.import new file mode 100644 index 0000000..3bd93ed --- /dev/null +++ b/art/mockups/field_placeholder.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cygt1j1m0vpqg" +path.s3tc="res://.godot/imported/field_placeholder.png-1083cc43466e6da772572116ea9e56cf.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/field_placeholder.png" +dest_files=["res://.godot/imported/field_placeholder.png-1083cc43466e6da772572116ea9e56cf.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/art/mockups/field_tilled_placeholder.png b/art/mockups/field_tilled_placeholder.png new file mode 100644 index 0000000..4368e1c Binary files /dev/null and b/art/mockups/field_tilled_placeholder.png differ diff --git a/art/mockups/field_tilled_placeholder.png.import b/art/mockups/field_tilled_placeholder.png.import new file mode 100644 index 0000000..461146e --- /dev/null +++ b/art/mockups/field_tilled_placeholder.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bayjkjplrh0tq" +path="res://.godot/imported/field_tilled_placeholder.png-818b9f5fb08932db7059b9347fe31f6f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/mockups/field_tilled_placeholder.png" +dest_files=["res://.godot/imported/field_tilled_placeholder.png-818b9f5fb08932db7059b9347fe31f6f.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 diff --git a/art/mockups/house_prototype.png b/art/mockups/house_prototype.png new file mode 100644 index 0000000..fdd72a0 Binary files /dev/null and b/art/mockups/house_prototype.png differ diff --git a/art/mockups/house_prototype.png.import b/art/mockups/house_prototype.png.import new file mode 100644 index 0000000..3084365 --- /dev/null +++ b/art/mockups/house_prototype.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7f3t65jskd6v" +path.s3tc="res://.godot/imported/house_prototype.png-65ba40e7aa7508eeb4a0de8533f8bbee.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/house_prototype.png" +dest_files=["res://.godot/imported/house_prototype.png-65ba40e7aa7508eeb4a0de8533f8bbee.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/mockups/darktree1.png b/art/mockups/trees/darktree1.png similarity index 100% rename from graphics/mockups/darktree1.png rename to art/mockups/trees/darktree1.png diff --git a/art/mockups/trees/darktree1.png.import b/art/mockups/trees/darktree1.png.import new file mode 100644 index 0000000..48fb6cb --- /dev/null +++ b/art/mockups/trees/darktree1.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cg1cxmqbo1pa" +path.s3tc="res://.godot/imported/darktree1.png-7a01b5ea7ed31119a70ad88207c8d112.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/trees/darktree1.png" +dest_files=["res://.godot/imported/darktree1.png-7a01b5ea7ed31119a70ad88207c8d112.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/mockups/darktree2.png b/art/mockups/trees/darktree2.png similarity index 100% rename from graphics/mockups/darktree2.png rename to art/mockups/trees/darktree2.png diff --git a/art/mockups/trees/darktree2.png.import b/art/mockups/trees/darktree2.png.import new file mode 100644 index 0000000..7accc94 --- /dev/null +++ b/art/mockups/trees/darktree2.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://fcm6etmmj65d" +path.s3tc="res://.godot/imported/darktree2.png-d0a4be105f772d9b25b3f18157bde352.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/trees/darktree2.png" +dest_files=["res://.godot/imported/darktree2.png-d0a4be105f772d9b25b3f18157bde352.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/mockups/darktree3.png b/art/mockups/trees/darktree3.png similarity index 100% rename from graphics/mockups/darktree3.png rename to art/mockups/trees/darktree3.png diff --git a/art/mockups/trees/darktree3.png.import b/art/mockups/trees/darktree3.png.import new file mode 100644 index 0000000..3b8903c --- /dev/null +++ b/art/mockups/trees/darktree3.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8h24ouqcqlxv" +path.s3tc="res://.godot/imported/darktree3.png-5ccef188e54a8fadb915940bd066c065.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/trees/darktree3.png" +dest_files=["res://.godot/imported/darktree3.png-5ccef188e54a8fadb915940bd066c065.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/mockups/darktree4.png b/art/mockups/trees/darktree4.png similarity index 100% rename from graphics/mockups/darktree4.png rename to art/mockups/trees/darktree4.png diff --git a/art/mockups/trees/darktree4.png.import b/art/mockups/trees/darktree4.png.import new file mode 100644 index 0000000..1c89927 --- /dev/null +++ b/art/mockups/trees/darktree4.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dcimm8umxko8" +path.s3tc="res://.godot/imported/darktree4.png-8408a9fba51997c7fcba0c67a3cacb2f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/mockups/trees/darktree4.png" +dest_files=["res://.godot/imported/darktree4.png-8408a9fba51997c7fcba0c67a3cacb2f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/mockups/darktree5.png b/art/mockups/trees/darktree5.png similarity index 100% rename from graphics/mockups/darktree5.png rename to art/mockups/trees/darktree5.png diff --git a/graphics/mockups/darktree5.png.import b/art/mockups/trees/darktree5.png.import similarity index 57% rename from graphics/mockups/darktree5.png.import rename to art/mockups/trees/darktree5.png.import index bbcc928..1d4f84d 100644 --- a/graphics/mockups/darktree5.png.import +++ b/art/mockups/trees/darktree5.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://rk30f4q2a1vm" -path="res://.godot/imported/darktree5.png-881d40bfdb6059f71c7e02910ea20291.ctex" +path.s3tc="res://.godot/imported/darktree5.png-10d2d471d8cef02de9ed1207202fde76.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/mockups/darktree5.png" -dest_files=["res://.godot/imported/darktree5.png-881d40bfdb6059f71c7e02910ea20291.ctex"] +source_file="res://art/mockups/trees/darktree5.png" +dest_files=["res://.godot/imported/darktree5.png-10d2d471d8cef02de9ed1207202fde76.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/mockups/darktree6.png b/art/mockups/trees/darktree6.png similarity index 100% rename from graphics/mockups/darktree6.png rename to art/mockups/trees/darktree6.png diff --git a/graphics/mockups/darktree6.png.import b/art/mockups/trees/darktree6.png.import similarity index 57% rename from graphics/mockups/darktree6.png.import rename to art/mockups/trees/darktree6.png.import index f00a8f8..f1305eb 100644 --- a/graphics/mockups/darktree6.png.import +++ b/art/mockups/trees/darktree6.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://xd1ob1jfq7pi" -path="res://.godot/imported/darktree6.png-521759c8c41c7d7d8b1927848573fb31.ctex" +path.s3tc="res://.godot/imported/darktree6.png-a78813fcec6d533e3e9d33200953c6ab.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/mockups/darktree6.png" -dest_files=["res://.godot/imported/darktree6.png-521759c8c41c7d7d8b1927848573fb31.ctex"] +source_file="res://art/mockups/trees/darktree6.png" +dest_files=["res://.godot/imported/darktree6.png-a78813fcec6d533e3e9d33200953c6ab.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/mockups/darktree7.png b/art/mockups/trees/darktree7.png similarity index 100% rename from graphics/mockups/darktree7.png rename to art/mockups/trees/darktree7.png diff --git a/graphics/mockups/darktree7.png.import b/art/mockups/trees/darktree7.png.import similarity index 57% rename from graphics/mockups/darktree7.png.import rename to art/mockups/trees/darktree7.png.import index 670fd88..ae231d7 100644 --- a/graphics/mockups/darktree7.png.import +++ b/art/mockups/trees/darktree7.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxfwua8h235xp" -path="res://.godot/imported/darktree7.png-792eec1560e1d356fcfe4dc06b6826b5.ctex" +path.s3tc="res://.godot/imported/darktree7.png-15c564e977b616181a65d0cb378c6e1b.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/mockups/darktree7.png" -dest_files=["res://.godot/imported/darktree7.png-792eec1560e1d356fcfe4dc06b6826b5.ctex"] +source_file="res://art/mockups/trees/darktree7.png" +dest_files=["res://.godot/imported/darktree7.png-15c564e977b616181a65d0cb378c6e1b.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/mockups/darktree8.png b/art/mockups/trees/darktree8.png similarity index 100% rename from graphics/mockups/darktree8.png rename to art/mockups/trees/darktree8.png diff --git a/graphics/mockups/darktree8.png.import b/art/mockups/trees/darktree8.png.import similarity index 57% rename from graphics/mockups/darktree8.png.import rename to art/mockups/trees/darktree8.png.import index 4141b2e..603c84a 100644 --- a/graphics/mockups/darktree8.png.import +++ b/art/mockups/trees/darktree8.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://bradm5u7vjjxq" -path="res://.godot/imported/darktree8.png-c82977a598fa7488efa01b0060f473e5.ctex" +path.s3tc="res://.godot/imported/darktree8.png-79e8d062b64128f8dd3592eafc2ae363.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/mockups/darktree8.png" -dest_files=["res://.godot/imported/darktree8.png-c82977a598fa7488efa01b0060f473e5.ctex"] +source_file="res://art/mockups/trees/darktree8.png" +dest_files=["res://.godot/imported/darktree8.png-79e8d062b64128f8dd3592eafc2ae363.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/mockups/darktree9.png b/art/mockups/trees/darktree9.png similarity index 100% rename from graphics/mockups/darktree9.png rename to art/mockups/trees/darktree9.png diff --git a/graphics/mockups/darktree9.png.import b/art/mockups/trees/darktree9.png.import similarity index 57% rename from graphics/mockups/darktree9.png.import rename to art/mockups/trees/darktree9.png.import index 79f97a0..42b052e 100644 --- a/graphics/mockups/darktree9.png.import +++ b/art/mockups/trees/darktree9.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://bryqg0hb4f0ry" -path="res://.godot/imported/darktree9.png-7e06c76477609c96f145e40553614f03.ctex" +path.s3tc="res://.godot/imported/darktree9.png-31a98d37d46a0145a92d215c4a9c5246.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/mockups/darktree9.png" -dest_files=["res://.godot/imported/darktree9.png-7e06c76477609c96f145e40553614f03.ctex"] +source_file="res://art/mockups/trees/darktree9.png" +dest_files=["res://.godot/imported/darktree9.png-31a98d37d46a0145a92d215c4a9c5246.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/mockups/oaktree1.png b/art/mockups/trees/oaktree1.png similarity index 100% rename from graphics/mockups/oaktree1.png rename to art/mockups/trees/oaktree1.png diff --git a/graphics/mockups/oaktree1.png.import b/art/mockups/trees/oaktree1.png.import similarity index 71% rename from graphics/mockups/oaktree1.png.import rename to art/mockups/trees/oaktree1.png.import index a13e535..646f58c 100644 --- a/graphics/mockups/oaktree1.png.import +++ b/art/mockups/trees/oaktree1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://btbggpuvn0tch" -path="res://.godot/imported/oaktree1.png-ad126a82d92647ea93af44b84e642df4.ctex" +path="res://.godot/imported/oaktree1.png-9b1d7d5f98e447d897488d1f68543047.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/mockups/oaktree1.png" -dest_files=["res://.godot/imported/oaktree1.png-ad126a82d92647ea93af44b84e642df4.ctex"] +source_file="res://art/mockups/trees/oaktree1.png" +dest_files=["res://.godot/imported/oaktree1.png-9b1d7d5f98e447d897488d1f68543047.ctex"] [params] diff --git a/graphics/mockups/oaktree2.png b/art/mockups/trees/oaktree2.png similarity index 100% rename from graphics/mockups/oaktree2.png rename to art/mockups/trees/oaktree2.png diff --git a/graphics/mockups/oaktree2.png.import b/art/mockups/trees/oaktree2.png.import similarity index 71% rename from graphics/mockups/oaktree2.png.import rename to art/mockups/trees/oaktree2.png.import index e1b1a6f..e730fbb 100644 --- a/graphics/mockups/oaktree2.png.import +++ b/art/mockups/trees/oaktree2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cm5llrc05fdug" -path="res://.godot/imported/oaktree2.png-02c0a1b4d28a2428be8d4c1574734500.ctex" +path="res://.godot/imported/oaktree2.png-4c5c5c4b27a025454e6930356b68b075.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/mockups/oaktree2.png" -dest_files=["res://.godot/imported/oaktree2.png-02c0a1b4d28a2428be8d4c1574734500.ctex"] +source_file="res://art/mockups/trees/oaktree2.png" +dest_files=["res://.godot/imported/oaktree2.png-4c5c5c4b27a025454e6930356b68b075.ctex"] [params] diff --git a/graphics/mockups/oaktree_highlight.png b/art/mockups/trees/oaktree_highlight.png similarity index 100% rename from graphics/mockups/oaktree_highlight.png rename to art/mockups/trees/oaktree_highlight.png diff --git a/graphics/mockups/oaktree_highlight.png.import b/art/mockups/trees/oaktree_highlight.png.import similarity index 69% rename from graphics/mockups/oaktree_highlight.png.import rename to art/mockups/trees/oaktree_highlight.png.import index ba3c17a..835ee5f 100644 --- a/graphics/mockups/oaktree_highlight.png.import +++ b/art/mockups/trees/oaktree_highlight.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cq8x8vu88bb6s" -path="res://.godot/imported/oaktree_highlight.png-c155ce6c303671d8888692b41f789638.ctex" +path="res://.godot/imported/oaktree_highlight.png-706371031e35f50b09506372e6257ecb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/mockups/oaktree_highlight.png" -dest_files=["res://.godot/imported/oaktree_highlight.png-c155ce6c303671d8888692b41f789638.ctex"] +source_file="res://art/mockups/trees/oaktree_highlight.png" +dest_files=["res://.godot/imported/oaktree_highlight.png-706371031e35f50b09506372e6257ecb.ctex"] [params] diff --git a/art/nature/baum märz 2025/augen.png b/art/nature/baum märz 2025/augen.png new file mode 100644 index 0000000..893a5f1 Binary files /dev/null and b/art/nature/baum märz 2025/augen.png differ diff --git a/graphics/testingground/Doll.png.import b/art/nature/baum märz 2025/augen.png.import similarity index 68% rename from graphics/testingground/Doll.png.import rename to art/nature/baum märz 2025/augen.png.import index a442e7e..3bff6ef 100644 --- a/graphics/testingground/Doll.png.import +++ b/art/nature/baum märz 2025/augen.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dj1syhq0dmf3p" -path="res://.godot/imported/Doll.png-6f0443c64ba885f03fa15b69fdd4a622.ctex" +uid="uid://cl8i2lk34bw6j" +path="res://.godot/imported/augen.png-9d595eaf8f6f575af92c455ea767a7bd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/testingground/Doll.png" -dest_files=["res://.godot/imported/Doll.png-6f0443c64ba885f03fa15b69fdd4a622.ctex"] +source_file="res://art/nature/baum märz 2025/augen.png" +dest_files=["res://.godot/imported/augen.png-9d595eaf8f6f575af92c455ea767a7bd.ctex"] [params] diff --git a/art/nature/baum märz 2025/back back trees.png b/art/nature/baum märz 2025/back back trees.png new file mode 100644 index 0000000..eb6f850 Binary files /dev/null and b/art/nature/baum märz 2025/back back trees.png differ diff --git a/art/nature/baum märz 2025/back back trees.png.import b/art/nature/baum märz 2025/back back trees.png.import new file mode 100644 index 0000000..a76b729 --- /dev/null +++ b/art/nature/baum märz 2025/back back trees.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bqoyk3fsrmu1x" +path="res://.godot/imported/back back trees.png-f8e57b189f3dbb8d5828a7e25cf1218a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/back back trees.png" +dest_files=["res://.godot/imported/back back trees.png-f8e57b189f3dbb8d5828a7e25cf1218a.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 diff --git a/art/nature/baum märz 2025/backtreebois team brandon.png b/art/nature/baum märz 2025/backtreebois team brandon.png new file mode 100644 index 0000000..32b321e Binary files /dev/null and b/art/nature/baum märz 2025/backtreebois team brandon.png differ diff --git a/art/nature/baum märz 2025/backtreebois team brandon.png.import b/art/nature/baum märz 2025/backtreebois team brandon.png.import new file mode 100644 index 0000000..fde3eb6 --- /dev/null +++ b/art/nature/baum märz 2025/backtreebois team brandon.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dldk8n51ag8fh" +path="res://.godot/imported/backtreebois team brandon.png-c601ba2be10a9cdf81f2ba68e5f80d2f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/backtreebois team brandon.png" +dest_files=["res://.godot/imported/backtreebois team brandon.png-c601ba2be10a9cdf81f2ba68e5f80d2f.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 diff --git a/art/nature/baum märz 2025/backtreebois team kennedy.png b/art/nature/baum märz 2025/backtreebois team kennedy.png new file mode 100644 index 0000000..42e9d02 Binary files /dev/null and b/art/nature/baum märz 2025/backtreebois team kennedy.png differ diff --git a/art/nature/baum märz 2025/backtreebois team kennedy.png.import b/art/nature/baum märz 2025/backtreebois team kennedy.png.import new file mode 100644 index 0000000..dfdc8f3 --- /dev/null +++ b/art/nature/baum märz 2025/backtreebois team kennedy.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmjjfd5ngptxe" +path="res://.godot/imported/backtreebois team kennedy.png-b23d74c73364ddab646797555fa6b353.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/backtreebois team kennedy.png" +dest_files=["res://.godot/imported/backtreebois team kennedy.png-b23d74c73364ddab646797555fa6b353.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 diff --git a/art/nature/baum märz 2025/gräser und büsche.png b/art/nature/baum märz 2025/gräser und büsche.png new file mode 100644 index 0000000..f34be01 Binary files /dev/null and b/art/nature/baum märz 2025/gräser und büsche.png differ diff --git a/art/nature/baum märz 2025/gräser und büsche.png.import b/art/nature/baum märz 2025/gräser und büsche.png.import new file mode 100644 index 0000000..f6908d3 --- /dev/null +++ b/art/nature/baum märz 2025/gräser und büsche.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://451bkvxcxab7" +path="res://.godot/imported/gräser und büsche.png-bd749aec49f450fa1531a437b8db7ccf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/gräser und büsche.png" +dest_files=["res://.godot/imported/gräser und büsche.png-bd749aec49f450fa1531a437b8db7ccf.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 diff --git a/art/nature/baum märz 2025/megaeichel blätter.png b/art/nature/baum märz 2025/megaeichel blätter.png new file mode 100644 index 0000000..7452372 Binary files /dev/null and b/art/nature/baum märz 2025/megaeichel blätter.png differ diff --git a/art/nature/baum märz 2025/megaeichel blätter.png.import b/art/nature/baum märz 2025/megaeichel blätter.png.import new file mode 100644 index 0000000..6aa8841 --- /dev/null +++ b/art/nature/baum märz 2025/megaeichel blätter.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v1tf3usm07mv" +path="res://.godot/imported/megaeichel blätter.png-8fb3a56cf80e1eb7356e5972295ed81b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/megaeichel blätter.png" +dest_files=["res://.godot/imported/megaeichel blätter.png-8fb3a56cf80e1eb7356e5972295ed81b.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 diff --git a/art/nature/baum märz 2025/megaeichel megaast.png b/art/nature/baum märz 2025/megaeichel megaast.png new file mode 100644 index 0000000..3945508 Binary files /dev/null and b/art/nature/baum märz 2025/megaeichel megaast.png differ diff --git a/art/nature/baum märz 2025/megaeichel megaast.png.import b/art/nature/baum märz 2025/megaeichel megaast.png.import new file mode 100644 index 0000000..fbbcadc --- /dev/null +++ b/art/nature/baum märz 2025/megaeichel megaast.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dyueumlr5ltvr" +path="res://.godot/imported/megaeichel megaast.png-85f8c162ea18b1b811f12659b661b327.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/megaeichel megaast.png" +dest_files=["res://.godot/imported/megaeichel megaast.png-85f8c162ea18b1b811f12659b661b327.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 diff --git a/art/nature/baum märz 2025/megaeichel stamm.png b/art/nature/baum märz 2025/megaeichel stamm.png new file mode 100644 index 0000000..dd9b8d8 Binary files /dev/null and b/art/nature/baum märz 2025/megaeichel stamm.png differ diff --git a/art/nature/baum märz 2025/megaeichel stamm.png.import b/art/nature/baum märz 2025/megaeichel stamm.png.import new file mode 100644 index 0000000..e47dc5c --- /dev/null +++ b/art/nature/baum märz 2025/megaeichel stamm.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpj2vmxcs8duc" +path="res://.godot/imported/megaeichel stamm.png-63ca129fcd855273d99697836b50b7a4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/megaeichel stamm.png" +dest_files=["res://.godot/imported/megaeichel stamm.png-63ca129fcd855273d99697836b50b7a4.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 diff --git a/art/nature/baum märz 2025/megaeichel äste.png b/art/nature/baum märz 2025/megaeichel äste.png new file mode 100644 index 0000000..7201c09 Binary files /dev/null and b/art/nature/baum märz 2025/megaeichel äste.png differ diff --git a/art/nature/baum märz 2025/megaeichel äste.png.import b/art/nature/baum märz 2025/megaeichel äste.png.import new file mode 100644 index 0000000..1d0905e --- /dev/null +++ b/art/nature/baum märz 2025/megaeichel äste.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://381kt4e5vd00" +path="res://.godot/imported/megaeichel äste.png-6eaa2d0229ff35438b96e9f3a39276e2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/megaeichel äste.png" +dest_files=["res://.godot/imported/megaeichel äste.png-6eaa2d0229ff35438b96e9f3a39276e2.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 diff --git a/art/nature/baum märz 2025/sonnenblume 2.png b/art/nature/baum märz 2025/sonnenblume 2.png new file mode 100644 index 0000000..ea610c0 Binary files /dev/null and b/art/nature/baum märz 2025/sonnenblume 2.png differ diff --git a/art/nature/baum märz 2025/sonnenblume 2.png.import b/art/nature/baum märz 2025/sonnenblume 2.png.import new file mode 100644 index 0000000..e5c21ed --- /dev/null +++ b/art/nature/baum märz 2025/sonnenblume 2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ou234mn2yx38" +path="res://.godot/imported/sonnenblume 2.png-585d750b801e304a7a9afb62040c7054.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/sonnenblume 2.png" +dest_files=["res://.godot/imported/sonnenblume 2.png-585d750b801e304a7a9afb62040c7054.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 diff --git a/art/nature/baum märz 2025/sonnenblume 6.png b/art/nature/baum märz 2025/sonnenblume 6.png new file mode 100644 index 0000000..f4948b0 Binary files /dev/null and b/art/nature/baum märz 2025/sonnenblume 6.png differ diff --git a/art/nature/baum märz 2025/sonnenblume 6.png.import b/art/nature/baum märz 2025/sonnenblume 6.png.import new file mode 100644 index 0000000..6a5a1cb --- /dev/null +++ b/art/nature/baum märz 2025/sonnenblume 6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bn3ah5a3f7sga" +path="res://.godot/imported/sonnenblume 6.png-a252ed51596fec0fd781d9a24792d770.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/sonnenblume 6.png" +dest_files=["res://.godot/imported/sonnenblume 6.png-a252ed51596fec0fd781d9a24792d770.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 diff --git a/art/nature/baum märz 2025/sonnenblume7.png b/art/nature/baum märz 2025/sonnenblume7.png new file mode 100644 index 0000000..c6be2ed Binary files /dev/null and b/art/nature/baum märz 2025/sonnenblume7.png differ diff --git a/art/nature/baum märz 2025/sonnenblume7.png.import b/art/nature/baum märz 2025/sonnenblume7.png.import new file mode 100644 index 0000000..69b71a2 --- /dev/null +++ b/art/nature/baum märz 2025/sonnenblume7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bq2wojyy4ptva" +path="res://.godot/imported/sonnenblume7.png-daeafb176d10b18e72d7d287a8d1731d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/sonnenblume7.png" +dest_files=["res://.godot/imported/sonnenblume7.png-daeafb176d10b18e72d7d287a8d1731d.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 diff --git a/art/nature/baum märz 2025/sonnenblumeseamless.png b/art/nature/baum märz 2025/sonnenblumeseamless.png new file mode 100644 index 0000000..2f7fea6 Binary files /dev/null and b/art/nature/baum märz 2025/sonnenblumeseamless.png differ diff --git a/art/nature/baum märz 2025/sonnenblumeseamless.png.import b/art/nature/baum märz 2025/sonnenblumeseamless.png.import new file mode 100644 index 0000000..29a8129 --- /dev/null +++ b/art/nature/baum märz 2025/sonnenblumeseamless.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcw6oeovkmiup" +path="res://.godot/imported/sonnenblumeseamless.png-554d9d2d233a13888748e426e2c43c60.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/sonnenblumeseamless.png" +dest_files=["res://.godot/imported/sonnenblumeseamless.png-554d9d2d233a13888748e426e2c43c60.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 diff --git a/art/nature/baum märz 2025/steppe.png b/art/nature/baum märz 2025/steppe.png new file mode 100644 index 0000000..45e7ef8 Binary files /dev/null and b/art/nature/baum märz 2025/steppe.png differ diff --git a/graphics/mockups/darktree1.png.import b/art/nature/baum märz 2025/steppe.png.import similarity index 68% rename from graphics/mockups/darktree1.png.import rename to art/nature/baum märz 2025/steppe.png.import index 337d73b..9ef018d 100644 --- a/graphics/mockups/darktree1.png.import +++ b/art/nature/baum märz 2025/steppe.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cg1cxmqbo1pa" -path="res://.godot/imported/darktree1.png-6c9c1843804e0501b0678ae7981cd027.ctex" +uid="uid://b57rugv6qoa6u" +path="res://.godot/imported/steppe.png-36c1420fcbd9a2e75e37dab809334fd4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/mockups/darktree1.png" -dest_files=["res://.godot/imported/darktree1.png-6c9c1843804e0501b0678ae7981cd027.ctex"] +source_file="res://art/nature/baum märz 2025/steppe.png" +dest_files=["res://.godot/imported/steppe.png-36c1420fcbd9a2e75e37dab809334fd4.ctex"] [params] diff --git a/art/nature/baum märz 2025/steppen sträuche.png b/art/nature/baum märz 2025/steppen sträuche.png new file mode 100644 index 0000000..7d1db2c Binary files /dev/null and b/art/nature/baum märz 2025/steppen sträuche.png differ diff --git a/art/nature/baum märz 2025/steppen sträuche.png.import b/art/nature/baum märz 2025/steppen sträuche.png.import new file mode 100644 index 0000000..aeefb15 --- /dev/null +++ b/art/nature/baum märz 2025/steppen sträuche.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://duad45av6h584" +path="res://.godot/imported/steppen sträuche.png-e7c6c220655a6049db0aa5d1c884171c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/steppen sträuche.png" +dest_files=["res://.godot/imported/steppen sträuche.png-e7c6c220655a6049db0aa5d1c884171c.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 diff --git a/art/nature/baum märz 2025/straße.png b/art/nature/baum märz 2025/straße.png new file mode 100644 index 0000000..262d39a Binary files /dev/null and b/art/nature/baum märz 2025/straße.png differ diff --git a/graphics/mockups/darktree2.png.import b/art/nature/baum märz 2025/straße.png.import similarity index 67% rename from graphics/mockups/darktree2.png.import rename to art/nature/baum märz 2025/straße.png.import index ea0561a..04418c9 100644 --- a/graphics/mockups/darktree2.png.import +++ b/art/nature/baum märz 2025/straße.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://fcm6etmmj65d" -path="res://.godot/imported/darktree2.png-bc0ff27335e63d23792e6feab3fd4ae4.ctex" +uid="uid://b2q2cn73ng8k7" +path="res://.godot/imported/straße.png-aae415fe0e3f7e92f464d07be1099bd4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/mockups/darktree2.png" -dest_files=["res://.godot/imported/darktree2.png-bc0ff27335e63d23792e6feab3fd4ae4.ctex"] +source_file="res://art/nature/baum märz 2025/straße.png" +dest_files=["res://.godot/imported/straße.png-aae415fe0e3f7e92f464d07be1099bd4.ctex"] [params] diff --git a/art/nature/baum märz 2025/straßezumabbiegen.png b/art/nature/baum märz 2025/straßezumabbiegen.png new file mode 100644 index 0000000..c222f57 Binary files /dev/null and b/art/nature/baum märz 2025/straßezumabbiegen.png differ diff --git a/art/nature/baum märz 2025/straßezumabbiegen.png.import b/art/nature/baum märz 2025/straßezumabbiegen.png.import new file mode 100644 index 0000000..b2c9810 --- /dev/null +++ b/art/nature/baum märz 2025/straßezumabbiegen.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cadgmup602iwc" +path="res://.godot/imported/straßezumabbiegen.png-59cb0920957f2dced55036cc21547a93.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/straßezumabbiegen.png" +dest_files=["res://.godot/imported/straßezumabbiegen.png-59cb0920957f2dced55036cc21547a93.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 diff --git a/art/nature/baum märz 2025/trauerweiden.png b/art/nature/baum märz 2025/trauerweiden.png new file mode 100644 index 0000000..2b70c2a Binary files /dev/null and b/art/nature/baum märz 2025/trauerweiden.png differ diff --git a/art/nature/baum märz 2025/trauerweiden.png.import b/art/nature/baum märz 2025/trauerweiden.png.import new file mode 100644 index 0000000..1664909 --- /dev/null +++ b/art/nature/baum märz 2025/trauerweiden.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuqkp4qvcg8jc" +path="res://.godot/imported/trauerweiden.png-20e0d9ed7a881082f1da2b97372d8c59.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/trauerweiden.png" +dest_files=["res://.godot/imported/trauerweiden.png-20e0d9ed7a881082f1da2b97372d8c59.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 diff --git a/art/nature/baum märz 2025/umgeknackst.png b/art/nature/baum märz 2025/umgeknackst.png new file mode 100644 index 0000000..3ed00be Binary files /dev/null and b/art/nature/baum märz 2025/umgeknackst.png differ diff --git a/art/nature/baum märz 2025/umgeknackst.png.import b/art/nature/baum märz 2025/umgeknackst.png.import new file mode 100644 index 0000000..5633d87 --- /dev/null +++ b/art/nature/baum märz 2025/umgeknackst.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bely5cfbf2x52" +path="res://.godot/imported/umgeknackst.png-37b45d3b7a4ba1c0ba38a77398de1d17.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://art/nature/baum märz 2025/umgeknackst.png" +dest_files=["res://.godot/imported/umgeknackst.png-37b45d3b7a4ba1c0ba38a77398de1d17.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 diff --git a/graphics/oaktree1.kra b/art/oaktree1.kra similarity index 100% rename from graphics/oaktree1.kra rename to art/oaktree1.kra diff --git a/graphics/testingground/acorn1.png b/art/testingground/acorn1.png similarity index 100% rename from graphics/testingground/acorn1.png rename to art/testingground/acorn1.png diff --git a/graphics/testingground/acorn1.png.import b/art/testingground/acorn1.png.import similarity index 71% rename from graphics/testingground/acorn1.png.import rename to art/testingground/acorn1.png.import index d414048..93822ed 100644 --- a/graphics/testingground/acorn1.png.import +++ b/art/testingground/acorn1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bcjvoivg8mhng" -path="res://.godot/imported/acorn1.png-feab6a809730967785fb4999d19def73.ctex" +path="res://.godot/imported/acorn1.png-344a2db116e245133eb973ff99f13d03.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/testingground/acorn1.png" -dest_files=["res://.godot/imported/acorn1.png-feab6a809730967785fb4999d19def73.ctex"] +source_file="res://art/testingground/acorn1.png" +dest_files=["res://.godot/imported/acorn1.png-344a2db116e245133eb973ff99f13d03.ctex"] [params] diff --git a/graphics/testingground/berries1.png b/art/testingground/berries1.png similarity index 100% rename from graphics/testingground/berries1.png rename to art/testingground/berries1.png diff --git a/graphics/testingground/berries1.png.import b/art/testingground/berries1.png.import similarity index 71% rename from graphics/testingground/berries1.png.import rename to art/testingground/berries1.png.import index daac303..9a09acc 100644 --- a/graphics/testingground/berries1.png.import +++ b/art/testingground/berries1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://widr8wxfj1lm" -path="res://.godot/imported/berries1.png-49600dfa65d3a100b88dce254980b339.ctex" +path="res://.godot/imported/berries1.png-7341221d4554a47a0f6c0ec7e4e18d7b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/testingground/berries1.png" -dest_files=["res://.godot/imported/berries1.png-49600dfa65d3a100b88dce254980b339.ctex"] +source_file="res://art/testingground/berries1.png" +dest_files=["res://.godot/imported/berries1.png-7341221d4554a47a0f6c0ec7e4e18d7b.ctex"] [params] diff --git a/graphics/testingground/berries2.png b/art/testingground/berries2.png similarity index 100% rename from graphics/testingground/berries2.png rename to art/testingground/berries2.png diff --git a/graphics/testingground/berries2.png.import b/art/testingground/berries2.png.import similarity index 71% rename from graphics/testingground/berries2.png.import rename to art/testingground/berries2.png.import index 55e768c..a31c393 100644 --- a/graphics/testingground/berries2.png.import +++ b/art/testingground/berries2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://1iij1pwbteq6" -path="res://.godot/imported/berries2.png-3688225cafa02f13678322bbdae4a645.ctex" +path="res://.godot/imported/berries2.png-756ff9f8b714d57cb5d4dd1c67a63ead.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/testingground/berries2.png" -dest_files=["res://.godot/imported/berries2.png-3688225cafa02f13678322bbdae4a645.ctex"] +source_file="res://art/testingground/berries2.png" +dest_files=["res://.godot/imported/berries2.png-756ff9f8b714d57cb5d4dd1c67a63ead.ctex"] [params] diff --git a/graphics/testingground/chestnut1.png b/art/testingground/chestnut1.png similarity index 100% rename from graphics/testingground/chestnut1.png rename to art/testingground/chestnut1.png diff --git a/graphics/testingground/chestnut1.png.import b/art/testingground/chestnut1.png.import similarity index 57% rename from graphics/testingground/chestnut1.png.import rename to art/testingground/chestnut1.png.import index 372ba59..d15c25f 100644 --- a/graphics/testingground/chestnut1.png.import +++ b/art/testingground/chestnut1.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfynp0xqtpcke" -path="res://.godot/imported/chestnut1.png-21a267aa266521f1b5d3f4d8a3c58228.ctex" +path.s3tc="res://.godot/imported/chestnut1.png-cd228cf173893e7d7f894f4a15c6d717.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/chestnut1.png" -dest_files=["res://.godot/imported/chestnut1.png-21a267aa266521f1b5d3f4d8a3c58228.ctex"] +source_file="res://art/testingground/chestnut1.png" +dest_files=["res://.godot/imported/chestnut1.png-cd228cf173893e7d7f894f4a15c6d717.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/chestnut2.png b/art/testingground/chestnut2.png similarity index 100% rename from graphics/testingground/chestnut2.png rename to art/testingground/chestnut2.png diff --git a/graphics/testingground/chestnut2.png.import b/art/testingground/chestnut2.png.import similarity index 57% rename from graphics/testingground/chestnut2.png.import rename to art/testingground/chestnut2.png.import index d747e42..fda5d86 100644 --- a/graphics/testingground/chestnut2.png.import +++ b/art/testingground/chestnut2.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://63rgrra0tdef" -path="res://.godot/imported/chestnut2.png-08cf9d087b4c2a8247e0363130550373.ctex" +path.s3tc="res://.godot/imported/chestnut2.png-de448c8f70e92d67186e7d4facab7ca0.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/chestnut2.png" -dest_files=["res://.godot/imported/chestnut2.png-08cf9d087b4c2a8247e0363130550373.ctex"] +source_file="res://art/testingground/chestnut2.png" +dest_files=["res://.godot/imported/chestnut2.png-de448c8f70e92d67186e7d4facab7ca0.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom1.png b/art/testingground/mushroom1.png similarity index 100% rename from graphics/testingground/mushroom1.png rename to art/testingground/mushroom1.png diff --git a/graphics/testingground/mushroom1.png.import b/art/testingground/mushroom1.png.import similarity index 57% rename from graphics/testingground/mushroom1.png.import rename to art/testingground/mushroom1.png.import index 7f9c2db..1c85f37 100644 --- a/graphics/testingground/mushroom1.png.import +++ b/art/testingground/mushroom1.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1iyeflkwaqxf" -path="res://.godot/imported/mushroom1.png-e27fd7d2f556707904d2f859e371da23.ctex" +path.s3tc="res://.godot/imported/mushroom1.png-fdbdaad7d62d8b674a88260bf24604e5.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom1.png" -dest_files=["res://.godot/imported/mushroom1.png-e27fd7d2f556707904d2f859e371da23.ctex"] +source_file="res://art/testingground/mushroom1.png" +dest_files=["res://.godot/imported/mushroom1.png-fdbdaad7d62d8b674a88260bf24604e5.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom10.png b/art/testingground/mushroom10.png similarity index 100% rename from graphics/testingground/mushroom10.png rename to art/testingground/mushroom10.png diff --git a/graphics/testingground/mushroom10.png.import b/art/testingground/mushroom10.png.import similarity index 56% rename from graphics/testingground/mushroom10.png.import rename to art/testingground/mushroom10.png.import index fb8ba96..61ef627 100644 --- a/graphics/testingground/mushroom10.png.import +++ b/art/testingground/mushroom10.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://bednd2jncey0i" -path="res://.godot/imported/mushroom10.png-7643aad497bc0ec349fbaa9d7d07927a.ctex" +path.s3tc="res://.godot/imported/mushroom10.png-a9cf1ca33284bb730d9fdcd37d199ec7.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom10.png" -dest_files=["res://.godot/imported/mushroom10.png-7643aad497bc0ec349fbaa9d7d07927a.ctex"] +source_file="res://art/testingground/mushroom10.png" +dest_files=["res://.godot/imported/mushroom10.png-a9cf1ca33284bb730d9fdcd37d199ec7.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom11.png b/art/testingground/mushroom11.png similarity index 100% rename from graphics/testingground/mushroom11.png rename to art/testingground/mushroom11.png diff --git a/graphics/testingground/mushroom11.png.import b/art/testingground/mushroom11.png.import similarity index 56% rename from graphics/testingground/mushroom11.png.import rename to art/testingground/mushroom11.png.import index 107288b..36dc044 100644 --- a/graphics/testingground/mushroom11.png.import +++ b/art/testingground/mushroom11.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://cam7x7byvqtb2" -path="res://.godot/imported/mushroom11.png-f358b483aa3f778bb3de2ca731fdf765.ctex" +path.s3tc="res://.godot/imported/mushroom11.png-42ecedbc695e976809d1d4144f8e57d7.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom11.png" -dest_files=["res://.godot/imported/mushroom11.png-f358b483aa3f778bb3de2ca731fdf765.ctex"] +source_file="res://art/testingground/mushroom11.png" +dest_files=["res://.godot/imported/mushroom11.png-42ecedbc695e976809d1d4144f8e57d7.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom2.png b/art/testingground/mushroom2.png similarity index 100% rename from graphics/testingground/mushroom2.png rename to art/testingground/mushroom2.png diff --git a/graphics/testingground/mushroom2.png.import b/art/testingground/mushroom2.png.import similarity index 57% rename from graphics/testingground/mushroom2.png.import rename to art/testingground/mushroom2.png.import index 0728e51..23235a8 100644 --- a/graphics/testingground/mushroom2.png.import +++ b/art/testingground/mushroom2.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://clqou4xqud8br" -path="res://.godot/imported/mushroom2.png-3d05f5ddfc64a24a97ae9ed335b94856.ctex" +path.s3tc="res://.godot/imported/mushroom2.png-6cc819b76fd2c3eb5e1122c8bad5c30d.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom2.png" -dest_files=["res://.godot/imported/mushroom2.png-3d05f5ddfc64a24a97ae9ed335b94856.ctex"] +source_file="res://art/testingground/mushroom2.png" +dest_files=["res://.godot/imported/mushroom2.png-6cc819b76fd2c3eb5e1122c8bad5c30d.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom3.png b/art/testingground/mushroom3.png similarity index 100% rename from graphics/testingground/mushroom3.png rename to art/testingground/mushroom3.png diff --git a/graphics/testingground/mushroom3.png.import b/art/testingground/mushroom3.png.import similarity index 57% rename from graphics/testingground/mushroom3.png.import rename to art/testingground/mushroom3.png.import index 2b2b1e1..bebc05c 100644 --- a/graphics/testingground/mushroom3.png.import +++ b/art/testingground/mushroom3.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://cj1bfgpunfsoq" -path="res://.godot/imported/mushroom3.png-8d3ea6150747f891c0044b399a46a7b6.ctex" +path.s3tc="res://.godot/imported/mushroom3.png-8bf6f74ea836e76365ffc4f4d004d83b.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom3.png" -dest_files=["res://.godot/imported/mushroom3.png-8d3ea6150747f891c0044b399a46a7b6.ctex"] +source_file="res://art/testingground/mushroom3.png" +dest_files=["res://.godot/imported/mushroom3.png-8bf6f74ea836e76365ffc4f4d004d83b.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom4.png b/art/testingground/mushroom4.png similarity index 100% rename from graphics/testingground/mushroom4.png rename to art/testingground/mushroom4.png diff --git a/graphics/testingground/mushroom4.png.import b/art/testingground/mushroom4.png.import similarity index 57% rename from graphics/testingground/mushroom4.png.import rename to art/testingground/mushroom4.png.import index e26338b..91b044e 100644 --- a/graphics/testingground/mushroom4.png.import +++ b/art/testingground/mushroom4.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnb3bjk274vgn" -path="res://.godot/imported/mushroom4.png-225b82126c9976b66663819da707d84f.ctex" +path.s3tc="res://.godot/imported/mushroom4.png-264b6e6a5147ea84a94e976028044c53.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom4.png" -dest_files=["res://.godot/imported/mushroom4.png-225b82126c9976b66663819da707d84f.ctex"] +source_file="res://art/testingground/mushroom4.png" +dest_files=["res://.godot/imported/mushroom4.png-264b6e6a5147ea84a94e976028044c53.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom5.png b/art/testingground/mushroom5.png similarity index 100% rename from graphics/testingground/mushroom5.png rename to art/testingground/mushroom5.png diff --git a/graphics/testingground/mushroom5.png.import b/art/testingground/mushroom5.png.import similarity index 57% rename from graphics/testingground/mushroom5.png.import rename to art/testingground/mushroom5.png.import index c601b2c..f29adfc 100644 --- a/graphics/testingground/mushroom5.png.import +++ b/art/testingground/mushroom5.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://0oy8by6pd2wg" -path="res://.godot/imported/mushroom5.png-c59ec4efb34f378729e1d88ff8f24356.ctex" +path.s3tc="res://.godot/imported/mushroom5.png-ef0812d7d61f7c68a3090e0ef745c2f0.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom5.png" -dest_files=["res://.godot/imported/mushroom5.png-c59ec4efb34f378729e1d88ff8f24356.ctex"] +source_file="res://art/testingground/mushroom5.png" +dest_files=["res://.godot/imported/mushroom5.png-ef0812d7d61f7c68a3090e0ef745c2f0.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom6.png b/art/testingground/mushroom6.png similarity index 100% rename from graphics/testingground/mushroom6.png rename to art/testingground/mushroom6.png diff --git a/art/testingground/mushroom6.png.import b/art/testingground/mushroom6.png.import new file mode 100644 index 0000000..0239c9e --- /dev/null +++ b/art/testingground/mushroom6.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1h55mnc1giqu" +path.s3tc="res://.godot/imported/mushroom6.png-5887f10ae5555cfbe7f25fc382d8170d.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://art/testingground/mushroom6.png" +dest_files=["res://.godot/imported/mushroom6.png-5887f10ae5555cfbe7f25fc382d8170d.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +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=0 diff --git a/graphics/testingground/mushroom7.png b/art/testingground/mushroom7.png similarity index 100% rename from graphics/testingground/mushroom7.png rename to art/testingground/mushroom7.png diff --git a/graphics/testingground/mushroom7.png.import b/art/testingground/mushroom7.png.import similarity index 57% rename from graphics/testingground/mushroom7.png.import rename to art/testingground/mushroom7.png.import index 710b65d..df50453 100644 --- a/graphics/testingground/mushroom7.png.import +++ b/art/testingground/mushroom7.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://c5lsjern0iqmc" -path="res://.godot/imported/mushroom7.png-00f11afdca674c7e9c74d6dc31d3d14c.ctex" +path.s3tc="res://.godot/imported/mushroom7.png-7a22aca0d3c1e81d5787601b1ac638e9.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom7.png" -dest_files=["res://.godot/imported/mushroom7.png-00f11afdca674c7e9c74d6dc31d3d14c.ctex"] +source_file="res://art/testingground/mushroom7.png" +dest_files=["res://.godot/imported/mushroom7.png-7a22aca0d3c1e81d5787601b1ac638e9.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom8.png b/art/testingground/mushroom8.png similarity index 100% rename from graphics/testingground/mushroom8.png rename to art/testingground/mushroom8.png diff --git a/graphics/testingground/mushroom8.png.import b/art/testingground/mushroom8.png.import similarity index 57% rename from graphics/testingground/mushroom8.png.import rename to art/testingground/mushroom8.png.import index 5f4ceb9..20630a9 100644 --- a/graphics/testingground/mushroom8.png.import +++ b/art/testingground/mushroom8.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://bg465y2vkrvfm" -path="res://.godot/imported/mushroom8.png-25b2fc63bd00dc22c8c7376f86d0c6b0.ctex" +path.s3tc="res://.godot/imported/mushroom8.png-bbb379062fac6797df29b3cfb8543da3.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom8.png" -dest_files=["res://.godot/imported/mushroom8.png-25b2fc63bd00dc22c8c7376f86d0c6b0.ctex"] +source_file="res://art/testingground/mushroom8.png" +dest_files=["res://.godot/imported/mushroom8.png-bbb379062fac6797df29b3cfb8543da3.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/graphics/testingground/mushroom9.png b/art/testingground/mushroom9.png similarity index 100% rename from graphics/testingground/mushroom9.png rename to art/testingground/mushroom9.png diff --git a/graphics/testingground/mushroom9.png.import b/art/testingground/mushroom9.png.import similarity index 57% rename from graphics/testingground/mushroom9.png.import rename to art/testingground/mushroom9.png.import index d41266b..280a942 100644 --- a/graphics/testingground/mushroom9.png.import +++ b/art/testingground/mushroom9.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://6xxebx7ry6o8" -path="res://.godot/imported/mushroom9.png-8c495f592b9590dd761af5dfd2b49b77.ctex" +path.s3tc="res://.godot/imported/mushroom9.png-25643eb4032f705c365eece1ed47891d.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] -source_file="res://graphics/testingground/mushroom9.png" -dest_files=["res://.godot/imported/mushroom9.png-8c495f592b9590dd761af5dfd2b49b77.ctex"] +source_file="res://art/testingground/mushroom9.png" +dest_files=["res://.godot/imported/mushroom9.png-25643eb4032f705c365eece1ed47891d.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 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/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ 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 +detect_3d/compress_to=0 diff --git a/dialog/defaulty_the_default_character.dch.uid b/dialog/defaulty_the_default_character.dch.uid new file mode 100644 index 0000000..1d996a2 --- /dev/null +++ b/dialog/defaulty_the_default_character.dch.uid @@ -0,0 +1 @@ +uid://6ssld644rbhu diff --git a/dialog/semi_cat.dch b/dialog/semi_cat.dch new file mode 100644 index 0000000..c5ed272 --- /dev/null +++ b/dialog/semi_cat.dch @@ -0,0 +1,19 @@ +{ +"@path": "res://addons/dialogic/Resources/character.gd", +"@subpath": NodePath(""), +"_translation_id": "16", +"color": Color(1, 1, 1, 1), +"custom_info": { +"sound_mood_default": "", +"sound_moods": {}, +"style": "" +}, +"default_portrait": "", +"description": "", +"display_name": "Semi Cat", +"mirror": false, +"nicknames": [""], +"offset": Vector2(0, 0), +"portraits": {}, +"scale": 1.0 +} \ No newline at end of file diff --git a/dialog/semi_cat.dch.uid b/dialog/semi_cat.dch.uid new file mode 100644 index 0000000..45300ff --- /dev/null +++ b/dialog/semi_cat.dch.uid @@ -0,0 +1 @@ +uid://cocifr3yyt2t diff --git a/dialog/semi_cat.dtl b/dialog/semi_cat.dtl new file mode 100644 index 0000000..60ffe50 --- /dev/null +++ b/dialog/semi_cat.dtl @@ -0,0 +1 @@ +semi_cat: Meow! #id:15 diff --git a/dialog/semi_cat.dtl.uid b/dialog/semi_cat.dtl.uid new file mode 100644 index 0000000..a5b0759 --- /dev/null +++ b/dialog/semi_cat.dtl.uid @@ -0,0 +1 @@ +uid://im8yaec6bvy7 diff --git a/dialog/test_time_line.dtl.uid b/dialog/test_time_line.dtl.uid new file mode 100644 index 0000000..18892cb --- /dev/null +++ b/dialog/test_time_line.dtl.uid @@ -0,0 +1 @@ +uid://o31hrnxhym0s diff --git a/dialog/translations/dialogic_character_translations.csv b/dialog/translations/dialogic_character_translations.csv index 955e6a8..58d4dc5 100644 --- a/dialog/translations/dialogic_character_translations.csv +++ b/dialog/translations/dialogic_character_translations.csv @@ -1,3 +1,5 @@ keys,en,de Character/13/name,Defaulty the Default Character,Standardy der Standard Charakter Character/13/nicknames,Defaulty,Standardy +Character/16/name,Semi Cat,Semi Katze +Character/16/nicknames,, diff --git a/dialog/translations/dialogic_semi_cat_translation.csv b/dialog/translations/dialogic_semi_cat_translation.csv new file mode 100644 index 0000000..de45488 --- /dev/null +++ b/dialog/translations/dialogic_semi_cat_translation.csv @@ -0,0 +1,2 @@ +keys,en,de +Text/15/text,Meow!,Miau! diff --git a/dialog/translations/dialogic_semi_cat_translation.csv.import b/dialog/translations/dialogic_semi_cat_translation.csv.import new file mode 100644 index 0000000..c9fab6c --- /dev/null +++ b/dialog/translations/dialogic_semi_cat_translation.csv.import @@ -0,0 +1,17 @@ +[remap] + +importer="csv_translation" +type="Translation" +uid="uid://dd4q6v071u4kp" + +[deps] + +files=["res://dialog/translations/dialogic_semi_cat_translation.en.translation", "res://dialog/translations/dialogic_semi_cat_translation.de.translation"] + +source_file="res://dialog/translations/dialogic_semi_cat_translation.csv" +dest_files=["res://dialog/translations/dialogic_semi_cat_translation.en.translation", "res://dialog/translations/dialogic_semi_cat_translation.de.translation"] + +[params] + +compress=true +delimiter=0 diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 0000000..79dd15e --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,69 @@ +[preset.0] + +name="Windows Desktop" +platform="Windows Desktop" +runnable=true +advanced_options=false +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="builds/Babushka.exe" +patches=PackedStringArray() +encryption_include_filters="" +encryption_exclude_filters="" +seed=0 +encrypt_pck=false +encrypt_directory=false +script_export_mode=2 + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +debug/export_console_wrapper=1 +binary_format/embed_pck=false +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false +binary_format/architecture="x86_64" +codesign/enable=false +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PackedStringArray() +application/modify_resources=true +application/icon="" +application/console_wrapper_icon="" +application/icon_interpolation=4 +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" +application/export_angle=0 +application/export_d3d12=0 +application/d3d12_agility_sdk_multiarch=true +ssh_remote_deploy/enabled=false +ssh_remote_deploy/host="user@host_ip" +ssh_remote_deploy/port="22" +ssh_remote_deploy/extra_args_ssh="" +ssh_remote_deploy/extra_args_scp="" +ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}' +$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}' +$trigger = New-ScheduledTaskTrigger -Once -At 00:00 +$settings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries +$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings +Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true +Start-ScheduledTask -TaskName godot_remote_debug +while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 } +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue" +ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue +Remove-Item -Recurse -Force '{temp_dir}'" +dotnet/include_scripts_content=false +dotnet/include_debug_symbols=true +dotnet/embed_build_outputs=false diff --git a/graphics/ui/babushka_ui_inventory_slot.png b/graphics/ui/babushka_ui_inventory_slot.png new file mode 100644 index 0000000..eaeb5e1 Binary files /dev/null and b/graphics/ui/babushka_ui_inventory_slot.png differ diff --git a/graphics/ui/babushka_ui_inventory_slot.png.import b/graphics/ui/babushka_ui_inventory_slot.png.import new file mode 100644 index 0000000..88eda78 --- /dev/null +++ b/graphics/ui/babushka_ui_inventory_slot.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2dbd0q02x2h" +path="res://.godot/imported/babushka_ui_inventory_slot.png-cd1973aa1d3922af7e3271aeaf56cc88.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/ui/babushka_ui_inventory_slot.png" +dest_files=["res://.godot/imported/babushka_ui_inventory_slot.png-cd1973aa1d3922af7e3271aeaf56cc88.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 diff --git a/graphics/ui/babushka_ui_tmp_inventory_select.afdesign b/graphics/ui/babushka_ui_tmp_inventory_select.afdesign new file mode 100644 index 0000000..4a1b739 Binary files /dev/null and b/graphics/ui/babushka_ui_tmp_inventory_select.afdesign differ diff --git a/graphics/ui/babushka_ui_tmp_inventory_select.png b/graphics/ui/babushka_ui_tmp_inventory_select.png new file mode 100644 index 0000000..8d30a9e Binary files /dev/null and b/graphics/ui/babushka_ui_tmp_inventory_select.png differ diff --git a/graphics/ui/babushka_ui_tmp_inventory_select.png.import b/graphics/ui/babushka_ui_tmp_inventory_select.png.import new file mode 100644 index 0000000..2a3f0f6 --- /dev/null +++ b/graphics/ui/babushka_ui_tmp_inventory_select.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7wqla0mbu3np" +path="res://.godot/imported/babushka_ui_tmp_inventory_select.png-b544ba0ded36dd6bd66bd197fb76d424.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/ui/babushka_ui_tmp_inventory_select.png" +dest_files=["res://.godot/imported/babushka_ui_tmp_inventory_select.png-b544ba0ded36dd6bd66bd197fb76d424.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 diff --git a/graphics/ui/untitled.afdesign b/graphics/ui/untitled.afdesign new file mode 100644 index 0000000..de819f3 Binary files /dev/null and b/graphics/ui/untitled.afdesign differ diff --git a/scenes/props/Mushrooms/Mushroom1.tscn b/prefabs/Mushrooms/Mushroom1.tscn similarity index 86% rename from scenes/props/Mushrooms/Mushroom1.tscn rename to prefabs/Mushrooms/Mushroom1.tscn index d1aca3d..8310b90 100644 --- a/scenes/props/Mushrooms/Mushroom1.tscn +++ b/prefabs/Mushrooms/Mushroom1.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bs02r12yhvse3"] -[ext_resource type="Texture2D" uid="uid://cj1bfgpunfsoq" path="res://graphics/testingground/mushroom3.png" id="2_t84c7"] +[ext_resource type="Texture2D" uid="uid://cj1bfgpunfsoq" path="res://art/testingground/mushroom3.png" id="2_t84c7"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom2.tscn b/prefabs/Mushrooms/Mushroom2.tscn similarity index 86% rename from scenes/props/Mushrooms/Mushroom2.tscn rename to prefabs/Mushrooms/Mushroom2.tscn index 8ef6fe3..184475e 100644 --- a/scenes/props/Mushrooms/Mushroom2.tscn +++ b/prefabs/Mushrooms/Mushroom2.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://b1pbkxawpcwxc"] -[ext_resource type="Texture2D" uid="uid://bnb3bjk274vgn" path="res://graphics/testingground/mushroom4.png" id="1_dm7r2"] +[ext_resource type="Texture2D" uid="uid://bnb3bjk274vgn" path="res://art/testingground/mushroom4.png" id="1_dm7r2"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom3.tscn b/prefabs/Mushrooms/Mushroom3.tscn similarity index 86% rename from scenes/props/Mushrooms/Mushroom3.tscn rename to prefabs/Mushrooms/Mushroom3.tscn index 3968cac..85129ee 100644 --- a/scenes/props/Mushrooms/Mushroom3.tscn +++ b/prefabs/Mushrooms/Mushroom3.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://u5slo32os2oo"] -[ext_resource type="Texture2D" uid="uid://0oy8by6pd2wg" path="res://graphics/testingground/mushroom5.png" id="1_k1qpa"] +[ext_resource type="Texture2D" uid="uid://0oy8by6pd2wg" path="res://art/testingground/mushroom5.png" id="1_k1qpa"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom4.tscn b/prefabs/Mushrooms/Mushroom4.tscn similarity index 87% rename from scenes/props/Mushrooms/Mushroom4.tscn rename to prefabs/Mushrooms/Mushroom4.tscn index 3722100..904a379 100644 --- a/scenes/props/Mushrooms/Mushroom4.tscn +++ b/prefabs/Mushrooms/Mushroom4.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cqnpqk1kg0hrc"] -[ext_resource type="Texture2D" uid="uid://b1h55mnc1giqu" path="res://graphics/testingground/mushroom6.png" id="1_qtwer"] +[ext_resource type="Texture2D" uid="uid://b1h55mnc1giqu" path="res://art/testingground/mushroom6.png" id="1_qtwer"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom5.tscn b/prefabs/Mushrooms/Mushroom5.tscn similarity index 86% rename from scenes/props/Mushrooms/Mushroom5.tscn rename to prefabs/Mushrooms/Mushroom5.tscn index bb94ee8..5789c5c 100644 --- a/scenes/props/Mushrooms/Mushroom5.tscn +++ b/prefabs/Mushrooms/Mushroom5.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://dblpcx0gljvxl"] -[ext_resource type="Texture2D" uid="uid://c5lsjern0iqmc" path="res://graphics/testingground/mushroom7.png" id="1_um1sv"] +[ext_resource type="Texture2D" uid="uid://c5lsjern0iqmc" path="res://art/testingground/mushroom7.png" id="1_um1sv"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom6.tscn b/prefabs/Mushrooms/Mushroom6.tscn similarity index 86% rename from scenes/props/Mushrooms/Mushroom6.tscn rename to prefabs/Mushrooms/Mushroom6.tscn index f9dd7a0..b813ae2 100644 --- a/scenes/props/Mushrooms/Mushroom6.tscn +++ b/prefabs/Mushrooms/Mushroom6.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cmmfoduf37cd5"] -[ext_resource type="Texture2D" uid="uid://bg465y2vkrvfm" path="res://graphics/testingground/mushroom8.png" id="1_y728e"] +[ext_resource type="Texture2D" uid="uid://bg465y2vkrvfm" path="res://art/testingground/mushroom8.png" id="1_y728e"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom7.tscn b/prefabs/Mushrooms/Mushroom7.tscn similarity index 86% rename from scenes/props/Mushrooms/Mushroom7.tscn rename to prefabs/Mushrooms/Mushroom7.tscn index 1468f5c..34f7a3a 100644 --- a/scenes/props/Mushrooms/Mushroom7.tscn +++ b/prefabs/Mushrooms/Mushroom7.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://dhclggadclwm5"] -[ext_resource type="Texture2D" uid="uid://6xxebx7ry6o8" path="res://graphics/testingground/mushroom9.png" id="1_dhs3m"] +[ext_resource type="Texture2D" uid="uid://6xxebx7ry6o8" path="res://art/testingground/mushroom9.png" id="1_dhs3m"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom8.tscn b/prefabs/Mushrooms/Mushroom8.tscn similarity index 85% rename from scenes/props/Mushrooms/Mushroom8.tscn rename to prefabs/Mushrooms/Mushroom8.tscn index 25d183b..6099922 100644 --- a/scenes/props/Mushrooms/Mushroom8.tscn +++ b/prefabs/Mushrooms/Mushroom8.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cn77bho6ohd18"] -[ext_resource type="Texture2D" uid="uid://bednd2jncey0i" path="res://graphics/testingground/mushroom10.png" id="1_kcu8g"] +[ext_resource type="Texture2D" uid="uid://bednd2jncey0i" path="res://art/testingground/mushroom10.png" id="1_kcu8g"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/scenes/props/Mushrooms/Mushroom9.tscn b/prefabs/Mushrooms/Mushroom9.tscn similarity index 85% rename from scenes/props/Mushrooms/Mushroom9.tscn rename to prefabs/Mushrooms/Mushroom9.tscn index a7c53b3..4759493 100644 --- a/scenes/props/Mushrooms/Mushroom9.tscn +++ b/prefabs/Mushrooms/Mushroom9.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bq58bkfjh4x7p"] -[ext_resource type="Texture2D" uid="uid://cam7x7byvqtb2" path="res://graphics/testingground/mushroom11.png" id="1_smq5e"] +[ext_resource type="Texture2D" uid="uid://cam7x7byvqtb2" path="res://art/testingground/mushroom11.png" id="1_smq5e"] [node name="Mushroom1" type="Node2D"] z_as_relative = false diff --git a/prefabs/Player3D.tscn b/prefabs/Player3D.tscn new file mode 100644 index 0000000..73507af --- /dev/null +++ b/prefabs/Player3D.tscn @@ -0,0 +1,1348 @@ +[gd_scene load_steps=303 format=3 uid="uid://dbd1niu3tp8y5"] + +[ext_resource type="Script" uid="uid://b4ugrget2x6lb" path="res://scripts/CSharp/Common/CharacterControls/Player3D.cs" id="1_3trg2"] +[ext_resource type="Script" uid="uid://bblprbhnbyv77" path="res://scripts/CSharp/Common/CharacterControls/VesnaBehaviour.cs" id="1_pkl5l"] +[ext_resource type="Texture2D" uid="uid://duaideiajsu8r" path="res://art/characters/Vesna/babushka concept art vesna.png" id="2_3trg2"] +[ext_resource type="PackedScene" uid="uid://biwd3jj65qrlh" path="res://prefabs/farming/base_field.tscn" id="2_oq5hi"] +[ext_resource type="Texture2D" uid="uid://c4ggew55w0icj" path="res://art/farm/farming/farmobjekte/harke.png" id="4_kngqo"] +[ext_resource type="Script" uid="uid://b1sscdr4ptec8" path="res://scripts/CSharp/Common/Farming/FarmingControls.cs" id="4_q5t2e"] +[ext_resource type="Texture2D" uid="uid://x8hr8287ff2n" path="res://art/farm/farming/farmobjekte/tools atlas.png" id="5_pkl5l"] +[ext_resource type="Texture2D" uid="uid://dygkh117flcou" path="res://art/animation/vesna/Front/F01-Idle/0001.png" id="7_okmao"] +[ext_resource type="Texture2D" uid="uid://rwqptk0hk53" path="res://art/animation/vesna/Front/F01-Idle/0002.png" id="8_ctpgn"] +[ext_resource type="Texture2D" uid="uid://c5om11bu7mtvh" path="res://art/animation/vesna/Front/F01-Idle/0003.png" id="9_8n7il"] +[ext_resource type="Texture2D" uid="uid://dwma5btqs2uy3" path="res://art/animation/vesna/Front/F01-Idle/0004.png" id="10_lcjtt"] +[ext_resource type="Texture2D" uid="uid://dfyny0twpg14k" path="res://art/animation/vesna/Front/F01-Idle/0005.png" id="11_5a535"] +[ext_resource type="Texture2D" uid="uid://cqi3ncjs6paut" path="res://art/animation/vesna/Front/F01-Idle/0006.png" id="12_i4grh"] +[ext_resource type="Texture2D" uid="uid://bajv3di18puw3" path="res://art/animation/vesna/Front/F01-Idle/0007.png" id="13_ueika"] +[ext_resource type="Texture2D" uid="uid://dpp6m2mkd0xua" path="res://art/animation/vesna/Front/F01-Idle/0008.png" id="14_qydwi"] +[ext_resource type="Texture2D" uid="uid://eflkom1ar3ho" path="res://art/animation/vesna/Front/F01-Idle/0009.png" id="15_8nn8y"] +[ext_resource type="Texture2D" uid="uid://d33j2i3b2pkk4" path="res://art/animation/vesna/Front/F01-Idle/0010.png" id="16_res88"] +[ext_resource type="Texture2D" uid="uid://dhbhnu36g6281" path="res://art/animation/vesna/Front/F01-Idle/0011.png" id="17_6k842"] +[ext_resource type="Texture2D" uid="uid://v4nwls33bkkl" path="res://art/animation/vesna/Front/F01-Idle/0012.png" id="18_ovw7s"] +[ext_resource type="Texture2D" uid="uid://cvggdji135cjs" path="res://art/animation/vesna/Front/F01-Idle/0013.png" id="19_bqi1n"] +[ext_resource type="Texture2D" uid="uid://cmo4x5h28ikf7" path="res://art/animation/vesna/Front/F01-Idle/0014.png" id="20_6rq6e"] +[ext_resource type="Texture2D" uid="uid://diedmh5rtxf3i" path="res://art/animation/vesna/Front/F01-Idle/0015.png" id="21_310sj"] +[ext_resource type="Texture2D" uid="uid://btcts8s3beik7" path="res://art/animation/vesna/Front/F01-Idle/0016.png" id="22_y8t63"] +[ext_resource type="Texture2D" uid="uid://dnd2p4pw63mxg" path="res://art/animation/vesna/Front/F01-Idle/0017.png" id="23_5b001"] +[ext_resource type="Texture2D" uid="uid://bctaos4woe16j" path="res://art/animation/vesna/Front/F01-Idle/0018.png" id="24_6ulh4"] +[ext_resource type="Texture2D" uid="uid://b1oepweesd8rv" path="res://art/animation/vesna/Front/F01-Idle/0019.png" id="25_dymb7"] +[ext_resource type="Texture2D" uid="uid://df2uy52nowiv7" path="res://art/animation/vesna/Front/F01-Idle/0020.png" id="26_3dnqi"] +[ext_resource type="Texture2D" uid="uid://csqjb65s0evy5" path="res://art/animation/vesna/Front/F01-Idle/0021.png" id="27_hg4ps"] +[ext_resource type="Texture2D" uid="uid://byga4mwbr61xu" path="res://art/animation/vesna/Front/F01-Idle/0022.png" id="28_6kbi2"] +[ext_resource type="Texture2D" uid="uid://gyib1bem1fdf" path="res://art/animation/vesna/Front/F01-Idle/0023.png" id="29_iidqy"] +[ext_resource type="Texture2D" uid="uid://b33ge37wsb48d" path="res://art/animation/vesna/Front/F01-Idle/0024.png" id="30_6df5l"] +[ext_resource type="Texture2D" uid="uid://chtdvgljm261p" path="res://art/animation/vesna/Front/F01-Idle/0025.png" id="31_k8ba5"] +[ext_resource type="Texture2D" uid="uid://gtemoxthr3dn" path="res://art/animation/vesna/Front/F01-Idle/0026.png" id="32_xa841"] +[ext_resource type="Texture2D" uid="uid://0a6exv7jrguj" path="res://art/animation/vesna/Front/F01-Idle/0027.png" id="33_t3vhf"] +[ext_resource type="Texture2D" uid="uid://0nfaqqu61h2v" path="res://art/animation/vesna/Front/F01-Idle/0028.png" id="34_0b2kt"] +[ext_resource type="Texture2D" uid="uid://bcj1yrf2jcg5s" path="res://art/animation/vesna/Front/F01-Idle/0029.png" id="35_83kdv"] +[ext_resource type="Texture2D" uid="uid://csiffnh05dj4m" path="res://art/animation/vesna/Front/F01-Idle/0030.png" id="36_fhp6m"] +[ext_resource type="Texture2D" uid="uid://duveatgt4lsxu" path="res://art/animation/vesna/Front/F01-Idle/0031.png" id="37_w64pb"] +[ext_resource type="Texture2D" uid="uid://2a6v2ljqasoh" path="res://art/animation/vesna/Front/F01-Idle/0032.png" id="38_qbfba"] +[ext_resource type="Texture2D" uid="uid://bbjntge7tj0tw" path="res://art/animation/vesna/Front/F01-Idle/0033.png" id="39_cjc6a"] +[ext_resource type="Texture2D" uid="uid://bnm65uhbly3f6" path="res://art/animation/vesna/Front/F01-Idle/0034.png" id="40_860ko"] +[ext_resource type="Texture2D" uid="uid://g5beiwsshrxv" path="res://art/animation/vesna/Front/F01-Idle/0035.png" id="41_6hnh4"] +[ext_resource type="Texture2D" uid="uid://rkf2r5dhsbqa" path="res://art/animation/vesna/Front/F01-Idle/0036.png" id="42_n65q7"] +[ext_resource type="Texture2D" uid="uid://ckkk6iru88sit" path="res://art/animation/vesna/Front/F01-Idle/0037.png" id="43_72cuv"] +[ext_resource type="Texture2D" uid="uid://der772wlrlt2r" path="res://art/animation/vesna/Front/F01-Idle/0038.png" id="44_p82uk"] +[ext_resource type="Texture2D" uid="uid://dawuluwe7qjj7" path="res://art/animation/vesna/Front/F01-Idle/0039.png" id="45_3jpuj"] +[ext_resource type="Texture2D" uid="uid://bbmtx0k1bv7wf" path="res://art/animation/vesna/Front/F01-Idle/0040.png" id="46_ih8r2"] +[ext_resource type="Texture2D" uid="uid://dhwfeuehtiwys" path="res://art/animation/vesna/Front/F01-Idle/0041.png" id="47_wblbj"] +[ext_resource type="Texture2D" uid="uid://dqcr8wtxrfqay" path="res://art/animation/vesna/Front/F01-Idle/0042.png" id="48_l1fxy"] +[ext_resource type="Texture2D" uid="uid://bv6a3q75jd2m3" path="res://art/animation/vesna/Front/F01-Idle/0043.png" id="49_p3o75"] +[ext_resource type="Texture2D" uid="uid://7qhvkauqxyba" path="res://art/animation/vesna/Front/F01-Idle/0044.png" id="50_tf8d7"] +[ext_resource type="Texture2D" uid="uid://cijmyjgpfc1ld" path="res://art/animation/vesna/Front/F01-Idle/0045.png" id="51_1tjqe"] +[ext_resource type="Texture2D" uid="uid://cwlkmcu8odht0" path="res://art/animation/vesna/Front/F01-Idle/0046.png" id="52_aex5d"] +[ext_resource type="Texture2D" uid="uid://kec6w70xrc4v" path="res://art/animation/vesna/Front/F01-Idle/0047.png" id="53_n3f5i"] +[ext_resource type="Texture2D" uid="uid://bkpdyw3cmgmrb" path="res://art/animation/vesna/Front/F01-Idle/0048.png" id="54_63ivp"] +[ext_resource type="Texture2D" uid="uid://b4hhktk00bbqc" path="res://art/animation/vesna/Front/F02-Walk/0001.png" id="55_2kxn0"] +[ext_resource type="Texture2D" uid="uid://d7wxdukk7xid" path="res://art/animation/vesna/Front/F02-Walk/0002.png" id="56_qpyx2"] +[ext_resource type="Texture2D" uid="uid://ca7x57cqvffcb" path="res://art/animation/vesna/Front/F02-Walk/0003.png" id="57_0nd1m"] +[ext_resource type="Texture2D" uid="uid://d0v70fu37f0fh" path="res://art/animation/vesna/Front/F02-Walk/0004.png" id="58_cfbro"] +[ext_resource type="Texture2D" uid="uid://1ioispbfo753" path="res://art/animation/vesna/Front/F02-Walk/0005.png" id="59_f5foh"] +[ext_resource type="Texture2D" uid="uid://110cauhmveo8" path="res://art/animation/vesna/Front/F02-Walk/0006.png" id="60_o2g1d"] +[ext_resource type="Texture2D" uid="uid://x8f8ryjq8wvt" path="res://art/animation/vesna/Front/F02-Walk/0007.png" id="61_tin1o"] +[ext_resource type="Texture2D" uid="uid://kvt4ev4rsrg6" path="res://art/animation/vesna/Front/F02-Walk/0008.png" id="62_46hq4"] +[ext_resource type="Texture2D" uid="uid://c7nj18fn1sva8" path="res://art/animation/vesna/Front/F02-Walk/0009.png" id="63_o4ff4"] +[ext_resource type="Texture2D" uid="uid://cvn23xxxxvlxk" path="res://art/animation/vesna/Front/F02-Walk/0010.png" id="64_j83qk"] +[ext_resource type="Texture2D" uid="uid://bkm8ly5p7f8vj" path="res://art/animation/vesna/Front/F02-Walk/0011.png" id="65_gq74u"] +[ext_resource type="Texture2D" uid="uid://dxhemjn1tr0kc" path="res://art/animation/vesna/Front/F02-Walk/0012.png" id="66_jyyel"] +[ext_resource type="Texture2D" uid="uid://c8ydwasn62av0" path="res://art/animation/vesna/Front/F02-Walk/0013.png" id="67_tbec5"] +[ext_resource type="Texture2D" uid="uid://botrs5iedo1eb" path="res://art/animation/vesna/Front/F02-Walk/0014.png" id="68_bgei7"] +[ext_resource type="Texture2D" uid="uid://duote4c2u2ebh" path="res://art/animation/vesna/Front/F02-Walk/0015.png" id="69_pay4o"] +[ext_resource type="Texture2D" uid="uid://d1k85w7o1ruqj" path="res://art/animation/vesna/Front/F02-Walk/0016.png" id="70_cloc5"] +[ext_resource type="Texture2D" uid="uid://c0sg7wtpfg4o3" path="res://art/animation/vesna/Front/F02-Walk/0017.png" id="71_3f5x1"] +[ext_resource type="Texture2D" uid="uid://8q0x0epa03s3" path="res://art/animation/vesna/Front/F02-Walk/0018.png" id="72_4epje"] +[ext_resource type="Texture2D" uid="uid://drs6rt5pbu8kf" path="res://art/animation/vesna/Front/F02-Walk/0019.png" id="73_hg30s"] +[ext_resource type="Texture2D" uid="uid://bvx2b584yayfx" path="res://art/animation/vesna/Front/F02-Walk/0020.png" id="74_qvfnv"] +[ext_resource type="Texture2D" uid="uid://cvkx40u5kmwce" path="res://art/animation/vesna/Front/F02-Walk/0021.png" id="75_n4yf2"] +[ext_resource type="Texture2D" uid="uid://cu7ygp8ubtsk" path="res://art/animation/vesna/Front/F02-Walk/0022.png" id="76_c0cb7"] +[ext_resource type="Texture2D" uid="uid://dtbq7ablcqid4" path="res://art/animation/vesna/Front/F02-Walk/0023.png" id="77_bul2g"] +[ext_resource type="Texture2D" uid="uid://btcs5yd0x3u3e" path="res://art/animation/vesna/Front/F02-Walk/0024.png" id="78_3a2jf"] +[ext_resource type="Texture2D" uid="uid://vuuy4gn00g2g" path="res://art/animation/vesna/Front/F02-Walk/0025.png" id="79_bqr5y"] +[ext_resource type="Texture2D" uid="uid://cq41bmnctsmgv" path="res://art/animation/vesna/Front/F02-Walk/0026.png" id="80_mho1n"] +[ext_resource type="Texture2D" uid="uid://b5e6rj54673i0" path="res://art/animation/vesna/Front/F02-Walk/0027.png" id="81_omkub"] +[ext_resource type="Texture2D" uid="uid://bmwbom8yqlusu" path="res://art/animation/vesna/Front/F02-Walk/0028.png" id="82_6y3i7"] +[ext_resource type="Texture2D" uid="uid://20llxig7ur6" path="res://art/animation/vesna/Front/F02-Walk/0029.png" id="83_06fn6"] +[ext_resource type="Texture2D" uid="uid://c00arg43pq8lb" path="res://art/animation/vesna/Front/F02-Walk/0030.png" id="84_84a6b"] +[ext_resource type="Texture2D" uid="uid://ccrpnu21ikipw" path="res://art/animation/vesna/Front/F02-Walk/0031.png" id="85_woinw"] +[ext_resource type="Texture2D" uid="uid://csj3qojq53a3" path="res://art/animation/vesna/Front/F02-Walk/0032.png" id="86_wcrm6"] +[ext_resource type="Texture2D" uid="uid://chdwu52fc7ogj" path="res://art/animation/vesna/Front/F02-Walk/0033.png" id="87_bv48g"] +[ext_resource type="Texture2D" uid="uid://c0kcyujhyql2x" path="res://art/animation/vesna/Front/F02-Walk/0034.png" id="88_2bfse"] +[ext_resource type="Texture2D" uid="uid://b6b13s0idl4id" path="res://art/animation/vesna/Front/F02-Walk/0035.png" id="89_abh10"] +[ext_resource type="Texture2D" uid="uid://ccodf2thfn5co" path="res://art/animation/vesna/Front/F02-Walk/0036.png" id="90_n5grh"] +[ext_resource type="Texture2D" uid="uid://dahwtbgkjei0y" path="res://art/animation/vesna/Front/F02-Walk/0037.png" id="91_vv3u4"] +[ext_resource type="Texture2D" uid="uid://cyxisoyf10wyj" path="res://art/animation/vesna/Front/F02-Walk/0038.png" id="92_6ooo4"] +[ext_resource type="Texture2D" uid="uid://h1ac48iuvyjb" path="res://art/animation/vesna/Front/F02-Walk/0039.png" id="93_nodbg"] +[ext_resource type="Texture2D" uid="uid://bauhrxofvjh1h" path="res://art/animation/vesna/Front/F02-Walk/0040.png" id="94_k648w"] +[ext_resource type="Texture2D" uid="uid://b4tjl0id46mst" path="res://art/animation/vesna/Front/F02-Walk/0041.png" id="95_abbe6"] +[ext_resource type="Texture2D" uid="uid://diy78nj3m8baa" path="res://art/animation/vesna/Front/F02-Walk/0042.png" id="96_xj7vp"] +[ext_resource type="Texture2D" uid="uid://bt4djbvv0qhyd" path="res://art/animation/vesna/Front/F02-Walk/0043.png" id="97_84s4l"] +[ext_resource type="Texture2D" uid="uid://cs5goc51slttq" path="res://art/animation/vesna/Front/F02-Walk/0044.png" id="98_wkuh8"] +[ext_resource type="Texture2D" uid="uid://b2xlq03lubcw7" path="res://art/animation/vesna/Front/F02-Walk/0045.png" id="99_463nd"] +[ext_resource type="Texture2D" uid="uid://b66rx3t7qf5n1" path="res://art/animation/vesna/Front/F02-Walk/0046.png" id="100_3bqmt"] +[ext_resource type="Texture2D" uid="uid://b2qutc2vjvsup" path="res://art/animation/vesna/Front/F02-Walk/0047.png" id="101_bxpyr"] +[ext_resource type="Texture2D" uid="uid://dt65s8qcmh08j" path="res://art/animation/vesna/Front/F02-Walk/0048.png" id="102_fvadl"] +[ext_resource type="Texture2D" uid="uid://f7htcxiwvuup" path="res://art/animation/vesna/Side/S01-Idle/0001.png" id="103_4kqsx"] +[ext_resource type="Texture2D" uid="uid://dogtalawnjbsm" path="res://art/animation/vesna/Side/S01-Idle/0002.png" id="104_pkl5l"] +[ext_resource type="Texture2D" uid="uid://dy8q1argyr42y" path="res://art/animation/vesna/Side/S01-Idle/0003.png" id="105_goec6"] +[ext_resource type="Texture2D" uid="uid://bjkuxovwfoh2g" path="res://art/animation/vesna/Side/S01-Idle/0004.png" id="106_ebdsx"] +[ext_resource type="Texture2D" uid="uid://bnbgkqalf3ob7" path="res://art/animation/vesna/Side/S01-Idle/0005.png" id="107_telpr"] +[ext_resource type="Texture2D" uid="uid://dp528g7vl2o1t" path="res://art/animation/vesna/Side/S01-Idle/0006.png" id="108_k7y4r"] +[ext_resource type="Texture2D" uid="uid://c63ntcisk7ul3" path="res://art/animation/vesna/Side/S01-Idle/0007.png" id="109_s78wn"] +[ext_resource type="Texture2D" uid="uid://wgk8gl42xhrv" path="res://art/animation/vesna/Side/S01-Idle/0008.png" id="110_mm3nb"] +[ext_resource type="Texture2D" uid="uid://blx8nrbahftm1" path="res://art/animation/vesna/Side/S01-Idle/0009.png" id="111_btr8c"] +[ext_resource type="Texture2D" uid="uid://byiw0g04fh3fl" path="res://art/animation/vesna/Side/S01-Idle/0010.png" id="112_abxn1"] +[ext_resource type="Texture2D" uid="uid://bwrolxnbgouf5" path="res://art/animation/vesna/Side/S01-Idle/0011.png" id="113_40051"] +[ext_resource type="Texture2D" uid="uid://6b1ujlfiynog" path="res://art/animation/vesna/Side/S01-Idle/0012.png" id="114_u0mc1"] +[ext_resource type="Texture2D" uid="uid://dp3js8exvbq8d" path="res://art/animation/vesna/Side/S01-Idle/0013.png" id="115_yth4x"] +[ext_resource type="Texture2D" uid="uid://2ynt3lurauh0" path="res://art/animation/vesna/Side/S01-Idle/0014.png" id="116_08ybf"] +[ext_resource type="Texture2D" uid="uid://p0br6ngk2lt7" path="res://art/animation/vesna/Side/S01-Idle/0015.png" id="117_beecv"] +[ext_resource type="Texture2D" uid="uid://dkdqpu38eglvt" path="res://art/animation/vesna/Side/S01-Idle/0016.png" id="118_cuxco"] +[ext_resource type="Texture2D" uid="uid://tu0ocxvudhso" path="res://art/animation/vesna/Side/S01-Idle/0017.png" id="119_8klpv"] +[ext_resource type="Texture2D" uid="uid://w2w8s4fll8fl" path="res://art/animation/vesna/Side/S01-Idle/0018.png" id="120_ud4y7"] +[ext_resource type="Texture2D" uid="uid://m6cltq0bcejg" path="res://art/animation/vesna/Side/S01-Idle/0019.png" id="121_x4a42"] +[ext_resource type="Texture2D" uid="uid://bbd36en7jnhrx" path="res://art/animation/vesna/Side/S01-Idle/0020.png" id="122_5eef5"] +[ext_resource type="Texture2D" uid="uid://b8bv6d2rt8h8v" path="res://art/animation/vesna/Side/S01-Idle/0021.png" id="123_yq3a3"] +[ext_resource type="Texture2D" uid="uid://bxhengbbqgho1" path="res://art/animation/vesna/Side/S01-Idle/0022.png" id="124_bskqf"] +[ext_resource type="Texture2D" uid="uid://bycvvq3vmbcss" path="res://art/animation/vesna/Side/S01-Idle/0023.png" id="125_oacp2"] +[ext_resource type="Texture2D" uid="uid://oi44ce2uea6f" path="res://art/animation/vesna/Side/S01-Idle/0024.png" id="126_70tvi"] +[ext_resource type="Texture2D" uid="uid://bkv341734rnim" path="res://art/animation/vesna/Side/S01-Idle/0025.png" id="127_ey200"] +[ext_resource type="Texture2D" uid="uid://yhtoba2kt5a" path="res://art/animation/vesna/Side/S01-Idle/0026.png" id="128_klf4k"] +[ext_resource type="Texture2D" uid="uid://bo165178craxh" path="res://art/animation/vesna/Side/S01-Idle/0027.png" id="129_k6kyn"] +[ext_resource type="Texture2D" uid="uid://wx260sg538cx" path="res://art/animation/vesna/Side/S01-Idle/0028.png" id="130_7i6ue"] +[ext_resource type="Texture2D" uid="uid://d4mffc4wsp0du" path="res://art/animation/vesna/Side/S01-Idle/0029.png" id="131_q5i20"] +[ext_resource type="Texture2D" uid="uid://dxh3gvtr7g41o" path="res://art/animation/vesna/Side/S01-Idle/0030.png" id="132_xrx4w"] +[ext_resource type="Texture2D" uid="uid://c2pvha48evpvm" path="res://art/animation/vesna/Side/S01-Idle/0031.png" id="133_acb27"] +[ext_resource type="Texture2D" uid="uid://bx7m2bc3s0vua" path="res://art/animation/vesna/Side/S01-Idle/0032.png" id="134_jq7t7"] +[ext_resource type="Texture2D" uid="uid://dp2wj86bkw8qd" path="res://art/animation/vesna/Side/S01-Idle/0033.png" id="135_br0wu"] +[ext_resource type="Texture2D" uid="uid://pkligbymyevi" path="res://art/animation/vesna/Side/S01-Idle/0034.png" id="136_5lrml"] +[ext_resource type="Texture2D" uid="uid://u80eiwbk7e00" path="res://art/animation/vesna/Side/S01-Idle/0035.png" id="137_onqx0"] +[ext_resource type="Texture2D" uid="uid://bvfsbnwi5p8e3" path="res://art/animation/vesna/Side/S01-Idle/0036.png" id="138_iqbqm"] +[ext_resource type="Texture2D" uid="uid://bjch2sgjq8bbw" path="res://art/animation/vesna/Side/S01-Idle/0037.png" id="139_0epj0"] +[ext_resource type="Texture2D" uid="uid://hhjjdbhgu6uy" path="res://art/animation/vesna/Side/S01-Idle/0038.png" id="140_jurnw"] +[ext_resource type="Texture2D" uid="uid://cl1d3eagu3e7v" path="res://art/animation/vesna/Side/S01-Idle/0039.png" id="141_cu2m6"] +[ext_resource type="Texture2D" uid="uid://b3di3vja8bgc6" path="res://art/animation/vesna/Side/S01-Idle/0040.png" id="142_83byk"] +[ext_resource type="Texture2D" uid="uid://bqksfi1dnqbv1" path="res://art/animation/vesna/Side/S01-Idle/0041.png" id="143_2lqum"] +[ext_resource type="Texture2D" uid="uid://bshotijvkl5ql" path="res://art/animation/vesna/Side/S01-Idle/0042.png" id="144_tqq46"] +[ext_resource type="Texture2D" uid="uid://cc6t1qdt2d2tx" path="res://art/animation/vesna/Side/S01-Idle/0043.png" id="145_n6ror"] +[ext_resource type="Texture2D" uid="uid://d2376yy03a4l2" path="res://art/animation/vesna/Side/S01-Idle/0044.png" id="146_bnisc"] +[ext_resource type="Texture2D" uid="uid://b86kewaxkoi4g" path="res://art/animation/vesna/Side/S01-Idle/0045.png" id="147_qr1fx"] +[ext_resource type="Texture2D" uid="uid://ciwlbi1txx71r" path="res://art/animation/vesna/Side/S01-Idle/0046.png" id="148_x8acv"] +[ext_resource type="Texture2D" uid="uid://ffqckan6gwxb" path="res://art/animation/vesna/Side/S01-Idle/0047.png" id="149_qx818"] +[ext_resource type="Texture2D" uid="uid://cecnohftednrt" path="res://art/animation/vesna/Side/S01-Idle/0048.png" id="150_q8yjw"] +[ext_resource type="Texture2D" uid="uid://usi0dter8hv4" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0001.png" id="151_k02jm"] +[ext_resource type="Texture2D" uid="uid://oyfr7kknylll" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0002.png" id="152_qhbbp"] +[ext_resource type="Texture2D" uid="uid://dkrdqolyxlhk0" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0003.png" id="153_tcger"] +[ext_resource type="Texture2D" uid="uid://uj53oie7o2k" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0004.png" id="154_qd3qf"] +[ext_resource type="Texture2D" uid="uid://cuxklf54ycxqn" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0005.png" id="155_ignto"] +[ext_resource type="Texture2D" uid="uid://cyp6jcvn8d4ps" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0006.png" id="156_xb654"] +[ext_resource type="Texture2D" uid="uid://dru4pttgrs6hp" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0007.png" id="157_hjxfp"] +[ext_resource type="Texture2D" uid="uid://b7r1kvjv4a7te" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0008.png" id="158_dv3aq"] +[ext_resource type="Texture2D" uid="uid://ct11egi6oa2vs" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0009.png" id="159_tadw6"] +[ext_resource type="Texture2D" uid="uid://mhetoe2q2plb" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0010.png" id="160_wrorb"] +[ext_resource type="Texture2D" uid="uid://b3p1ive32d5s2" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0011.png" id="161_yy2gc"] +[ext_resource type="Texture2D" uid="uid://cbpueiws6uiq" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0012.png" id="162_u6wh3"] +[ext_resource type="Texture2D" uid="uid://cgvgtvha76jbr" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0013.png" id="163_tbd2f"] +[ext_resource type="Texture2D" uid="uid://cqahoeou3vian" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0014.png" id="164_3q18a"] +[ext_resource type="Texture2D" uid="uid://bdvvlrgvkhb6c" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0015.png" id="165_5thvk"] +[ext_resource type="Texture2D" uid="uid://b2galfsx6og6h" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0016.png" id="166_xewxd"] +[ext_resource type="Texture2D" uid="uid://blcu54p61ofrw" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0017.png" id="167_k2bnm"] +[ext_resource type="Texture2D" uid="uid://ckgdtlo7y51nv" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0018.png" id="168_phrw0"] +[ext_resource type="Texture2D" uid="uid://clkklypt7jqdp" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0019.png" id="169_nnnfo"] +[ext_resource type="Texture2D" uid="uid://bn3gypn4l3w7u" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0020.png" id="170_42702"] +[ext_resource type="Texture2D" uid="uid://p0sptnq656d7" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0021.png" id="171_q5b6l"] +[ext_resource type="Texture2D" uid="uid://b11hwfc2wndsf" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0022.png" id="172_a4ffl"] +[ext_resource type="Texture2D" uid="uid://b3ccxlfteb2bq" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0023.png" id="173_q0y5j"] +[ext_resource type="Texture2D" uid="uid://ympx8ykivayj" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0024.png" id="174_enaas"] +[ext_resource type="Texture2D" uid="uid://cri0w2idseceh" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0025.png" id="175_wl36o"] +[ext_resource type="Texture2D" uid="uid://bxi8mt5jvw02o" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0026.png" id="176_tro3g"] +[ext_resource type="Texture2D" uid="uid://dn4kafwj7v8ff" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0027.png" id="177_egj1d"] +[ext_resource type="Texture2D" uid="uid://gh1i43hfsye4" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0028.png" id="178_8pfpw"] +[ext_resource type="Texture2D" uid="uid://bl10xwoaplrxo" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0029.png" id="179_85kaf"] +[ext_resource type="Texture2D" uid="uid://dc8xd8w5s471v" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0030.png" id="180_w1ug4"] +[ext_resource type="Texture2D" uid="uid://737sllr1wedy" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0031.png" id="181_q1vks"] +[ext_resource type="Texture2D" uid="uid://lohy1gj3imxr" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0032.png" id="182_11yyr"] +[ext_resource type="Texture2D" uid="uid://dlu3gqttex1g4" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0033.png" id="183_lxjuj"] +[ext_resource type="Texture2D" uid="uid://chcqeiw2myv6o" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0034.png" id="184_4arl6"] +[ext_resource type="Texture2D" uid="uid://ygvhk0pvhr1r" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0035.png" id="185_mw4pt"] +[ext_resource type="Texture2D" uid="uid://cs8tfg3k061qq" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0036.png" id="186_bttm4"] +[ext_resource type="Texture2D" uid="uid://diektyeufmk5c" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0037.png" id="187_q4nnp"] +[ext_resource type="Texture2D" uid="uid://csswxbuvvdqew" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0038.png" id="188_7mtj4"] +[ext_resource type="Texture2D" uid="uid://blij5bbab8msa" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0039.png" id="189_f0c4p"] +[ext_resource type="Texture2D" uid="uid://bfasq3jh4csxo" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0040.png" id="190_ynryc"] +[ext_resource type="Texture2D" uid="uid://v5ya0ti1jhra" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0041.png" id="191_68s4q"] +[ext_resource type="Texture2D" uid="uid://tvvx0t57m5xr" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0042.png" id="192_01h6r"] +[ext_resource type="Texture2D" uid="uid://dph1iaub3peww" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0043.png" id="193_7yhc5"] +[ext_resource type="Texture2D" uid="uid://brkgk181kqdvo" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0044.png" id="194_cuhyi"] +[ext_resource type="Texture2D" uid="uid://d11jp2d8sdhuq" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0045.png" id="195_feou4"] +[ext_resource type="Texture2D" uid="uid://cycj0x7r2xnth" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0046.png" id="196_db8hk"] +[ext_resource type="Texture2D" uid="uid://bptrqdkk7yj5i" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0047.png" id="197_14iib"] +[ext_resource type="Texture2D" uid="uid://crjfprs7deaxr" path="res://art/animation/vesna/Side/S02-Walk/S01-Walk0048.png" id="198_v5hn1"] +[ext_resource type="Texture2D" uid="uid://ddseayrsfgsx3" path="res://art/animation/vesna/Back/B01-Idle/0001.png" id="199_4kqsx"] +[ext_resource type="Texture2D" uid="uid://dcudwf7uydow4" path="res://art/animation/vesna/Back/B01-Idle/0002.png" id="200_pkl5l"] +[ext_resource type="Texture2D" uid="uid://j1g1utrqshni" path="res://art/animation/vesna/Back/B01-Idle/0003.png" id="201_goec6"] +[ext_resource type="Texture2D" uid="uid://wfwv4ov0braf" path="res://art/animation/vesna/Back/B01-Idle/0004.png" id="202_ebdsx"] +[ext_resource type="Texture2D" uid="uid://dp3u7hdc1rkig" path="res://art/animation/vesna/Back/B01-Idle/0005.png" id="203_telpr"] +[ext_resource type="Texture2D" uid="uid://coovp0d0od40p" path="res://art/animation/vesna/Back/B01-Idle/0006.png" id="204_k7y4r"] +[ext_resource type="Texture2D" uid="uid://bck4wvhsmoxb5" path="res://art/animation/vesna/Back/B01-Idle/0007.png" id="205_s78wn"] +[ext_resource type="Texture2D" uid="uid://duwqidqblvvj8" path="res://art/animation/vesna/Back/B01-Idle/0008.png" id="206_mm3nb"] +[ext_resource type="Texture2D" uid="uid://xy0eqmcxx5y3" path="res://art/animation/vesna/Back/B01-Idle/0009.png" id="207_btr8c"] +[ext_resource type="Texture2D" uid="uid://bsff7wlu0fiya" path="res://art/animation/vesna/Back/B01-Idle/0010.png" id="208_abxn1"] +[ext_resource type="Texture2D" uid="uid://cmf8amo3ig3eo" path="res://art/animation/vesna/Back/B01-Idle/0011.png" id="209_40051"] +[ext_resource type="Texture2D" uid="uid://ofesaa3vsotc" path="res://art/animation/vesna/Back/B01-Idle/0012.png" id="210_u0mc1"] +[ext_resource type="Texture2D" uid="uid://duiv3m53i1oie" path="res://art/animation/vesna/Back/B01-Idle/0013.png" id="211_yth4x"] +[ext_resource type="Texture2D" uid="uid://cw8febmpuuihg" path="res://art/animation/vesna/Back/B01-Idle/0014.png" id="212_08ybf"] +[ext_resource type="Texture2D" uid="uid://bn6qhqerncfvw" path="res://art/animation/vesna/Back/B01-Idle/0015.png" id="213_beecv"] +[ext_resource type="Texture2D" uid="uid://clr4662lpf12y" path="res://art/animation/vesna/Back/B01-Idle/0016.png" id="214_cuxco"] +[ext_resource type="Texture2D" uid="uid://hnpveciwch8i" path="res://art/animation/vesna/Back/B01-Idle/0017.png" id="215_8klpv"] +[ext_resource type="Texture2D" uid="uid://bdqk2nr4i5sy" path="res://art/animation/vesna/Back/B01-Idle/0018.png" id="216_ud4y7"] +[ext_resource type="Texture2D" uid="uid://lvknst2wyk8k" path="res://art/animation/vesna/Back/B01-Idle/0019.png" id="217_x4a42"] +[ext_resource type="Texture2D" uid="uid://ctaiqt8gbpvuu" path="res://art/animation/vesna/Back/B01-Idle/0020.png" id="218_5eef5"] +[ext_resource type="Texture2D" uid="uid://8ffedddjju0o" path="res://art/animation/vesna/Back/B01-Idle/0021.png" id="219_yq3a3"] +[ext_resource type="Texture2D" uid="uid://co6v8dsf1pscm" path="res://art/animation/vesna/Back/B01-Idle/0022.png" id="220_bskqf"] +[ext_resource type="Texture2D" uid="uid://blnqecpxtpjsi" path="res://art/animation/vesna/Back/B01-Idle/0023.png" id="221_oacp2"] +[ext_resource type="Texture2D" uid="uid://wnqyetonkdf3" path="res://art/animation/vesna/Back/B01-Idle/0024.png" id="222_70tvi"] +[ext_resource type="Texture2D" uid="uid://cixw17dp5n1jq" path="res://art/animation/vesna/Back/B01-Idle/0025.png" id="223_ey200"] +[ext_resource type="Texture2D" uid="uid://b41e1bfnb8pql" path="res://art/animation/vesna/Back/B01-Idle/0026.png" id="224_klf4k"] +[ext_resource type="Texture2D" uid="uid://cawmf2oxe3awf" path="res://art/animation/vesna/Back/B01-Idle/0027.png" id="225_k6kyn"] +[ext_resource type="Texture2D" uid="uid://wwrctt8v8sm3" path="res://art/animation/vesna/Back/B01-Idle/0028.png" id="226_7i6ue"] +[ext_resource type="Texture2D" uid="uid://c20wkbu520dxt" path="res://art/animation/vesna/Back/B01-Idle/0029.png" id="227_q5i20"] +[ext_resource type="Texture2D" uid="uid://b06f0web7033e" path="res://art/animation/vesna/Back/B01-Idle/0030.png" id="228_xrx4w"] +[ext_resource type="Texture2D" uid="uid://bl421n5emu21n" path="res://art/animation/vesna/Back/B01-Idle/0031.png" id="229_acb27"] +[ext_resource type="Texture2D" uid="uid://dptn0ewhksogi" path="res://art/animation/vesna/Back/B01-Idle/0032.png" id="230_jq7t7"] +[ext_resource type="Texture2D" uid="uid://db65yywxdynqj" path="res://art/animation/vesna/Back/B01-Idle/0033.png" id="231_br0wu"] +[ext_resource type="Texture2D" uid="uid://djb3ppgoui6h6" path="res://art/animation/vesna/Back/B01-Idle/0034.png" id="232_5lrml"] +[ext_resource type="Texture2D" uid="uid://c5pmcdopfactx" path="res://art/animation/vesna/Back/B01-Idle/0035.png" id="233_onqx0"] +[ext_resource type="Texture2D" uid="uid://cx68afqq4io3k" path="res://art/animation/vesna/Back/B01-Idle/0036.png" id="234_iqbqm"] +[ext_resource type="Texture2D" uid="uid://cqnq6exjs5xpb" path="res://art/animation/vesna/Back/B01-Idle/0037.png" id="235_0epj0"] +[ext_resource type="Texture2D" uid="uid://cngptl8ojv0kn" path="res://art/animation/vesna/Back/B01-Idle/0038.png" id="236_jurnw"] +[ext_resource type="Texture2D" uid="uid://cbdaffwt6jiy3" path="res://art/animation/vesna/Back/B01-Idle/0039.png" id="237_cu2m6"] +[ext_resource type="Texture2D" uid="uid://cbsg5d8nddxcp" path="res://art/animation/vesna/Back/B01-Idle/0040.png" id="238_83byk"] +[ext_resource type="Texture2D" uid="uid://cqkm3m5vtt2ec" path="res://art/animation/vesna/Back/B01-Idle/0041.png" id="239_2lqum"] +[ext_resource type="Texture2D" uid="uid://cepjhr0v86e21" path="res://art/animation/vesna/Back/B01-Idle/0042.png" id="240_tqq46"] +[ext_resource type="Texture2D" uid="uid://drndvrpyx3aqm" path="res://art/animation/vesna/Back/B01-Idle/0043.png" id="241_n6ror"] +[ext_resource type="Texture2D" uid="uid://brokoyln03mb7" path="res://art/animation/vesna/Back/B01-Idle/0044.png" id="242_bnisc"] +[ext_resource type="Texture2D" uid="uid://dpp2w67j4lp6h" path="res://art/animation/vesna/Back/B01-Idle/0045.png" id="243_qr1fx"] +[ext_resource type="Texture2D" uid="uid://dhiwmld14vguu" path="res://art/animation/vesna/Back/B01-Idle/0046.png" id="244_x8acv"] +[ext_resource type="Texture2D" uid="uid://d1utxoyolyq5j" path="res://art/animation/vesna/Back/B01-Idle/0047.png" id="245_qx818"] +[ext_resource type="Texture2D" uid="uid://7dxbumnnq36g" path="res://art/animation/vesna/Back/B01-Idle/0048.png" id="246_q8yjw"] +[ext_resource type="Texture2D" uid="uid://ckivuklh4qhya" path="res://art/animation/vesna/Back/B02-Walk/0001.png" id="247_k02jm"] +[ext_resource type="Texture2D" uid="uid://c4fkayumeccfo" path="res://art/animation/vesna/Back/B02-Walk/0002.png" id="248_qhbbp"] +[ext_resource type="Texture2D" uid="uid://buijs4bnx7maf" path="res://art/animation/vesna/Back/B02-Walk/0003.png" id="249_tcger"] +[ext_resource type="Texture2D" uid="uid://bsm7ut41ip7ig" path="res://art/animation/vesna/Back/B02-Walk/0004.png" id="250_qd3qf"] +[ext_resource type="Texture2D" uid="uid://3nm7c4wswb7e" path="res://art/animation/vesna/Back/B02-Walk/0005.png" id="251_ignto"] +[ext_resource type="Texture2D" uid="uid://6gh02sauxaex" path="res://art/animation/vesna/Back/B02-Walk/0006.png" id="252_xb654"] +[ext_resource type="Texture2D" uid="uid://dbgntiu78j5ec" path="res://art/animation/vesna/Back/B02-Walk/0007.png" id="253_hjxfp"] +[ext_resource type="Texture2D" uid="uid://cx8apsg1051hp" path="res://art/animation/vesna/Back/B02-Walk/0008.png" id="254_dv3aq"] +[ext_resource type="Texture2D" uid="uid://b6eugr0f2c2jr" path="res://art/animation/vesna/Back/B02-Walk/0009.png" id="255_tadw6"] +[ext_resource type="Texture2D" uid="uid://b3jqiwe1n0chv" path="res://art/animation/vesna/Back/B02-Walk/0010.png" id="256_wrorb"] +[ext_resource type="Texture2D" uid="uid://bj23ksgu8qqi1" path="res://art/animation/vesna/Back/B02-Walk/0011.png" id="257_yy2gc"] +[ext_resource type="Texture2D" uid="uid://6r2073ug0nr1" path="res://art/animation/vesna/Back/B02-Walk/0012.png" id="258_u6wh3"] +[ext_resource type="Texture2D" uid="uid://dw2ylkuw5qmti" path="res://art/animation/vesna/Back/B02-Walk/0013.png" id="259_tbd2f"] +[ext_resource type="Texture2D" uid="uid://iip4ctkxqknp" path="res://art/animation/vesna/Back/B02-Walk/0014.png" id="260_3q18a"] +[ext_resource type="Texture2D" uid="uid://v2kkhbalmuvn" path="res://art/animation/vesna/Back/B02-Walk/0015.png" id="261_5thvk"] +[ext_resource type="Texture2D" uid="uid://cpc8jkevjt01r" path="res://art/animation/vesna/Back/B02-Walk/0016.png" id="262_xewxd"] +[ext_resource type="Texture2D" uid="uid://dxdc70e22jvwg" path="res://art/animation/vesna/Back/B02-Walk/0017.png" id="263_k2bnm"] +[ext_resource type="Texture2D" uid="uid://b2h2xmpknxjm3" path="res://art/animation/vesna/Back/B02-Walk/0018.png" id="264_phrw0"] +[ext_resource type="Texture2D" uid="uid://d0ftu6fd8tx2k" path="res://art/animation/vesna/Back/B02-Walk/0019.png" id="265_nnnfo"] +[ext_resource type="Texture2D" uid="uid://banv0fn0hvqbu" path="res://art/animation/vesna/Back/B02-Walk/0020.png" id="266_42702"] +[ext_resource type="Texture2D" uid="uid://g3er846hkqyk" path="res://art/animation/vesna/Back/B02-Walk/0021.png" id="267_q5b6l"] +[ext_resource type="Texture2D" uid="uid://46ecx6326vr2" path="res://art/animation/vesna/Back/B02-Walk/0022.png" id="268_a4ffl"] +[ext_resource type="Texture2D" uid="uid://dyojtdxaamtbc" path="res://art/animation/vesna/Back/B02-Walk/0023.png" id="269_q0y5j"] +[ext_resource type="Texture2D" uid="uid://c8ecgh85euufm" path="res://art/animation/vesna/Back/B02-Walk/0024.png" id="270_enaas"] +[ext_resource type="Texture2D" uid="uid://bp8jy26xcqoyw" path="res://art/animation/vesna/Back/B02-Walk/0025.png" id="271_wl36o"] +[ext_resource type="Texture2D" uid="uid://cqbrf2fey4mi5" path="res://art/animation/vesna/Back/B02-Walk/0026.png" id="272_tro3g"] +[ext_resource type="Texture2D" uid="uid://b72dho73ag7hv" path="res://art/animation/vesna/Back/B02-Walk/0027.png" id="273_egj1d"] +[ext_resource type="Texture2D" uid="uid://bwv8ar3ql621w" path="res://art/animation/vesna/Back/B02-Walk/0028.png" id="274_8pfpw"] +[ext_resource type="Texture2D" uid="uid://ds41s42vx5b3w" path="res://art/animation/vesna/Back/B02-Walk/0029.png" id="275_85kaf"] +[ext_resource type="Texture2D" uid="uid://co7gkc6v1307b" path="res://art/animation/vesna/Back/B02-Walk/0030.png" id="276_w1ug4"] +[ext_resource type="Texture2D" uid="uid://cuq55acr20luj" path="res://art/animation/vesna/Back/B02-Walk/0031.png" id="277_q1vks"] +[ext_resource type="Texture2D" uid="uid://c6625qc5my8aa" path="res://art/animation/vesna/Back/B02-Walk/0032.png" id="278_11yyr"] +[ext_resource type="Texture2D" uid="uid://c877yq644kodi" path="res://art/animation/vesna/Back/B02-Walk/0033.png" id="279_lxjuj"] +[ext_resource type="Texture2D" uid="uid://7jul8qgkmppd" path="res://art/animation/vesna/Back/B02-Walk/0034.png" id="280_4arl6"] +[ext_resource type="Texture2D" uid="uid://emj0166lqj3" path="res://art/animation/vesna/Back/B02-Walk/0035.png" id="281_mw4pt"] +[ext_resource type="Texture2D" uid="uid://ig7flnq26khd" path="res://art/animation/vesna/Back/B02-Walk/0036.png" id="282_bttm4"] +[ext_resource type="Texture2D" uid="uid://cdvh56eke46o3" path="res://art/animation/vesna/Back/B02-Walk/0037.png" id="283_q4nnp"] +[ext_resource type="Texture2D" uid="uid://c67abbv4nkawu" path="res://art/animation/vesna/Back/B02-Walk/0038.png" id="284_7mtj4"] +[ext_resource type="Texture2D" uid="uid://ca2vqn3k30dm7" path="res://art/animation/vesna/Back/B02-Walk/0039.png" id="285_f0c4p"] +[ext_resource type="Texture2D" uid="uid://bhv5jn16h6krw" path="res://art/animation/vesna/Back/B02-Walk/0040.png" id="286_ynryc"] +[ext_resource type="Texture2D" uid="uid://51lciutu87ao" path="res://art/animation/vesna/Back/B02-Walk/0041.png" id="287_68s4q"] +[ext_resource type="Texture2D" uid="uid://bc37fsnli01wy" path="res://art/animation/vesna/Back/B02-Walk/0042.png" id="288_01h6r"] +[ext_resource type="Texture2D" uid="uid://j4mb1261cx0s" path="res://art/animation/vesna/Back/B02-Walk/0043.png" id="289_7yhc5"] +[ext_resource type="Texture2D" uid="uid://cj4aaeif3xnpw" path="res://art/animation/vesna/Back/B02-Walk/0044.png" id="290_cuhyi"] +[ext_resource type="Texture2D" uid="uid://djeqa5o26lcvj" path="res://art/animation/vesna/Back/B02-Walk/0045.png" id="291_feou4"] +[ext_resource type="Texture2D" uid="uid://c0nhh610veynv" path="res://art/animation/vesna/Back/B02-Walk/0046.png" id="292_db8hk"] +[ext_resource type="Texture2D" uid="uid://b206kb5kggejq" path="res://art/animation/vesna/Back/B02-Walk/0047.png" id="293_14iib"] +[ext_resource type="Texture2D" uid="uid://ci7uer5wecm2a" path="res://art/animation/vesna/Back/B02-Walk/0048.png" id="294_v5hn1"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1vdrh"] +height = 1.5 + +[sub_resource type="SpriteFrames" id="SpriteFrames_m3qdy"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("7_okmao") +}, { +"duration": 1.0, +"texture": ExtResource("8_ctpgn") +}, { +"duration": 1.0, +"texture": ExtResource("9_8n7il") +}, { +"duration": 1.0, +"texture": ExtResource("10_lcjtt") +}, { +"duration": 1.0, +"texture": ExtResource("11_5a535") +}, { +"duration": 1.0, +"texture": ExtResource("12_i4grh") +}, { +"duration": 1.0, +"texture": ExtResource("13_ueika") +}, { +"duration": 1.0, +"texture": ExtResource("14_qydwi") +}, { +"duration": 1.0, +"texture": ExtResource("15_8nn8y") +}, { +"duration": 1.0, +"texture": ExtResource("16_res88") +}, { +"duration": 1.0, +"texture": ExtResource("17_6k842") +}, { +"duration": 1.0, +"texture": ExtResource("18_ovw7s") +}, { +"duration": 1.0, +"texture": ExtResource("19_bqi1n") +}, { +"duration": 1.0, +"texture": ExtResource("20_6rq6e") +}, { +"duration": 1.0, +"texture": ExtResource("21_310sj") +}, { +"duration": 1.0, +"texture": ExtResource("22_y8t63") +}, { +"duration": 1.0, +"texture": ExtResource("23_5b001") +}, { +"duration": 1.0, +"texture": ExtResource("24_6ulh4") +}, { +"duration": 1.0, +"texture": ExtResource("25_dymb7") +}, { +"duration": 1.0, +"texture": ExtResource("26_3dnqi") +}, { +"duration": 1.0, +"texture": ExtResource("27_hg4ps") +}, { +"duration": 1.0, +"texture": ExtResource("28_6kbi2") +}, { +"duration": 1.0, +"texture": ExtResource("29_iidqy") +}, { +"duration": 1.0, +"texture": ExtResource("30_6df5l") +}, { +"duration": 1.0, +"texture": ExtResource("31_k8ba5") +}, { +"duration": 1.0, +"texture": ExtResource("32_xa841") +}, { +"duration": 1.0, +"texture": ExtResource("33_t3vhf") +}, { +"duration": 1.0, +"texture": ExtResource("34_0b2kt") +}, { +"duration": 1.0, +"texture": ExtResource("35_83kdv") +}, { +"duration": 1.0, +"texture": ExtResource("36_fhp6m") +}, { +"duration": 1.0, +"texture": ExtResource("37_w64pb") +}, { +"duration": 1.0, +"texture": ExtResource("38_qbfba") +}, { +"duration": 1.0, +"texture": ExtResource("39_cjc6a") +}, { +"duration": 1.0, +"texture": ExtResource("40_860ko") +}, { +"duration": 1.0, +"texture": ExtResource("41_6hnh4") +}, { +"duration": 1.0, +"texture": ExtResource("42_n65q7") +}, { +"duration": 1.0, +"texture": ExtResource("43_72cuv") +}, { +"duration": 1.0, +"texture": ExtResource("44_p82uk") +}, { +"duration": 1.0, +"texture": ExtResource("45_3jpuj") +}, { +"duration": 1.0, +"texture": ExtResource("46_ih8r2") +}, { +"duration": 1.0, +"texture": ExtResource("47_wblbj") +}, { +"duration": 1.0, +"texture": ExtResource("48_l1fxy") +}, { +"duration": 1.0, +"texture": ExtResource("49_p3o75") +}, { +"duration": 1.0, +"texture": ExtResource("50_tf8d7") +}, { +"duration": 1.0, +"texture": ExtResource("51_1tjqe") +}, { +"duration": 1.0, +"texture": ExtResource("52_aex5d") +}, { +"duration": 1.0, +"texture": ExtResource("53_n3f5i") +}, { +"duration": 1.0, +"texture": ExtResource("54_63ivp") +}], +"loop": true, +"name": &"default", +"speed": 20.0 +}] + +[sub_resource type="SpriteFrames" id="SpriteFrames_pn0o1"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("55_2kxn0") +}, { +"duration": 1.0, +"texture": ExtResource("56_qpyx2") +}, { +"duration": 1.0, +"texture": ExtResource("57_0nd1m") +}, { +"duration": 1.0, +"texture": ExtResource("58_cfbro") +}, { +"duration": 1.0, +"texture": ExtResource("59_f5foh") +}, { +"duration": 1.0, +"texture": ExtResource("60_o2g1d") +}, { +"duration": 1.0, +"texture": ExtResource("61_tin1o") +}, { +"duration": 1.0, +"texture": ExtResource("62_46hq4") +}, { +"duration": 1.0, +"texture": ExtResource("63_o4ff4") +}, { +"duration": 1.0, +"texture": ExtResource("64_j83qk") +}, { +"duration": 1.0, +"texture": ExtResource("65_gq74u") +}, { +"duration": 1.0, +"texture": ExtResource("66_jyyel") +}, { +"duration": 1.0, +"texture": ExtResource("67_tbec5") +}, { +"duration": 1.0, +"texture": ExtResource("68_bgei7") +}, { +"duration": 1.0, +"texture": ExtResource("69_pay4o") +}, { +"duration": 1.0, +"texture": ExtResource("70_cloc5") +}, { +"duration": 1.0, +"texture": ExtResource("71_3f5x1") +}, { +"duration": 1.0, +"texture": ExtResource("72_4epje") +}, { +"duration": 1.0, +"texture": ExtResource("73_hg30s") +}, { +"duration": 1.0, +"texture": ExtResource("74_qvfnv") +}, { +"duration": 1.0, +"texture": ExtResource("75_n4yf2") +}, { +"duration": 1.0, +"texture": ExtResource("76_c0cb7") +}, { +"duration": 1.0, +"texture": ExtResource("77_bul2g") +}, { +"duration": 1.0, +"texture": ExtResource("78_3a2jf") +}, { +"duration": 1.0, +"texture": ExtResource("79_bqr5y") +}, { +"duration": 1.0, +"texture": ExtResource("80_mho1n") +}, { +"duration": 1.0, +"texture": ExtResource("81_omkub") +}, { +"duration": 1.0, +"texture": ExtResource("82_6y3i7") +}, { +"duration": 1.0, +"texture": ExtResource("83_06fn6") +}, { +"duration": 1.0, +"texture": ExtResource("84_84a6b") +}, { +"duration": 1.0, +"texture": ExtResource("85_woinw") +}, { +"duration": 1.0, +"texture": ExtResource("86_wcrm6") +}, { +"duration": 1.0, +"texture": ExtResource("87_bv48g") +}, { +"duration": 1.0, +"texture": ExtResource("88_2bfse") +}, { +"duration": 1.0, +"texture": ExtResource("89_abh10") +}, { +"duration": 1.0, +"texture": ExtResource("90_n5grh") +}, { +"duration": 1.0, +"texture": ExtResource("91_vv3u4") +}, { +"duration": 1.0, +"texture": ExtResource("92_6ooo4") +}, { +"duration": 1.0, +"texture": ExtResource("93_nodbg") +}, { +"duration": 1.0, +"texture": ExtResource("94_k648w") +}, { +"duration": 1.0, +"texture": ExtResource("95_abbe6") +}, { +"duration": 1.0, +"texture": ExtResource("96_xj7vp") +}, { +"duration": 1.0, +"texture": ExtResource("97_84s4l") +}, { +"duration": 1.0, +"texture": ExtResource("98_wkuh8") +}, { +"duration": 1.0, +"texture": ExtResource("99_463nd") +}, { +"duration": 1.0, +"texture": ExtResource("100_3bqmt") +}, { +"duration": 1.0, +"texture": ExtResource("101_bxpyr") +}, { +"duration": 1.0, +"texture": ExtResource("102_fvadl") +}], +"loop": true, +"name": &"default", +"speed": 25.0 +}] + +[sub_resource type="SpriteFrames" id="SpriteFrames_bciom"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("103_4kqsx") +}, { +"duration": 1.0, +"texture": ExtResource("104_pkl5l") +}, { +"duration": 1.0, +"texture": ExtResource("105_goec6") +}, { +"duration": 1.0, +"texture": ExtResource("106_ebdsx") +}, { +"duration": 1.0, +"texture": ExtResource("107_telpr") +}, { +"duration": 1.0, +"texture": ExtResource("108_k7y4r") +}, { +"duration": 1.0, +"texture": ExtResource("109_s78wn") +}, { +"duration": 1.0, +"texture": ExtResource("110_mm3nb") +}, { +"duration": 1.0, +"texture": ExtResource("111_btr8c") +}, { +"duration": 1.0, +"texture": ExtResource("112_abxn1") +}, { +"duration": 1.0, +"texture": ExtResource("113_40051") +}, { +"duration": 1.0, +"texture": ExtResource("114_u0mc1") +}, { +"duration": 1.0, +"texture": ExtResource("115_yth4x") +}, { +"duration": 1.0, +"texture": ExtResource("116_08ybf") +}, { +"duration": 1.0, +"texture": ExtResource("117_beecv") +}, { +"duration": 1.0, +"texture": ExtResource("118_cuxco") +}, { +"duration": 1.0, +"texture": ExtResource("119_8klpv") +}, { +"duration": 1.0, +"texture": ExtResource("120_ud4y7") +}, { +"duration": 1.0, +"texture": ExtResource("121_x4a42") +}, { +"duration": 1.0, +"texture": ExtResource("122_5eef5") +}, { +"duration": 1.0, +"texture": ExtResource("123_yq3a3") +}, { +"duration": 1.0, +"texture": ExtResource("124_bskqf") +}, { +"duration": 1.0, +"texture": ExtResource("125_oacp2") +}, { +"duration": 1.0, +"texture": ExtResource("126_70tvi") +}, { +"duration": 1.0, +"texture": ExtResource("127_ey200") +}, { +"duration": 1.0, +"texture": ExtResource("128_klf4k") +}, { +"duration": 1.0, +"texture": ExtResource("129_k6kyn") +}, { +"duration": 1.0, +"texture": ExtResource("130_7i6ue") +}, { +"duration": 1.0, +"texture": ExtResource("131_q5i20") +}, { +"duration": 1.0, +"texture": ExtResource("132_xrx4w") +}, { +"duration": 1.0, +"texture": ExtResource("133_acb27") +}, { +"duration": 1.0, +"texture": ExtResource("134_jq7t7") +}, { +"duration": 1.0, +"texture": ExtResource("135_br0wu") +}, { +"duration": 1.0, +"texture": ExtResource("136_5lrml") +}, { +"duration": 1.0, +"texture": ExtResource("137_onqx0") +}, { +"duration": 1.0, +"texture": ExtResource("138_iqbqm") +}, { +"duration": 1.0, +"texture": ExtResource("139_0epj0") +}, { +"duration": 1.0, +"texture": ExtResource("140_jurnw") +}, { +"duration": 1.0, +"texture": ExtResource("141_cu2m6") +}, { +"duration": 1.0, +"texture": ExtResource("142_83byk") +}, { +"duration": 1.0, +"texture": ExtResource("143_2lqum") +}, { +"duration": 1.0, +"texture": ExtResource("144_tqq46") +}, { +"duration": 1.0, +"texture": ExtResource("145_n6ror") +}, { +"duration": 1.0, +"texture": ExtResource("146_bnisc") +}, { +"duration": 1.0, +"texture": ExtResource("147_qr1fx") +}, { +"duration": 1.0, +"texture": ExtResource("148_x8acv") +}, { +"duration": 1.0, +"texture": ExtResource("149_qx818") +}, { +"duration": 1.0, +"texture": ExtResource("150_q8yjw") +}], +"loop": true, +"name": &"default", +"speed": 20.0 +}] + +[sub_resource type="SpriteFrames" id="SpriteFrames_sp3o5"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("151_k02jm") +}, { +"duration": 1.0, +"texture": ExtResource("152_qhbbp") +}, { +"duration": 1.0, +"texture": ExtResource("153_tcger") +}, { +"duration": 1.0, +"texture": ExtResource("154_qd3qf") +}, { +"duration": 1.0, +"texture": ExtResource("155_ignto") +}, { +"duration": 1.0, +"texture": ExtResource("156_xb654") +}, { +"duration": 1.0, +"texture": ExtResource("157_hjxfp") +}, { +"duration": 1.0, +"texture": ExtResource("158_dv3aq") +}, { +"duration": 1.0, +"texture": ExtResource("159_tadw6") +}, { +"duration": 1.0, +"texture": ExtResource("160_wrorb") +}, { +"duration": 1.0, +"texture": ExtResource("161_yy2gc") +}, { +"duration": 1.0, +"texture": ExtResource("162_u6wh3") +}, { +"duration": 1.0, +"texture": ExtResource("163_tbd2f") +}, { +"duration": 1.0, +"texture": ExtResource("164_3q18a") +}, { +"duration": 1.0, +"texture": ExtResource("165_5thvk") +}, { +"duration": 1.0, +"texture": ExtResource("166_xewxd") +}, { +"duration": 1.0, +"texture": ExtResource("167_k2bnm") +}, { +"duration": 1.0, +"texture": ExtResource("168_phrw0") +}, { +"duration": 1.0, +"texture": ExtResource("169_nnnfo") +}, { +"duration": 1.0, +"texture": ExtResource("170_42702") +}, { +"duration": 1.0, +"texture": ExtResource("171_q5b6l") +}, { +"duration": 1.0, +"texture": ExtResource("172_a4ffl") +}, { +"duration": 1.0, +"texture": ExtResource("173_q0y5j") +}, { +"duration": 1.0, +"texture": ExtResource("174_enaas") +}, { +"duration": 1.0, +"texture": ExtResource("175_wl36o") +}, { +"duration": 1.0, +"texture": ExtResource("176_tro3g") +}, { +"duration": 1.0, +"texture": ExtResource("177_egj1d") +}, { +"duration": 1.0, +"texture": ExtResource("178_8pfpw") +}, { +"duration": 1.0, +"texture": ExtResource("179_85kaf") +}, { +"duration": 1.0, +"texture": ExtResource("180_w1ug4") +}, { +"duration": 1.0, +"texture": ExtResource("181_q1vks") +}, { +"duration": 1.0, +"texture": ExtResource("182_11yyr") +}, { +"duration": 1.0, +"texture": ExtResource("183_lxjuj") +}, { +"duration": 1.0, +"texture": ExtResource("184_4arl6") +}, { +"duration": 1.0, +"texture": ExtResource("185_mw4pt") +}, { +"duration": 1.0, +"texture": ExtResource("186_bttm4") +}, { +"duration": 1.0, +"texture": ExtResource("187_q4nnp") +}, { +"duration": 1.0, +"texture": ExtResource("188_7mtj4") +}, { +"duration": 1.0, +"texture": ExtResource("189_f0c4p") +}, { +"duration": 1.0, +"texture": ExtResource("190_ynryc") +}, { +"duration": 1.0, +"texture": ExtResource("191_68s4q") +}, { +"duration": 1.0, +"texture": ExtResource("192_01h6r") +}, { +"duration": 1.0, +"texture": ExtResource("193_7yhc5") +}, { +"duration": 1.0, +"texture": ExtResource("194_cuhyi") +}, { +"duration": 1.0, +"texture": ExtResource("195_feou4") +}, { +"duration": 1.0, +"texture": ExtResource("196_db8hk") +}, { +"duration": 1.0, +"texture": ExtResource("197_14iib") +}, { +"duration": 1.0, +"texture": ExtResource("198_v5hn1") +}], +"loop": true, +"name": &"default", +"speed": 25.0 +}] + +[sub_resource type="SpriteFrames" id="SpriteFrames_bd0pk"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("199_4kqsx") +}, { +"duration": 1.0, +"texture": ExtResource("200_pkl5l") +}, { +"duration": 1.0, +"texture": ExtResource("201_goec6") +}, { +"duration": 1.0, +"texture": ExtResource("202_ebdsx") +}, { +"duration": 1.0, +"texture": ExtResource("203_telpr") +}, { +"duration": 1.0, +"texture": ExtResource("204_k7y4r") +}, { +"duration": 1.0, +"texture": ExtResource("205_s78wn") +}, { +"duration": 1.0, +"texture": ExtResource("206_mm3nb") +}, { +"duration": 1.0, +"texture": ExtResource("207_btr8c") +}, { +"duration": 1.0, +"texture": ExtResource("208_abxn1") +}, { +"duration": 1.0, +"texture": ExtResource("209_40051") +}, { +"duration": 1.0, +"texture": ExtResource("210_u0mc1") +}, { +"duration": 1.0, +"texture": ExtResource("211_yth4x") +}, { +"duration": 1.0, +"texture": ExtResource("212_08ybf") +}, { +"duration": 1.0, +"texture": ExtResource("213_beecv") +}, { +"duration": 1.0, +"texture": ExtResource("214_cuxco") +}, { +"duration": 1.0, +"texture": ExtResource("215_8klpv") +}, { +"duration": 1.0, +"texture": ExtResource("216_ud4y7") +}, { +"duration": 1.0, +"texture": ExtResource("217_x4a42") +}, { +"duration": 1.0, +"texture": ExtResource("218_5eef5") +}, { +"duration": 1.0, +"texture": ExtResource("219_yq3a3") +}, { +"duration": 1.0, +"texture": ExtResource("220_bskqf") +}, { +"duration": 1.0, +"texture": ExtResource("221_oacp2") +}, { +"duration": 1.0, +"texture": ExtResource("222_70tvi") +}, { +"duration": 1.0, +"texture": ExtResource("223_ey200") +}, { +"duration": 1.0, +"texture": ExtResource("224_klf4k") +}, { +"duration": 1.0, +"texture": ExtResource("225_k6kyn") +}, { +"duration": 1.0, +"texture": ExtResource("226_7i6ue") +}, { +"duration": 1.0, +"texture": ExtResource("227_q5i20") +}, { +"duration": 1.0, +"texture": ExtResource("228_xrx4w") +}, { +"duration": 1.0, +"texture": ExtResource("229_acb27") +}, { +"duration": 1.0, +"texture": ExtResource("230_jq7t7") +}, { +"duration": 1.0, +"texture": ExtResource("231_br0wu") +}, { +"duration": 1.0, +"texture": ExtResource("232_5lrml") +}, { +"duration": 1.0, +"texture": ExtResource("233_onqx0") +}, { +"duration": 1.0, +"texture": ExtResource("234_iqbqm") +}, { +"duration": 1.0, +"texture": ExtResource("235_0epj0") +}, { +"duration": 1.0, +"texture": ExtResource("236_jurnw") +}, { +"duration": 1.0, +"texture": ExtResource("237_cu2m6") +}, { +"duration": 1.0, +"texture": ExtResource("238_83byk") +}, { +"duration": 1.0, +"texture": ExtResource("239_2lqum") +}, { +"duration": 1.0, +"texture": ExtResource("240_tqq46") +}, { +"duration": 1.0, +"texture": ExtResource("241_n6ror") +}, { +"duration": 1.0, +"texture": ExtResource("242_bnisc") +}, { +"duration": 1.0, +"texture": ExtResource("243_qr1fx") +}, { +"duration": 1.0, +"texture": ExtResource("244_x8acv") +}, { +"duration": 1.0, +"texture": ExtResource("245_qx818") +}, { +"duration": 1.0, +"texture": ExtResource("246_q8yjw") +}], +"loop": true, +"name": &"default", +"speed": 20.0 +}] + +[sub_resource type="SpriteFrames" id="SpriteFrames_4q8ml"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("247_k02jm") +}, { +"duration": 1.0, +"texture": ExtResource("248_qhbbp") +}, { +"duration": 1.0, +"texture": ExtResource("249_tcger") +}, { +"duration": 1.0, +"texture": ExtResource("250_qd3qf") +}, { +"duration": 1.0, +"texture": ExtResource("251_ignto") +}, { +"duration": 1.0, +"texture": ExtResource("252_xb654") +}, { +"duration": 1.0, +"texture": ExtResource("253_hjxfp") +}, { +"duration": 1.0, +"texture": ExtResource("254_dv3aq") +}, { +"duration": 1.0, +"texture": ExtResource("255_tadw6") +}, { +"duration": 1.0, +"texture": ExtResource("256_wrorb") +}, { +"duration": 1.0, +"texture": ExtResource("257_yy2gc") +}, { +"duration": 1.0, +"texture": ExtResource("258_u6wh3") +}, { +"duration": 1.0, +"texture": ExtResource("259_tbd2f") +}, { +"duration": 1.0, +"texture": ExtResource("260_3q18a") +}, { +"duration": 1.0, +"texture": ExtResource("261_5thvk") +}, { +"duration": 1.0, +"texture": ExtResource("262_xewxd") +}, { +"duration": 1.0, +"texture": ExtResource("263_k2bnm") +}, { +"duration": 1.0, +"texture": ExtResource("264_phrw0") +}, { +"duration": 1.0, +"texture": ExtResource("265_nnnfo") +}, { +"duration": 1.0, +"texture": ExtResource("266_42702") +}, { +"duration": 1.0, +"texture": ExtResource("267_q5b6l") +}, { +"duration": 1.0, +"texture": ExtResource("268_a4ffl") +}, { +"duration": 1.0, +"texture": ExtResource("269_q0y5j") +}, { +"duration": 1.0, +"texture": ExtResource("270_enaas") +}, { +"duration": 1.0, +"texture": ExtResource("271_wl36o") +}, { +"duration": 1.0, +"texture": ExtResource("272_tro3g") +}, { +"duration": 1.0, +"texture": ExtResource("273_egj1d") +}, { +"duration": 1.0, +"texture": ExtResource("274_8pfpw") +}, { +"duration": 1.0, +"texture": ExtResource("275_85kaf") +}, { +"duration": 1.0, +"texture": ExtResource("276_w1ug4") +}, { +"duration": 1.0, +"texture": ExtResource("277_q1vks") +}, { +"duration": 1.0, +"texture": ExtResource("278_11yyr") +}, { +"duration": 1.0, +"texture": ExtResource("279_lxjuj") +}, { +"duration": 1.0, +"texture": ExtResource("280_4arl6") +}, { +"duration": 1.0, +"texture": ExtResource("281_mw4pt") +}, { +"duration": 1.0, +"texture": ExtResource("282_bttm4") +}, { +"duration": 1.0, +"texture": ExtResource("283_q4nnp") +}, { +"duration": 1.0, +"texture": ExtResource("284_7mtj4") +}, { +"duration": 1.0, +"texture": ExtResource("285_f0c4p") +}, { +"duration": 1.0, +"texture": ExtResource("286_ynryc") +}, { +"duration": 1.0, +"texture": ExtResource("287_68s4q") +}, { +"duration": 1.0, +"texture": ExtResource("288_01h6r") +}, { +"duration": 1.0, +"texture": ExtResource("289_7yhc5") +}, { +"duration": 1.0, +"texture": ExtResource("290_cuhyi") +}, { +"duration": 1.0, +"texture": ExtResource("291_feou4") +}, { +"duration": 1.0, +"texture": ExtResource("292_db8hk") +}, { +"duration": 1.0, +"texture": ExtResource("293_14iib") +}, { +"duration": 1.0, +"texture": ExtResource("294_v5hn1") +}], +"loop": true, +"name": &"default", +"speed": 25.0 +}] + +[node name="Player3d" type="Node3D" node_paths=PackedStringArray("_farmingControls")] +script = ExtResource("1_pkl5l") +_farmingControls = NodePath("FarmingControls") + +[node name="CharacterBody3D" type="CharacterBody3D" parent="." node_paths=PackedStringArray("_camera", "_frontSpritesAnimated", "_sideSpritesAnimated", "_backSpritesAnimated")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000654221, 0.102765, -0.00300497) +collision_layer = 16 +collision_mask = 17 +script = ExtResource("1_3trg2") +_speed = 400.0 +_camera = NodePath("CameraPivot2/SubPivot/Camera3D") +_frontSpritesAnimated = [NodePath("Front/FrontAnimatedIdle"), NodePath("Front/FrontAnimatedWalking")] +_sideSpritesAnimated = [NodePath("Side/SideAnimatedIdle"), NodePath("Side/SideAnimatedWalking")] +_backSpritesAnimated = [NodePath("Back/BackAnimatedIdle"), NodePath("Back/BackAnimatedWalking")] + +[node name="FrontSprite" type="Sprite3D" parent="CharacterBody3D"] +transform = Transform3D(0.15, 0, 0, 0, 0.15, 0, 0, 0, 0.15, 0, 0, 0) +visible = false +billboard = 1 +shaded = true +render_priority = 50 +texture = ExtResource("2_3trg2") +region_enabled = true +region_rect = Rect2(52, 20, 648, 1175) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CharacterBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.119886, 0) +shape = SubResource("CapsuleShape3D_1vdrh") + +[node name="CameraPivot2" type="Node3D" parent="CharacterBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.159723, 0) + +[node name="SubPivot" type="Node3D" parent="CharacterBody3D/CameraPivot2"] + +[node name="Camera3D" type="Camera3D" parent="CharacterBody3D/CameraPivot2/SubPivot"] +transform = Transform3D(1, 0, 0, 0, 0.933581, 0.358368, 0, -0.358368, 0.933581, 0, 1, 1.734) +fov = 70.0 + +[node name="Farming" type="Node3D" parent="CharacterBody3D"] + +[node name="Hoe" type="Sprite3D" parent="CharacterBody3D/Farming"] +visible = false +pixel_size = 0.002 +billboard = 1 +render_priority = 51 +texture = ExtResource("4_kngqo") + +[node name="Watering can" type="Sprite3D" parent="CharacterBody3D/Farming"] +visible = false +pixel_size = 0.002 +billboard = 1 +render_priority = 51 +texture = ExtResource("5_pkl5l") +region_enabled = true +region_rect = Rect2(-2, 1135, 425, 291) + +[node name="Front" type="Node3D" parent="CharacterBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.001, 0.1, 0.003) + +[node name="FrontAnimatedIdle" type="AnimatedSprite3D" parent="CharacterBody3D/Front"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000654221, 0.00276488, -0.00300497) +pixel_size = 0.0015 +billboard = 1 +render_priority = 50 +sprite_frames = SubResource("SpriteFrames_m3qdy") +autoplay = "default" +frame = 43 +frame_progress = 0.581205 + +[node name="FrontAnimatedWalking" type="AnimatedSprite3D" parent="CharacterBody3D/Front"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000654221, 0.00276488, -0.00300497) +visible = false +pixel_size = 0.0015 +billboard = 1 +render_priority = 50 +sprite_frames = SubResource("SpriteFrames_pn0o1") +autoplay = "default" +frame = 14 +frame_progress = 0.228248 + +[node name="Side" type="Node3D" parent="CharacterBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.001, 0.1, 0) + +[node name="SideAnimatedIdle" type="AnimatedSprite3D" parent="CharacterBody3D/Side"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000654221, 0.00276488, -0.00300497) +visible = false +pixel_size = 0.0015 +billboard = 1 +render_priority = 50 +sprite_frames = SubResource("SpriteFrames_bciom") +autoplay = "default" +frame_progress = 0.585258 + +[node name="SideAnimatedWalking" type="AnimatedSprite3D" parent="CharacterBody3D/Side"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000654221, 0.00276488, -0.00300497) +visible = false +pixel_size = 0.0015 +billboard = 1 +render_priority = 50 +sprite_frames = SubResource("SpriteFrames_sp3o5") +autoplay = "default" +frame_progress = 0.267425 + +[node name="Back" type="Node3D" parent="CharacterBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0) + +[node name="BackAnimatedIdle" type="AnimatedSprite3D" parent="CharacterBody3D/Back"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000654221, 0.00276488, -0.00300497) +visible = false +pixel_size = 0.0015 +billboard = 1 +render_priority = 50 +sprite_frames = SubResource("SpriteFrames_bd0pk") +autoplay = "default" +frame_progress = 0.273723 + +[node name="BackAnimatedWalking" type="AnimatedSprite3D" parent="CharacterBody3D/Back"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000654221, 0.00276488, -0.00300497) +visible = false +pixel_size = 0.0015 +billboard = 1 +render_priority = 50 +sprite_frames = SubResource("SpriteFrames_4q8ml") +autoplay = "default" +frame_progress = 0.481133 + +[node name="FarmingControls" type="Node3D" parent="." node_paths=PackedStringArray("_hoeSprite", "_wateringCanSprite", "_movingPlayer")] +script = ExtResource("4_q5t2e") +_hoeSprite = NodePath("../CharacterBody3D/Farming/Hoe") +_wateringCanSprite = NodePath("../CharacterBody3D/Farming/Watering can") +_fieldPrefab = ExtResource("2_oq5hi") +_movingPlayer = NodePath("../CharacterBody3D") +metadata/_custom_type_script = "uid://b1sscdr4ptec8" + +[connection signal="WaterField" from="FarmingControls" to="." method="UseWateringCan"] diff --git a/prefabs/UI/Inventory/Inventory.tscn b/prefabs/UI/Inventory/Inventory.tscn new file mode 100644 index 0000000..5d59d26 --- /dev/null +++ b/prefabs/UI/Inventory/Inventory.tscn @@ -0,0 +1,68 @@ +[gd_scene load_steps=5 format=3 uid="uid://cgjc4wurbgimy"] + +[ext_resource type="Script" uid="uid://b7vlkecrn0t5c" path="res://scripts/CSharp/Common/Inventory/InventoryUi.cs" id="1_6wusm"] +[ext_resource type="Script" uid="uid://b2jhdxcrhtm2d" path="res://scripts/CSharp/Common/Inventory/InventoryTestScript.cs" id="3_exrk4"] +[ext_resource type="Resource" uid="uid://datee0flk1e84" path="res://resources/items/pickaxe.tres" id="4_5fdxq"] +[ext_resource type="Texture2D" uid="uid://c7wqla0mbu3np" path="res://graphics/ui/babushka_ui_tmp_inventory_select.png" id="4_tiss4"] + +[node name="Inventory" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_6wusm") + +[node name="SlotsContainer" type="Control" parent="."] +custom_minimum_size = Vector2(500, 0) +layout_mode = 1 +anchors_preset = 13 +anchor_left = 0.5 +anchor_right = 0.5 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Slots" type="GridContainer" parent="SlotsContainer"] +custom_minimum_size = Vector2(1000, 200) +layout_mode = 1 +anchors_preset = -1 +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +offset_bottom = 200.0 +grow_horizontal = 2 +grow_vertical = 0 +theme_override_constants/h_separation = 0 +theme_override_constants/v_separation = 0 +columns = 10 + +[node name="SlotSelectContainer" type="Control" parent="SlotsContainer"] +custom_minimum_size = Vector2(1000, 100) +layout_mode = 1 +anchors_preset = 7 +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 0 + +[node name="Selector" type="TextureRect" parent="SlotsContainer/SlotSelectContainer"] +custom_minimum_size = Vector2(100, 100) +layout_mode = 0 +offset_left = 1.0 +offset_right = 101.0 +offset_bottom = 100.0 +texture = ExtResource("4_tiss4") +expand_mode = 1 + +[node name="InventoryTester" type="Node" parent="."] +script = ExtResource("3_exrk4") +_testItemToCreate = ExtResource("4_5fdxq") + +[node name="BabushkaUiTmpInventorySelect" type="Sprite2D" parent="."] +position = Vector2(-648, 1020) +texture = ExtResource("4_tiss4") diff --git a/prefabs/UI/Inventory/Slot.tscn b/prefabs/UI/Inventory/Slot.tscn new file mode 100644 index 0000000..cb8252c --- /dev/null +++ b/prefabs/UI/Inventory/Slot.tscn @@ -0,0 +1,62 @@ +[gd_scene load_steps=4 format=3 uid="uid://c0kmdjeqkqrwv"] + +[ext_resource type="Script" uid="uid://bh6wcyxh1f0cv" path="res://scripts/CSharp/Common/Inventory/SlotUi.cs" id="1_au0l0"] +[ext_resource type="Texture2D" uid="uid://c2dbd0q02x2h" path="res://graphics/ui/babushka_ui_inventory_slot.png" id="2_7emux"] + +[sub_resource type="LabelSettings" id="LabelSettings_7emux"] +font_size = 15 +font_color = Color(0.203922, 1, 1, 1) + +[node name="Slot" type="Control"] +custom_minimum_size = Vector2(100, 100) +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_bottom = 2.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_au0l0") + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("2_7emux") +expand_mode = 1 +stretch_mode = 5 + +[node name="NameLabel" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +text = "asdf" +label_settings = SubResource("LabelSettings_7emux") +horizontal_alignment = 1 +vertical_alignment = 1 + +[node name="AmountLabel" type="Label" parent="."] +layout_mode = 1 +anchors_preset = -1 +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -409.0 +offset_top = -329.0 +offset_right = -10.0 +offset_bottom = -10.0 +grow_horizontal = 0 +grow_vertical = 0 +theme_override_colors/font_color = Color(0, 0, 0, 1) +text = "999" +horizontal_alignment = 2 +vertical_alignment = 2 + +[connection signal="gui_input" from="." to="." method="_on_gui_input"] diff --git a/prefabs/farming/base_field.tscn b/prefabs/farming/base_field.tscn new file mode 100644 index 0000000..4da26ea --- /dev/null +++ b/prefabs/farming/base_field.tscn @@ -0,0 +1,34 @@ +[gd_scene load_steps=6 format=3 uid="uid://biwd3jj65qrlh"] + +[ext_resource type="Texture2D" uid="uid://c2pirgay3jfnn" path="res://art/farm/tilable grounds/böden/trockene farming erde.png" id="1_2cisk"] +[ext_resource type="Script" uid="uid://histmmyi1wr" path="res://scripts/CSharp/Common/Farming/FieldBehaviour.cs" id="2_u7egi"] +[ext_resource type="PackedScene" uid="uid://bjhj1wa5olwcu" path="res://prefabs/farming/base_plant.tscn" id="4_u7egi"] +[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="4_xc4m0"] + +[sub_resource type="SphereShape3D" id="SphereShape3D_u7egi"] +resource_local_to_scene = true +radius = 2.0 + +[node name="BaseField" type="Node3D"] + +[node name="InteractionArea" parent="." instance=ExtResource("4_xc4m0")] +transform = Transform3D(0.939693, -0.34202, 0, 0.34202, 0.939693, 0, 0, 0, 1, 0.00334358, -0.3811, -0.120426) +_showLabel = false + +[node name="CollisionShape3D" parent="InteractionArea/Area3D" index="0"] +shape = SubResource("SphereShape3D_u7egi") + +[node name="Sprite3D" type="Sprite3D" parent="."] +transform = Transform3D(0.4, 0, 0, 0, -1.74846e-08, -0.4, 0, 0.4, -1.74846e-08, 0, 0, 0) +pixel_size = 0.004 +texture = ExtResource("1_2cisk") +script = ExtResource("2_u7egi") +Tilled = ExtResource("1_2cisk") +FieldState = 1 + +[node name="BasePlant" parent="Sprite3D" instance=ExtResource("4_u7egi")] +transform = Transform3D(0.5, 0, 0, 0, -2.18557e-08, 0.5, 0, -0.5, -2.18557e-08, 0, 0, 0) + +[connection signal="Interacted" from="InteractionArea" to="Sprite3D/BasePlant" method="Grow"] + +[editable path="InteractionArea"] diff --git a/prefabs/farming/base_plant.tscn b/prefabs/farming/base_plant.tscn new file mode 100644 index 0000000..a33fae5 --- /dev/null +++ b/prefabs/farming/base_plant.tscn @@ -0,0 +1,170 @@ +[gd_scene load_steps=7 format=3 uid="uid://bjhj1wa5olwcu"] + +[ext_resource type="Script" uid="uid://yfnjmuuxs3oq" path="res://scripts/CSharp/Common/Farming/PlantBehaviour.cs" id="1_l3nrf"] +[ext_resource type="Texture2D" uid="uid://dtr4uga5uspg" path="res://art/farm/farming/farmobjekte/tomaten/tomaten baby.png" id="2_7tw6v"] +[ext_resource type="Texture2D" uid="uid://b2gu6ur2xc7s4" path="res://art/farm/farming/farmobjekte/tomaten/tomaten blume.png" id="3_6u2og"] +[ext_resource type="Texture2D" uid="uid://cnwd3mb3jnuxm" path="res://art/farm/farming/farmobjekte/tomaten/teen adulte tomaten.png" id="4_1pcfs"] +[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="5_6kt4q"] + +[sub_resource type="SphereShape3D" id="SphereShape3D_l3nrf"] +resource_local_to_scene = true +radius = 2.0 + +[node name="BasePlant" type="Node3D" node_paths=PackedStringArray("_seeds", "_smallPlants", "_bigPlants", "_readyPlants")] +script = ExtResource("1_l3nrf") +_seeds = [NodePath("Seeds/TomatoSeed"), NodePath("Seeds/TomatoSeed2"), NodePath("Seeds/TomatoSeed3")] +_smallPlants = [NodePath("SmallPlant/01"), NodePath("SmallPlant/02"), NodePath("SmallPlant/03"), NodePath("SmallPlant/04")] +_bigPlants = [NodePath("BigPlant/01"), NodePath("BigPlant/02"), NodePath("BigPlant/03"), NodePath("BigPlant/04")] +_readyPlants = [NodePath("ReadyPlant/01"), NodePath("ReadyPlant/02"), NodePath("ReadyPlant/03"), NodePath("ReadyPlant/04")] + +[node name="Seeds" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) + +[node name="TomatoSeed" type="Sprite3D" parent="Seeds"] +visible = false +flip_v = true +billboard = 1 +render_priority = 2 +texture = ExtResource("2_7tw6v") +region_enabled = true +region_rect = Rect2(-2, 15, 85, 81) + +[node name="TomatoSeed2" type="Sprite3D" parent="Seeds"] +visible = false +flip_v = true +billboard = 1 +render_priority = 2 +texture = ExtResource("2_7tw6v") +region_enabled = true +region_rect = Rect2(15, 177, 84, 108) + +[node name="TomatoSeed3" type="Sprite3D" parent="Seeds"] +visible = false +flip_v = true +billboard = 1 +render_priority = 2 +texture = ExtResource("2_7tw6v") +region_enabled = true +region_rect = Rect2(3, 337, 85, 82) + +[node name="SmallPlant" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) + +[node name="01" type="Sprite3D" parent="SmallPlant"] +visible = false +billboard = 1 +render_priority = 3 +texture = ExtResource("2_7tw6v") +region_enabled = true +region_rect = Rect2(203, 1, 128, 164) + +[node name="02" type="Sprite3D" parent="SmallPlant"] +visible = false +billboard = 1 +render_priority = 3 +texture = ExtResource("2_7tw6v") +region_enabled = true +region_rect = Rect2(218, 204, 112, 130) + +[node name="03" type="Sprite3D" parent="SmallPlant"] +visible = false +billboard = 1 +render_priority = 3 +texture = ExtResource("2_7tw6v") +region_enabled = true +region_rect = Rect2(224, 399, 105, 105) + +[node name="04" type="Sprite3D" parent="SmallPlant"] +visible = false +billboard = 1 +render_priority = 3 +texture = ExtResource("2_7tw6v") +region_enabled = true +region_rect = Rect2(228, 600, 85, 92) + +[node name="BigPlant" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0) + +[node name="01" type="Sprite3D" parent="BigPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("3_6u2og") +region_enabled = true +region_rect = Rect2(-8, 1, 498, 682) + +[node name="02" type="Sprite3D" parent="BigPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("3_6u2og") +region_enabled = true +region_rect = Rect2(575, 82, 516, 591) + +[node name="03" type="Sprite3D" parent="BigPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("3_6u2og") +region_enabled = true +region_rect = Rect2(-25, 694, 521, 687) + +[node name="04" type="Sprite3D" parent="BigPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("3_6u2og") +region_enabled = true +region_rect = Rect2(546, 697, 535, 687) + +[node name="ReadyPlant" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.3, 0) + +[node name="01" type="Sprite3D" parent="ReadyPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("4_1pcfs") +region_enabled = true +region_rect = Rect2(399, 3, 679, 808) + +[node name="02" type="Sprite3D" parent="ReadyPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("4_1pcfs") +region_enabled = true +region_rect = Rect2(1077, 109, 633, 695) + +[node name="03" type="Sprite3D" parent="ReadyPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("4_1pcfs") +region_enabled = true +region_rect = Rect2(415, 838, 639, 817) + +[node name="04" type="Sprite3D" parent="ReadyPlant"] +visible = false +pixel_size = 0.007 +billboard = 1 +render_priority = 3 +texture = ExtResource("4_1pcfs") +region_enabled = true +region_rect = Rect2(1167, 863, 528, 785) + +[node name="InteractionArea" parent="." instance=ExtResource("5_6kt4q")] + +[node name="CollisionShape3D" parent="InteractionArea/Area3D" index="0"] +shape = SubResource("SphereShape3D_l3nrf") + +[connection signal="Interacted" from="InteractionArea" to="." method="Grow"] + +[editable path="InteractionArea"] diff --git a/prefabs/interaction_area.tscn b/prefabs/interaction_area.tscn new file mode 100644 index 0000000..e232f86 --- /dev/null +++ b/prefabs/interaction_area.tscn @@ -0,0 +1,34 @@ +[gd_scene load_steps=3 format=3 uid="uid://ob04y3syvo0e"] + +[ext_resource type="Script" uid="uid://dumwt7lledufm" path="res://scripts/CSharp/Common/CharacterControls/InteractionArea.cs" id="1_b15wn"] + +[sub_resource type="SphereShape3D" id="SphereShape3D_i8sim"] +resource_local_to_scene = true +radius = 2.0 + +[node name="InteractionArea" type="Node3D" node_paths=PackedStringArray("_area", "_label")] +script = ExtResource("1_b15wn") +_area = NodePath("Area3D") +_label = NodePath("Label3D") + +[node name="Area3D" type="Area3D" parent="."] +collision_mask = 16 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"] +shape = SubResource("SphereShape3D_i8sim") + +[node name="Label3D" type="Label3D" parent="."] +visible = false +sorting_offset = 100.0 +pixel_size = 0.01 +billboard = 1 +no_depth_test = true +fixed_size = true +render_priority = 100 +outline_render_priority = 99 +text = "[E]" +font_size = 20 +outline_size = 8 + +[connection signal="body_entered" from="Area3D" to="." method="OnPlayerEntered"] +[connection signal="body_exited" from="Area3D" to="." method="OnPlayerExited"] diff --git a/prefabs/interactions/generic_item_on_ground.tscn b/prefabs/interactions/generic_item_on_ground.tscn new file mode 100644 index 0000000..42f3b14 --- /dev/null +++ b/prefabs/interactions/generic_item_on_ground.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=5 format=3 uid="uid://5hltxpdxmqcq"] + +[ext_resource type="Script" uid="uid://udhigottc8rg" path="res://scripts/CSharp/Common/Inventory/ItemOnGround.cs" id="1_mnomu"] +[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="2_ue6ub"] +[ext_resource type="Script" uid="uid://c8suoi3i6kqai" path="res://scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs" id="3_ue6ub"] +[ext_resource type="Resource" uid="uid://c7viddcd3kywp" path="res://resources/items/axe.tres" id="4_sfad0"] + +[node name="GenericItemOnGround" type="Node3D"] +script = ExtResource("1_mnomu") + +[node name="InteractionArea" parent="." instance=ExtResource("2_ue6ub")] + +[node name="SpawnWithItem" type="Node" parent="."] +script = ExtResource("3_ue6ub") +_blueprint = ExtResource("4_sfad0") + +[node name="ItemLabel" type="Label3D" parent="."] +offset = Vector2(0, 55.64) +billboard = 1 +text = "test" + +[node name="PickupErrorLabel" type="Label3D" parent="."] +offset = Vector2(0, 150) +billboard = 1 + +[connection signal="Interacted" from="InteractionArea" to="." method="TryPickUp"] diff --git a/prefabs/interactions/sprite_switcher.gdshader b/prefabs/interactions/sprite_switcher.gdshader new file mode 100644 index 0000000..d96ec45 --- /dev/null +++ b/prefabs/interactions/sprite_switcher.gdshader @@ -0,0 +1,14 @@ +shader_type spatial; + +void vertex() { + // Called for every vertex the material is visible on. +} + +void fragment() { + // Called for every pixel the material is visible on. +} + +//void light() { +// // Called for every pixel for every light affecting the material. +// // Uncomment to replace the default light processing function with this one. +//} diff --git a/prefabs/interactions/sprite_switcher.gdshader.uid b/prefabs/interactions/sprite_switcher.gdshader.uid new file mode 100644 index 0000000..9ee517d --- /dev/null +++ b/prefabs/interactions/sprite_switcher.gdshader.uid @@ -0,0 +1 @@ +uid://dn6jmboabfrb2 diff --git a/prefabs/interactions/sprite_switcher.tscn b/prefabs/interactions/sprite_switcher.tscn new file mode 100644 index 0000000..196aab6 --- /dev/null +++ b/prefabs/interactions/sprite_switcher.tscn @@ -0,0 +1,40 @@ +[gd_scene load_steps=5 format=3 uid="uid://cf0jpuio8tgim"] + +[ext_resource type="Script" uid="uid://v34pl0nlp4x" path="res://scripts/CSharp/Common/SpriteSwitcher.cs" id="1_scmhv"] +[ext_resource type="Texture2D" uid="uid://c4ggew55w0icj" path="res://art/farm/farming/farmobjekte/harke.png" id="2_jv400"] + +[sub_resource type="SphereMesh" id="SphereMesh_0ptl4"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_scmhv"] +transparency = 1 +blend_mode = 3 +emission_enabled = true +emission = Color(1, 1, 1, 1) + +[node name="SpriteSwitcher" type="Node3D" node_paths=PackedStringArray("_trueSprite", "_falseSprite")] +script = ExtResource("1_scmhv") +_trueSprite = NodePath("On Sprite") +_falseSprite = NodePath("Off Sprite") + +[node name="On Sprite" type="Sprite3D" parent="."] +modulate = Color(0, 0.996078, 0, 1) +pixel_size = 0.001 +billboard = 1 +texture = ExtResource("2_jv400") +region_rect = Rect2(484, 143, 365, 1317) + +[node name="Off Sprite" type="Sprite3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, -8.47033e-22, 0, 8.47033e-22, 1, 0.106585, 0, 0.0173626) +visible = false +modulate = Color(1, 0, 0, 1) +pixel_size = 0.001 +billboard = 1 +texture = ExtResource("2_jv400") +region_rect = Rect2(421, 0, 539, 965) + +[node name="CSGMesh3D" type="CSGMesh3D" parent="."] +transparency = 0.5 +cast_shadow = 0 +calculate_tangents = false +mesh = SubResource("SphereMesh_0ptl4") +material = SubResource("StandardMaterial3D_scmhv") diff --git a/scenes/player.tscn b/prefabs/player.tscn similarity index 78% rename from scenes/player.tscn rename to prefabs/player.tscn index dcce6c9..3c3cc56 100644 --- a/scenes/player.tscn +++ b/prefabs/player.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://dd3giw31imfk4"] -[ext_resource type="Script" path="res://scripts/player.gd" id="1_rhqwr"] -[ext_resource type="Texture2D" uid="uid://cumdgxn0ibpv7" path="res://graphics/testingground/TakeThatCandy.png" id="2_eul5n"] -[ext_resource type="Texture2D" uid="uid://dj1syhq0dmf3p" path="res://graphics/testingground/Doll.png" id="3_mpdnl"] -[ext_resource type="Texture2D" uid="uid://bcah7lrg2oae1" path="res://graphics/testingground/IveSeenSomeShit.png" id="4_631ct"] -[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://graphics/testingground/concerned.png" id="5_ayafy"] +[ext_resource type="Script" uid="uid://c3itdui8uq68b" path="res://scripts/GdScript/player.gd" id="1_rhqwr"] +[ext_resource type="Texture2D" uid="uid://cumdgxn0ibpv7" path="res://art/mockups/TakeThatCandy.png" id="2_eul5n"] +[ext_resource type="Texture2D" uid="uid://dj1syhq0dmf3p" path="res://art/mockups/Doll.png" id="3_mpdnl"] +[ext_resource type="Texture2D" uid="uid://bcah7lrg2oae1" path="res://art/mockups/IveSeenSomeShit.png" id="4_631ct"] +[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://art/mockups/concerned.png" id="5_ayafy"] [node name="player" type="Node2D"] z_as_relative = false diff --git a/project.godot b/project.godot index f65766e..0cc2d20 100644 --- a/project.godot +++ b/project.godot @@ -11,20 +11,23 @@ config_version=5 [application] config/name="Babushka" -run/main_scene="res://scenes/2DTestingGround.tscn" -config/features=PackedStringArray("4.2", "Forward Plus") +run/main_scene="uid://dbxy2y85r1d8x" +config/features=PackedStringArray("4.4", "C#", "Forward Plus") config/icon="res://icon.svg" [autoload] Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd" +InventoryManager="*res://scripts/CSharp/Common/Inventory/InventoryManager.cs" [dialogic] directories/dch_directory={ -"defaulty_the_default_character": "res://dialog/defaulty_the_default_character.dch" +"defaulty_the_default_character": "res://dialog/defaulty_the_default_character.dch", +"semi_cat": "res://dialog/semi_cat.dch" } directories/dtl_directory={ +"semi_cat": "res://dialog/semi_cat.dtl", "test_time_line": "res://dialog/test_time_line.dtl" } variables={} @@ -59,7 +62,7 @@ translation/add_separator=false translation/intern/save_mode=0 translation/intern/file_mode=1 translation/intern/translation_folder="res://dialog/translations" -translation/id_counter=20 +translation/id_counter=22 translation/locales=["de", "en"] text/autopauses={} @@ -73,40 +76,82 @@ project/assembly_name="Babushka" [editor_plugins] -enabled=PackedStringArray("res://addons/dialogic/plugin.cfg") +enabled=PackedStringArray("res://addons/anthonyec.camera_preview/plugin.cfg", "res://addons/dialogic/plugin.cfg") + +[file_customization] + +folder_colors={ +"res://addons/": "red", +"res://art/": "orange", +"res://audio/": "yellow", +"res://dialog/": "green", +"res://prefabs/": "teal", +"res://scenes/": "blue", +"res://scripts/": "purple" +} [input] move_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null) ] } move_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null) ] } move_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null) ] } move_down={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null) ] } dialogic_default_action={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) , Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":88,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":88,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } +click={ +"deadzone": 0.5, +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"canceled":false,"pressed":false,"double_click":false,"script":null) +] +} +interact={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null) +] +} +ui_inventory_open_close={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":73,"key_label":0,"unicode":105,"location":0,"echo":false,"script":null) +] +} +ui_inventory_advance={ +"deadzone": 0.5, +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":4,"canceled":false,"pressed":false,"double_click":false,"script":null) +] +} +ui_inventory_disadvance={ +"deadzone": 0.5, +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":5,"canceled":false,"pressed":false,"double_click":false,"script":null) +] +} [internationalization] -locale/translations=PackedStringArray("res://dialog/translations/dialogic_character_translations.en.translation", "res://dialog/translations/dialogic_test_time_line_translation.de.translation", "res://dialog/translations/dialogic_test_time_line_translation.en.translation", "res://dialog/translations/dialogic_character_translations.de.translation") +locale/translations=PackedStringArray("res://dialog/translations/dialogic_character_translations.en.translation", "res://dialog/translations/dialogic_test_time_line_translation.de.translation", "res://dialog/translations/dialogic_test_time_line_translation.en.translation", "res://dialog/translations/dialogic_character_translations.de.translation", "res://dialog/translations/dialogic_semi_cat_translation.de.translation", "res://dialog/translations/dialogic_semi_cat_translation.en.translation") + +[layer_names] + +3d_physics/layer_1="General" +3d_physics/layer_5="Player" diff --git a/resources/items/axe.tres b/resources/items/axe.tres new file mode 100644 index 0000000..cbac4ae --- /dev/null +++ b/resources/items/axe.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" script_class="ItemResource" load_steps=2 format=3 uid="uid://c7viddcd3kywp"] + +[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_t485b"] + +[resource] +script = ExtResource("1_t485b") +name = "Axe Deo" +color = Color(0.643898, 0.4587, 0.294335, 1) +maxStack = 1 +metadata/_custom_type_script = "uid://cbskymrxs6ksu" diff --git a/resources/items/bucket.tres b/resources/items/bucket.tres new file mode 100644 index 0000000..2005ad5 --- /dev/null +++ b/resources/items/bucket.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" script_class="ItemResource" load_steps=2 format=3 uid="uid://cndd64batns31"] + +[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_8k5aa"] + +[resource] +script = ExtResource("1_8k5aa") +name = "Buck the Bucket" +color = Color(0.336269, 0.489145, 0.825324, 1) +maxStack = 1 +metadata/_custom_type_script = "uid://cbskymrxs6ksu" diff --git a/resources/items/hoe.tres b/resources/items/hoe.tres new file mode 100644 index 0000000..a7960d7 --- /dev/null +++ b/resources/items/hoe.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" script_class="ItemResource" load_steps=2 format=3 uid="uid://c5yg3lx756v4v"] + +[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_06nef"] + +[resource] +script = ExtResource("1_06nef") +name = "Your Mom" +color = Color(0.751421, 0.329615, 0.570911, 1) +maxStack = 1 +metadata/_custom_type_script = "uid://cbskymrxs6ksu" diff --git a/resources/items/pickaxe.tres b/resources/items/pickaxe.tres new file mode 100644 index 0000000..31870c8 --- /dev/null +++ b/resources/items/pickaxe.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" script_class="ItemResource" load_steps=2 format=3 uid="uid://datee0flk1e84"] + +[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_07aya"] + +[resource] +script = ExtResource("1_07aya") +name = "Pick Axe" +color = Color(0.589014, 0.823353, 0.998475, 1) +maxStack = 1 +metadata/_custom_type_script = "uid://cbskymrxs6ksu" diff --git a/resources/items/tomato_seed.tres b/resources/items/tomato_seed.tres new file mode 100644 index 0000000..79abe3e --- /dev/null +++ b/resources/items/tomato_seed.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" script_class="ItemResource" load_steps=2 format=3 uid="uid://d1uuxp1lp4aro"] + +[ext_resource type="Script" uid="uid://cbskymrxs6ksu" path="res://scripts/CSharp/Common/Inventory/ItemResource.cs" id="1_dustj"] + +[resource] +script = ExtResource("1_dustj") +name = "Tomato Seed" +color = Color(0.135039, 0.307214, 0.333128, 1) +maxStack = 20 +metadata/_custom_type_script = "uid://cbskymrxs6ksu" diff --git a/scenes/Babushka_scene_farm_vesna.tscn b/scenes/Babushka_scene_farm_vesna.tscn new file mode 100644 index 0000000..9e1516f --- /dev/null +++ b/scenes/Babushka_scene_farm_vesna.tscn @@ -0,0 +1,88 @@ +[gd_scene load_steps=12 format=3 uid="uid://br7yq757cawts"] + +[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://prefabs/Player3D.tscn" id="1_b1ibi"] +[ext_resource type="PackedScene" uid="uid://biwd3jj65qrlh" path="res://prefabs/farming/base_field.tscn" id="2_72r8y"] +[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="4_r4sre"] +[ext_resource type="PackedScene" uid="uid://cgjc4wurbgimy" path="res://prefabs/UI/Inventory/Inventory.tscn" id="5_obfp0"] +[ext_resource type="Texture2D" uid="uid://x8hr8287ff2n" path="res://art/farm/farming/farmobjekte/tools atlas.png" id="5_r4sre"] +[ext_resource type="PackedScene" uid="uid://cf0jpuio8tgim" path="res://prefabs/interactions/sprite_switcher.tscn" id="6_r4sre"] +[ext_resource type="Script" uid="uid://c6hh7m8wikv04" path="res://scripts/CSharp/Common/Farming/FieldService.cs" id="7_0ptl4"] + +[sub_resource type="PlaneMesh" id="PlaneMesh_8yprl"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8tgff"] +albedo_color = Color(0.505882, 0.588235, 0.494118, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_t58di"] +size = Vector3(2.01563, 0.160522, 2.00824) + +[sub_resource type="SphereShape3D" id="SphereShape3D_0ptl4"] +resource_local_to_scene = true +radius = 1.0 + +[node name="SceneFarmVesna" type="Node3D"] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="."] +transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0) +mesh = SubResource("PlaneMesh_8yprl") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_8tgff") + +[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000976563, -0.0739136, -0.00112915) +shape = SubResource("BoxShape3D_t58di") + +[node name="Player3d" parent="." node_paths=PackedStringArray("_fieldParent") instance=ExtResource("1_b1ibi")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.51633, 0.725631, 3.57249) +_fieldParent = NodePath("../FieldService") + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.618408, 0.785857, 0, -0.785857, 0.618408, -0.802612, 0, 4.73262) + +[node name="BaseField" parent="." instance=ExtResource("2_72r8y")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.0574723, 0) +visible = false + +[node name="HoePickup" parent="." instance=ExtResource("4_r4sre")] +transform = Transform3D(1, 0, 0, 0, 1, -1.06581e-14, 0, 1.06581e-14, 1, -4.327, 1.5, -3.447) + +[node name="CollisionShape3D" parent="HoePickup/Area3D" index="0"] +shape = SubResource("SphereShape3D_0ptl4") + +[node name="SpriteSwitcher Hoe" parent="HoePickup" instance=ExtResource("6_r4sre")] + +[node name="Watering Can Pickup" parent="." instance=ExtResource("4_r4sre")] +transform = Transform3D(1, 0, 0, 0, 1, -1.06581e-14, 0, 1.06581e-14, 1, -2.3908, 1.5, -3.447) + +[node name="CollisionShape3D" parent="Watering Can Pickup/Area3D" index="0"] +shape = SubResource("SphereShape3D_0ptl4") + +[node name="SpriteSwitcher Hoe" parent="Watering Can Pickup" instance=ExtResource("6_r4sre")] + +[node name="On Sprite" parent="Watering Can Pickup/SpriteSwitcher Hoe" index="0"] +texture = ExtResource("5_r4sre") +region_enabled = true +region_rect = Rect2(-3, 1141, 423, 280) + +[node name="Off Sprite" parent="Watering Can Pickup/SpriteSwitcher Hoe" index="1"] +texture = ExtResource("5_r4sre") +region_enabled = true +region_rect = Rect2(-3, 1137, 424, 285) + +[node name="Inventory" parent="." instance=ExtResource("5_obfp0")] +visible = false + +[node name="FieldService" type="Node3D" parent="."] +script = ExtResource("7_0ptl4") +metadata/_custom_type_script = "uid://c6hh7m8wikv04" + +[connection signal="Interacted" from="HoePickup" to="HoePickup/SpriteSwitcher Hoe" method="SwitchState"] +[connection signal="Switch" from="HoePickup/SpriteSwitcher Hoe" to="Player3d" method="ActivateHoe"] +[connection signal="Interacted" from="Watering Can Pickup" to="Watering Can Pickup/SpriteSwitcher Hoe" method="SwitchState"] +[connection signal="Switch" from="Watering Can Pickup/SpriteSwitcher Hoe" to="Player3d" method="ActivateWateringCan"] + +[editable path="HoePickup"] +[editable path="Watering Can Pickup"] +[editable path="Watering Can Pickup/SpriteSwitcher Hoe"] diff --git a/scenes/2DTestingGround.tscn b/scenes/testing/2DTestingGround.tscn similarity index 61% rename from scenes/2DTestingGround.tscn rename to scenes/testing/2DTestingGround.tscn index 64da492..59cddc2 100644 --- a/scenes/2DTestingGround.tscn +++ b/scenes/testing/2DTestingGround.tscn @@ -1,18 +1,17 @@ [gd_scene load_steps=4 format=3 uid="uid://b6qkpdal83kyr"] -[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://scenes/player.tscn" id="1_c1tk0"] -[ext_resource type="Script" path="res://scripts/camera_controller.gd" id="4_qljgx"] -[ext_resource type="PackedScene" uid="uid://txjiuosyfv34" path="res://scenes/props/test_world.tscn" id="7_yb6mq"] +[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://prefabs/player.tscn" id="1_c1tk0"] +[ext_resource type="Script" uid="uid://51hbiq1mdpv1" path="res://scripts/GdScript/camera_controller.gd" id="4_qljgx"] +[ext_resource type="PackedScene" uid="uid://txjiuosyfv34" path="res://scenes/testing/test_world.tscn" id="7_yb6mq"] [node name="2dTestingGround" type="Node2D"] y_sort_enabled = true [node name="player" parent="." instance=ExtResource("1_c1tk0")] -[node name="Camera2D" type="Camera2D" parent="." node_paths=PackedStringArray("followNode")] +[node name="Camera2D" type="Camera2D" parent="."] position = Vector2(166.03, 0) script = ExtResource("4_qljgx") multiplier = 100.0 -followNode = NodePath("") [node name="World" parent="." instance=ExtResource("7_yb6mq")] diff --git a/scenes/testing/Babushka_scene_item_pickup_testing.tscn b/scenes/testing/Babushka_scene_item_pickup_testing.tscn new file mode 100644 index 0000000..39b37c4 --- /dev/null +++ b/scenes/testing/Babushka_scene_item_pickup_testing.tscn @@ -0,0 +1,75 @@ +[gd_scene load_steps=12 format=3 uid="uid://dbxy2y85r1d8x"] + +[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://prefabs/Player3D.tscn" id="1_pdc5e"] +[ext_resource type="PackedScene" uid="uid://biwd3jj65qrlh" path="res://prefabs/farming/base_field.tscn" id="2_741gk"] +[ext_resource type="PackedScene" uid="uid://5hltxpdxmqcq" path="res://prefabs/interactions/generic_item_on_ground.tscn" id="5_sjt6k"] +[ext_resource type="PackedScene" uid="uid://cgjc4wurbgimy" path="res://prefabs/UI/Inventory/Inventory.tscn" id="6_876p1"] +[ext_resource type="Resource" uid="uid://cndd64batns31" path="res://resources/items/bucket.tres" id="6_nvnpb"] +[ext_resource type="Script" uid="uid://d17si23dtlg72" path="res://scripts/CSharp/Common/Farming/FieldService.cs" id="7_3rkjv"] +[ext_resource type="Resource" uid="uid://c5yg3lx756v4v" path="res://resources/items/hoe.tres" id="7_hv2km"] +[ext_resource type="Resource" uid="uid://d1uuxp1lp4aro" path="res://resources/items/tomato_seed.tres" id="8_hv2km"] + +[sub_resource type="PlaneMesh" id="PlaneMesh_8yprl"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8tgff"] +albedo_color = Color(0.505882, 0.588235, 0.494118, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_t58di"] +size = Vector3(2.01563, 0.160522, 2.00824) + +[node name="SceneFarmVesna" type="Node3D"] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="."] +transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0) +mesh = SubResource("PlaneMesh_8yprl") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_8tgff") + +[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000976563, -0.0739136, -0.00112915) +shape = SubResource("BoxShape3D_t58di") + +[node name="Player3d" parent="." node_paths=PackedStringArray("_fieldParent") instance=ExtResource("1_pdc5e")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.51633, 0.725631, 3.57249) +_fieldParent = NodePath("../FieldService") + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.618408, 0.785857, 0, -0.785857, 0.618408, -0.802612, 0, 4.73262) + +[node name="BaseField" parent="." instance=ExtResource("2_741gk")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.0574723, 0) +visible = false + +[node name="Inventory" parent="." instance=ExtResource("6_876p1")] + +[node name="FieldService" type="Node3D" parent="."] +script = ExtResource("7_3rkjv") + +[node name="GenericItemOnGround" parent="." instance=ExtResource("5_sjt6k")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.53971, -4.76837e-07, -3.81996) + +[node name="SpawnWithItem" parent="GenericItemOnGround" index="1"] +_blueprint = ExtResource("6_nvnpb") + +[node name="GenericItemOnGround2" parent="." instance=ExtResource("5_sjt6k")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.73646, -9.53674e-07, -3.96783) + +[node name="GenericItemOnGround3" parent="." instance=ExtResource("5_sjt6k")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.43861, -4.76837e-07, -3.93506) + +[node name="SpawnWithItem" parent="GenericItemOnGround3" index="1"] +_blueprint = ExtResource("7_hv2km") + +[node name="GenericItemOnGround4" parent="." instance=ExtResource("5_sjt6k")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.1678, -4.76837e-07, -3.94977) +_infiniteSupply = true + +[node name="SpawnWithItem" parent="GenericItemOnGround4" index="1"] +_blueprint = ExtResource("8_hv2km") + +[editable path="GenericItemOnGround"] +[editable path="GenericItemOnGround2"] +[editable path="GenericItemOnGround3"] +[editable path="GenericItemOnGround4"] diff --git a/scenes/mockups/abandoned_street.tscn b/scenes/testing/abandoned_street_2D.tscn similarity index 74% rename from scenes/mockups/abandoned_street.tscn rename to scenes/testing/abandoned_street_2D.tscn index 3948d8f..f230255 100644 --- a/scenes/mockups/abandoned_street.tscn +++ b/scenes/testing/abandoned_street_2D.tscn @@ -1,26 +1,28 @@ -[gd_scene load_steps=12 format=3 uid="uid://dx7gn5yiq1aki"] - -[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://scenes/player.tscn" id="1_kndfx"] -[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://graphics/mockups/darktree1.png" id="2_mxft2"] -[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://graphics/mockups/darktree2.png" id="3_sr86a"] -[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://graphics/mockups/darktree3.png" id="4_51h5w"] -[ext_resource type="Texture2D" uid="uid://dcimm8umxko8" path="res://graphics/mockups/darktree4.png" id="5_lvo5e"] -[ext_resource type="Texture2D" uid="uid://rk30f4q2a1vm" path="res://graphics/mockups/darktree5.png" id="6_13fgy"] -[ext_resource type="Texture2D" uid="uid://xd1ob1jfq7pi" path="res://graphics/mockups/darktree6.png" id="7_okbpt"] -[ext_resource type="Texture2D" uid="uid://bxfwua8h235xp" path="res://graphics/mockups/darktree7.png" id="8_ndent"] -[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://graphics/mockups/darktree8.png" id="9_kx3ah"] -[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://graphics/mockups/darktree9.png" id="10_5slwi"] -[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://graphics/testingground/mushroom1.png" id="11_pggjo"] +[gd_scene load_steps=13 format=3 uid="uid://dx7gn5yiq1aki"] + +[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://prefabs/player.tscn" id="1_aa8yc"] +[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://art/mockups/trees/darktree1.png" id="2_k41x3"] +[ext_resource type="Script" uid="uid://b4h7k5w0jsjri" path="res://scripts/CSharp/Common/CameraController.cs" id="2_tykdc"] +[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://art/mockups/trees/darktree2.png" id="3_tykdc"] +[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://art/mockups/trees/darktree3.png" id="4_4u5mu"] +[ext_resource type="Texture2D" uid="uid://dcimm8umxko8" path="res://art/mockups/trees/darktree4.png" id="5_y2pux"] +[ext_resource type="Texture2D" uid="uid://rk30f4q2a1vm" path="res://art/mockups/trees/darktree5.png" id="6_5shat"] +[ext_resource type="Texture2D" uid="uid://xd1ob1jfq7pi" path="res://art/mockups/trees/darktree6.png" id="7_oyj6k"] +[ext_resource type="Texture2D" uid="uid://bxfwua8h235xp" path="res://art/mockups/trees/darktree7.png" id="8_1guf4"] +[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://art/mockups/trees/darktree8.png" id="9_viosu"] +[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://art/mockups/trees/darktree9.png" id="10_clutx"] +[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://art/testingground/mushroom1.png" id="11_ovtse"] [node name="AbandonedStreet" type="Node2D"] -[node name="player" parent="." instance=ExtResource("1_kndfx")] +[node name="player" parent="." instance=ExtResource("1_aa8yc")] z_index = 1 z_as_relative = true position = Vector2(586, 343) [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(578, 327) +script = ExtResource("2_tykdc") [node name="background" type="Node2D" parent="."] @@ -28,105 +30,105 @@ position = Vector2(578, 327) y_sort_enabled = true position = Vector2(159, 107.5) scale = Vector2(0.681208, 0.926282) -texture = ExtResource("2_mxft2") +texture = ExtResource("2_k41x3") [node name="Darktree2" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(290, 97) -texture = ExtResource("3_sr86a") +texture = ExtResource("3_tykdc") [node name="Darktree3" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(445, 108) -texture = ExtResource("4_51h5w") +texture = ExtResource("4_4u5mu") [node name="Darktree4" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(50, 116) -texture = ExtResource("5_lvo5e") +texture = ExtResource("5_y2pux") [node name="Darktree5" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(585, 95) -texture = ExtResource("6_13fgy") +texture = ExtResource("6_5shat") [node name="Darktree6" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(716, 94) -texture = ExtResource("7_okbpt") +texture = ExtResource("7_oyj6k") [node name="Darktree7" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(826, 122) -texture = ExtResource("8_ndent") +texture = ExtResource("8_1guf4") [node name="Darktree8" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(962, 114) -texture = ExtResource("9_kx3ah") +texture = ExtResource("9_viosu") [node name="Darktree9" type="Sprite2D" parent="background"] y_sort_enabled = true position = Vector2(1093, 93) -texture = ExtResource("10_5slwi") +texture = ExtResource("10_clutx") [node name="Darktree10" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(1018, 108) scale = Vector2(0.681208, 0.926282) -texture = ExtResource("2_mxft2") +texture = ExtResource("2_k41x3") [node name="Darktree11" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(72, 65) scale = Vector2(1.24457, 1) -texture = ExtResource("3_sr86a") +texture = ExtResource("3_tykdc") [node name="Darktree12" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(340, 79) scale = Vector2(0.66092, 1) -texture = ExtResource("4_51h5w") +texture = ExtResource("4_4u5mu") [node name="Darktree13" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(647, 92) -texture = ExtResource("5_lvo5e") +texture = ExtResource("5_y2pux") [node name="Darktree14" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(899, 50) -texture = ExtResource("6_13fgy") +texture = ExtResource("6_5shat") [node name="Darktree15" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(785, 30.5) scale = Vector2(1, 1.41197) -texture = ExtResource("7_okbpt") +texture = ExtResource("7_oyj6k") [node name="Darktree16" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(510, 90) -texture = ExtResource("8_ndent") +texture = ExtResource("8_1guf4") [node name="Darktree17" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(398, 74) -texture = ExtResource("9_kx3ah") +texture = ExtResource("9_viosu") [node name="Darktree18" type="Sprite2D" parent="background"] z_index = -1 y_sort_enabled = true position = Vector2(211, 40) -texture = ExtResource("10_5slwi") +texture = ExtResource("10_clutx") [node name="foreground" type="Node2D" parent="."] position = Vector2(577, 365) @@ -137,66 +139,66 @@ z_index = 2 y_sort_enabled = true position = Vector2(-148.175, 1329.47) scale = Vector2(0.645939, 9.86782) -texture = ExtResource("2_mxft2") +texture = ExtResource("2_k41x3") [node name="Darktree20" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(-92.472, 1049.58) scale = Vector2(0.372823, 11.4754) -texture = ExtResource("3_sr86a") +texture = ExtResource("3_tykdc") [node name="Darktree21" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(-50.7635, 1438.31) scale = Vector2(0.313822, 9.20193) -texture = ExtResource("4_51h5w") +texture = ExtResource("4_4u5mu") [node name="Darktree22" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(97.6169, 966) scale = Vector2(0.462093, 10.9798) -texture = ExtResource("5_lvo5e") +texture = ExtResource("5_y2pux") [node name="Darktree23" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(-6.03674, 1142.87) scale = Vector2(0.393303, 10.4205) -texture = ExtResource("6_13fgy") +texture = ExtResource("6_5shat") [node name="Darktree24" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(30.1837, 919.352) scale = Vector2(0.359898, 13.0444) -texture = ExtResource("7_okbpt") +texture = ExtResource("7_oyj6k") [node name="Darktree25" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(60.6419, 1321.69) scale = Vector2(0.394639, 10.7981) -texture = ExtResource("8_ndent") +texture = ExtResource("8_1guf4") [node name="Darktree26" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(152.016, 1531.61) scale = Vector2(0.384475, 10.3028) -texture = ExtResource("9_kx3ah") +texture = ExtResource("9_viosu") [node name="Darktree27" type="Sprite2D" parent="foreground"] z_index = 2 y_sort_enabled = true position = Vector2(126.223, 855.211) scale = Vector2(0.274398, 10.5544) -texture = ExtResource("10_5slwi") +texture = ExtResource("10_clutx") [node name="road" type="Sprite2D" parent="."] modulate = Color(0.368627, 0.368627, 0.368627, 0.898039) position = Vector2(577, 365) scale = Vector2(3.64435, 0.128623) -texture = ExtResource("11_pggjo") +texture = ExtResource("11_ovtse") diff --git a/scenes/testing/abandoned_street_3d.tscn b/scenes/testing/abandoned_street_3d.tscn new file mode 100644 index 0000000..f718d80 --- /dev/null +++ b/scenes/testing/abandoned_street_3d.tscn @@ -0,0 +1,1400 @@ +[gd_scene load_steps=36 format=3 uid="uid://c1j5u0cjdswvp"] + +[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://art/mockups/trees/darktree1.png" id="1_u6vd6"] +[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://art/mockups/trees/darktree2.png" id="2_tcvf7"] +[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://art/mockups/trees/darktree3.png" id="3_v2fdw"] +[ext_resource type="Texture2D" uid="uid://dcimm8umxko8" path="res://art/mockups/trees/darktree4.png" id="4_yrcwc"] +[ext_resource type="Texture2D" uid="uid://rk30f4q2a1vm" path="res://art/mockups/trees/darktree5.png" id="5_3ynl8"] +[ext_resource type="Texture2D" uid="uid://xd1ob1jfq7pi" path="res://art/mockups/trees/darktree6.png" id="6_ijjvr"] +[ext_resource type="Texture2D" uid="uid://bxfwua8h235xp" path="res://art/mockups/trees/darktree7.png" id="7_lwa45"] +[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://art/mockups/trees/darktree8.png" id="8_wu13e"] +[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://art/mockups/trees/darktree9.png" id="9_4i1d4"] +[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://art/testingground/mushroom1.png" id="10_my8if"] +[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://art/mockups/concerned.png" id="10_oy1dv"] +[ext_resource type="Texture2D" uid="uid://cj1bfgpunfsoq" path="res://art/testingground/mushroom3.png" id="12_50we8"] +[ext_resource type="Texture2D" uid="uid://cumdgxn0ibpv7" path="res://art/mockups/TakeThatCandy.png" id="12_jgqen"] +[ext_resource type="Texture2D" uid="uid://bcah7lrg2oae1" path="res://art/mockups/IveSeenSomeShit.png" id="13_gcssn"] +[ext_resource type="Texture2D" uid="uid://dj1syhq0dmf3p" path="res://art/mockups/Doll.png" id="14_qxv15"] +[ext_resource type="Texture2D" uid="uid://bnb3bjk274vgn" path="res://art/testingground/mushroom4.png" id="16_5f343"] +[ext_resource type="Script" uid="uid://d2486x6upmwqq" path="res://scripts/GdScript/dialogic_starter.gd" id="16_frq8l"] +[ext_resource type="Texture2D" uid="uid://0oy8by6pd2wg" path="res://art/testingground/mushroom5.png" id="17_odxxd"] +[ext_resource type="Texture2D" uid="uid://b1h55mnc1giqu" path="res://art/testingground/mushroom6.png" id="18_i7vrp"] +[ext_resource type="Texture2D" uid="uid://c5lsjern0iqmc" path="res://art/testingground/mushroom7.png" id="19_yb8aa"] +[ext_resource type="Texture2D" uid="uid://bg465y2vkrvfm" path="res://art/testingground/mushroom8.png" id="20_2ds7x"] +[ext_resource type="Texture2D" uid="uid://6xxebx7ry6o8" path="res://art/testingground/mushroom9.png" id="21_jip6m"] +[ext_resource type="Texture2D" uid="uid://bednd2jncey0i" path="res://art/testingground/mushroom10.png" id="22_1s1o0"] +[ext_resource type="Texture2D" uid="uid://cam7x7byvqtb2" path="res://art/testingground/mushroom11.png" id="23_m1mer"] +[ext_resource type="Texture2D" uid="uid://dfynp0xqtpcke" path="res://art/testingground/chestnut1.png" id="24_ohuks"] +[ext_resource type="Texture2D" uid="uid://63rgrra0tdef" path="res://art/testingground/chestnut2.png" id="25_j83yj"] +[ext_resource type="Texture2D" uid="uid://cygt1j1m0vpqg" path="res://art/mockups/field_placeholder.png" id="26_7nyv4"] +[ext_resource type="PackedScene" uid="uid://dbd1niu3tp8y5" path="res://prefabs/Player3D.tscn" id="27_mqdni"] +[ext_resource type="PackedScene" uid="uid://ob04y3syvo0e" path="res://prefabs/interaction_area.tscn" id="28_h5ibf"] +[ext_resource type="Texture2D" uid="uid://c7f3t65jskd6v" path="res://art/mockups/house_prototype.png" id="29_kse13"] +[ext_resource type="PackedScene" uid="uid://ltm8ca0prco" path="res://art/mockups/3d/best_house.fbx" id="31_lqlrn"] + +[sub_resource type="PlaneMesh" id="PlaneMesh_8dxh5"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_f4rkw"] +albedo_color = Color(0.505882, 0.588235, 0.494118, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_neui6"] +size = Vector3(2.01563, 0.160522, 2.00824) + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_rdjax"] +height = 2.70765 + +[node name="Node3D" type="Node3D"] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="."] +mesh = SubResource("PlaneMesh_8dxh5") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_f4rkw") + +[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000976563, -0.0739136, -0.00112915) +shape = SubResource("BoxShape3D_neui6") + +[node name="background" type="Node3D" parent="."] + +[node name="tree" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.102578, 0.119419, -0.747793) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree2" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.164495, 0.119419, -0.829471) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree2"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree2/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree3" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.30683, 0.119096, -0.69378) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree3"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree3/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree4" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.466273, 0.120625, -0.798476) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree4"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree4/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree5" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.709182, 0.147986, -0.589548) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree5"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree5/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree6" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.494517, 0.108343, -0.589548) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree6"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree6/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree7" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.148489, 0.111307, -0.589548) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree7"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree7/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree8" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.375699, 0.111307, -0.738924) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree8"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree8/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree9" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.696664, 0.13729, -0.543319) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree9"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree9/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree10" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.287227, 0.119419, -0.721983) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree10"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree10/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree11" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.5543, 0.119419, -0.803662) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree11"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree11/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree12" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.0829748, 0.119096, -0.66797) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree12"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree12/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree13" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.0764678, 0.120625, -0.772666) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree13"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree13/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree14" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.319377, 0.147986, -0.563738) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree14"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree14/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree15" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.884322, 0.108343, -0.563738) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree15"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree15/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree16" type="Sprite3D" parent="background"] +transform = Transform3D(0.0999822, 0, -0.00188484, 0, 0.1, 0, 0.00188484, 0, 0.0999822, -0.538294, 0.111307, -0.520366) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree16"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree16/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree17" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.765503, 0.111307, -0.713115) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree17"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree17/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree18" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.231314, 0.13729, -0.840139) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree18"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree18/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree19" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.59089, 0.119419, -0.666389) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree19"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree19/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree20" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.323817, 0.119419, -0.748068) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree20"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree20/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree21" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.795143, 0.119096, -0.612376) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree21"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree21/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree22" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.899468, 0.120625, -0.509008) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree22"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree22/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree23" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.916255, 0.147986, -0.248355) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree23"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree23/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree24" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.785074, 0.108343, -0.418221) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree24"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree24/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree42" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.917235, 0.119419, -0.508767) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree42"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree42/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree43" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.523234, 0.108343, -0.61479) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree43"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree43/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree44" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.74063, 0.111307, -0.34558) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree44"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree44/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree45" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.714098, 0.111307, -0.616197) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree45"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree45/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree46" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.360267, 0.13729, -0.743018) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree46"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree46/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree47" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.756501, 0.119419, -0.536722) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree47"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree47/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree48" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.652256, 0.119419, -0.795821) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree48"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree48/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree49" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.258255, 0.108343, -0.901844) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree49"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree49/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree50" type="Sprite3D" parent="background"] +transform = Transform3D(0.0613486, 0, -0.0789706, 0, 0.1, 0, 0.0789706, 0, 0.0613486, 0.441907, 0.111307, -0.605384) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree50"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree50/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree51" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.449119, 0.111307, -0.90325) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree51"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree51/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree52" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.883555, 0.13729, -0.567455) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree52"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree52/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree53" type="Sprite3D" parent="background"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.207396, 0.108343, -0.733205) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree53"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree53/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree25" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.46999, 0.111307, -0.508144) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree25"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree25/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree26" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.112614, 0.111307, -0.65752) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree26"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree26/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree27" type="Sprite3D" parent="background"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.646804, 0.13729, -0.461916) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree27"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree27/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree28" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.900771, 0.119419, -0.592793) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree28"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree28/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree29" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.74172, 0.119096, -0.731858) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree29"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree29/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree30" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.739281, 0.120625, -0.922587) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree30"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree30/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree31" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.430205, 0.147986, -1.00701) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree31"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree31/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree32" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.935996, 0.120625, -0.58507) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree32"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree32/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree33" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.626919, 0.147986, -0.669496) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree33"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree33/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree34" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.560079, 0.119419, -0.951965) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree34"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree34/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree35" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.777209, 0.119419, -0.776313) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree35"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree35/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree36" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.401028, 0.119096, -1.09103) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree36"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree36/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree37" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.256982, 0.120625, -1.11966) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree37"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree37/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree38" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.0315572, 0.147986, -0.987731) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree38"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree38/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree39" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.49657, 0.111307, -0.763219) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree39"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree39/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree40" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.820336, 0.111307, -0.550602) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree40"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree40/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree41" type="Sprite3D" parent="background"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.359324, 0.13729, -0.883899) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="background/tree41"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="background/tree41/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="foreground" type="Node3D" parent="."] +transform = Transform3D(-0.999657, 0, -0.0261769, 0, 1, 0, 0.0261769, 0, -0.999657, 0, 0, 0) + +[node name="tree" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.102578, 0.119419, -0.747793) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree2" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.164495, 0.119419, -0.829471) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree2"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree2/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree3" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.30683, 0.119096, -0.69378) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree3"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree3/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree4" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.466273, 0.120625, -0.798476) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree4"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree4/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree5" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.709182, 0.147986, -0.589548) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree5"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree5/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree6" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.494517, 0.108343, -0.589548) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree6"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree6/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree7" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.148489, 0.111307, -0.589548) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree7"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree7/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree8" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.375699, 0.111307, -0.738924) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree8"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree8/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree9" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.696664, 0.13729, -0.543319) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree9"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree9/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree10" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.287227, 0.119419, -0.721983) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree10"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree10/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree11" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.5543, 0.119419, -0.803662) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree11"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree11/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree12" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.0829748, 0.119096, -0.66797) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree12"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree12/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree13" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.0764678, 0.120625, -0.772666) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree13"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree13/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree14" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.319377, 0.147986, -0.563738) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree14"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree14/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree15" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.884322, 0.108343, -0.563738) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree15"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree15/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree16" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0999822, 0, -0.00188484, 0, 0.1, 0, 0.00188484, 0, 0.0999822, -0.538294, 0.111307, -0.520366) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree16"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree16/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree17" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.765503, 0.111307, -0.713115) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree17"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree17/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree18" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.231314, 0.13729, -0.840139) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree18"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree18/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree19" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.59089, 0.119419, -0.666389) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree19"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree19/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree20" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.323817, 0.119419, -0.748068) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree20"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree20/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree21" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.795143, 0.119096, -0.612376) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree21"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree21/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree22" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.899468, 0.120625, -0.509008) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree22"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree22/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree23" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.916255, 0.147986, -0.248355) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree23"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree23/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree24" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.785074, 0.108343, -0.418221) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree24"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree24/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree42" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.917235, 0.119419, -0.508767) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree42"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree42/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree43" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.523234, 0.108343, -0.61479) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree43"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree43/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree44" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.74063, 0.111307, -0.34558) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree44"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree44/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree45" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.714098, 0.111307, -0.616197) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree45"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree45/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree46" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.360267, 0.13729, -0.743018) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree46"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree46/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree47" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.756501, 0.119419, -0.536722) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree47"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree47/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree48" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.652256, 0.119419, -0.795821) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree48"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree48/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree49" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.258255, 0.108343, -0.901844) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree49"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree49/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree50" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0613486, 0, -0.0789706, 0, 0.1, 0, 0.0789706, 0, 0.0613486, 0.441907, 0.111307, -0.605384) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree50"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree50/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree51" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.449119, 0.111307, -0.90325) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree51"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree51/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree52" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.883555, 0.13729, -0.567455) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree52"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree52/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree53" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0628262, 0, -0.0778002, 0, 0.1, 0, 0.0778002, 0, 0.0628262, 0.207396, 0.108343, -0.733205) +billboard = 1 +shaded = true +texture = ExtResource("6_ijjvr") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree53"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree53/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree25" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.46999, 0.111307, -0.508144) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree25"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree25/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree26" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.112614, 0.111307, -0.65752) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree26"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree26/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree27" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.646804, 0.13729, -0.461916) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree27"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree27/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree28" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.900771, 0.119419, -0.592793) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree28"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree28/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree29" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.74172, 0.119096, -0.731858) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree29"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree29/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree30" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.739281, 0.120625, -0.922587) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree30"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree30/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree31" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.430205, 0.147986, -1.00701) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree31"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree31/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree32" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.935996, 0.120625, -0.58507) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree32"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree32/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree33" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.626919, 0.147986, -0.669496) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree33"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree33/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree34" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.560079, 0.119419, -0.951965) +billboard = 1 +shaded = true +texture = ExtResource("1_u6vd6") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree34"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree34/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree35" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.777209, 0.119419, -0.776313) +billboard = 1 +shaded = true +texture = ExtResource("2_tcvf7") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree35"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree35/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree36" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.401028, 0.119096, -1.09103) +billboard = 1 +shaded = true +texture = ExtResource("3_v2fdw") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree36"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree36/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree37" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.256982, 0.120625, -1.11966) +billboard = 1 +shaded = true +texture = ExtResource("4_yrcwc") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree37"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree37/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree38" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.0315572, 0.147986, -0.987731) +billboard = 1 +shaded = true +texture = ExtResource("5_3ynl8") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree38"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree38/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree39" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.49657, 0.111307, -0.763219) +billboard = 1 +shaded = true +texture = ExtResource("7_lwa45") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree39"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree39/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree40" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.820336, 0.111307, -0.550602) +billboard = 1 +shaded = true +texture = ExtResource("8_wu13e") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree40"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree40/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="tree41" type="Sprite3D" parent="foreground"] +transform = Transform3D(0.0559526, 0, 0.0828813, 0, 0.1, 0, -0.0828813, 0, 0.0559526, -0.359324, 0.13729, -0.883899) +billboard = 1 +shaded = true +texture = ExtResource("9_4i1d4") + +[node name="StaticBody3D" type="StaticBody3D" parent="foreground/tree41"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="foreground/tree41/StaticBody3D"] +shape = SubResource("CapsuleShape3D_rdjax") + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.878467, 0.477803, 0, -0.477803, 0.878467, 0, 0.578004, 0.455086) +light_color = Color(0.81, 0.49329, 0.4374, 1) + +[node name="road" type="Sprite3D" parent="."] +transform = Transform3D(0.329771, -0.000931354, 6.51372e-11, -1.45041e-16, -1.09278e-09, -0.04, 0.0122939, 0.0249826, -1.74724e-09, -0.243499, 1.60336e-05, 0.10753) +visible = false +sorting_offset = -0.475 +modulate = Color(0.45098, 0.407843, 0.423529, 0.678431) +shaded = true +texture = ExtResource("10_my8if") + +[node name="player" type="Sprite3D" parent="."] +transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, -0.0237094, 0.116035, 0.0958161) +visible = false +billboard = 1 +shaded = true +texture = ExtResource("10_oy1dv") + +[node name="player2" type="Sprite3D" parent="."] +transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, 0.329996, 0.116035, 0.334039) +visible = false +billboard = 1 +shaded = true +texture = ExtResource("12_jgqen") + +[node name="player3" type="Sprite3D" parent="."] +transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, 0.290469, 0.116035, -0.275782) +visible = false +billboard = 1 +shaded = true +texture = ExtResource("13_gcssn") + +[node name="semi_cat" type="Sprite3D" parent="."] +transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, -0.568754, 0.116035, -0.275782) +visible = false +billboard = 1 +shaded = true +texture = ExtResource("14_qxv15") + +[node name="InteractionArea" parent="semi_cat" instance=ExtResource("28_h5ibf")] +transform = Transform3D(2.875, 0, 0, 0, 2.875, 0, 0, 0, 2.875, 0, -0.291344, 0.404458) + +[node name="Dialogic" type="Node" parent="semi_cat"] +script = ExtResource("16_frq8l") + +[node name="Label3D" type="Label3D" parent="semi_cat"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.92228, 1.02561, -4.76837e-07) +billboard = 1 +no_depth_test = true +alpha_antialiasing_mode = 1 +text = "Cat ->" +font_size = 188 + +[node name="details" type="Node" parent="."] + +[node name="mushroom" type="Sprite3D" parent="details"] +transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, 0.16742, 0.049829, -0.134812) +billboard = 1 +shaded = true +texture = ExtResource("12_50we8") + +[node name="mushroom2" type="Sprite3D" parent="details"] +transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, -0.213234, 0.049829, -0.0385236) +billboard = 1 +shaded = true +texture = ExtResource("16_5f343") + +[node name="mushroom3" type="Sprite3D" parent="details"] +transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, 0.439114, 0.049829, 0.288457) +billboard = 1 +shaded = true +texture = ExtResource("17_odxxd") + +[node name="mushroom4" type="Sprite3D" parent="details"] +transform = Transform3D(0.01, 0, 0, 0, 0.01, 0, 0, 0, 0.01, 0.439114, 0.0399265, -0.274104) +billboard = 1 +shaded = true +texture = ExtResource("18_i7vrp") + +[node name="mushroom5" type="Sprite3D" parent="details"] +transform = Transform3D(0.01, 0, 0, 0, 0.01, 0, 0, 0, 0.01, -0.245921, 0.0399265, -0.274104) +billboard = 1 +shaded = true +texture = ExtResource("19_yb8aa") + +[node name="mushroom6" type="Sprite3D" parent="details"] +transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, -0.394128, 0.0399265, -0.163411) +billboard = 1 +shaded = true +texture = ExtResource("20_2ds7x") + +[node name="mushroom7" type="Sprite3D" parent="details"] +transform = Transform3D(0.01, 0, 0, 0, 0.01, 0, 0, 0, 0.01, -0.41057, 0.0579707, -0.0786379) +billboard = 1 +shaded = true +texture = ExtResource("21_jip6m") + +[node name="mushroom8" type="Sprite3D" parent="details"] +transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, -0.0635555, 0.0579707, 0.357456) +billboard = 1 +shaded = true +texture = ExtResource("22_1s1o0") + +[node name="mushroom9" type="Sprite3D" parent="details"] +transform = Transform3D(0.01, 0, 0, 0, 0.01, 0, 0, 0, 0.01, -0.00889933, 0.0579707, 0.35657) +billboard = 1 +shaded = true +texture = ExtResource("23_m1mer") + +[node name="chestnut" type="Sprite3D" parent="details"] +transform = Transform3D(0.008, 0, 0, 0, 0.008, 0, 0, 0, 0.008, 0.22631, 0.0579707, 0.0106865) +billboard = 1 +shaded = true +texture = ExtResource("24_ohuks") + +[node name="chestnut2" type="Sprite3D" parent="details"] +transform = Transform3D(0.008, 0, 0, 0, 0.008, 0, 0, 0, 0.008, 0.135594, 0.0579707, 0.000677824) +billboard = 1 +shaded = true +texture = ExtResource("25_j83yj") + +[node name="fields" type="Node" parent="."] + +[node name="field" type="Sprite3D" parent="fields"] +transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.17571, 0.0607805, 0.369449) +visible = false +shaded = true +texture = ExtResource("26_7nyv4") + +[node name="field6" type="Sprite3D" parent="fields"] +transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.497358, 0.0607805, 0.369449) +visible = false +shaded = true +texture = ExtResource("26_7nyv4") + +[node name="field2" type="Sprite3D" parent="fields"] +transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, -0.254384, 0.0607805, 0.369449) +visible = false +shaded = true +texture = ExtResource("26_7nyv4") + +[node name="field3" type="Sprite3D" parent="fields"] +transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, -0.254384, 0.0607805, -0.0765149) +visible = false +shaded = true +texture = ExtResource("26_7nyv4") + +[node name="field4" type="Sprite3D" parent="fields"] +transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.457693, 0.0607805, -0.0765149) +visible = false +shaded = true +texture = ExtResource("26_7nyv4") + +[node name="field5" type="Sprite3D" parent="fields"] +transform = Transform3D(0.02, 0, 0, 0, -8.74228e-10, -0.02, 0, 0.02, -8.74228e-10, 0.0528325, 0.0607805, -0.0765149) +visible = false +shaded = true +texture = ExtResource("26_7nyv4") + +[node name="House2D" type="Sprite3D" parent="."] +transform = Transform3D(0.08, 0, 0, 0, 0.08, 0, 0, 0, 0.08, -0.479, 0.131, -0.385) +billboard = 1 +shaded = true +texture = ExtResource("29_kse13") + +[node name="Player3d" parent="." instance=ExtResource("27_mqdni")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.032, 0, -0.061) + +[node name="best_house" parent="." instance=ExtResource("31_lqlrn")] +transform = Transform3D(-5.24537e-09, 0, 0.12, 0, 0.12, 0, -0.12, 0, -5.24537e-09, 0.418, 0, -0.187) diff --git a/scenes/audio_test_scene.tscn b/scenes/testing/audio_test_scene.tscn similarity index 100% rename from scenes/audio_test_scene.tscn rename to scenes/testing/audio_test_scene.tscn diff --git a/scenes/testing/babushka_tests_inventory.tscn b/scenes/testing/babushka_tests_inventory.tscn new file mode 100644 index 0000000..e275232 --- /dev/null +++ b/scenes/testing/babushka_tests_inventory.tscn @@ -0,0 +1,47 @@ +[gd_scene load_steps=3 format=3 uid="uid://mhtcm8daava5"] + +[ext_resource type="PackedScene" uid="uid://cgjc4wurbgimy" path="res://prefabs/UI/Inventory/Inventory.tscn" id="1_5dyk0"] + +[sub_resource type="BoxMesh" id="BoxMesh_5dyk0"] + +[node name="BabushkaTestsInventory" type="Node3D"] + +[node name="Inventory" parent="." instance=ExtResource("1_5dyk0")] + +[node name="MockScene" type="Node3D" parent="."] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="MockScene"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.52591, 0, 1.26963) +mesh = SubResource("BoxMesh_5dyk0") +skeleton = NodePath("../..") + +[node name="MeshInstance3D2" type="MeshInstance3D" parent="MockScene"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.48916, 0, -0.762378) +mesh = SubResource("BoxMesh_5dyk0") +skeleton = NodePath("../..") + +[node name="MeshInstance3D3" type="MeshInstance3D" parent="MockScene"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.58762, -2.38419e-07, -1.76688) +mesh = SubResource("BoxMesh_5dyk0") +skeleton = NodePath("../..") + +[node name="MeshInstance3D4" type="MeshInstance3D" parent="MockScene"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.59247, -4.76837e-07, -0.0171926) +mesh = SubResource("BoxMesh_5dyk0") +skeleton = NodePath("../..") + +[node name="MeshInstance3D5" type="MeshInstance3D" parent="MockScene"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.696733, -4.76837e-07, 1.49587) +mesh = SubResource("BoxMesh_5dyk0") +skeleton = NodePath("../..") + +[node name="MeshInstance3D6" type="MeshInstance3D" parent="MockScene"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.7007, -4.76837e-07, -1.52457) +mesh = SubResource("BoxMesh_5dyk0") +skeleton = NodePath("../..") + +[node name="Camera3D" type="Camera3D" parent="MockScene"] +transform = Transform3D(1, 0, 0, 0, 0.633826, 0.773475, 0, -0.773475, 0.633826, -0.833954, 3.04237, 2.8418) + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="MockScene"] +transform = Transform3D(0.255314, 0.801032, -0.541445, -0.00609746, 0.561328, 0.827571, 0.966839, -0.207989, 0.148199, -1.99366, 2.88871, 2.87262) diff --git a/scenes/props/test_world.tscn b/scenes/testing/test_world.tscn similarity index 87% rename from scenes/props/test_world.tscn rename to scenes/testing/test_world.tscn index 528a815..e47cc9b 100644 --- a/scenes/props/test_world.tscn +++ b/scenes/testing/test_world.tscn @@ -1,13 +1,13 @@ [gd_scene load_steps=11 format=3 uid="uid://txjiuosyfv34"] -[ext_resource type="PackedScene" uid="uid://bs02r12yhvse3" path="res://scenes/props/Mushrooms/Mushroom1.tscn" id="1_xh6c0"] -[ext_resource type="PackedScene" uid="uid://dblpcx0gljvxl" path="res://scenes/props/Mushrooms/Mushroom5.tscn" id="2_qgko5"] -[ext_resource type="PackedScene" uid="uid://u5slo32os2oo" path="res://scenes/props/Mushrooms/Mushroom3.tscn" id="3_trccr"] -[ext_resource type="PackedScene" uid="uid://cqnpqk1kg0hrc" path="res://scenes/props/Mushrooms/Mushroom4.tscn" id="4_d1uua"] -[ext_resource type="PackedScene" uid="uid://cmmfoduf37cd5" path="res://scenes/props/Mushrooms/Mushroom6.tscn" id="5_cpvsb"] -[ext_resource type="PackedScene" uid="uid://dhclggadclwm5" path="res://scenes/props/Mushrooms/Mushroom7.tscn" id="6_r2ugk"] -[ext_resource type="PackedScene" uid="uid://cn77bho6ohd18" path="res://scenes/props/Mushrooms/Mushroom8.tscn" id="7_tcfv3"] -[ext_resource type="PackedScene" uid="uid://bq58bkfjh4x7p" path="res://scenes/props/Mushrooms/Mushroom9.tscn" id="8_4abfk"] +[ext_resource type="PackedScene" uid="uid://bs02r12yhvse3" path="res://prefabs/Mushrooms/Mushroom1.tscn" id="1_xh6c0"] +[ext_resource type="PackedScene" uid="uid://dblpcx0gljvxl" path="res://prefabs/Mushrooms/Mushroom5.tscn" id="2_qgko5"] +[ext_resource type="PackedScene" uid="uid://u5slo32os2oo" path="res://prefabs/Mushrooms/Mushroom3.tscn" id="3_trccr"] +[ext_resource type="PackedScene" uid="uid://cqnpqk1kg0hrc" path="res://prefabs/Mushrooms/Mushroom4.tscn" id="4_d1uua"] +[ext_resource type="PackedScene" uid="uid://cmmfoduf37cd5" path="res://prefabs/Mushrooms/Mushroom6.tscn" id="5_cpvsb"] +[ext_resource type="PackedScene" uid="uid://dhclggadclwm5" path="res://prefabs/Mushrooms/Mushroom7.tscn" id="6_r2ugk"] +[ext_resource type="PackedScene" uid="uid://cn77bho6ohd18" path="res://prefabs/Mushrooms/Mushroom8.tscn" id="7_tcfv3"] +[ext_resource type="PackedScene" uid="uid://bq58bkfjh4x7p" path="res://prefabs/Mushrooms/Mushroom9.tscn" id="8_4abfk"] [sub_resource type="Gradient" id="Gradient_b685w"] colors = PackedColorArray(0.47451, 0.376471, 0.301961, 1, 0.40386, 0.317103, 0.251074, 1) diff --git a/scripts/CSharp/Common/Camera/CameraController.cs b/scripts/CSharp/Common/Camera/CameraController.cs new file mode 100644 index 0000000..b0feb5c --- /dev/null +++ b/scripts/CSharp/Common/Camera/CameraController.cs @@ -0,0 +1,16 @@ +using Godot; + +namespace Babushka.scripts.CSharp.Common.Camera; + +public partial class CameraController : Camera2D +{ + [Export] private float _multiplier = 1.0f; + [Export] private Node2D _followNode; + + + // Called every frame. 'delta' is the elapsed time since the previous frame. + public override void _Process(double delta) + { + this.Position = _followNode.Transform.Origin * _multiplier; + } +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Camera/CameraController.cs.uid b/scripts/CSharp/Common/Camera/CameraController.cs.uid new file mode 100644 index 0000000..acfb025 --- /dev/null +++ b/scripts/CSharp/Common/Camera/CameraController.cs.uid @@ -0,0 +1 @@ +uid://bqomwxclsbhd3 diff --git a/scripts/CSharp/Common/Camera/CameraPivot.cs b/scripts/CSharp/Common/Camera/CameraPivot.cs new file mode 100644 index 0000000..3356532 --- /dev/null +++ b/scripts/CSharp/Common/Camera/CameraPivot.cs @@ -0,0 +1,45 @@ +using Godot; + +namespace Babushka.scripts.CSharp.Common.Camera; + +public partial class CameraPivot : Node3D +{ + [Export] private bool _canPitch; + [Export] private bool _canYaw; + [Export] private float _rotateSpeed = 0.003f; + [Export] private Node3D _subPivot; + + public override void _Ready() + { + Input.MouseMode = Input.MouseModeEnum.Captured; + } + + public override void _Input(InputEvent @event) + { + if(@event.IsActionPressed("click")) + { + if (Input.MouseMode == Input.MouseModeEnum.Visible) + { + Input.MouseMode = Input.MouseModeEnum.Captured; + } + } + + if (@event.IsActionPressed("ui_cancel")) + { + Input.MouseMode = Input.MouseModeEnum.Visible; + } + + if (@event is InputEventMouseMotion test) + { + if (Input.MouseMode != Input.MouseModeEnum.Captured) + return; + + if (_canYaw) + _subPivot.RotateX(test.Relative.Y * -_rotateSpeed); + if(_canPitch) + this.RotateY(test.Relative.X * -_rotateSpeed); + + } + } + +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Camera/CameraPivot.cs.uid b/scripts/CSharp/Common/Camera/CameraPivot.cs.uid new file mode 100644 index 0000000..43c21d5 --- /dev/null +++ b/scripts/CSharp/Common/Camera/CameraPivot.cs.uid @@ -0,0 +1 @@ +uid://r5tahuqvbucy diff --git a/scripts/CSharp/Common/CameraController.cs.uid b/scripts/CSharp/Common/CameraController.cs.uid new file mode 100644 index 0000000..1bd96dc --- /dev/null +++ b/scripts/CSharp/Common/CameraController.cs.uid @@ -0,0 +1 @@ +uid://b4h7k5w0jsjri diff --git a/scripts/CSharp/Common/CameraPivot.cs.uid b/scripts/CSharp/Common/CameraPivot.cs.uid new file mode 100644 index 0000000..dc9642b --- /dev/null +++ b/scripts/CSharp/Common/CameraPivot.cs.uid @@ -0,0 +1 @@ +uid://c81bn1w8o0n2n diff --git a/scripts/CSharp/Common/CharacterControls/InteractionArea.cs b/scripts/CSharp/Common/CharacterControls/InteractionArea.cs new file mode 100644 index 0000000..408f7b1 --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/InteractionArea.cs @@ -0,0 +1,34 @@ +using Godot; + +namespace Babushka.scripts.CSharp.Common.CharacterControls; + +public partial class InteractionArea : Node3D +{ + [Export] private Area3D _area; + [Export] private Label3D _label; + [Export] private bool _showLabel = true; + + [Signal] + public delegate void InteractedEventHandler(); + + public void OnPlayerEntered(Node3D player) + { + if(_showLabel) + _label.Show(); + } + + public void OnPlayerExited(Node3D player) + { + _label.Hide(); + } + + public override void _Input(InputEvent @event) + { + if (@event.IsAction("interact") && @event.IsPressed() && _area.HasOverlappingBodies()) + { + _label.Hide(); + EmitSignal(SignalName.Interacted); + } + } +} + diff --git a/scripts/CSharp/Common/CharacterControls/InteractionArea.cs.uid b/scripts/CSharp/Common/CharacterControls/InteractionArea.cs.uid new file mode 100644 index 0000000..668195b --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/InteractionArea.cs.uid @@ -0,0 +1 @@ +uid://dumwt7lledufm diff --git a/scripts/CSharp/Common/CharacterControls/Player2D.cs b/scripts/CSharp/Common/CharacterControls/Player2D.cs new file mode 100644 index 0000000..787088e --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/Player2D.cs @@ -0,0 +1,20 @@ +using Godot; + +namespace Babushka.scripts.CSharp.Common.CharacterControls; + +public partial class Player2D : Node2D +{ + [Export] private float _speed = 100f; + + public override void _Process(double delta) + { + if (Input.IsActionPressed("move_right")) + Position = new Vector2(Position.X + (_speed * (float)delta), Position.Y); + if (Input.IsActionPressed("move_left")) + Position = new Vector2(Position.X - (_speed * (float)delta), Position.Y); + if (Input.IsActionPressed("move_up")) + Position = new Vector2(Position.X, Position.Y - (_speed * (float)delta)); + if (Input.IsActionPressed("move_down")) + Position = new Vector2(Position.X, Position.Y + (_speed * (float)delta)); + } +} diff --git a/scripts/CSharp/Common/CharacterControls/Player2D.cs.uid b/scripts/CSharp/Common/CharacterControls/Player2D.cs.uid new file mode 100644 index 0000000..5257333 --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/Player2D.cs.uid @@ -0,0 +1 @@ +uid://cjbclkxesh3hc diff --git a/scripts/CSharp/Common/CharacterControls/Player3D.cs b/scripts/CSharp/Common/CharacterControls/Player3D.cs new file mode 100644 index 0000000..03e2d3a --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/Player3D.cs @@ -0,0 +1,133 @@ +using System.Diagnostics; +using Godot; + +namespace Babushka.scripts.CSharp.Common.CharacterControls; + +public partial class Player3D : CharacterBody3D +{ + [Export] private float _speed = 1.0f; + [Export] private Camera3D _camera; + + /// + /// The sprite arrays are all setup like this: + /// 0 - idle + /// 1 - walking + /// + [Export] private AnimatedSprite3D[] _frontSpritesAnimated; + [Export] private AnimatedSprite3D[] _sideSpritesAnimated; + [Export] private AnimatedSprite3D[] _backSpritesAnimated; + + private bool _sideFlipped; + private Vector2 _lastDirection; + + public override void _PhysicsProcess(double delta) + { + var inputDir = Input.GetVector("move_left", "move_right", "move_down", "move_up"); + if (inputDir == Vector2.Zero) + { + if(_lastDirection != Vector2.Zero) + SwitchIdleSprites(); + return; + } + + MoveOnInput(inputDir, delta); + SwitchMovementSprites(inputDir); + } + + private void MoveOnInput(Vector2 inputDir, double delta) + { + var direction = (Transform.Basis * new Vector3(inputDir.X, 0, inputDir.Y * (-1))).Normalized(); + if (direction != Vector3.Zero) + Velocity = new Vector3(direction.X * _speed * (float) delta * Scale.X, Velocity.Y, direction.Z * _speed * (float) delta * Scale.Z); + else + Velocity = Velocity.MoveToward(new Vector3(0, 0, 0), _speed); + + MoveAndSlide(); + } + + private void SwitchIdleSprites() + { + if (_lastDirection.X != 0) + { + ActivateSprite(0, false, true, false); + return; + } + + if(_lastDirection.Y <= 0.0f) + ActivateSprite(0, true, false, false); + + if(_lastDirection.Y > 0.0f) + ActivateSprite(0, false, false, true); + + _lastDirection = Vector2.Zero; + } + + private void SwitchMovementSprites(Vector2 inputDir) + { + float X = inputDir.X; + float Y = inputDir.Y; + + _lastDirection = new Vector2(X, Y); + + if (X != 0) + { + ActivateSprite(1, false, true, false); + + if (X > 0.0f) + { + _sideFlipped = false; + } + + if (X < 0.0f) + { + _sideFlipped = true; + } + + foreach (var animatedSprite in _sideSpritesAnimated) + { + animatedSprite.FlipH = _sideFlipped; + } + return; + } + + if (Y != 0) + { + if (Y > 0.0f) + { + ActivateSprite(1, false, false, true); + } + + if (Y < 0.0f) + { + ActivateSprite(1, true, false, false); + } + } + } + + private void ActivateSprite(int index, bool frontActive, bool sideActive, bool backActive) + { + DeactivateAll(); + _frontSpritesAnimated[index].Visible = frontActive; + _sideSpritesAnimated[index].Visible = sideActive; + _backSpritesAnimated[index].Visible = backActive; + } + + private void DeactivateAll() + { + foreach (var animatedSprite in _frontSpritesAnimated) + { + animatedSprite.Visible = false; + } + + foreach (var animatedSprite in _sideSpritesAnimated) + { + animatedSprite.Visible = false; + } + + foreach (var animatedSprite in _backSpritesAnimated) + { + animatedSprite.Visible = false; + } + } + +} diff --git a/scripts/CSharp/Common/CharacterControls/Player3D.cs.uid b/scripts/CSharp/Common/CharacterControls/Player3D.cs.uid new file mode 100644 index 0000000..543aed7 --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/Player3D.cs.uid @@ -0,0 +1 @@ +uid://b4ugrget2x6lb diff --git a/scripts/CSharp/Common/CharacterControls/VesnaBehaviour.cs b/scripts/CSharp/Common/CharacterControls/VesnaBehaviour.cs new file mode 100644 index 0000000..b8ba6a8 --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/VesnaBehaviour.cs @@ -0,0 +1,46 @@ +using Babushka.scripts.CSharp.Common.Farming; +using Godot; + +namespace Babushka.scripts.CSharp.Common.CharacterControls; + +public partial class VesnaBehaviour : Node +{ + [ExportGroup("Farming")] + [Export] private FieldService _fieldParent; + [Export] private FarmingControls _farmingControls; + + [Signal] public delegate void ToolPickupEventHandler(bool success); + + public override void _Ready() + { + _farmingControls.FieldParent = _fieldParent; + } + + #region Farming + + public void ActivateHoe(bool activate) + { + ActivateTool(activate, 0); + } + + public void ActivateWateringCan(bool activate) + { + ActivateTool(activate, 1); + } + + private void ActivateTool(bool activate , int toolId) + { + bool success = false; + if (toolId == 0) + { + success = _farmingControls.ActivateHoe(activate); + } + else if (toolId == 1) + { + success = _farmingControls.ActivateWateringCan(activate); + } + EmitSignal(SignalName.ToolPickup, success); + } + + #endregion +} \ No newline at end of file diff --git a/scripts/CSharp/Common/CharacterControls/VesnaBehaviour.cs.uid b/scripts/CSharp/Common/CharacterControls/VesnaBehaviour.cs.uid new file mode 100644 index 0000000..97bf567 --- /dev/null +++ b/scripts/CSharp/Common/CharacterControls/VesnaBehaviour.cs.uid @@ -0,0 +1 @@ +uid://xm0um640aes7 diff --git a/scripts/CSharp/Common/Farming/FarmingControls.cs b/scripts/CSharp/Common/Farming/FarmingControls.cs new file mode 100644 index 0000000..737e124 --- /dev/null +++ b/scripts/CSharp/Common/Farming/FarmingControls.cs @@ -0,0 +1,86 @@ +using System.Collections.Generic; +using Godot; + +namespace Babushka.scripts.CSharp.Common.Farming; + +[GlobalClass] +public partial class FarmingControls : Node3D +{ + [Export] private Sprite3D _hoeSprite; + [Export] private Sprite3D _wateringCanSprite; + [Export] private PackedScene _fieldPrefab; + [Export] private Node3D _movingPlayer; + + public FieldService FieldParent; + + private bool _hoeInHand = false; + private bool _waterCanInHand = false; + + #region Tools + + public bool ActivateHoe(bool activate) + { + bool success = ActivateTool(activate, _hoeSprite); + _hoeInHand = success; + return success; + } + + public bool ActivateWateringCan(bool activate) + { + bool success = ActivateTool(activate, _wateringCanSprite); + _waterCanInHand = success; + return success; + } + + private bool ActivateTool(bool activate, Sprite3D tool) + { + tool.Visible = !activate; + return !activate; + } + + #endregion + + public override void _Input(InputEvent @event) + { + if (@event.IsActionPressed("click") && _hoeInHand) + { + MakeField(); + } + + if (@event.IsActionPressed("click") && _waterCanInHand) + { + WaterTheField(); + } + } + + private void WaterTheField() + { + + } + + private void MakeField() + { + if(FieldParent == null || _fieldPrefab == null) + return; + + Node fieldInstance = _fieldPrefab.Instantiate(); + + if (fieldInstance is Node3D field3d) + { + Vector3 playerPos = _movingPlayer.GlobalPosition; + playerPos = new Vector3(AdjustValue(playerPos.X), 0.1f, AdjustValue(playerPos.Z)); + field3d.Position = playerPos; + Vector2I intPosition = new Vector2I((int) playerPos.X, (int) playerPos.Z); + FieldParent.AddEntry(intPosition, FieldState.Tilled); + } + + + FieldParent.AddChild(fieldInstance); + } + + private float AdjustValue(float value) + { + return Mathf.Floor(value); + } + +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Farming/FarmingControls.cs.uid b/scripts/CSharp/Common/Farming/FarmingControls.cs.uid new file mode 100644 index 0000000..aba43d3 --- /dev/null +++ b/scripts/CSharp/Common/Farming/FarmingControls.cs.uid @@ -0,0 +1 @@ +uid://b1sscdr4ptec8 diff --git a/scripts/CSharp/Common/Farming/FieldBehaviour.cs b/scripts/CSharp/Common/Farming/FieldBehaviour.cs new file mode 100644 index 0000000..23bcde9 --- /dev/null +++ b/scripts/CSharp/Common/Farming/FieldBehaviour.cs @@ -0,0 +1,54 @@ +using Godot; + +namespace Babushka.scripts.CSharp.Common.Farming; + +public enum FieldState +{ + Empty = 0, + Tilled = 1, + Planted = 2, + Watered = 3 +} + +public partial class FieldBehaviour : Sprite3D +{ + [Export] private Texture2D Tilled; + [Export] private Texture2D Watered; + [Export] private FieldState FieldState = FieldState.Empty; + + public Vector2 FieldPosition; + + public override void _Ready() + { + Texture = Tilled; + base._Ready(); + } + + public void Water() + { + FieldState = FieldState.Watered; + Texture = Watered; + } + + /// + /// Called when the player enters the field'S interaction area and presses . + /// + public void Farm() + { + switch (FieldState) + { + case FieldState.Empty: + Texture = Tilled; + FieldState = FieldState.Tilled; + break; + case FieldState.Tilled: + FieldState = FieldState.Planted; + break; + case FieldState.Planted: + break; + default: + break; + } + + } +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Farming/FieldBehaviour.cs.uid b/scripts/CSharp/Common/Farming/FieldBehaviour.cs.uid new file mode 100644 index 0000000..d7d0642 --- /dev/null +++ b/scripts/CSharp/Common/Farming/FieldBehaviour.cs.uid @@ -0,0 +1 @@ +uid://histmmyi1wr diff --git a/scripts/CSharp/Common/Farming/FieldService.cs b/scripts/CSharp/Common/Farming/FieldService.cs new file mode 100644 index 0000000..79834b1 --- /dev/null +++ b/scripts/CSharp/Common/Farming/FieldService.cs @@ -0,0 +1,47 @@ +using Godot; +using Godot.Collections; + +namespace Babushka.scripts.CSharp.Common.Farming; + +[GlobalClass] +public partial class FieldService : Node3D +{ + [Export] private Dictionary fields = new Dictionary(); + + //Create + + public void AddEntry(Vector2I key, FieldState state) + { + fields.Add(key, state); + } + + // Read + + public FieldState Get(Vector2I key) + { + return fields[key]; + } + + //Update + public void UpdateEntry(Vector2I fieldPosition, FieldState state) + { + if (fields.ContainsKey(fieldPosition)) + { + fields[fieldPosition] = state; + } + else + { + AddEntry(fieldPosition, state); + } + } + + //Delete + + public void RemoveEntry(Vector2I fieldPosition) + { + if (fields.ContainsKey(fieldPosition)) + { + fields.Remove(fieldPosition); + } + } +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Farming/FieldService.cs.uid b/scripts/CSharp/Common/Farming/FieldService.cs.uid new file mode 100644 index 0000000..442f57e --- /dev/null +++ b/scripts/CSharp/Common/Farming/FieldService.cs.uid @@ -0,0 +1 @@ +uid://12hleqx8amr8 diff --git a/scripts/CSharp/Common/Farming/PlantBehaviour.cs b/scripts/CSharp/Common/Farming/PlantBehaviour.cs new file mode 100644 index 0000000..a11aad5 --- /dev/null +++ b/scripts/CSharp/Common/Farming/PlantBehaviour.cs @@ -0,0 +1,68 @@ +using System; +using Godot; + +namespace Babushka.scripts.CSharp.Common.Farming; + +public enum PlantState +{ + None = 0, + Planted = 1, + SmallPlant = 2, + BigPlant = 3, + Ready = 4 +} + +public partial class PlantBehaviour : Node3D +{ + [Export] private Sprite3D[] _seeds; + [Export] private Sprite3D[] _smallPlants; + [Export] private Sprite3D[] _bigPlants; + [Export] private Sprite3D[] _readyPlants; + [Export] private PlantState _state = PlantState.None; + + private Sprite3D _currentPlantSprite = null; + + public void Grow() + { + switch (_state) + { + case PlantState.None: + _state = PlantState.Planted; + _currentPlantSprite = GetRandomSprite(_seeds); + _currentPlantSprite.Visible = true; + break; + case PlantState.Planted: + _state = PlantState.SmallPlant; + _currentPlantSprite.Visible = false; + _currentPlantSprite = GetRandomSprite(_smallPlants); + _currentPlantSprite.Visible = true; + break; + case PlantState.SmallPlant: + _state = PlantState.BigPlant; + _currentPlantSprite.Visible = false; + _currentPlantSprite = GetRandomSprite(_bigPlants); + _currentPlantSprite.Visible = true; + break; + case PlantState.BigPlant: + _state = PlantState.Ready; + _currentPlantSprite.Visible = false; + _currentPlantSprite = GetRandomSprite(_readyPlants); + _currentPlantSprite.Visible = true; + break; + case PlantState.Ready: + _state = PlantState.None; + _currentPlantSprite.Visible = false; + _currentPlantSprite = null; + break; + default: + break; + } + } + + private Sprite3D GetRandomSprite(Sprite3D[] sprites) + { + Random rand = new Random(); + return sprites[rand.Next(sprites.Length)]; + } + +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Farming/PlantBehaviour.cs.uid b/scripts/CSharp/Common/Farming/PlantBehaviour.cs.uid new file mode 100644 index 0000000..18e2f2e --- /dev/null +++ b/scripts/CSharp/Common/Farming/PlantBehaviour.cs.uid @@ -0,0 +1 @@ +uid://yfnjmuuxs3oq diff --git a/scripts/CSharp/Common/FieldBehaviour.cs.uid b/scripts/CSharp/Common/FieldBehaviour.cs.uid new file mode 100644 index 0000000..d79d312 --- /dev/null +++ b/scripts/CSharp/Common/FieldBehaviour.cs.uid @@ -0,0 +1 @@ +uid://dnu6bnwvhlfut diff --git a/scripts/CSharp/Common/InteractionArea.cs.uid b/scripts/CSharp/Common/InteractionArea.cs.uid new file mode 100644 index 0000000..a02f4a3 --- /dev/null +++ b/scripts/CSharp/Common/InteractionArea.cs.uid @@ -0,0 +1 @@ +uid://cgkea4bmd6a8f diff --git a/scripts/CSharp/Common/Inventory/InventoryActionResult.cs b/scripts/CSharp/Common/Inventory/InventoryActionResult.cs new file mode 100644 index 0000000..be9c0e5 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryActionResult.cs @@ -0,0 +1,10 @@ +namespace Babushka.scripts.CSharp.Common.Inventory; + +public enum InventoryActionResult +{ + Success, + DestinationDoesNotExists, + DestinationFull, + SourceDoesNotExists, + SourceIsEmpty +} diff --git a/scripts/CSharp/Common/Inventory/InventoryActionResult.cs.uid b/scripts/CSharp/Common/Inventory/InventoryActionResult.cs.uid new file mode 100644 index 0000000..71d5ef2 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryActionResult.cs.uid @@ -0,0 +1 @@ +uid://bxre8ecfx3xx diff --git a/scripts/CSharp/Common/Inventory/InventoryInstance.cs b/scripts/CSharp/Common/Inventory/InventoryInstance.cs new file mode 100644 index 0000000..5070b69 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryInstance.cs @@ -0,0 +1,131 @@ +#nullable enable +using System; +using Godot; +using System.Collections.Generic; + +namespace Babushka.scripts.CSharp.Common.Inventory; + +public partial class InventoryInstance : Node +{ + private List _slots = new(); + public IReadOnlyList Slots => _slots; + + [Signal] + public delegate void SlotAmountChangedEventHandler(); + + [Signal] + public delegate void InventoryContentsChangedEventHandler(); + + [Export] + public int SlotAmount + { + get => _slots.Count; + set + { + if (value < _slots.Count) + { + _slots.RemoveRange(value, _slots.Count - value); + } + else if (value > _slots.Count) + { + for (var i = _slots.Count; i < value; i++) + { + _slots.Add(new InventorySlot()); + } + } + + EmitSignal(SignalName.SlotAmountChanged); + } + } + + public InventoryActionResult AddItem(ItemInstance newItem) + { + var result = AddItemAndStackRecursive(newItem, 0); + EmitSignal(SignalName.InventoryContentsChanged); + return result; + } + + private InventoryActionResult AddItemAndStackRecursive(ItemInstance newItem, int slotSearch) + { + if (newItem.blueprint == null || newItem.amount == 0) + return InventoryActionResult.SourceDoesNotExists; + + var slotIndex = -1; + // find stackable slot + for (var i = slotSearch; i < _slots.Count; i++) + { + if (_slots[i].itemInstance?.blueprint == newItem.blueprint) + { + slotIndex = i; + break; + } + } + + if (slotIndex < 0) + { + // find empty slot + for (var i = slotSearch; i < _slots.Count; i++) + { + if (_slots[i].IsEmpty()) + { + slotIndex = i; + break; + } + } + } + + if (slotIndex < 0) + { + return InventoryActionResult.DestinationFull; + } + + var itemInstance = _slots[slotIndex].itemInstance ?? new ItemInstance { blueprint = newItem.blueprint, amount = 0 }; + var maxStack = itemInstance!.blueprint.maxStack; + var freeOnStack = maxStack - itemInstance.amount; + var moveAmount = Math.Min(freeOnStack, newItem.amount); + itemInstance.amount += moveAmount; + newItem.amount -= moveAmount; + _slots[slotIndex].itemInstance = itemInstance; + return newItem.amount <= 0 + ? InventoryActionResult.Success + : AddItemAndStackRecursive(newItem, slotIndex + 1); + } + + public InventoryActionResult RemoveItem(int inventorySlot, out ItemInstance? itemInstance) + { + if (inventorySlot < 0 || inventorySlot >= _slots.Count) + { + itemInstance = null; + return InventoryActionResult.SourceDoesNotExists; + } + + if (_slots[inventorySlot].IsEmpty()) + { + itemInstance = null; + return InventoryActionResult.SourceIsEmpty; + } + + itemInstance = _slots[inventorySlot].itemInstance; + _slots[inventorySlot].itemInstance = null; + EmitSignal(SignalName.InventoryContentsChanged); + return InventoryActionResult.Success; + } + + public InventoryActionResult RemoveItem(int inventorySlot) + { + return RemoveItem(inventorySlot, out _); + } + + public InventoryActionResult AddItemToSlot(ItemInstance itemInstance, int destinationSlot) + { + if (destinationSlot < 0 || destinationSlot >= _slots.Count) + return InventoryActionResult.DestinationDoesNotExists; + + if (!_slots[destinationSlot].IsEmpty()) + return InventoryActionResult.DestinationFull; + + _slots[destinationSlot].itemInstance = itemInstance; + EmitSignal(SignalName.InventoryContentsChanged); + return InventoryActionResult.Success; + } +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Inventory/InventoryInstance.cs.uid b/scripts/CSharp/Common/Inventory/InventoryInstance.cs.uid new file mode 100644 index 0000000..b5cd17f --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryInstance.cs.uid @@ -0,0 +1 @@ +uid://36ui8g5gu0lb diff --git a/scripts/CSharp/Common/Inventory/InventoryManager.cs b/scripts/CSharp/Common/Inventory/InventoryManager.cs new file mode 100644 index 0000000..b191e98 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryManager.cs @@ -0,0 +1,71 @@ +#nullable enable +using Godot; + +namespace Babushka.scripts.CSharp.Common.Inventory; + +public partial class InventoryManager : Node +{ + public static InventoryManager Instance { get; private set; } + + public InventoryInstance playerInventory; + + public override void _EnterTree() + { + Instance = this; + } + + public override void _Ready() + { + playerInventory = new InventoryInstance(); + playerInventory.SlotAmount = 30; + } + + public InventoryActionResult CreateItem( + ItemResource itemBlueprint, + InventoryInstance inventory, + int amount = 1, + int inventorySlot = -1) + { + var newItem = new ItemInstance { blueprint = itemBlueprint, amount = amount }; + return inventorySlot < 0 + ? inventory.AddItem(newItem) + : inventory.AddItemToSlot(newItem, inventorySlot); + } + + public InventoryActionResult MoveItem( + InventoryInstance sourceInventory, + int sourceSlot, + InventoryInstance destinationInventory, + int destinationSlot) + { + var remResult = sourceInventory.RemoveItem(sourceSlot, out var item); + if (remResult != InventoryActionResult.Success) return remResult; + + var addResult = destinationInventory.AddItemToSlot(item!, destinationSlot); + if (addResult == InventoryActionResult.Success) return InventoryActionResult.Success; + + // if adding in the destination failed, re-add the item into the source + sourceInventory.AddItemToSlot(item!, sourceSlot); // can not fail ... in theory + return addResult; + } + + public InventoryActionResult RemoveItem( + InventoryInstance inventory, + int inventorySlot, + out ItemInstance? itemInstance) + { + return inventory.RemoveItem(inventorySlot, out itemInstance); + } + + public InventoryActionResult RemoveItem( + InventoryInstance inventory, + int inventorySlot) + { + return inventory.RemoveItem(inventorySlot); + } + + public InventoryActionResult CollectItem(ItemInstance itemInstance) + { + return playerInventory.AddItem(itemInstance); + } +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Inventory/InventoryManager.cs.uid b/scripts/CSharp/Common/Inventory/InventoryManager.cs.uid new file mode 100644 index 0000000..7034511 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryManager.cs.uid @@ -0,0 +1 @@ +uid://701bitgfepjc diff --git a/scripts/CSharp/Common/Inventory/InventorySlot.cs b/scripts/CSharp/Common/Inventory/InventorySlot.cs new file mode 100644 index 0000000..9ee5a5a --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventorySlot.cs @@ -0,0 +1,12 @@ +#nullable enable +namespace Babushka.scripts.CSharp.Common.Inventory; + +public class InventorySlot +{ + public ItemInstance? itemInstance; + public bool IsEmpty() + { + return itemInstance == null; + } +} + diff --git a/scripts/CSharp/Common/Inventory/InventorySlot.cs.uid b/scripts/CSharp/Common/Inventory/InventorySlot.cs.uid new file mode 100644 index 0000000..d910764 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventorySlot.cs.uid @@ -0,0 +1 @@ +uid://rxaoggm0qxgm diff --git a/scripts/CSharp/Common/Inventory/InventoryTestScript.cs b/scripts/CSharp/Common/Inventory/InventoryTestScript.cs new file mode 100644 index 0000000..a19a049 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryTestScript.cs @@ -0,0 +1,17 @@ +using Godot; +namespace Babushka.scripts.CSharp.Common.Inventory; + +public partial class InventoryTestScript : Node +{ + [Export] + private ItemResource _testItemToCreate; + + public override void _Ready() + { + InventoryManager.Instance.CreateItem(_testItemToCreate, InventoryManager.Instance.playerInventory); + InventoryManager.Instance.CreateItem(_testItemToCreate, InventoryManager.Instance.playerInventory); + InventoryManager.Instance.CreateItem(_testItemToCreate, InventoryManager.Instance.playerInventory); + InventoryManager.Instance.CreateItem(_testItemToCreate, InventoryManager.Instance.playerInventory); + GD.Print("Added items"); + } +} diff --git a/scripts/CSharp/Common/Inventory/InventoryTestScript.cs.uid b/scripts/CSharp/Common/Inventory/InventoryTestScript.cs.uid new file mode 100644 index 0000000..21116fc --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryTestScript.cs.uid @@ -0,0 +1 @@ +uid://b2jhdxcrhtm2d diff --git a/scripts/CSharp/Common/Inventory/InventoryUI.cs.uid b/scripts/CSharp/Common/Inventory/InventoryUI.cs.uid new file mode 100644 index 0000000..8b727e9 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryUI.cs.uid @@ -0,0 +1 @@ +uid://b7vlkecrn0t5c diff --git a/scripts/CSharp/Common/Inventory/InventoryUi.cs b/scripts/CSharp/Common/Inventory/InventoryUi.cs new file mode 100644 index 0000000..eb92b91 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/InventoryUi.cs @@ -0,0 +1,154 @@ +#nullable enable +using Godot; + +namespace Babushka.scripts.CSharp.Common.Inventory; + +public partial class InventoryUi : Control +{ + private GridContainer _slots; + private InventoryInstance _playerInventory; + private Control _slotSelect; + + private int? _slotOnMouse; + + private int _selectedSlot = 0; + + private bool _inventoryExtended = false; + private Tween? _inventoryExtensionTween; + + public override void _Ready() + { + GD.Print("Ready inventory ui"); + _slots = GetNode("SlotsContainer/Slots"); + _playerInventory = InventoryManager.Instance.playerInventory; + _slotSelect = GetNode("SlotsContainer/SlotSelectContainer/Selector"); + PopulateSlots(); + SetSlotContent(); + SetSlotSelectPosition(); + InventoryManager.Instance.playerInventory.InventoryContentsChanged += SetSlotContent; + } + + public override void _ExitTree() + { + UnsubscribeSlots(); + } + + private void SetSlotContent() + { + for (var i = 0; i < _playerInventory.Slots.Count; i++) + { + var inventorySlot = _playerInventory.Slots[i]; + var uiSlot = _slots.GetChild(i) as SlotUi; + + uiSlot!.nameLabel.Text = inventorySlot.itemInstance?.blueprint.name ?? ""; + uiSlot!.nameLabel.LabelSettings = uiSlot!.nameLabel.LabelSettings.Duplicate() as LabelSettings; + uiSlot!.nameLabel.LabelSettings!.FontColor = inventorySlot.itemInstance?.blueprint.color ?? Colors.White; + + var amountText = inventorySlot.itemInstance != null && + inventorySlot.itemInstance.amount != 1 + ? inventorySlot.itemInstance.amount.ToString() + : ""; + uiSlot!.amountLabel.Text = amountText; + } + } + + private void SetSlotSelectPosition() + { + _slotSelect.Position = new Vector2(_selectedSlot * 100, 0); + } + + private void PopulateSlots() + { + var slotPackedScene = GD.Load("res://prefabs/UI/Inventory/Slot.tscn"); + for (var index = 0; index < _playerInventory.Slots.Count; index++) + { + var slotInstance = slotPackedScene.Instantiate(); + slotInstance.index = index; + slotInstance.Clicked += SlotClicked; + _slots.AddChild(slotInstance); + } + } + + private void UnsubscribeSlots() + { + for (var index = 0; index < _playerInventory.Slots.Count; index++) + { + var slotInstance = _slots.GetChild(index) as SlotUi; + slotInstance!.Clicked -= SlotClicked; + } + } + + private void SlotClicked(int index) + { + if (!_inventoryExtended) return; + + GD.Print($"Clicked slot {index}"); + if (_slotOnMouse == null) + { + if (_playerInventory.Slots[index].IsEmpty()) return; + _slotOnMouse = index; + GD.Print($"Slot on mouse: {_slotOnMouse}"); + } + else + { + var sourceSlot = _slotOnMouse.Value; + var destinationSlot = index; + InventoryManager.Instance.MoveItem(_playerInventory, sourceSlot, _playerInventory, destinationSlot); + _slotOnMouse = null; + //SetSlotContent(); + } + } + + public override void _Process(double delta) + { + if (Input.IsActionJustPressed("ui_inventory_open_close")) + { + InputInventoryOpenClose(); + } + + if (Input.IsActionJustPressed("ui_inventory_disadvance")) + { + _selectedSlot++; + if (_selectedSlot > 9) + _selectedSlot = 0; + SetSlotSelectPosition(); + } + + if (Input.IsActionJustPressed("ui_inventory_advance")) + { + _selectedSlot--; + if (_selectedSlot < 0) + _selectedSlot = 9; + SetSlotSelectPosition(); + } + } + + private void InputInventoryOpenClose() + { + _inventoryExtensionTween?.Kill(); + + _inventoryExtended = !_inventoryExtended; + if (_inventoryExtended) + { + //GD.Print("Open inventory"); + _inventoryExtensionTween = GetTree().CreateTween(); + _slotSelect.Hide(); + _inventoryExtensionTween + .TweenProperty(_slots, "offset_bottom", -100, 0.4) + .SetTrans(Tween.TransitionType.Quad) + .SetEase(Tween.EaseType.Out); + } + else + { + //GD.Print("Close inventory"); + _inventoryExtensionTween = GetTree().CreateTween(); + _slotSelect.Show(); + _inventoryExtensionTween + .TweenProperty(_slots, "offset_bottom", 200, 0.4) + .SetTrans(Tween.TransitionType.Quad) + .SetEase(Tween.EaseType.Out); + + _slotOnMouse = null; + } + } +} \ No newline at end of file diff --git a/scripts/CSharp/Common/Inventory/ItemInstance.cs b/scripts/CSharp/Common/Inventory/ItemInstance.cs new file mode 100644 index 0000000..0aaa528 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemInstance.cs @@ -0,0 +1,16 @@ +namespace Babushka.scripts.CSharp.Common.Inventory; + +public class ItemInstance +{ + public ItemResource blueprint; + public int amount = 1; + + public ItemInstance Clone() + { + return new ItemInstance + { + blueprint = blueprint, + amount = amount + }; + } +} diff --git a/scripts/CSharp/Common/Inventory/ItemInstance.cs.uid b/scripts/CSharp/Common/Inventory/ItemInstance.cs.uid new file mode 100644 index 0000000..3a0fb36 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemInstance.cs.uid @@ -0,0 +1 @@ +uid://be54lnb6gg81f diff --git a/scripts/CSharp/Common/Inventory/ItemOnGround.cs b/scripts/CSharp/Common/Inventory/ItemOnGround.cs new file mode 100644 index 0000000..d9c7cbe --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemOnGround.cs @@ -0,0 +1,49 @@ +using Godot; +namespace Babushka.scripts.CSharp.Common.Inventory; + +public partial class ItemOnGround : Node3D +{ + private ItemInstance _itemInstance; + + [Export] + private bool _infiniteSupply = false; + + private Label3D _itemLabel => GetNode("ItemLabel"); + private Label3D _pickupErrorLabel => GetNode("PickupErrorLabel"); + + public ItemInstance itemInstance + { + get => _itemInstance; + set + { + _itemInstance = value; + UpdateVisuals(); + } + } + + public void TryPickUp() + { + GD.Print("Trying to pick up item"); + + var result = InventoryManager.Instance.CollectItem(itemInstance.Clone()); + if (result == InventoryActionResult.Success) + { + if (!_infiniteSupply) + { + QueueFree(); + } + } + else + { + _pickupErrorLabel.Text = "Inventory Full"; + var tween = GetTree().CreateTween(); + tween.TweenInterval(2); + tween.TweenCallback(Callable.From(() => _pickupErrorLabel.Text = "")); + } + } + + public void UpdateVisuals() + { + _itemLabel.Text = itemInstance.blueprint?.name ?? "Error Item"; + } +} diff --git a/scripts/CSharp/Common/Inventory/ItemOnGround.cs.uid b/scripts/CSharp/Common/Inventory/ItemOnGround.cs.uid new file mode 100644 index 0000000..c2313d3 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemOnGround.cs.uid @@ -0,0 +1 @@ +uid://udhigottc8rg diff --git a/scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs b/scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs new file mode 100644 index 0000000..3f530ea --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs @@ -0,0 +1,16 @@ +#nullable enable +using Godot; +namespace Babushka.scripts.CSharp.Common.Inventory; + +public partial class ItemOnGroundSpawnWith : Node +{ + [Export] private ItemResource? _blueprint = null; + + public override void _EnterTree() + { + if(_blueprint == null) return; + + var parent = GetParent(); + parent.itemInstance = new ItemInstance { blueprint = _blueprint }; + } +} diff --git a/scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs.uid b/scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs.uid new file mode 100644 index 0000000..bd0685f --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemOnGroundSpawnWith.cs.uid @@ -0,0 +1 @@ +uid://c8suoi3i6kqai diff --git a/scripts/CSharp/Common/Inventory/ItemResource.cs b/scripts/CSharp/Common/Inventory/ItemResource.cs new file mode 100644 index 0000000..c6c8b88 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemResource.cs @@ -0,0 +1,22 @@ +using Godot; +namespace Babushka.scripts.CSharp.Common.Inventory; + +[GlobalClass] +public partial class ItemResource : Resource +{ + [Export] + public string name; + + [Export] + public Color color; + + [Export] + public int maxStack; + + public ItemResource() + { + name = ""; + color = Colors.Red; + maxStack = 1; + } +} diff --git a/scripts/CSharp/Common/Inventory/ItemResource.cs.uid b/scripts/CSharp/Common/Inventory/ItemResource.cs.uid new file mode 100644 index 0000000..fed7714 --- /dev/null +++ b/scripts/CSharp/Common/Inventory/ItemResource.cs.uid @@ -0,0 +1 @@ +uid://cbskymrxs6ksu diff --git a/scripts/CSharp/Common/Inventory/SlotUi.cs b/scripts/CSharp/Common/Inventory/SlotUi.cs new file mode 100644 index 0000000..753447d --- /dev/null +++ b/scripts/CSharp/Common/Inventory/SlotUi.cs @@ -0,0 +1,29 @@ +using Godot; +using System; + +namespace Babushka.scripts.CSharp.Common.Inventory; + +public partial class SlotUi : Control +{ + public Label nameLabel; + public int index; + public Label amountLabel; + + [Signal] public delegate void ClickedEventHandler(int index); + + public override void _EnterTree() + { + nameLabel = GetNode