diff --git a/.gitignore b/.gitignore index 15cc8c92..526fc74f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,716 @@ # Godot 4+ specific ignores -.godot/ -/android/ Build/ -.vs Output/ -.deploy_to_steamos/ \ No newline at end of file +.deploy_to_steamos/ + +# Rider +.idea/ + +# Visual Studio Code +.vscode/ + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Rider +.idea/ + +# Visual Studio Code +.vscode/ + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ diff --git a/.godot/.gdignore b/.godot/.gdignore new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/.godot/.gdignore @@ -0,0 +1 @@ + diff --git a/.godot/editor/1stFloor.tscn-editstate-9a92bc1192be61439464f36c702d3309.cfg b/.godot/editor/1stFloor.tscn-editstate-9a92bc1192be61439464f36c702d3309.cfg new file mode 100644 index 00000000..318bfe6a --- /dev/null +++ b/.godot/editor/1stFloor.tscn-editstate-9a92bc1192be61439464f36c702d3309.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 34.5085, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/1st Floor/DungeonFloor/CSGCylinder3D")]) diff --git a/.godot/editor/1stFloor.tscn-folding-9a92bc1192be61439464f36c702d3309.cfg b/.godot/editor/1stFloor.tscn-folding-9a92bc1192be61439464f36c702d3309.cfg new file mode 100644 index 00000000..80318443 --- /dev/null +++ b/.godot/editor/1stFloor.tscn-folding-9a92bc1192be61439464f36c702d3309.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("room_scenes")] +resource_unfolds=["res://src/map/dungeon/floors/1stFloor.tscn::StandardMaterial3D_pgmac", PackedStringArray(), "res://src/map/dungeon/floors/1stFloor.tscn::CylinderShape3D_4lhn5", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/2ndFloor.tscn-editstate-d879531f72380de004034cdf67a16436.cfg b/.godot/editor/2ndFloor.tscn-editstate-d879531f72380de004034cdf67a16436.cfg new file mode 100644 index 00000000..babed994 --- /dev/null +++ b/.godot/editor/2ndFloor.tscn-editstate-d879531f72380de004034cdf67a16436.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/2nd Floor/DungeonFloor")]) diff --git a/.godot/editor/2ndFloor.tscn-folding-d879531f72380de004034cdf67a16436.cfg b/.godot/editor/2ndFloor.tscn-folding-d879531f72380de004034cdf67a16436.cfg new file mode 100644 index 00000000..b67041c6 --- /dev/null +++ b/.godot/editor/2ndFloor.tscn-folding-d879531f72380de004034cdf67a16436.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Visibility")] +resource_unfolds=["res://src/map/dungeon/floors/2ndFloor.tscn::StandardMaterial3D_qaw7y", PackedStringArray(), "res://src/map/dungeon/floors/2ndFloor.tscn::CylinderShape3D_kouku", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/3rdFloor.tscn-editstate-1a63c99430dae5ea8f8e0b100dad5bab.cfg b/.godot/editor/3rdFloor.tscn-editstate-1a63c99430dae5ea8f8e0b100dad5bab.cfg new file mode 100644 index 00000000..40c2b77b --- /dev/null +++ b/.godot/editor/3rdFloor.tscn-editstate-1a63c99430dae5ea8f8e0b100dad5bab.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/3rd Floor/DungeonFloor")]) diff --git a/.godot/editor/3rdFloor.tscn-folding-1a63c99430dae5ea8f8e0b100dad5bab.cfg b/.godot/editor/3rdFloor.tscn-folding-1a63c99430dae5ea8f8e0b100dad5bab.cfg new file mode 100644 index 00000000..81e4f85d --- /dev/null +++ b/.godot/editor/3rdFloor.tscn-folding-1a63c99430dae5ea8f8e0b100dad5bab.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/map/dungeon/floors/3rdFloor.tscn::StandardMaterial3D_owrj2", PackedStringArray(), "res://src/map/dungeon/floors/3rdFloor.tscn::CylinderShape3D_nmf0c", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn-folding-396e27003f3f75f59b47f7b0ce7381bc.cfg b/.godot/editor/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn-folding-396e27003f3f75f59b47f7b0ce7381bc.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn-folding-396e27003f3f75f59b47f7b0ce7381bc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Acceptance.tres-folding-49c6590d1b18f4285adf3a46f24495bb.cfg b/.godot/editor/Acceptance.tres-folding-49c6590d1b18f4285adf3a46f24495bb.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Acceptance.tres-folding-49c6590d1b18f4285adf3a46f24495bb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Accessory.cs-folding-21e9160d4a6a0636e803fac07a0a9bcd.cfg b/.godot/editor/Accessory.cs-folding-21e9160d4a6a0636e803fac07a0a9bcd.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Accessory.cs-folding-21e9160d4a6a0636e803fac07a0a9bcd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Accessory.tscn-editstate-df3606d83f981ed17972016ca35ba667.cfg b/.godot/editor/Accessory.tscn-editstate-df3606d83f981ed17972016ca35ba667.cfg new file mode 100644 index 00000000..b308dc0c --- /dev/null +++ b/.godot/editor/Accessory.tscn-editstate-df3606d83f981ed17972016ca35ba667.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 3.42936, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.313994, -0.289001, -0.302005), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.38219, +"y_rotation": 0.78718 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Game/DialogueController")]) diff --git a/.godot/editor/Accessory.tscn-folding-df3606d83f981ed17972016ca35ba667.cfg b/.godot/editor/Accessory.tscn-folding-df3606d83f981ed17972016ca35ba667.cfg new file mode 100644 index 00000000..50a26d98 --- /dev/null +++ b/.godot/editor/Accessory.tscn-folding-df3606d83f981ed17972016ca35ba667.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Pickup/Sprite"), PackedStringArray("Animation", "Region")] +resource_unfolds=["res://src/items/accessory/Accessory.tscn::CapsuleShape3D_1ceef", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/Antechamber.tscn-editstate-d75866133c7e53aa07f2d2d701aeca0b.cfg b/.godot/editor/Antechamber.tscn-editstate-d75866133c7e53aa07f2d2d701aeca0b.cfg new file mode 100644 index 00000000..99488769 --- /dev/null +++ b/.godot/editor/Antechamber.tscn-editstate-d75866133c7e53aa07f2d2d701aeca0b.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-394.121, -94.9873), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.840896 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 63.8728, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(9.65671, -5.66635, -1.74813), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/DialogueZone/CollisionShape3D")]) diff --git a/.godot/editor/Antechamber.tscn-folding-d75866133c7e53aa07f2d2d701aeca0b.cfg b/.godot/editor/Antechamber.tscn-folding-d75866133c7e53aa07f2d2d701aeca0b.cfg new file mode 100644 index 00000000..92556378 --- /dev/null +++ b/.godot/editor/Antechamber.tscn-folding-d75866133c7e53aa07f2d2d701aeca0b.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("NavigationRegion3D"), PackedStringArray("Transform"), NodePath("NavigationRegion3D/ANTECHAMBER"), PackedStringArray("Transform"), NodePath("Minimap Texture"), PackedStringArray("mesh")] +resource_unfolds=["res://src/map/dungeon/rooms/Antechamber.tscn::NavigationMesh_2x5qh", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ArrayMesh_t87ci", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ConcavePolygonShape3D_bjpni", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ArrayMesh_caq81", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ConcavePolygonShape3D_038td", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ArrayMesh_4awqv", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ConcavePolygonShape3D_740qy", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ArrayMesh_vu1fd", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ConcavePolygonShape3D_1ngn2", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ArrayMesh_rleii", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ConcavePolygonShape3D_1ty8l", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ArrayMesh_w861l", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ConcavePolygonShape3D_dlkak", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ArrayMesh_wn5ym", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::ConcavePolygonShape3D_cnvi5", PackedStringArray(), "res://src/map/dungeon/rooms/Antechamber.tscn::PlaneMesh_bbi7v", PackedStringArray()] +nodes_folded=[NodePath("NavigationRegion3D/ANTECHAMBER/StaticBody3D7"), NodePath("NavigationRegion3D/ANTECHAMBER/StaticBody3D4"), NodePath("NavigationRegion3D/ANTECHAMBER/StaticBody3D5"), NodePath("NavigationRegion3D/ANTECHAMBER/StaticBody3D6"), NodePath("NavigationRegion3D/ANTECHAMBER/StaticBody3D8")] diff --git a/.godot/editor/App.tscn-editstate-1412b6ef502bbf0c8e63b5e87aad5b71.cfg b/.godot/editor/App.tscn-editstate-1412b6ef502bbf0c8e63b5e87aad5b71.cfg new file mode 100644 index 00000000..b343f222 --- /dev/null +++ b/.godot/editor/App.tscn-editstate-1412b6ef502bbf0c8e63b5e87aad5b71.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": true +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-421.992, -331.118), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.629961 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 84.6338, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(30.8666, -24.5142, 18.5821), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.530543, +"y_rotation": 13.9775 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Armor/Pickup")]) diff --git a/.godot/editor/App.tscn-folding-1412b6ef502bbf0c8e63b5e87aad5b71.cfg b/.godot/editor/App.tscn-folding-1412b6ef502bbf0c8e63b5e87aad5b71.cfg new file mode 100644 index 00000000..59b31d5c --- /dev/null +++ b/.godot/editor/App.tscn-folding-1412b6ef502bbf0c8e63b5e87aad5b71.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Process"), NodePath("SubViewportContainer"), PackedStringArray("Layout", "Process", "Visibility"), NodePath("SubViewportContainer/GameWindow"), PackedStringArray("Render Target", "Process")] +resource_unfolds=[] +nodes_folded=[NodePath("SubViewportContainer")] diff --git a/.godot/editor/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn-folding-af10ae8a20f3e52308ebecb8f183f030.cfg b/.godot/editor/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn-folding-af10ae8a20f3e52308ebecb8f183f030.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn-folding-af10ae8a20f3e52308ebecb8f183f030.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Armor.cs-folding-9e41b572e6cccb3821d8057a6e742527.cfg b/.godot/editor/Armor.cs-folding-9e41b572e6cccb3821d8057a6e742527.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Armor.cs-folding-9e41b572e6cccb3821d8057a6e742527.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Armor.tscn-editstate-266ef670099f43a84b9835f3c70ff9e4.cfg b/.godot/editor/Armor.tscn-editstate-266ef670099f43a84b9835f3c70ff9e4.cfg new file mode 100644 index 00000000..4fb8d0d2 --- /dev/null +++ b/.godot/editor/Armor.tscn-editstate-266ef670099f43a84b9835f3c70ff9e4.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": true +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 1.37297, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(1.14693, -0.281398, -0.0471896), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.39528, +"y_rotation": 1.35878 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ItemDatabase")]) diff --git a/.godot/editor/Armor.tscn-folding-266ef670099f43a84b9835f3c70ff9e4.cfg b/.godot/editor/Armor.tscn-folding-266ef670099f43a84b9835f3c70ff9e4.cfg new file mode 100644 index 00000000..58856fb6 --- /dev/null +++ b/.godot/editor/Armor.tscn-folding-266ef670099f43a84b9835f3c70ff9e4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Info"), NodePath("Pickup/Sprite"), PackedStringArray("Flags", "Transform")] +resource_unfolds=["res://src/items/armor/Armor.tscn::BoxShape3D_qdeu2", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/AtonersAdornments.tres-folding-690c603bcad3571200121dfff29fbc9f.cfg b/.godot/editor/AtonersAdornments.tres-folding-690c603bcad3571200121dfff29fbc9f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/AtonersAdornments.tres-folding-690c603bcad3571200121dfff29fbc9f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Balloon.tscn-editstate-781b7a007fc9518c45dc3be9ff65b42b.cfg b/.godot/editor/Balloon.tscn-editstate-781b7a007fc9518c45dc3be9ff65b42b.cfg new file mode 100644 index 00000000..1b514516 --- /dev/null +++ b/.godot/editor/Balloon.tscn-editstate-781b7a007fc9518c45dc3be9ff65b42b.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(244.438, 275.931), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.7818 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/DialogueZone/CollisionShape3D")]) diff --git a/.godot/editor/Balloon.tscn-folding-781b7a007fc9518c45dc3be9ff65b42b.cfg b/.godot/editor/Balloon.tscn-folding-781b7a007fc9518c45dc3be9ff65b42b.cfg new file mode 100644 index 00000000..4d600308 --- /dev/null +++ b/.godot/editor/Balloon.tscn-folding-781b7a007fc9518c45dc3be9ff65b42b.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layer"), NodePath("Balloon"), PackedStringArray("Layout", "Theme", "theme"), NodePath("Balloon/Panel/Dialogue"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/CharacterLabel"), PackedStringArray("Visibility", "Layout", "Mouse"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/DialogueLabel"), PackedStringArray("Layout"), NodePath("Balloon/Responses"), PackedStringArray("Layout"), NodePath("Balloon/Responses/ResponsesMenu"), PackedStringArray("Layout", "Theme Overrides", "Theme"), NodePath("Balloon/Responses/ResponsesMenu/ResponseExample"), PackedStringArray("Layout", "Theme", "Text Behavior")] +resource_unfolds=["res://src/ui/dialogue/Balloon.tscn::Theme_qq3yp", PackedStringArray("Resource", "Panel", "Panel/styles", "Button", "Button/styles", "MarginContainer")] +nodes_folded=[] diff --git a/.godot/editor/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.sample-folding-d34b382d78e57d7bbd20fee482f94200.cfg b/.godot/editor/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.sample-folding-d34b382d78e57d7bbd20fee482f94200.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.sample-folding-d34b382d78e57d7bbd20fee482f94200.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn-folding-09e0205bf4b48f299a38da23e7818915.cfg b/.godot/editor/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn-folding-09e0205bf4b48f299a38da23e7818915.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn-folding-09e0205bf4b48f299a38da23e7818915.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Capricorn.tscn-editstate-eaaf786c9c2ace7aa3db2d2b455d9d28.cfg b/.godot/editor/Capricorn.tscn-editstate-eaaf786c9c2ace7aa3db2d2b455d9d28.cfg new file mode 100644 index 00000000..93b3466a --- /dev/null +++ b/.godot/editor/Capricorn.tscn-editstate-eaaf786c9c2ace7aa3db2d2b455d9d28.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 15.395, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-4.22751, 3.03664, -10.9487), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.168388, +"y_rotation": 0.0715945 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/DungeonRoom3D/ItemDatabase")]) diff --git a/.godot/editor/Capricorn.tscn-folding-eaaf786c9c2ace7aa3db2d2b455d9d28.cfg b/.godot/editor/Capricorn.tscn-folding-eaaf786c9c2ace7aa3db2d2b455d9d28.cfg new file mode 100644 index 00000000..85901bc1 --- /dev/null +++ b/.godot/editor/Capricorn.tscn-folding-eaaf786c9c2ace7aa3db2d2b455d9d28.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Collision", "EnemyStats", "Transform"), NodePath("NavAgent"), PackedStringArray("Pathfinding", "Avoidance"), NodePath("CollisionShape3D"), PackedStringArray("shape", "Transform"), NodePath("Sprite"), PackedStringArray("Flags", "Transform")] +resource_unfolds=["res://src/enemy/enemy_types/Capricorn/Capricorn.tscn::CapsuleShape3D_p0yqe", PackedStringArray(), "res://src/enemy/enemy_types/Capricorn/Capricorn.tscn::SpriteFrames_nk8av", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/CapricornStats.tres-folding-49fa5f308ef533970b05af11b532e54d.cfg b/.godot/editor/CapricornStats.tres-folding-49fa5f308ef533970b05af11b532e54d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/CapricornStats.tres-folding-49fa5f308ef533970b05af11b532e54d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/CeremonialVestments.tres-folding-1a38e101ca4868c280314aef02558d7c.cfg b/.godot/editor/CeremonialVestments.tres-folding-1a38e101ca4868c280314aef02558d7c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/CeremonialVestments.tres-folding-1a38e101ca4868c280314aef02558d7c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/CollisionDetector.tscn-editstate-f719b4e70a48c88aaa7ad66a1154c89c.cfg b/.godot/editor/CollisionDetector.tscn-editstate-f719b4e70a48c88aaa7ad66a1154c89c.cfg new file mode 100644 index 00000000..9ef6c079 --- /dev/null +++ b/.godot/editor/CollisionDetector.tscn-editstate-f719b4e70a48c88aaa7ad66a1154c89c.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 2.52068, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.194568, -0.108641, -0.320558), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.177114, +"y_rotation": 0.128319 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/CollisionDetector.tscn-folding-f719b4e70a48c88aaa7ad66a1154c89c.cfg b/.godot/editor/CollisionDetector.tscn-folding-f719b4e70a48c88aaa7ad66a1154c89c.cfg new file mode 100644 index 00000000..eac0dbcc --- /dev/null +++ b/.godot/editor/CollisionDetector.tscn-folding-f719b4e70a48c88aaa7ad66a1154c89c.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform", "Collision"), NodePath("CollisionShape3D"), PackedStringArray("Transform")] +resource_unfolds=["res://src/enemy/CollisionDetector.tscn::BoxShape3D_7056c", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/ColumnRoom.tscn-editstate-fa88b8a06490af3d8645c92ab0d2af65.cfg b/.godot/editor/ColumnRoom.tscn-editstate-fa88b8a06490af3d8645c92ab0d2af65.cfg new file mode 100644 index 00000000..c3a2c20b --- /dev/null +++ b/.godot/editor/ColumnRoom.tscn-editstate-fa88b8a06490af3d8645c92ab0d2af65.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 21.7522, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(2.66913, -0.363833, 22.3431), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.174533, +"y_rotation": 0.200713 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/ColumnRoom.tscn-folding-fa88b8a06490af3d8645c92ab0d2af65.cfg b/.godot/editor/ColumnRoom.tscn-folding-fa88b8a06490af3d8645c92ab0d2af65.cfg new file mode 100644 index 00000000..2aa1c843 --- /dev/null +++ b/.godot/editor/ColumnRoom.tscn-folding-fa88b8a06490af3d8645c92ab0d2af65.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("NavigationRegion3D/COLUMN ROOM"), PackedStringArray("Transform")] +resource_unfolds=["res://src/map/dungeon/rooms/ColumnRoom.tscn::NavigationMesh_2x5qh", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_rvcm7", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_lvfpb", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_mio2k", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_ahgh2", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_cvksa", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_xihpo", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_pq4l8", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_n85kg", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_3vusf", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::ArrayMesh_okkad", PackedStringArray(), "res://src/map/dungeon/rooms/ColumnRoom.tscn::PlaneMesh_bbi7v", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/CommonSword.tres-folding-c5f718a89a5b21299d647e1ca0420013.cfg b/.godot/editor/CommonSword.tres-folding-c5f718a89a5b21299d647e1ca0420013.cfg new file mode 100644 index 00000000..bd3021c6 --- /dev/null +++ b/.godot/editor/CommonSword.tres-folding-c5f718a89a5b21299d647e1ca0420013.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Resource", "_inventoryInfo", "WeaponTags") diff --git a/.godot/editor/CommonSword.tres-folding-dda581934a9ecf530cbc381e1fdb913c.cfg b/.godot/editor/CommonSword.tres-folding-dda581934a9ecf530cbc381e1fdb913c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/CommonSword.tres-folding-dda581934a9ecf530cbc381e1fdb913c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/CommonSword.tscn-editstate-34ad5c5fd317e188aa03d2e41d53b566.cfg b/.godot/editor/CommonSword.tscn-editstate-34ad5c5fd317e188aa03d2e41d53b566.cfg new file mode 100644 index 00000000..eac6462f --- /dev/null +++ b/.godot/editor/CommonSword.tscn-editstate-34ad5c5fd317e188aa03d2e41d53b566.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 3.87015, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.163839, -0.204327, -1.34671), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.294923, +"y_rotation": -0.513092 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/CommonSword")]) diff --git a/.godot/editor/CommonSword.tscn-editstate-911b2dbeedd63cb34019727f43c30fed.cfg b/.godot/editor/CommonSword.tscn-editstate-911b2dbeedd63cb34019727f43c30fed.cfg new file mode 100644 index 00000000..85a032a6 --- /dev/null +++ b/.godot/editor/CommonSword.tscn-editstate-911b2dbeedd63cb34019727f43c30fed.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 2.52073, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.867439, -0.599194, 0.0736278), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.735619, +"y_rotation": -1.60392 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/CommonSword.tscn-folding-34ad5c5fd317e188aa03d2e41d53b566.cfg b/.godot/editor/CommonSword.tscn-folding-34ad5c5fd317e188aa03d2e41d53b566.cfg new file mode 100644 index 00000000..b77abcdf --- /dev/null +++ b/.godot/editor/CommonSword.tscn-folding-34ad5c5fd317e188aa03d2e41d53b566.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Sprite3D"), PackedStringArray("Transform", "Flags")] +resource_unfolds=["res://src/items/weapons/models/CommonSword.tscn::CapsuleShape3D_j2it8", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/CommonSword.tscn-folding-911b2dbeedd63cb34019727f43c30fed.cfg b/.godot/editor/CommonSword.tscn-folding-911b2dbeedd63cb34019727f43c30fed.cfg new file mode 100644 index 00000000..d0cdeec5 --- /dev/null +++ b/.godot/editor/CommonSword.tscn-folding-911b2dbeedd63cb34019727f43c30fed.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform"), NodePath("Sword listo"), PackedStringArray("Transform")] +resource_unfolds=["res://src/items/weapons/CommonSword.tscn::ArrayMesh_1vnn8", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/ConsumableItem.cs-folding-dfebd5166866997ec5a92905b680f054.cfg b/.godot/editor/ConsumableItem.cs-folding-dfebd5166866997ec5a92905b680f054.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ConsumableItem.cs-folding-dfebd5166866997ec5a92905b680f054.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ConsumableItem.tscn-editstate-77f5523318833a88a266fea9cea5b997.cfg b/.godot/editor/ConsumableItem.tscn-editstate-77f5523318833a88a266fea9cea5b997.cfg new file mode 100644 index 00000000..cd80b0de --- /dev/null +++ b/.godot/editor/ConsumableItem.tscn-editstate-77f5523318833a88a266fea9cea5b997.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 1.00099, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.381907, -0.398621, 0.696828), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.430187, +"y_rotation": -2.62493 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/ConsumableItem.tscn-folding-77f5523318833a88a266fea9cea5b997.cfg b/.godot/editor/ConsumableItem.tscn-folding-77f5523318833a88a266fea9cea5b997.cfg new file mode 100644 index 00000000..226535e7 --- /dev/null +++ b/.godot/editor/ConsumableItem.tscn-folding-77f5523318833a88a266fea9cea5b997.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("ConsumableItemInfo")] +resource_unfolds=["res://src/items/consumable/ConsumableItem.tscn::Resource_33w5s", PackedStringArray(), "res://src/items/consumable/ConsumableItem.tscn::BoxShape3D_7mh0f", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/Corridor.tscn-editstate-60e29830f555d881b595e5cb5f90ada0.cfg b/.godot/editor/Corridor.tscn-editstate-60e29830f555d881b595e5cb5f90ada0.cfg new file mode 100644 index 00000000..aac4ab2f --- /dev/null +++ b/.godot/editor/Corridor.tscn-editstate-60e29830f555d881b595e5cb5f90ada0.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 84.6842, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-31.9565, -16.7006, -14.8202), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.421457, +"y_rotation": 42.7449 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/Corridor.tscn-folding-60e29830f555d881b595e5cb5f90ada0.cfg b/.godot/editor/Corridor.tscn-folding-60e29830f555d881b595e5cb5f90ada0.cfg new file mode 100644 index 00000000..2d0ff79b --- /dev/null +++ b/.godot/editor/Corridor.tscn-folding-60e29830f555d881b595e5cb5f90ada0.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Debug view"), NodePath("CSGBox3D/CSGBox3D/DOOR?"), PackedStringArray("Geometry")] +resource_unfolds=["res://src/map/dungeon/corridor/Corridor.tscn::StandardMaterial3D_8ivxp", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.scn-folding-c08539d30dfe7dff7afdf1bedae4bf50.cfg b/.godot/editor/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.scn-folding-c08539d30dfe7dff7afdf1bedae4bf50.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.scn-folding-c08539d30dfe7dff7afdf1bedae4bf50.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.scn-folding-412be99b43c9656353267d5a033c895a.cfg b/.godot/editor/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.scn-folding-412be99b43c9656353267d5a033c895a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.scn-folding-412be99b43c9656353267d5a033c895a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.scn-folding-2d50ed6cd910febca47b752c3376bb88.cfg b/.godot/editor/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.scn-folding-2d50ed6cd910febca47b752c3376bb88.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.scn-folding-2d50ed6cd910febca47b752c3376bb88.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.scn-folding-a2b165cd5968c068695dfa086527e16a.cfg b/.godot/editor/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.scn-folding-a2b165cd5968c068695dfa086527e16a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.scn-folding-a2b165cd5968c068695dfa086527e16a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DebugSword.cs-folding-be3b1abbff7a7925fe397fd2edda2d04.cfg b/.godot/editor/DebugSword.cs-folding-be3b1abbff7a7925fe397fd2edda2d04.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DebugSword.cs-folding-be3b1abbff7a7925fe397fd2edda2d04.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DebugSword.tscn-editstate-c3e887f3f0f8096c544156b5aecfe157.cfg b/.godot/editor/DebugSword.tscn-editstate-c3e887f3f0f8096c544156b5aecfe157.cfg new file mode 100644 index 00000000..85a032a6 --- /dev/null +++ b/.godot/editor/DebugSword.tscn-editstate-c3e887f3f0f8096c544156b5aecfe157.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 2.52073, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.867439, -0.599194, 0.0736278), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.735619, +"y_rotation": -1.60392 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/DebugSword.tscn-folding-c3e887f3f0f8096c544156b5aecfe157.cfg b/.godot/editor/DebugSword.tscn-folding-c3e887f3f0f8096c544156b5aecfe157.cfg new file mode 100644 index 00000000..913c4d2a --- /dev/null +++ b/.godot/editor/DebugSword.tscn-folding-c3e887f3f0f8096c544156b5aecfe157.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform"), NodePath("Sword listo"), PackedStringArray("Transform")] +resource_unfolds=["res://src/items/weapons/DebugSword.tscn::ArrayMesh_1vnn8", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/DevicLayer.tres-folding-0562904133e426085608201225f34eb7.cfg b/.godot/editor/DevicLayer.tres-folding-0562904133e426085608201225f34eb7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DevicLayer.tres-folding-0562904133e426085608201225f34eb7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Dialog.tres-folding-ff5158b3916a1fd88053a8ef411b1d65.cfg b/.godot/editor/Dialog.tres-folding-ff5158b3916a1fd88053a8ef411b1d65.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Dialog.tres-folding-ff5158b3916a1fd88053a8ef411b1d65.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Dialog.tscn-editstate-f3f24a84a98c27ff75479ec353443263.cfg b/.godot/editor/Dialog.tscn-editstate-f3f24a84a98c27ff75479ec353443263.cfg new file mode 100644 index 00000000..e25aa678 --- /dev/null +++ b/.godot/editor/Dialog.tscn-editstate-f3f24a84a98c27ff75479ec353443263.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/CommonSword/Pickup")]) diff --git a/.godot/editor/Dialog.tscn-folding-f3f24a84a98c27ff75479ec353443263.cfg b/.godot/editor/Dialog.tscn-folding-f3f24a84a98c27ff75479ec353443263.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/Dialog.tscn-folding-f3f24a84a98c27ff75479ec353443263.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.tres-folding-c1a41425f1de0f1084de482a9058eaf7.cfg b/.godot/editor/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.tres-folding-c1a41425f1de0f1084de482a9058eaf7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.tres-folding-c1a41425f1de0f1084de482a9058eaf7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DialogueBalloon.cs-folding-e13a43a846d1202c0f5889095c3e03b1.cfg b/.godot/editor/DialogueBalloon.cs-folding-e13a43a846d1202c0f5889095c3e03b1.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DialogueBalloon.cs-folding-e13a43a846d1202c0f5889095c3e03b1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DialogueBalloon.tscn-editstate-3e4e0ed8798eea3e4d50fcdcc4ae0660.cfg b/.godot/editor/DialogueBalloon.tscn-editstate-3e4e0ed8798eea3e4d50fcdcc4ae0660.cfg new file mode 100644 index 00000000..d5898b77 --- /dev/null +++ b/.godot/editor/DialogueBalloon.tscn-editstate-3e4e0ed8798eea3e4d50fcdcc4ae0660.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-1442.46, -124.72), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.594604 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/DialogueBalloon.tscn-folding-3e4e0ed8798eea3e4d50fcdcc4ae0660.cfg b/.godot/editor/DialogueBalloon.tscn-folding-3e4e0ed8798eea3e4d50fcdcc4ae0660.cfg new file mode 100644 index 00000000..8bd4e73e --- /dev/null +++ b/.godot/editor/DialogueBalloon.tscn-folding-3e4e0ed8798eea3e4d50fcdcc4ae0660.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layer", "Follow Viewport", "Transform"), NodePath("Balloon"), PackedStringArray("Layout", "Theme", "theme"), NodePath("Balloon/Dialogue"), PackedStringArray("Layout", "Layout/Transform", "Theme Overrides/constants", "Texture", "Ordering", "Material", "Process/Thread Group", "Physics Interpolation"), NodePath("Balloon/Dialogue/VBoxContainer"), PackedStringArray("Layout"), NodePath("Balloon/Dialogue/VBoxContainer/CharacterLabel"), PackedStringArray("Visibility", "Layout", "Theme Overrides/styles", "Markup", "Text Selection", "Displayed Text", "BiDi", "Layout/Container Sizing", "Theme", "Theme Overrides", "theme", "Ordering", "Texture", "Material", "Threading", "Theme Overrides/font_sizes", "Theme Overrides/fonts", "theme_override_fonts/normal_font", "Theme Overrides/colors"), NodePath("Balloon/Dialogue/VBoxContainer/DialogueLabel"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/fonts", "Theme Overrides/font_sizes", "Theme Overrides/styles", "Markup", "Threading", "Layout/Container Sizing", "Visibility"), NodePath("Balloon/CenterContainer"), PackedStringArray("Layout"), NodePath("Balloon/CenterContainer/Responses"), PackedStringArray("Layout"), NodePath("Balloon/CenterContainer/Responses/ResponsesMenu"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/constants"), NodePath("Balloon/CenterContainer/Responses/ResponsesMenu/ResponseExample"), PackedStringArray("Layout")] +resource_unfolds=["res://src/ui/dialogue/DialogueBalloon.tscn::Theme_qq3yp", PackedStringArray("Resource", "Panel", "Button", "MarginContainer/constants", "MarginContainer", "Button/styles"), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_8reha", PackedStringArray(), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_cb5sp", PackedStringArray(), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_0trte", PackedStringArray(), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_yxgtq", PackedStringArray(), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_vtj1a", PackedStringArray(), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_c2c5i", PackedStringArray(), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_wv0ko", PackedStringArray(), "res://src/ui/dialogue/DialogueBalloon.tscn::StyleBoxEmpty_dboi3", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/DialogueBubble.tscn-editstate-8898a4ee75c9a90371552d0bdb61e95f.cfg b/.godot/editor/DialogueBubble.tscn-editstate-8898a4ee75c9a90371552d0bdb61e95f.cfg new file mode 100644 index 00000000..6f687ca0 --- /dev/null +++ b/.godot/editor/DialogueBubble.tscn-editstate-8898a4ee75c9a90371552d0bdb61e95f.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/DialogueBubble.tscn-folding-8898a4ee75c9a90371552d0bdb61e95f.cfg b/.godot/editor/DialogueBubble.tscn-folding-8898a4ee75c9a90371552d0bdb61e95f.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/DialogueBubble.tscn-folding-8898a4ee75c9a90371552d0bdb61e95f.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.tres-folding-c365d55ed2b08f53b99beaa9abe6dee1.cfg b/.godot/editor/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.tres-folding-c365d55ed2b08f53b99beaa9abe6dee1.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.tres-folding-c365d55ed2b08f53b99beaa9abe6dee1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DialogueController.cs-folding-7f9a12f6a14972403866a8f06bfc2df8.cfg b/.godot/editor/DialogueController.cs-folding-7f9a12f6a14972403866a8f06bfc2df8.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DialogueController.cs-folding-7f9a12f6a14972403866a8f06bfc2df8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DialogueTest.cs-folding-51d3c3c37fc33a1ba61e5d9d91d9a10d.cfg b/.godot/editor/DialogueTest.cs-folding-51d3c3c37fc33a1ba61e5d9d91d9a10d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DialogueTest.cs-folding-51d3c3c37fc33a1ba61e5d9d91d9a10d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DialogueTest.tscn-editstate-8b1e75ec89c77ea705a270ac97de652d.cfg b/.godot/editor/DialogueTest.tscn-editstate-8b1e75ec89c77ea705a270ac97de652d.cfg new file mode 100644 index 00000000..4540d824 --- /dev/null +++ b/.godot/editor/DialogueTest.tscn-editstate-8b1e75ec89c77ea705a270ac97de652d.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/DialogueZone/CollisionShape3D")]) diff --git a/.godot/editor/DialogueTest.tscn-editstate-d838ca9c8007de5f77f7a917028d20d4.cfg b/.godot/editor/DialogueTest.tscn-editstate-d838ca9c8007de5f77f7a917028d20d4.cfg new file mode 100644 index 00000000..8368b33f --- /dev/null +++ b/.godot/editor/DialogueTest.tscn-editstate-d838ca9c8007de5f77f7a917028d20d4.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-1271, -383), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.5 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Panel/DialogueTest")]) diff --git a/.godot/editor/DialogueTest.tscn-folding-8b1e75ec89c77ea705a270ac97de652d.cfg b/.godot/editor/DialogueTest.tscn-folding-8b1e75ec89c77ea705a270ac97de652d.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/DialogueTest.tscn-folding-8b1e75ec89c77ea705a270ac97de652d.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/DialogueTest.tscn-folding-d838ca9c8007de5f77f7a917028d20d4.cfg b/.godot/editor/DialogueTest.tscn-folding-d838ca9c8007de5f77f7a917028d20d4.cfg new file mode 100644 index 00000000..cee35940 --- /dev/null +++ b/.godot/editor/DialogueTest.tscn-folding-d838ca9c8007de5f77f7a917028d20d4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("DialogueTest"), PackedStringArray("Layout")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Die.res-folding-58628fd561d9ce065c684f565945e599.cfg b/.godot/editor/Die.res-folding-58628fd561d9ce065c684f565945e599.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Die.res-folding-58628fd561d9ce065c684f565945e599.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Door.tscn-editstate-2c2f27653ab266978202432dca352bc9.cfg b/.godot/editor/Door.tscn-editstate-2c2f27653ab266978202432dca352bc9.cfg new file mode 100644 index 00000000..47e00594 --- /dev/null +++ b/.godot/editor/Door.tscn-editstate-2c2f27653ab266978202432dca352bc9.cfg @@ -0,0 +1,178 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/Door.tscn-editstate-d61a9aa759a86ffa205144f78e953944.cfg b/.godot/editor/Door.tscn-editstate-d61a9aa759a86ffa205144f78e953944.cfg new file mode 100644 index 00000000..4afe14d7 --- /dev/null +++ b/.godot/editor/Door.tscn-editstate-d61a9aa759a86ffa205144f78e953944.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.67479, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.256032, 1.42329, 0.392181), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.255654, +"y_rotation": -1.43375 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/DungeonRoom3D/NavigationRegion3D")]) diff --git a/.godot/editor/Door.tscn-folding-2c2f27653ab266978202432dca352bc9.cfg b/.godot/editor/Door.tscn-folding-2c2f27653ab266978202432dca352bc9.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/Door.tscn-folding-2c2f27653ab266978202432dca352bc9.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Door.tscn-folding-d61a9aa759a86ffa205144f78e953944.cfg b/.godot/editor/Door.tscn-folding-d61a9aa759a86ffa205144f78e953944.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/Door.tscn-folding-d61a9aa759a86ffa205144f78e953944.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/DungeonFloor.cs-folding-fa1929b0683f80c56e07db5a14f5458f.cfg b/.godot/editor/DungeonFloor.cs-folding-fa1929b0683f80c56e07db5a14f5458f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DungeonFloor.cs-folding-fa1929b0683f80c56e07db5a14f5458f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DungeonGenerator.tscn-editstate-0c25baa5ba22cfb21b06760946f95d5b.cfg b/.godot/editor/DungeonGenerator.tscn-editstate-0c25baa5ba22cfb21b06760946f95d5b.cfg new file mode 100644 index 00000000..d5f463e6 --- /dev/null +++ b/.godot/editor/DungeonGenerator.tscn-editstate-0c25baa5ba22cfb21b06760946f95d5b.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 40.3251, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-29.7189, -2.20305, 5.11824), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.220748, +"y_rotation": -0.294925 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Corridor/CSGBox3D")]) diff --git a/.godot/editor/DungeonGenerator.tscn-folding-0c25baa5ba22cfb21b06760946f95d5b.cfg b/.godot/editor/DungeonGenerator.tscn-folding-0c25baa5ba22cfb21b06760946f95d5b.cfg new file mode 100644 index 00000000..4cb91136 --- /dev/null +++ b/.godot/editor/DungeonGenerator.tscn-folding-0c25baa5ba22cfb21b06760946f95d5b.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Debug options", "corridor_room_scene", "room_scenes")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/DungeonGenerator3D.gd-folding-76fef73779ef7cbe94e24bfc03dd1adc.cfg b/.godot/editor/DungeonGenerator3D.gd-folding-76fef73779ef7cbe94e24bfc03dd1adc.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DungeonGenerator3D.gd-folding-76fef73779ef7cbe94e24bfc03dd1adc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DungeonRoom.cs-folding-a930188f16f2821b133280171d5559a7.cfg b/.godot/editor/DungeonRoom.cs-folding-a930188f16f2821b133280171d5559a7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DungeonRoom.cs-folding-a930188f16f2821b133280171d5559a7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DungeonRoom3D.gd-folding-0381963d4f3be90569f591b39ca338be.cfg b/.godot/editor/DungeonRoom3D.gd-folding-0381963d4f3be90569f591b39ca338be.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DungeonRoom3D.gd-folding-0381963d4f3be90569f591b39ca338be.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/DungeonUtils.gd-folding-cdde357efc42b2c92c82eb22410159c5.cfg b/.godot/editor/DungeonUtils.gd-folding-cdde357efc42b2c92c82eb22410159c5.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/DungeonUtils.gd-folding-cdde357efc42b2c92c82eb22410159c5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Enemy.cs-folding-dfadbdc6ef4a88841f92f50a9e3b3e12.cfg b/.godot/editor/Enemy.cs-folding-dfadbdc6ef4a88841f92f50a9e3b3e12.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Enemy.cs-folding-dfadbdc6ef4a88841f92f50a9e3b3e12.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Enemy.tscn-editstate-ad2073a76aa63bc00618874ba31907df.cfg b/.godot/editor/Enemy.tscn-editstate-ad2073a76aa63bc00618874ba31907df.cfg new file mode 100644 index 00000000..b91e571a --- /dev/null +++ b/.godot/editor/Enemy.tscn-editstate-ad2073a76aa63bc00618874ba31907df.cfg @@ -0,0 +1,178 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16906/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Map/WorldEnvironment")]) diff --git a/.godot/editor/Enemy.tscn-folding-ad2073a76aa63bc00618874ba31907df.cfg b/.godot/editor/Enemy.tscn-folding-ad2073a76aa63bc00618874ba31907df.cfg new file mode 100644 index 00000000..fbc18e49 --- /dev/null +++ b/.godot/editor/Enemy.tscn-folding-ad2073a76aa63bc00618874ba31907df.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Process", "Collision", "Moving Platform"), NodePath("CollisionShape3D"), PackedStringArray("Transform"), NodePath("Sprite3D"), PackedStringArray("Transform", "Flags"), NodePath("Sprite3D/SubViewportContainer"), PackedStringArray("Layout"), NodePath("Sprite3D/SubViewportContainer/SubViewport"), PackedStringArray("Render Target"), NodePath("Sprite3D/SubViewportContainer/SubViewport/HP Bar Control"), PackedStringArray("Layout"), NodePath("Sprite3D/SubViewportContainer/SubViewport/HP Bar Control/HPBar"), PackedStringArray("Layout", "Theme Overrides"), NodePath("DISSAPPEARING ENEMY"), PackedStringArray("Transform"), NodePath("DISSAPPEARING ENEMY/BezierCurve_001"), PackedStringArray("Transform", "Skeleton", "surface_material_override"), NodePath("DetectionSphere"), PackedStringArray("Transform", "Collision"), NodePath("DetectionSphere/CollisionShape3D"), PackedStringArray("Transform"), NodePath("AlertedSphere"), PackedStringArray("Transform", "Collision"), NodePath("AlertedSphere/CollisionShape3D"), PackedStringArray("Transform"), NodePath("Minimap Sprite"), PackedStringArray("Transform")] +resource_unfolds=["res://src/enemy/Enemy.tscn::CapsuleShape3D_g0vov", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::ViewportTexture_y5gea", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::StyleBoxFlat_wxncw", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::StyleBoxFlat_ysldk", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::ArrayMesh_e6rpm", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::ShaderMaterial_umtop", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::ShaderMaterial_n14ht", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::ShaderMaterial_m52es", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::SphereShape3D_otdcj", PackedStringArray("Resource"), "res://src/enemy/Enemy.tscn::SphereShape3D_v6rfg", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/EnemyAnimations.res-folding-9bcf8f21f7cf2add463a0a0e0bb5d9b9.cfg b/.godot/editor/EnemyAnimations.res-folding-9bcf8f21f7cf2add463a0a0e0bb5d9b9.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/EnemyAnimations.res-folding-9bcf8f21f7cf2add463a0a0e0bb5d9b9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/EnemyDatabase.cs-folding-e3e21c21a970e5c72114e241d74f5f73.cfg b/.godot/editor/EnemyDatabase.cs-folding-e3e21c21a970e5c72114e241d74f5f73.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/EnemyDatabase.cs-folding-e3e21c21a970e5c72114e241d74f5f73.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/EnemyDatabase.tscn-editstate-4cd0929fb9dfc06055c26cfd7a24080f.cfg b/.godot/editor/EnemyDatabase.tscn-editstate-4cd0929fb9dfc06055c26cfd7a24080f.cfg new file mode 100644 index 00000000..f4693aef --- /dev/null +++ b/.godot/editor/EnemyDatabase.tscn-editstate-4cd0929fb9dfc06055c26cfd7a24080f.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.6656, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-1.59267, 0.823395, 2.08823), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.177113, +"y_rotation": -2.65112 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/EnemyDatabase.tscn-folding-4cd0929fb9dfc06055c26cfd7a24080f.cfg b/.godot/editor/EnemyDatabase.tscn-folding-4cd0929fb9dfc06055c26cfd7a24080f.cfg new file mode 100644 index 00000000..09a405ec --- /dev/null +++ b/.godot/editor/EnemyDatabase.tscn-folding-4cd0929fb9dfc06055c26cfd7a24080f.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("EnemyList", "SpawnRate")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/EnemyStats.cs-folding-2eccf6f629e554426a753330c806c8c9.cfg b/.godot/editor/EnemyStats.cs-folding-2eccf6f629e554426a753330c806c8c9.cfg new file mode 100644 index 00000000..762d715d --- /dev/null +++ b/.godot/editor/EnemyStats.cs-folding-2eccf6f629e554426a753330c806c8c9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Resource") diff --git a/.godot/editor/EquippedInventoryLabelSettings.tres-folding-757d20f7e1b57aa825fc4aa110ab7fd0.cfg b/.godot/editor/EquippedInventoryLabelSettings.tres-folding-757d20f7e1b57aa825fc4aa110ab7fd0.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/EquippedInventoryLabelSettings.tres-folding-757d20f7e1b57aa825fc4aa110ab7fd0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.fontdata-folding-678773336dd79f7573c8a995981d1c1a.cfg b/.godot/editor/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.fontdata-folding-678773336dd79f7573c8a995981d1c1a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.fontdata-folding-678773336dd79f7573c8a995981d1c1a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.fontdata-folding-99a9e34f0c2c2c385b51e03ef557f6ce.cfg b/.godot/editor/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.fontdata-folding-99a9e34f0c2c2c385b51e03ef557f6ce.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.fontdata-folding-99a9e34f0c2c2c385b51e03ef557f6ce.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.fontdata-folding-a3fc23abeaf812f7eac930086c58ba7b.cfg b/.godot/editor/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.fontdata-folding-a3fc23abeaf812f7eac930086c58ba7b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.fontdata-folding-a3fc23abeaf812f7eac930086c58ba7b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata-folding-036e342503260c0766e6956e849a8ce7.cfg b/.godot/editor/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata-folding-036e342503260c0766e6956e849a8ce7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata-folding-036e342503260c0766e6956e849a8ce7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FirstFloor.tscn-editstate-392d540ccf16ba944ca5387992f3d993.cfg b/.godot/editor/FirstFloor.tscn-editstate-392d540ccf16ba944ca5387992f3d993.cfg new file mode 100644 index 00000000..baf276d1 --- /dev/null +++ b/.godot/editor/FirstFloor.tscn-editstate-392d540ccf16ba944ca5387992f3d993.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 34.5085, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/InventoryMenu/CenterContainer")]) diff --git a/.godot/editor/FirstFloor.tscn-folding-392d540ccf16ba944ca5387992f3d993.cfg b/.godot/editor/FirstFloor.tscn-folding-392d540ccf16ba944ca5387992f3d993.cfg new file mode 100644 index 00000000..65dc7f86 --- /dev/null +++ b/.godot/editor/FirstFloor.tscn-folding-392d540ccf16ba944ca5387992f3d993.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("room_scenes")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/FloatingEnemy.tres-folding-6827b0cc3a4ef384aafe1e25f2e05c38.cfg b/.godot/editor/FloatingEnemy.tres-folding-6827b0cc3a4ef384aafe1e25f2e05c38.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FloatingEnemy.tres-folding-6827b0cc3a4ef384aafe1e25f2e05c38.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FloatingEnemy.tres-folding-a699e98b48b5db4969ff44ef13956900.cfg b/.godot/editor/FloatingEnemy.tres-folding-a699e98b48b5db4969ff44ef13956900.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FloatingEnemy.tres-folding-a699e98b48b5db4969ff44ef13956900.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FloatingEnemy.tres-folding-ad4981a265b8ac79fd9a323287c03a4c.cfg b/.godot/editor/FloatingEnemy.tres-folding-ad4981a265b8ac79fd9a323287c03a4c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FloatingEnemy.tres-folding-ad4981a265b8ac79fd9a323287c03a4c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FloatingEnemy.tscn-editstate-b27b155c21d5d51554cdb064ac7e407e.cfg b/.godot/editor/FloatingEnemy.tscn-editstate-b27b155c21d5d51554cdb064ac7e407e.cfg new file mode 100644 index 00000000..a6fe34eb --- /dev/null +++ b/.godot/editor/FloatingEnemy.tscn-editstate-b27b155c21d5d51554cdb064ac7e407e.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 9.64764, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-2.65782, 2.26428, 2.73759), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.139626, +"y_rotation": 3.36412 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/EnemyGuy")]) diff --git a/.godot/editor/FloatingEnemy.tscn-editstate-cea8947aa3ddd887a1001a5d9a6e95ab.cfg b/.godot/editor/FloatingEnemy.tscn-editstate-cea8947aa3ddd887a1001a5d9a6e95ab.cfg new file mode 100644 index 00000000..00b4d806 --- /dev/null +++ b/.godot/editor/FloatingEnemy.tscn-editstate-cea8947aa3ddd887a1001a5d9a6e95ab.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 7.70127, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-2.92122, 0.187517, -0.207951), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.335976, +"y_rotation": 3.83971 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/FloatingEnemy.tscn-folding-b27b155c21d5d51554cdb064ac7e407e.cfg b/.godot/editor/FloatingEnemy.tscn-folding-b27b155c21d5d51554cdb064ac7e407e.cfg new file mode 100644 index 00000000..ac9f7d42 --- /dev/null +++ b/.godot/editor/FloatingEnemy.tscn-folding-b27b155c21d5d51554cdb064ac7e407e.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform", "Moving Platform", "Collision"), NodePath("DISSAPPEARING ENEMY"), PackedStringArray("Transform"), NodePath("DISSAPPEARING ENEMY/BezierCurve_001"), PackedStringArray("surface_material_override", "surface_material_override/0", "mesh", "Global Illumination", "Geometry", "material_override", "Transform"), NodePath("NavAgent"), PackedStringArray("Debug", "Pathfinding", "Avoidance"), NodePath("CollisionShape3D"), PackedStringArray("Transform", "shape")] +resource_unfolds=["res://src/enemy/enemy_types/FloatingEnemy.tscn::ArrayMesh_w2sup", PackedStringArray(), "res://src/enemy/enemy_types/FloatingEnemy.tscn::CapsuleShape3D_cwfph", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/FloatingEnemy.tscn-folding-c6057dacbc7ca7efbf7594f8efd5a87a.cfg b/.godot/editor/FloatingEnemy.tscn-folding-c6057dacbc7ca7efbf7594f8efd5a87a.cfg new file mode 100644 index 00000000..11fe1781 --- /dev/null +++ b/.godot/editor/FloatingEnemy.tscn-folding-c6057dacbc7ca7efbf7594f8efd5a87a.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform", "Moving Platform", "Collision"), NodePath("DISSAPPEARING ENEMY"), PackedStringArray("Transform"), NodePath("DISSAPPEARING ENEMY/BezierCurve_001"), PackedStringArray("surface_material_override", "surface_material_override/0", "mesh", "Global Illumination", "Geometry", "material_override", "Transform"), NodePath("NavAgent"), PackedStringArray("Debug", "Pathfinding", "Avoidance"), NodePath("CollisionShape3D"), PackedStringArray("Transform", "shape")] +resource_unfolds=["res://src/enemy/enemy_types/disappearing_guy/FloatingEnemy.tscn::ArrayMesh_w2sup", PackedStringArray(), "res://src/enemy/enemy_types/disappearing_guy/FloatingEnemy.tscn::CapsuleShape3D_cwfph", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/FloatingEnemy.tscn-folding-cea8947aa3ddd887a1001a5d9a6e95ab.cfg b/.godot/editor/FloatingEnemy.tscn-folding-cea8947aa3ddd887a1001a5d9a6e95ab.cfg new file mode 100644 index 00000000..343d6b68 --- /dev/null +++ b/.godot/editor/FloatingEnemy.tscn-folding-cea8947aa3ddd887a1001a5d9a6e95ab.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform", "Moving Platform", "Collision", "Process", "Axis Lock", "EnemyStatInfo"), NodePath("DISSAPPEARING ENEMY"), PackedStringArray("Transform"), NodePath("DISSAPPEARING ENEMY/BezierCurve_001"), PackedStringArray("surface_material_override", "surface_material_override/0", "mesh", "Global Illumination", "Geometry", "material_override", "Transform"), NodePath("NavAgent"), PackedStringArray("Debug", "Pathfinding", "Avoidance"), NodePath("CollisionShape3D"), PackedStringArray("Transform", "shape"), NodePath("LineOfSight"), PackedStringArray("Collision"), NodePath("LineOfSight/CollisionShape3D"), PackedStringArray("shape"), NodePath("Hitbox"), PackedStringArray("Collision")] +resource_unfolds=["res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn::ArrayMesh_w2sup", PackedStringArray(), "res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn::CapsuleShape3D_cwfph", PackedStringArray(), "res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn::CylinderShape3D_jbgmx", PackedStringArray(), "res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn::BoxShape3D_0yire", PackedStringArray()] +nodes_folded=[NodePath("DISSAPPEARING ENEMY"), NodePath("Hitbox")] diff --git a/.godot/editor/Floor1.tscn-editstate-5b3aa0f90d6d5d45ca37b348fa6a9c0a.cfg b/.godot/editor/Floor1.tscn-editstate-5b3aa0f90d6d5d45ca37b348fa6a9c0a.cfg new file mode 100644 index 00000000..0619caab --- /dev/null +++ b/.godot/editor/Floor1.tscn-editstate-5b3aa0f90d6d5d45ca37b348fa6a9c0a.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 978.336, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(221.149, 71.9348, 475.508), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.124752, +"y_rotation": 9.13422 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/DialogueZone/CollisionShape3D")]) diff --git a/.godot/editor/Floor1.tscn-folding-5b3aa0f90d6d5d45ca37b348fa6a9c0a.cfg b/.godot/editor/Floor1.tscn-folding-5b3aa0f90d6d5d45ca37b348fa6a9c0a.cfg new file mode 100644 index 00000000..3704188f --- /dev/null +++ b/.godot/editor/Floor1.tscn-folding-5b3aa0f90d6d5d45ca37b348fa6a9c0a.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("DungeonGenerator"), PackedStringArray("room_scenes", "corridor_room_scene", "AStar room connection options", "Debug options")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Floor2.tscn-editstate-cccb23bd6f71a32cc1b4c0cc60579125.cfg b/.godot/editor/Floor2.tscn-editstate-cccb23bd6f71a32cc1b4c0cc60579125.cfg new file mode 100644 index 00000000..4cc6f9a9 --- /dev/null +++ b/.godot/editor/Floor2.tscn-editstate-cccb23bd6f71a32cc1b4c0cc60579125.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Armor/Pickup")]) diff --git a/.godot/editor/Floor2.tscn-folding-cccb23bd6f71a32cc1b4c0cc60579125.cfg b/.godot/editor/Floor2.tscn-folding-cccb23bd6f71a32cc1b4c0cc60579125.cfg new file mode 100644 index 00000000..4cdadc8d --- /dev/null +++ b/.godot/editor/Floor2.tscn-folding-cccb23bd6f71a32cc1b4c0cc60579125.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("DungeonGenerator"), PackedStringArray("Visibility")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Floor3.tscn-editstate-6eb88285038f6c758d915500b05c33d0.cfg b/.godot/editor/Floor3.tscn-editstate-6eb88285038f6c758d915500b05c33d0.cfg new file mode 100644 index 00000000..b6ba5416 --- /dev/null +++ b/.godot/editor/Floor3.tscn-editstate-6eb88285038f6c758d915500b05c33d0.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 73.6859, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(18.0751, 11.1869, -0.28449), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.203294, +"y_rotation": -0.0636677 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Armor/Pickup")]) diff --git a/.godot/editor/Floor3.tscn-folding-6eb88285038f6c758d915500b05c33d0.cfg b/.godot/editor/Floor3.tscn-folding-6eb88285038f6c758d915500b05c33d0.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/Floor3.tscn-folding-6eb88285038f6c758d915500b05c33d0.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.tres-folding-7bdced2c3933b7f523ede5ed3999117c.cfg b/.godot/editor/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.tres-folding-7bdced2c3933b7f523ede5ed3999117c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.tres-folding-7bdced2c3933b7f523ede5ed3999117c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FloorManager.cs-folding-c62fcaabd205473a70ce32e5c81a746c.cfg b/.godot/editor/FloorManager.cs-folding-c62fcaabd205473a70ce32e5c81a746c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/FloorManager.cs-folding-c62fcaabd205473a70ce32e5c81a746c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/FloorManager.tscn-editstate-72cc46a9d6e8375cef7798354c063556.cfg b/.godot/editor/FloorManager.tscn-editstate-72cc46a9d6e8375cef7798354c063556.cfg new file mode 100644 index 00000000..83964ca5 --- /dev/null +++ b/.godot/editor/FloorManager.tscn-editstate-72cc46a9d6e8375cef7798354c063556.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/FloorManager")]) diff --git a/.godot/editor/FloorManager.tscn-folding-72cc46a9d6e8375cef7798354c063556.cfg b/.godot/editor/FloorManager.tscn-folding-72cc46a9d6e8375cef7798354c063556.cfg new file mode 100644 index 00000000..c2b860a4 --- /dev/null +++ b/.godot/editor/FloorManager.tscn-folding-72cc46a9d6e8375cef7798354c063556.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("DungeonFloors")] +resource_unfolds=["res://src/map/dungeon/floors/FloorManager.tscn::CSharpScript_q4dr4", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.scn-folding-db5a85850952d01d4a51e728a59e94f0.cfg b/.godot/editor/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.scn-folding-db5a85850952d01d4a51e728a59e94f0.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.scn-folding-db5a85850952d01d4a51e728a59e94f0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Game.tscn-editstate-4fed4c3ac4546db568e2fbdc4aae2115.cfg b/.godot/editor/Game.tscn-editstate-4fed4c3ac4546db568e2fbdc4aae2115.cfg new file mode 100644 index 00000000..eb239fe1 --- /dev/null +++ b/.godot/editor/Game.tscn-editstate-4fed4c3ac4546db568e2fbdc4aae2115.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-1112.98, -549.88), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.529732 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 160.528, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-24.0321, -16.3592, -39.7972), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.540258, +"y_rotation": 10.9973 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 118.224, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(5.56864, -36.7392, 33.7823), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.473815, +"y_rotation": 0.0934115 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/DialogueZone/CollisionShape3D")]) diff --git a/.godot/editor/Game.tscn-folding-4fed4c3ac4546db568e2fbdc4aae2115.cfg b/.godot/editor/Game.tscn-folding-4fed4c3ac4546db568e2fbdc4aae2115.cfg new file mode 100644 index 00000000..285ef085 --- /dev/null +++ b/.godot/editor/Game.tscn-folding-4fed4c3ac4546db568e2fbdc4aae2115.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Process"), NodePath("Player"), PackedStringArray("Process"), NodePath("MiniMap"), PackedStringArray("Process"), NodePath("InventoryMenu"), PackedStringArray("Process"), NodePath("OmniLight3D"), PackedStringArray("Light", "Omni"), NodePath("LoadScreen"), PackedStringArray("Layout", "Process"), NodePath("Teleport"), PackedStringArray("Auto Translate", "Physics Interpolation", "Process"), NodePath("DialogueController"), PackedStringArray("Process", "Physics Interpolation")] +resource_unfolds=["res://src/player/Player.tscn::Resource_up0v1", PackedStringArray(), "res://src/game/Game.tscn::Environment_fke5g", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/GeomanticDice.tres-folding-ce265b95e5c0b8288a0ceeedfe47b25b.cfg b/.godot/editor/GeomanticDice.tres-folding-ce265b95e5c0b8288a0ceeedfe47b25b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/GeomanticDice.tres-folding-ce265b95e5c0b8288a0ceeedfe47b25b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Goddess.cs-folding-724967c036bc94d3b2e52e302c7bf39a.cfg b/.godot/editor/Goddess.cs-folding-724967c036bc94d3b2e52e302c7bf39a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Goddess.cs-folding-724967c036bc94d3b2e52e302c7bf39a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Goddess.tres-folding-7404081603f71c6542c0f9b5118b0fdb.cfg b/.godot/editor/Goddess.tres-folding-7404081603f71c6542c0f9b5118b0fdb.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Goddess.tres-folding-7404081603f71c6542c0f9b5118b0fdb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Goddess.tres-folding-fdcba44bf28c0cdc6ec7abc94a1a83fd.cfg b/.godot/editor/Goddess.tres-folding-fdcba44bf28c0cdc6ec7abc94a1a83fd.cfg new file mode 100644 index 00000000..5a8047fb --- /dev/null +++ b/.godot/editor/Goddess.tres-folding-fdcba44bf28c0cdc6ec7abc94a1a83fd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Shader Parameters") diff --git a/.godot/editor/Goddess.tscn-editstate-571ce752c75d60136dbf1c5aa56e54bc.cfg b/.godot/editor/Goddess.tscn-editstate-571ce752c75d60136dbf1c5aa56e54bc.cfg new file mode 100644 index 00000000..adee1b0d --- /dev/null +++ b/.godot/editor/Goddess.tscn-editstate-571ce752c75d60136dbf1c5aa56e54bc.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-26.9633, -2.10108), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 5.03968 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 10.0672, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-3.76048, 1.24918, -4.5706), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.248713, +"y_rotation": 5.44106 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Goddess/Sprite")]) diff --git a/.godot/editor/Goddess.tscn-editstate-faac250252022bc06291fb6c2125883b.cfg b/.godot/editor/Goddess.tscn-editstate-faac250252022bc06291fb6c2125883b.cfg new file mode 100644 index 00000000..d1879e3d --- /dev/null +++ b/.godot/editor/Goddess.tscn-editstate-faac250252022bc06291fb6c2125883b.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(1.97153, 0.294922, -0.340898), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.133481, +"y_rotation": 1.60312 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Goddess/Sprite3D")]) diff --git a/.godot/editor/Goddess.tscn-folding-571ce752c75d60136dbf1c5aa56e54bc.cfg b/.godot/editor/Goddess.tscn-folding-571ce752c75d60136dbf1c5aa56e54bc.cfg new file mode 100644 index 00000000..ab07ffa2 --- /dev/null +++ b/.godot/editor/Goddess.tscn-folding-571ce752c75d60136dbf1c5aa56e54bc.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Sprites"), NodePath("Sprite"), PackedStringArray("Visibility Range", "Global Illumination", "Geometry", "Flags", "Animation", "Region", "Transform", "material_override")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Goddess.tscn-folding-faac250252022bc06291fb6c2125883b.cfg b/.godot/editor/Goddess.tscn-folding-faac250252022bc06291fb6c2125883b.cfg new file mode 100644 index 00000000..7845b70e --- /dev/null +++ b/.godot/editor/Goddess.tscn-folding-faac250252022bc06291fb6c2125883b.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("EnemyStatInfo"), NodePath("Sprite3D"), PackedStringArray("Visibility Range", "Global Illumination", "Geometry", "Flags", "Animation", "Region", "Transform")] +resource_unfolds=["res://src/enemy/enemy_types/goddess/Goddess.tscn::CapsuleShape3D_raxn0", PackedStringArray(), "res://src/enemy/enemy_types/goddess/Goddess.tscn::CylinderShape3D_6eojr", PackedStringArray(), "res://src/enemy/enemy_types/goddess/Goddess.tscn::BoxShape3D_esui3", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/GoddessRobe.tres-folding-36081bc3857e6fdc8eb01c9d0f5e99a4.cfg b/.godot/editor/GoddessRobe.tres-folding-36081bc3857e6fdc8eb01c9d0f5e99a4.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/GoddessRobe.tres-folding-36081bc3857e6fdc8eb01c9d0f5e99a4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/HeadingFont.tres-folding-2600a632ffda6750c360c47519362277.cfg b/.godot/editor/HeadingFont.tres-folding-2600a632ffda6750c360c47519362277.cfg new file mode 100644 index 00000000..df945653 --- /dev/null +++ b/.godot/editor/HeadingFont.tres-folding-2600a632ffda6750c360c47519362277.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Outline", "Font", "Shadow") diff --git a/.godot/editor/HeadingFontUnselected.tres-folding-9f85a966f2391be00a2d1c81bed4ddf0.cfg b/.godot/editor/HeadingFontUnselected.tres-folding-9f85a966f2391be00a2d1c81bed4ddf0.cfg new file mode 100644 index 00000000..7baada70 --- /dev/null +++ b/.godot/editor/HeadingFontUnselected.tres-folding-9f85a966f2391be00a2d1c81bed4ddf0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Outline", "Font") diff --git a/.godot/editor/Hit.res-folding-9419bc988f0812d0fa505954ce461e26.cfg b/.godot/editor/Hit.res-folding-9419bc988f0812d0fa505954ce461e26.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Hit.res-folding-9419bc988f0812d0fa505954ce461e26.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Hitbox.cs-folding-2d65f4fcc78e1d100a41c8afb90cd18a.cfg b/.godot/editor/Hitbox.cs-folding-2d65f4fcc78e1d100a41c8afb90cd18a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Hitbox.cs-folding-2d65f4fcc78e1d100a41c8afb90cd18a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/HubWorld.tscn-editstate-017e7bf1591a9322e3d9f27881a6e5e8.cfg b/.godot/editor/HubWorld.tscn-editstate-017e7bf1591a9322e3d9f27881a6e5e8.cfg new file mode 100644 index 00000000..4d123635 --- /dev/null +++ b/.godot/editor/HubWorld.tscn-editstate-017e7bf1591a9322e3d9f27881a6e5e8.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 163.072, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-91.1637, -80.7197, 4.30384), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.761796, +"y_rotation": -2.09262 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/HubWorld.tscn-folding-017e7bf1591a9322e3d9f27881a6e5e8.cfg b/.godot/editor/HubWorld.tscn-folding-017e7bf1591a9322e3d9f27881a6e5e8.cfg new file mode 100644 index 00000000..36f2e015 --- /dev/null +++ b/.godot/editor/HubWorld.tscn-folding-017e7bf1591a9322e3d9f27881a6e5e8.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("CSGCombiner3D/Terrain"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/CSGCylinder3D"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/CSGMesh3D"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D/Block5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block7"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block8"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block9"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Raft"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D2/Block6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D3/Block3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D4/Block15"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D5/Block11"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D6/Block10"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D7/Block12"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D8/Block16"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D9/Block14"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D10/Block17"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D11/Block18"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D12/Block13"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D13/Block"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/StaticBody3D14/Block2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain2"), PackedStringArray("Transform", "material"), NodePath("CSGCombiner3D/Terrain4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Subtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/WellWall"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/WellSubtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder3"), PackedStringArray("Transform", "material"), NodePath("CSGCombiner3D/Ramparts"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ramparts2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/RampartsSubtractCylinder3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/DoorWay"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/WallSubtractCylindar"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/WallSubtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows7"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows8"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows9"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows10"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows11"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows12"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/GateSubtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrinePodium"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrineAccent"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrineAccent2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrineAccent3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin55"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin56"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin57"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin58"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin61"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin62"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin60"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin9"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin10"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin11"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin12"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin13"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin14"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin15"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin16"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin17"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin18"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin19"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin20"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin21"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin22"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin23"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin24"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin25"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin26"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin27"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin28"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin29"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin30"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin31"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin32"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin33"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin34"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin35"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin36"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin37"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin38"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin39"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin40"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin41"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin42"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin43"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin44"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin45"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin46"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin47"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin48"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin49"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin50"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin51"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin52"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin7"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin53"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin54"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin8"), PackedStringArray("Transform"), NodePath("Shrine"), PackedStringArray("Transform"), NodePath("Shrine/ShrinePath"), PackedStringArray("Transform"), NodePath("Shrine/ShrinePath2"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack4"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack2"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack3"), PackedStringArray("Transform"), NodePath("Shrine/ShrineArch"), PackedStringArray("Transform"), NodePath("Shrine/ShrineSubtract"), PackedStringArray("Transform"), NodePath("Ruins"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D2"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D3"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D4"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D5"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D6"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D7"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGCylinder3D"), PackedStringArray("Transform"), NodePath("CSGCombiner3D2/water"), PackedStringArray("Transform", "material"), NodePath("CSGCombiner3D2/water2"), PackedStringArray("Transform"), NodePath("StaticBody3D/Tree"), PackedStringArray("Transform", "Skeleton")] +resource_unfolds=["res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_fi5wi", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::StandardMaterial3D_s871s", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_bljcj", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_3j3f5", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_6k5eg", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_bgjpb", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_nxyuc", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_v6xqg", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_ubm08", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_3m7tj", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_uspya", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_vnbxq", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_xa1ou", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_7mu3o", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_b1cjm", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::StandardMaterial3D_mj3e2", PackedStringArray("Transparency", "Albedo"), "res://src/map/overworld/HubWorld.tscn::StandardMaterial3D_v80hv", PackedStringArray(), "res://src/map/overworld/HubWorld.tscn::ConcavePolygonShape3D_g8xkw", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/HubWorld.tscn-folding-babdbd3dafcfe405d861102be02d49a4.cfg b/.godot/editor/HubWorld.tscn-folding-babdbd3dafcfe405d861102be02d49a4.cfg new file mode 100644 index 00000000..c3fc1126 --- /dev/null +++ b/.godot/editor/HubWorld.tscn-folding-babdbd3dafcfe405d861102be02d49a4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("CSGCombiner3D/Terrain"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/CSGCylinder3D"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/CSGMesh3D"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block13"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block14"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block17"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block18"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block16"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block15"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block7"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block8"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block9"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block10"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block11"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Block12"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain/Raft"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Terrain6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Subtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/WellWall"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/WellSubtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/SubtractCylinder3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ramparts"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ramparts2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/RampartsSubtractCylinder3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/DoorWay"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/WallSubtractCylindar"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/WallSubtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows7"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows8"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows9"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows10"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows11"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/Windows12"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Wall/GateSubtract"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrinePodium"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrineAccent"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrineAccent2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/ShrineAccent3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin2"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin3"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin4"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin55"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin56"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin57"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin58"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin61"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin62"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin60"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin9"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin10"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin11"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin12"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin13"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin14"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin15"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin16"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin17"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin18"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin19"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin20"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin21"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin22"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin23"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin24"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin25"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin26"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin27"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin28"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin29"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin30"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin31"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin32"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin33"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin34"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin35"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin36"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin37"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin38"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin39"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin40"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin41"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin42"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin43"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin44"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin45"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin46"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin47"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin48"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin49"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin50"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin51"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin52"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin5"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin6"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin7"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin53"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin54"), PackedStringArray("Transform"), NodePath("CSGCombiner3D/Ruin8"), PackedStringArray("Transform"), NodePath("Player"), PackedStringArray("Process", "Transform"), NodePath("Tree"), PackedStringArray("Transform", "Skeleton"), NodePath("Shrine"), PackedStringArray("Transform"), NodePath("Shrine/ShrinePath"), PackedStringArray("Transform"), NodePath("Shrine/ShrinePath2"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack4"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack2"), PackedStringArray("Transform"), NodePath("Shrine/ShrineBack3"), PackedStringArray("Transform"), NodePath("Shrine/ShrineArch"), PackedStringArray("Transform"), NodePath("Shrine/ShrineSubtract"), PackedStringArray("Transform"), NodePath("Ruins"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D2"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D3"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D4"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D5"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D6"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGBox3D7"), PackedStringArray("Transform"), NodePath("Ruins/Shrine/Ruins/CSGCylinder3D"), PackedStringArray("Transform"), NodePath("CSGCombiner3D2/water"), PackedStringArray("Transform"), NodePath("CSGCombiner3D2/water2"), PackedStringArray("Transform")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.scn-folding-421c3c45a88bff03d481c31493fec423.cfg b/.godot/editor/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.scn-folding-421c3c45a88bff03d481c31493fec423.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.scn-folding-421c3c45a88bff03d481c31493fec423.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/InventoryItem.tscn-editstate-d5644a124ffb1008cecb767ca07c92e6.cfg b/.godot/editor/InventoryItem.tscn-editstate-d5644a124ffb1008cecb767ca07c92e6.cfg new file mode 100644 index 00000000..c818b0a8 --- /dev/null +++ b/.godot/editor/InventoryItem.tscn-editstate-d5644a124ffb1008cecb767ca07c92e6.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": true +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ItemDatabase")]) diff --git a/.godot/editor/InventoryItem.tscn-folding-d5644a124ffb1008cecb767ca07c92e6.cfg b/.godot/editor/InventoryItem.tscn-folding-d5644a124ffb1008cecb767ca07c92e6.cfg new file mode 100644 index 00000000..ec3f7c6e --- /dev/null +++ b/.godot/editor/InventoryItem.tscn-folding-d5644a124ffb1008cecb767ca07c92e6.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/InventoryItem.tscn::BoxShape3D_84bq1", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/InventoryLabelSettings.tres-folding-d14f8fc55be1df7571869f716d4989e8.cfg b/.godot/editor/InventoryLabelSettings.tres-folding-d14f8fc55be1df7571869f716d4989e8.cfg new file mode 100644 index 00000000..058f99a4 --- /dev/null +++ b/.godot/editor/InventoryLabelSettings.tres-folding-d14f8fc55be1df7571869f716d4989e8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font", "font") diff --git a/.godot/editor/InventoryMainTextBold.tres-folding-f007b6ba7747cea902159780b191c373.cfg b/.godot/editor/InventoryMainTextBold.tres-folding-f007b6ba7747cea902159780b191c373.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/InventoryMainTextBold.tres-folding-f007b6ba7747cea902159780b191c373.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/InventoryMenu.gdshader-folding-be634d5dda47232b4eb06ddace12f55e.cfg b/.godot/editor/InventoryMenu.gdshader-folding-be634d5dda47232b4eb06ddace12f55e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/InventoryMenu.gdshader-folding-be634d5dda47232b4eb06ddace12f55e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/InventoryMenu.tscn-editstate-1dad5bc400df8094b60797b0196873dc.cfg b/.godot/editor/InventoryMenu.tscn-editstate-1dad5bc400df8094b60797b0196873dc.cfg new file mode 100644 index 00000000..22df7297 --- /dev/null +++ b/.godot/editor/InventoryMenu.tscn-editstate-1dad5bc400df8094b60797b0196873dc.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-1437.08, -316.37), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.594604 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/DialogueZone/CollisionShape3D")]) diff --git a/.godot/editor/InventoryMenu.tscn-folding-1dad5bc400df8094b60797b0196873dc.cfg b/.godot/editor/InventoryMenu.tscn-folding-1dad5bc400df8094b60797b0196873dc.cfg new file mode 100644 index 00000000..622a55ce --- /dev/null +++ b/.godot/editor/InventoryMenu.tscn-folding-1dad5bc400df8094b60797b0196873dc.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layout", "Layout/Transform", "Layout/Container Sizing", "Process"), NodePath("BG"), PackedStringArray("Material", "Visibility", "Theme", "material", "Layout"), NodePath("InventoryInfo"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/constants", "Layout/Transform"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo"), PackedStringArray("Layout", "Theme Overrides", "Theme Overrides/constants"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/FloorBox/FloorLabel"), PackedStringArray("label_settings"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/LevelBox/CurrentLevelLabel"), PackedStringArray("label_settings"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/ReferenceRect2"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/EXPBox/ReferenceRect2"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/EXPBox/EXPLabel"), PackedStringArray("Layout", "label_settings"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/EXPBox/ReferenceRect"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/EXPBox/EXPValue"), PackedStringArray("label_settings"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/HPBox/ReferenceRect2"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/HPBox/HPLabel"), PackedStringArray("Layout", "label_settings"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/HPBox/ReferenceRect"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/HPBox/HPValue"), PackedStringArray("label_settings", "Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/HPBox/ReferenceRect3"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/VTBox/VTLabel"), PackedStringArray("Layout", "label_settings"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/VTBox/ReferenceRect"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/VTBox/VTValue"), PackedStringArray("label_settings", "Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/ATKBox/ATKValue"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/DEFBox/DEFValue"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/ReferenceRect3"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/HBoxContainer/VBoxContainer/ItemDescriptionTitle"), PackedStringArray("Layout", "Layout/Container Sizing"), NodePath("InventoryInfo/HBoxContainer/PlayerInfo/HBoxContainer/VBoxContainer/ItemEffectLabel"), PackedStringArray("Layout"), NodePath("InventoryInfo/HBoxContainer/ItemInfo"), PackedStringArray("Layout/Container Sizing", "Theme Overrides/constants", "Layout", "Theme Overrides"), NodePath("InventoryInfo/HBoxContainer/ItemInfo/HBoxContainer"), PackedStringArray("Layout", "Layout/Container Sizing"), NodePath("InventoryInfo/HBoxContainer/ItemInfo/HBoxContainer/BackArrow"), PackedStringArray("Layout", "Theme Overrides"), NodePath("InventoryInfo/HBoxContainer/ItemInfo/HBoxContainer/ItemsTitle"), PackedStringArray("Layout", "Layout/Container Sizing"), NodePath("InventoryInfo/HBoxContainer/ItemInfo/ItemsPage"), PackedStringArray("Theme Overrides", "Theme Overrides/constants", "Layout", "Layout/Container Sizing"), NodePath("InventoryInfo/HBoxContainer/ItemInfo/ItemsPage/ReferenceRect3"), PackedStringArray("Layout")] +resource_unfolds=["res://src/inventory_menu/InventoryMenu.tscn::ShaderMaterial_i55tv", PackedStringArray("Shader Parameters", "Size", "Palette Cycling", "Horizontal Deform", "Horizontal Wave", "Settings", "Sprite Scroll", "Vertical Wave"), "res://src/inventory_menu/InventoryMenu.tscn::PlaceholderTexture2D_3ynpe", PackedStringArray(), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_q0afw", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_yw3yo", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_xxgnh", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_biilt", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_dot3k", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_th0sm", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_ankkq", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_ouwww", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_x4aj3", PackedStringArray("Font"), "res://src/inventory_menu/InventoryMenu.tscn::LabelSettings_31kc7", PackedStringArray("Font")] +nodes_folded=[NodePath("InventoryInfo/HBoxContainer/PlayerInfo")] diff --git a/.godot/editor/IronCage.tres-folding-23369fe28cbe5f190f569d9e8a257faf.cfg b/.godot/editor/IronCage.tres-folding-23369fe28cbe5f190f569d9e8a257faf.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/IronCage.tres-folding-23369fe28cbe5f190f569d9e8a257faf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ItemDatabase.tscn-editstate-953c4c6a68449e05972b6cf36cd96f99.cfg b/.godot/editor/ItemDatabase.tscn-editstate-953c4c6a68449e05972b6cf36cd96f99.cfg new file mode 100644 index 00000000..cf3164e7 --- /dev/null +++ b/.godot/editor/ItemDatabase.tscn-editstate-953c4c6a68449e05972b6cf36cd96f99.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 3.42936, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ItemDatabase")]) diff --git a/.godot/editor/ItemDatabase.tscn-folding-953c4c6a68449e05972b6cf36cd96f99.cfg b/.godot/editor/ItemDatabase.tscn-folding-953c4c6a68449e05972b6cf36cd96f99.cfg new file mode 100644 index 00000000..62706acc --- /dev/null +++ b/.godot/editor/ItemDatabase.tscn-folding-953c4c6a68449e05972b6cf36cd96f99.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("SpawnableItems", "SpawnRates", "Items", "ItemScene", "DropRate")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/ItemLabel.cs-folding-a8ad542e90d27597eaa9dd76845215f6.cfg b/.godot/editor/ItemLabel.cs-folding-a8ad542e90d27597eaa9dd76845215f6.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ItemLabel.cs-folding-a8ad542e90d27597eaa9dd76845215f6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ItemSlot.cs-folding-eafe258c21ea1daca1bcbe6b9dbecd23.cfg b/.godot/editor/ItemSlot.cs-folding-eafe258c21ea1daca1bcbe6b9dbecd23.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ItemSlot.cs-folding-eafe258c21ea1daca1bcbe6b9dbecd23.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ItemSlot.tscn-editstate-e7e17c05a50620069aef6acba55d7d1c.cfg b/.godot/editor/ItemSlot.tscn-editstate-e7e17c05a50620069aef6acba55d7d1c.cfg new file mode 100644 index 00000000..e2a4ba6a --- /dev/null +++ b/.godot/editor/ItemSlot.tscn-editstate-e7e17c05a50620069aef6acba55d7d1c.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-1204.51, -748.687), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.594604 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/DialogueZone/CollisionShape3D")]) diff --git a/.godot/editor/ItemSlot.tscn-folding-e7e17c05a50620069aef6acba55d7d1c.cfg b/.godot/editor/ItemSlot.tscn-folding-e7e17c05a50620069aef6acba55d7d1c.cfg new file mode 100644 index 00000000..a7f57145 --- /dev/null +++ b/.godot/editor/ItemSlot.tscn-folding-e7e17c05a50620069aef6acba55d7d1c.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layout"), NodePath("EquipBonus"), PackedStringArray("Layout", "label_settings"), NodePath("ReferenceRect"), PackedStringArray("Layout"), NodePath("ReferenceRect2"), PackedStringArray("Layout"), NodePath("ItemName"), PackedStringArray("Layout", "label_settings")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Jiblett.tres-folding-f28e1c30211b560fd622a15d2c26c0c0.cfg b/.godot/editor/Jiblett.tres-folding-f28e1c30211b560fd622a15d2c26c0c0.cfg new file mode 100644 index 00000000..40cb3b3c --- /dev/null +++ b/.godot/editor/Jiblett.tres-folding-f28e1c30211b560fd622a15d2c26c0c0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("WeaponTags", "Resource") diff --git a/.godot/editor/Kubel.tres-folding-2566a389d74bea11c107ef27f9ed4cec.cfg b/.godot/editor/Kubel.tres-folding-2566a389d74bea11c107ef27f9ed4cec.cfg new file mode 100644 index 00000000..ac5a748a --- /dev/null +++ b/.godot/editor/Kubel.tres-folding-2566a389d74bea11c107ef27f9ed4cec.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("WeaponTags") diff --git a/.godot/editor/LogisticiansGarb.tres-folding-4a37e557200b91685c3eadd5a497e25a.cfg b/.godot/editor/LogisticiansGarb.tres-folding-4a37e557200b91685c3eadd5a497e25a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/LogisticiansGarb.tres-folding-4a37e557200b91685c3eadd5a497e25a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/LoveJudgement.tres-folding-d50a70dfc22a3468dce0ce1ead79302e.cfg b/.godot/editor/LoveJudgement.tres-folding-d50a70dfc22a3468dce0ce1ead79302e.cfg new file mode 100644 index 00000000..ac5a748a --- /dev/null +++ b/.godot/editor/LoveJudgement.tres-folding-d50a70dfc22a3468dce0ce1ead79302e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("WeaponTags") diff --git a/.godot/editor/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.fontdata-folding-12d6a21104aafea2341771f99139c5fb.cfg b/.godot/editor/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.fontdata-folding-12d6a21104aafea2341771f99139c5fb.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.fontdata-folding-12d6a21104aafea2341771f99139c5fb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Main.tscn-editstate-af264238fd56c207f706f08f8043dda4.cfg b/.godot/editor/Main.tscn-editstate-af264238fd56c207f706f08f8043dda4.cfg new file mode 100644 index 00000000..4430daa1 --- /dev/null +++ b/.godot/editor/Main.tscn-editstate-af264238fd56c207f706f08f8043dda4.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-495.437, -445.934), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.31498 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 294.405, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.50805, -81.3349, 66.9726), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.858781, +"y_rotation": 9.4309 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 18.6438, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(14.5251, -10.3202, 11.8848), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.774884, +"y_rotation": -0.129118 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/Main.tscn-folding-af264238fd56c207f706f08f8043dda4.cfg b/.godot/editor/Main.tscn-folding-af264238fd56c207f706f08f8043dda4.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/Main.tscn-folding-af264238fd56c207f706f08f8043dda4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/MainText.tres-folding-bea9c0b800072caaa752b2b0184fc411.cfg b/.godot/editor/MainText.tres-folding-bea9c0b800072caaa752b2b0184fc411.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/MainText.tres-folding-bea9c0b800072caaa752b2b0184fc411.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/MainTextApplied.tres-folding-f462e1c1bef0c9f9a5eb8da5cee28fe6.cfg b/.godot/editor/MainTextApplied.tres-folding-f462e1c1bef0c9f9a5eb8da5cee28fe6.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/MainTextApplied.tres-folding-f462e1c1bef0c9f9a5eb8da5cee28fe6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/MainTextBold.tres-folding-2bd3b2404b474415a75b292dd4aaf5be.cfg b/.godot/editor/MainTextBold.tres-folding-2bd3b2404b474415a75b292dd4aaf5be.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/MainTextBold.tres-folding-2bd3b2404b474415a75b292dd4aaf5be.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/MainTextFontEquipped.tres-folding-ea04060211d817ee0957f5b2dba34dc9.cfg b/.godot/editor/MainTextFontEquipped.tres-folding-ea04060211d817ee0957f5b2dba34dc9.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/MainTextFontEquipped.tres-folding-ea04060211d817ee0957f5b2dba34dc9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/MainTextFontItalicized.tres-folding-7a95d332d5c93fa9be1896e4abcb5fb6.cfg b/.godot/editor/MainTextFontItalicized.tres-folding-7a95d332d5c93fa9be1896e4abcb5fb6.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/MainTextFontItalicized.tres-folding-7a95d332d5c93fa9be1896e4abcb5fb6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/MainTextFontSelectedEquipped.tres-folding-657b32410b923770d56720bd6a8db6b9.cfg b/.godot/editor/MainTextFontSelectedEquipped.tres-folding-657b32410b923770d56720bd6a8db6b9.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/MainTextFontSelectedEquipped.tres-folding-657b32410b923770d56720bd6a8db6b9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/MainTextRegular.tres-folding-9269335b1a303a970be6c6789cec2f2d.cfg b/.godot/editor/MainTextRegular.tres-folding-9269335b1a303a970be6c6789cec2f2d.cfg new file mode 100644 index 00000000..258d0279 --- /dev/null +++ b/.godot/editor/MainTextRegular.tres-folding-9269335b1a303a970be6c6789cec2f2d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font") diff --git a/.godot/editor/Map.tscn-editstate-96fadf3fba982810090444c38fa1cabd.cfg b/.godot/editor/Map.tscn-editstate-96fadf3fba982810090444c38fa1cabd.cfg new file mode 100644 index 00000000..ee4c73f1 --- /dev/null +++ b/.godot/editor/Map.tscn-editstate-96fadf3fba982810090444c38fa1cabd.cfg @@ -0,0 +1,178 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 12.1975, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-5.46806, 1.15796, -4.8717), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.0200342, +"y_rotation": -0.814159 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16906/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Map/WorldEnvironment")]) diff --git a/.godot/editor/Map.tscn-folding-96fadf3fba982810090444c38fa1cabd.cfg b/.godot/editor/Map.tscn-folding-96fadf3fba982810090444c38fa1cabd.cfg new file mode 100644 index 00000000..c48e1b70 --- /dev/null +++ b/.godot/editor/Map.tscn-folding-96fadf3fba982810090444c38fa1cabd.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Process", "Visibility"), NodePath("MeshInstance3D"), PackedStringArray("Geometry"), NodePath("MeshInstance3D/StaticBody3D/CollisionShape3D"), PackedStringArray("Transform"), NodePath("MeshInstance3D2"), PackedStringArray("Transform", "Geometry", "surface_material_override"), NodePath("MeshInstance3D2/StaticBody3D/CollisionShape3D"), PackedStringArray("Transform"), NodePath("MeshInstance3D3"), PackedStringArray("Transform", "Geometry", "surface_material_override"), NodePath("MeshInstance3D3/StaticBody3D/CollisionShape3D"), PackedStringArray("Transform"), NodePath("MeshInstance3D4"), PackedStringArray("Transform", "Geometry", "surface_material_override"), NodePath("MeshInstance3D4/StaticBody3D/CollisionShape3D"), PackedStringArray("Transform"), NodePath("MeshInstance3D5"), PackedStringArray("Transform", "Geometry", "surface_material_override"), NodePath("MeshInstance3D5/StaticBody3D/CollisionShape3D"), PackedStringArray("Transform"), NodePath("MeshInstance3D6"), PackedStringArray("Transform", "Geometry"), NodePath("OnionSword"), PackedStringArray("Transform"), NodePath("BronzeSword"), PackedStringArray("Transform"), NodePath("WorldEnvironment"), PackedStringArray("environment"), NodePath("Minimap Floor"), PackedStringArray("Transform")] +resource_unfolds=["res://src/map/Map.tscn::StandardMaterial3D_1xbal", PackedStringArray("Resource", "Albedo", "UV2"), "res://src/map/Map.tscn::PlaneMesh_xooiv", PackedStringArray("Resource"), "res://src/map/Map.tscn::BoxShape3D_jvtsb", PackedStringArray("Resource"), "res://src/map/Map.tscn::StandardMaterial3D_dy1rm", PackedStringArray("Resource", "Albedo", "UV1"), "res://src/map/Map.tscn::PlaneMesh_7clr5", PackedStringArray("Resource"), "res://src/map/Map.tscn::StandardMaterial3D_hx1kf", PackedStringArray("Resource"), "res://src/map/Map.tscn::BoxShape3D_iw68c", PackedStringArray("Resource"), "res://src/map/Map.tscn::StandardMaterial3D_l8x1d", PackedStringArray("Resource", "Albedo", "UV1"), "res://src/map/Map.tscn::PlaneMesh_hfdl4", PackedStringArray("Resource"), "res://src/map/Map.tscn::BoxShape3D_g2ay3", PackedStringArray("Resource"), "res://src/map/Map.tscn::PlaneMesh_vsdcu", PackedStringArray("Resource"), "res://src/map/Map.tscn::BoxShape3D_r7v8k", PackedStringArray("Resource"), "res://src/map/Map.tscn::PlaneMesh_d5djk", PackedStringArray("Resource"), "res://src/map/Map.tscn::BoxShape3D_ri6sq", PackedStringArray("Resource"), "res://src/map/Map.tscn::StandardMaterial3D_qjkdn", PackedStringArray("Resource", "Albedo", "UV1"), "res://src/map/Map.tscn::PlaneMesh_1pdfp", PackedStringArray("Resource"), "res://src/map/Map.tscn::Environment_uhhwa", PackedStringArray("Resource", "Volumetric Fog", "Adjustments", "Fog")] +nodes_folded=[] diff --git a/.godot/editor/MaskAvarice.tres-folding-c8ab6f25ccdf6fb70be1212d8dc532cb.cfg b/.godot/editor/MaskAvarice.tres-folding-c8ab6f25ccdf6fb70be1212d8dc532cb.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskAvarice.tres-folding-c8ab6f25ccdf6fb70be1212d8dc532cb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskAvarice.tscn-editstate-27ca103199f9a72b39e587bf7dda071a.cfg b/.godot/editor/MaskAvarice.tscn-editstate-27ca103199f9a72b39e587bf7dda071a.cfg new file mode 100644 index 00000000..1cc49d1c --- /dev/null +++ b/.godot/editor/MaskAvarice.tscn-editstate-27ca103199f9a72b39e587bf7dda071a.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/SealingRod")]) diff --git a/.godot/editor/MaskAvarice.tscn-folding-27ca103199f9a72b39e587bf7dda071a.cfg b/.godot/editor/MaskAvarice.tscn-folding-27ca103199f9a72b39e587bf7dda071a.cfg new file mode 100644 index 00000000..ec463e25 --- /dev/null +++ b/.godot/editor/MaskAvarice.tscn-folding-27ca103199f9a72b39e587bf7dda071a.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskAvarice.tscn::CapsuleShape3D_1ceef", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/MaskDestruction.tres-folding-be931df4864c7a3a59e17b6ed82305e3.cfg b/.godot/editor/MaskDestruction.tres-folding-be931df4864c7a3a59e17b6ed82305e3.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/MaskDestruction.tres-folding-be931df4864c7a3a59e17b6ed82305e3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/MaskDestruction.tres-folding-f524ab844c60e5da7a8a9b9fb0c75710.cfg b/.godot/editor/MaskDestruction.tres-folding-f524ab844c60e5da7a8a9b9fb0c75710.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskDestruction.tres-folding-f524ab844c60e5da7a8a9b9fb0c75710.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskDestruction.tscn-editstate-a0f8d8030eeba22e84c5e4b1949d0b24.cfg b/.godot/editor/MaskDestruction.tscn-editstate-a0f8d8030eeba22e84c5e4b1949d0b24.cfg new file mode 100644 index 00000000..40020a5d --- /dev/null +++ b/.godot/editor/MaskDestruction.tscn-editstate-a0f8d8030eeba22e84c5e4b1949d0b24.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword/Rigid")]) diff --git a/.godot/editor/MaskDestruction.tscn-folding-a0f8d8030eeba22e84c5e4b1949d0b24.cfg b/.godot/editor/MaskDestruction.tscn-folding-a0f8d8030eeba22e84c5e4b1949d0b24.cfg new file mode 100644 index 00000000..8cab704b --- /dev/null +++ b/.godot/editor/MaskDestruction.tscn-folding-a0f8d8030eeba22e84c5e4b1949d0b24.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskDestruction.tscn::CapsuleShape3D_7a007", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/MaskGuilt.tres-folding-de1d442b64a8fa6ff2c6b789c61a0289.cfg b/.godot/editor/MaskGuilt.tres-folding-de1d442b64a8fa6ff2c6b789c61a0289.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskGuilt.tres-folding-de1d442b64a8fa6ff2c6b789c61a0289.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskGuilt.tscn-editstate-6cdc1476f49cdc1a32563399571d2b0f.cfg b/.godot/editor/MaskGuilt.tscn-editstate-6cdc1476f49cdc1a32563399571d2b0f.cfg new file mode 100644 index 00000000..40020a5d --- /dev/null +++ b/.godot/editor/MaskGuilt.tscn-editstate-6cdc1476f49cdc1a32563399571d2b0f.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword/Rigid")]) diff --git a/.godot/editor/MaskGuilt.tscn-folding-6cdc1476f49cdc1a32563399571d2b0f.cfg b/.godot/editor/MaskGuilt.tscn-folding-6cdc1476f49cdc1a32563399571d2b0f.cfg new file mode 100644 index 00000000..db4d8e55 --- /dev/null +++ b/.godot/editor/MaskGuilt.tscn-folding-6cdc1476f49cdc1a32563399571d2b0f.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskGuilt.tscn::CapsuleShape3D_c1t1u", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/MaskObstinance.tres-folding-969257bb947f8cf9dafc61007042d38f.cfg b/.godot/editor/MaskObstinance.tres-folding-969257bb947f8cf9dafc61007042d38f.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskObstinance.tres-folding-969257bb947f8cf9dafc61007042d38f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskObstinance.tscn-editstate-1aed9624f9e1eb9ea86a2412487268f4.cfg b/.godot/editor/MaskObstinance.tscn-editstate-1aed9624f9e1eb9ea86a2412487268f4.cfg new file mode 100644 index 00000000..40020a5d --- /dev/null +++ b/.godot/editor/MaskObstinance.tscn-editstate-1aed9624f9e1eb9ea86a2412487268f4.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword/Rigid")]) diff --git a/.godot/editor/MaskObstinance.tscn-folding-1aed9624f9e1eb9ea86a2412487268f4.cfg b/.godot/editor/MaskObstinance.tscn-folding-1aed9624f9e1eb9ea86a2412487268f4.cfg new file mode 100644 index 00000000..2eba2a08 --- /dev/null +++ b/.godot/editor/MaskObstinance.tscn-folding-1aed9624f9e1eb9ea86a2412487268f4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskObstinance.tscn::CapsuleShape3D_3eyaw", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/MaskShunned.tres-folding-e9488ca38d8eca3ef534c167e2e2a51f.cfg b/.godot/editor/MaskShunned.tres-folding-e9488ca38d8eca3ef534c167e2e2a51f.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskShunned.tres-folding-e9488ca38d8eca3ef534c167e2e2a51f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskShunned.tscn-editstate-623b0f90c36f91f1b0ca0a0a8de74e16.cfg b/.godot/editor/MaskShunned.tscn-editstate-623b0f90c36f91f1b0ca0a0a8de74e16.cfg new file mode 100644 index 00000000..40020a5d --- /dev/null +++ b/.godot/editor/MaskShunned.tscn-editstate-623b0f90c36f91f1b0ca0a0a8de74e16.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword/Rigid")]) diff --git a/.godot/editor/MaskShunned.tscn-folding-623b0f90c36f91f1b0ca0a0a8de74e16.cfg b/.godot/editor/MaskShunned.tscn-folding-623b0f90c36f91f1b0ca0a0a8de74e16.cfg new file mode 100644 index 00000000..19176d78 --- /dev/null +++ b/.godot/editor/MaskShunned.tscn-folding-623b0f90c36f91f1b0ca0a0a8de74e16.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskShunned.tscn::CapsuleShape3D_p17h2", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/MaskSloth.tres-folding-c40a07de75f34b5793ec384e437f3b3e.cfg b/.godot/editor/MaskSloth.tres-folding-c40a07de75f34b5793ec384e437f3b3e.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskSloth.tres-folding-c40a07de75f34b5793ec384e437f3b3e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskSloth.tscn-editstate-aeaaa77c2c4a8e2268c3ff31415abe3e.cfg b/.godot/editor/MaskSloth.tscn-editstate-aeaaa77c2c4a8e2268c3ff31415abe3e.cfg new file mode 100644 index 00000000..40020a5d --- /dev/null +++ b/.godot/editor/MaskSloth.tscn-editstate-aeaaa77c2c4a8e2268c3ff31415abe3e.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword/Rigid")]) diff --git a/.godot/editor/MaskSloth.tscn-folding-aeaaa77c2c4a8e2268c3ff31415abe3e.cfg b/.godot/editor/MaskSloth.tscn-folding-aeaaa77c2c4a8e2268c3ff31415abe3e.cfg new file mode 100644 index 00000000..987ed203 --- /dev/null +++ b/.godot/editor/MaskSloth.tscn-folding-aeaaa77c2c4a8e2268c3ff31415abe3e.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskSloth.tscn::CapsuleShape3D_sdah2", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/MaskSuffering.tres-folding-f2020559305ac248e1415d9653f0e06f.cfg b/.godot/editor/MaskSuffering.tres-folding-f2020559305ac248e1415d9653f0e06f.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskSuffering.tres-folding-f2020559305ac248e1415d9653f0e06f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskSuffering.tscn-editstate-136595328ec4b39a1e8dc125a23d4d73.cfg b/.godot/editor/MaskSuffering.tscn-editstate-136595328ec4b39a1e8dc125a23d4d73.cfg new file mode 100644 index 00000000..40020a5d --- /dev/null +++ b/.godot/editor/MaskSuffering.tscn-editstate-136595328ec4b39a1e8dc125a23d4d73.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword/Rigid")]) diff --git a/.godot/editor/MaskSuffering.tscn-folding-136595328ec4b39a1e8dc125a23d4d73.cfg b/.godot/editor/MaskSuffering.tscn-folding-136595328ec4b39a1e8dc125a23d4d73.cfg new file mode 100644 index 00000000..54d197b3 --- /dev/null +++ b/.godot/editor/MaskSuffering.tscn-folding-136595328ec4b39a1e8dc125a23d4d73.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskSuffering.tscn::CapsuleShape3D_vm186", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/MaskZeal.tres-folding-f12f774ca6ee794497f2432cb12bfe19.cfg b/.godot/editor/MaskZeal.tres-folding-f12f774ca6ee794497f2432cb12bfe19.cfg new file mode 100644 index 00000000..0132e174 --- /dev/null +++ b/.godot/editor/MaskZeal.tres-folding-f12f774ca6ee794497f2432cb12bfe19.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("AccessoryTags") diff --git a/.godot/editor/MaskZeal.tscn-editstate-4cb7c8dfed1a50d90157a764aa6cc954.cfg b/.godot/editor/MaskZeal.tscn-editstate-4cb7c8dfed1a50d90157a764aa6cc954.cfg new file mode 100644 index 00000000..00767494 --- /dev/null +++ b/.godot/editor/MaskZeal.tscn-editstate-4cb7c8dfed1a50d90157a764aa6cc954.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.0693305, -0.135483, -0.0973157), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.417097, +"y_rotation": -0.233837 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword/Pickup")]) diff --git a/.godot/editor/MaskZeal.tscn-folding-4cb7c8dfed1a50d90157a764aa6cc954.cfg b/.godot/editor/MaskZeal.tscn-folding-4cb7c8dfed1a50d90157a764aa6cc954.cfg new file mode 100644 index 00000000..2552f81c --- /dev/null +++ b/.godot/editor/MaskZeal.tscn-folding-4cb7c8dfed1a50d90157a764aa6cc954.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/accessory/MaskZeal.tscn::CapsuleShape3D_uavx4", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/Menu.tscn-editstate-685a9f07e837038f4e9ce7c13b8674c1.cfg b/.godot/editor/Menu.tscn-editstate-685a9f07e837038f4e9ce7c13b8674c1.cfg new file mode 100644 index 00000000..5b85a5cd --- /dev/null +++ b/.godot/editor/Menu.tscn-editstate-685a9f07e837038f4e9ce7c13b8674c1.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-171.221, -136.456), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.943874 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Overworld/CommonSword")]) diff --git a/.godot/editor/Menu.tscn-folding-685a9f07e837038f4e9ce7c13b8674c1.cfg b/.godot/editor/Menu.tscn-folding-685a9f07e837038f4e9ce7c13b8674c1.cfg new file mode 100644 index 00000000..4760d5b1 --- /dev/null +++ b/.godot/editor/Menu.tscn-folding-685a9f07e837038f4e9ce7c13b8674c1.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layout"), NodePath("MarginContainer"), PackedStringArray("Theme Overrides", "Theme Overrides/constants", "Layout"), NodePath("MarginContainer/VBoxContainer"), PackedStringArray("Theme Overrides/constants", "Layout", "Layout/Container Sizing")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/MiniMap.tscn-editstate-fa94de6eb4fe4c4bb9eccacba60a4e28.cfg b/.godot/editor/MiniMap.tscn-editstate-fa94de6eb4fe4c4bb9eccacba60a4e28.cfg new file mode 100644 index 00000000..b91e571a --- /dev/null +++ b/.godot/editor/MiniMap.tscn-editstate-fa94de6eb4fe4c4bb9eccacba60a4e28.cfg @@ -0,0 +1,178 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16906/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Map/WorldEnvironment")]) diff --git a/.godot/editor/MiniMap.tscn-folding-fa94de6eb4fe4c4bb9eccacba60a4e28.cfg b/.godot/editor/MiniMap.tscn-folding-fa94de6eb4fe4c4bb9eccacba60a4e28.cfg new file mode 100644 index 00000000..2a2c79b5 --- /dev/null +++ b/.godot/editor/MiniMap.tscn-folding-fa94de6eb4fe4c4bb9eccacba60a4e28.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Process", "Layout"), NodePath("SubViewportContainer"), PackedStringArray("Visibility", "Layout"), NodePath("SubViewportContainer/SubViewport"), PackedStringArray("Render Target"), NodePath("SubViewportContainer/SubViewport/Camera3D"), PackedStringArray("Transform")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Minimap.tscn-editstate-20f57d20f459a4eda6158d7c4e28647b.cfg b/.godot/editor/Minimap.tscn-editstate-20f57d20f459a4eda6158d7c4e28647b.cfg new file mode 100644 index 00000000..a2a5f931 --- /dev/null +++ b/.godot/editor/Minimap.tscn-editstate-20f57d20f459a4eda6158d7c4e28647b.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-1571.77, -760.122), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.420448 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 15.8063, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(7.79505, -1.14189, 2.75593), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.221736, +"y_rotation": 8.81566 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 40.2508, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(21.2362, -7.61561, 20.2509), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.473815, +"y_rotation": 0.0934115 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Overworld/CommonSword")]) diff --git a/.godot/editor/Minimap.tscn-folding-20f57d20f459a4eda6158d7c4e28647b.cfg b/.godot/editor/Minimap.tscn-folding-20f57d20f459a4eda6158d7c4e28647b.cfg new file mode 100644 index 00000000..f0e79747 --- /dev/null +++ b/.godot/editor/Minimap.tscn-folding-20f57d20f459a4eda6158d7c4e28647b.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Process", "Visibility"), NodePath("CenterContainer"), PackedStringArray("Layout"), NodePath("CenterContainer/SubViewportContainer"), PackedStringArray("Layout", "Layout/Transform", "Visibility"), NodePath("CenterContainer/SubViewportContainer/SubViewport"), PackedStringArray("Process")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.fontdata-folding-2fe9b96785ad71db00decfcf28f8c868.cfg b/.godot/editor/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.fontdata-folding-2fe9b96785ad71db00decfcf28f8c868.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.fontdata-folding-2fe9b96785ad71db00decfcf28f8c868.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/NPC.tscn-editstate-07a7b8096b4c6c1e353874b6ad8a45f0.cfg b/.godot/editor/NPC.tscn-editstate-07a7b8096b4c6c1e353874b6ad8a45f0.cfg new file mode 100644 index 00000000..d22fdea3 --- /dev/null +++ b/.godot/editor/NPC.tscn-editstate-07a7b8096b4c6c1e353874b6ad8a45f0.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-26.9633, -2.10108), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 5.03968 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 7.39423, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.266643, -0.897296, -2.14589), +"use_environment": false, +"view_type": 0, +"x_rotation": 1.18166, +"y_rotation": -3.13287 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/NPC.tscn-editstate-9c5da2f9a2736449284376e8f3c99c8f.cfg b/.godot/editor/NPC.tscn-editstate-9c5da2f9a2736449284376e8f3c99c8f.cfg new file mode 100644 index 00000000..45db0941 --- /dev/null +++ b/.godot/editor/NPC.tscn-editstate-9c5da2f9a2736449284376e8f3c99c8f.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-26.9633, -2.10108), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 5.03968 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 10.0672, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-3.76048, 1.24918, -4.5706), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.248713, +"y_rotation": 5.44106 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC")]) diff --git a/.godot/editor/NPC.tscn-folding-07a7b8096b4c6c1e353874b6ad8a45f0.cfg b/.godot/editor/NPC.tscn-folding-07a7b8096b4c6c1e353874b6ad8a45f0.cfg new file mode 100644 index 00000000..c74afebd --- /dev/null +++ b/.godot/editor/NPC.tscn-folding-07a7b8096b4c6c1e353874b6ad8a45f0.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("DialogueOptions"), NodePath("Sprite"), PackedStringArray("Transform", "Global Illumination", "Flags"), NodePath("DialogueZone"), PackedStringArray("Collision"), NodePath("DialogueZone/CollisionShape3D"), PackedStringArray("shape"), NodePath("Collision"), PackedStringArray("Collision"), NodePath("Hitbox"), PackedStringArray("Gravity", "Collision")] +resource_unfolds=["res://src/npc/rat/NPC.tscn::CylinderShape3D_wfhgc", PackedStringArray(), "res://src/npc/rat/NPC.tscn::CapsuleShape3D_kg3qv", PackedStringArray(), "res://src/npc/rat/NPC.tscn::CylinderShape3D_nwuwj", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/NPC.tscn-folding-9c5da2f9a2736449284376e8f3c99c8f.cfg b/.godot/editor/NPC.tscn-folding-9c5da2f9a2736449284376e8f3c99c8f.cfg new file mode 100644 index 00000000..ab07ffa2 --- /dev/null +++ b/.godot/editor/NPC.tscn-folding-9c5da2f9a2736449284376e8f3c99c8f.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Sprites"), NodePath("Sprite"), PackedStringArray("Visibility Range", "Global Illumination", "Geometry", "Flags", "Animation", "Region", "Transform", "material_override")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/NewInventoryMenu.cs-folding-fed9b617b5bf176548620dd0cc2b8959.cfg b/.godot/editor/NewInventoryMenu.cs-folding-fed9b617b5bf176548620dd0cc2b8959.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/NewInventoryMenu.cs-folding-fed9b617b5bf176548620dd0cc2b8959.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.fontdata-folding-29c05586a94948b47cf3b8efba66a28f.cfg b/.godot/editor/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.fontdata-folding-29c05586a94948b47cf3b8efba66a28f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.fontdata-folding-29c05586a94948b47cf3b8efba66a28f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.fontdata-folding-b075e0895b4d7da9bf6d451b91f8817e.cfg b/.godot/editor/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.fontdata-folding-b075e0895b4d7da9bf6d451b91f8817e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.fontdata-folding-b075e0895b4d7da9bf6d451b91f8817e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.fontdata-folding-e9144a4d9ffc13b07313454852fb4ba5.cfg b/.godot/editor/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.fontdata-folding-e9144a4d9ffc13b07313454852fb4ba5.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.fontdata-folding-e9144a4d9ffc13b07313454852fb4ba5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.fontdata-folding-a191e5a5094bec9044b090127e42da81.cfg b/.godot/editor/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.fontdata-folding-a191e5a5094bec9044b090127e42da81.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.fontdata-folding-a191e5a5094bec9044b090127e42da81.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Npc.cs-folding-8844635e29c7bd3fb08fbac202da8055.cfg b/.godot/editor/Npc.cs-folding-8844635e29c7bd3fb08fbac202da8055.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Npc.cs-folding-8844635e29c7bd3fb08fbac202da8055.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overlock-Black.ttf-955909b870773856d7373c4318890105.fontdata-folding-a367e570f840ce6d5b5d39b02bb6bbfe.cfg b/.godot/editor/Overlock-Black.ttf-955909b870773856d7373c4318890105.fontdata-folding-a367e570f840ce6d5b5d39b02bb6bbfe.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overlock-Black.ttf-955909b870773856d7373c4318890105.fontdata-folding-a367e570f840ce6d5b5d39b02bb6bbfe.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.fontdata-folding-816836135629c05acc8eb4a46ff29e8c.cfg b/.godot/editor/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.fontdata-folding-816836135629c05acc8eb4a46ff29e8c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.fontdata-folding-816836135629c05acc8eb4a46ff29e8c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.fontdata-folding-3f1ddbf5443dd944714c6a45c1ced8ff.cfg b/.godot/editor/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.fontdata-folding-3f1ddbf5443dd944714c6a45c1ced8ff.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.fontdata-folding-3f1ddbf5443dd944714c6a45c1ced8ff.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.fontdata-folding-52027c9b305742b9182791596ec35b61.cfg b/.godot/editor/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.fontdata-folding-52027c9b305742b9182791596ec35b61.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.fontdata-folding-52027c9b305742b9182791596ec35b61.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.fontdata-folding-ff3e84ecfc40aa53698795e6f3176612.cfg b/.godot/editor/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.fontdata-folding-ff3e84ecfc40aa53698795e6f3176612.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.fontdata-folding-ff3e84ecfc40aa53698795e6f3176612.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.fontdata-folding-ab08436aaf719e82f5282e925dd115a4.cfg b/.godot/editor/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.fontdata-folding-ab08436aaf719e82f5282e925dd115a4.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.fontdata-folding-ab08436aaf719e82f5282e925dd115a4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overworld.cs-folding-2790ca890c5249c6e84cb78ded2a477f.cfg b/.godot/editor/Overworld.cs-folding-2790ca890c5249c6e84cb78ded2a477f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overworld.cs-folding-2790ca890c5249c6e84cb78ded2a477f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overworld.gltf-c251af791add603a217558c289ecffa5.scn-folding-2803e12815b9ab400eb2c6afa7b6c825.cfg b/.godot/editor/Overworld.gltf-c251af791add603a217558c289ecffa5.scn-folding-2803e12815b9ab400eb2c6afa7b6c825.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Overworld.gltf-c251af791add603a217558c289ecffa5.scn-folding-2803e12815b9ab400eb2c6afa7b6c825.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Overworld.tscn-editstate-1fe737b5c8d5ce359bff412077728201.cfg b/.godot/editor/Overworld.tscn-editstate-1fe737b5c8d5ce359bff412077728201.cfg new file mode 100644 index 00000000..1110f643 --- /dev/null +++ b/.godot/editor/Overworld.tscn-editstate-1fe737b5c8d5ce359bff412077728201.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 85.4403, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-43.3138, -43.5056, -58.1737), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.658862, +"y_rotation": -0.658862 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/Overworld.tscn-folding-1fe737b5c8d5ce359bff412077728201.cfg b/.godot/editor/Overworld.tscn-folding-1fe737b5c8d5ce359bff412077728201.cfg new file mode 100644 index 00000000..a71fa0b9 --- /dev/null +++ b/.godot/editor/Overworld.tscn-folding-1fe737b5c8d5ce359bff412077728201.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Node3D/CSGCombiner3D/Terrain/Raft"), PackedStringArray("Transform"), NodePath("Node3D/CSGCombiner3D/Terrain/Raft2"), PackedStringArray("Transform"), NodePath("Node3D/CSGCombiner3D/Terrain/Raft3"), PackedStringArray("Geometry", "Transform"), NodePath("Node3D/CSGCombiner3D2/water"), PackedStringArray("Geometry", "material_overlay", "material_override", "material"), NodePath("Node3D/StaticBody3D5"), PackedStringArray("Transform"), NodePath("Node3D/StaticBody3D5/CollisionShape3D"), PackedStringArray("Transform"), NodePath("Node3D/StaticBody3D11/CollisionShape3D"), PackedStringArray("Transform"), NodePath("Node3D/StaticBody3D15/CollisionShape3D"), PackedStringArray("shape"), NodePath("Node3D/StaticBody3D4"), PackedStringArray("Transform"), NodePath("Node3D/StaticBody3D4/CollisionShape3D"), PackedStringArray("Transform"), NodePath("Node3D/StaticBody3D3/CollisionShape3D"), PackedStringArray("shape")] +resource_unfolds=["res://src/map/Overworld.tscn::ConcavePolygonShape3D_fi5wi", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_l4k6h", PackedStringArray(), "res://src/map/Overworld.tscn::StandardMaterial3D_s871s", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_bljcj", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_3j3f5", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_6k5eg", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_bgjpb", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_nxyuc", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_v6xqg", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_ubm08", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_3m7tj", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_uspya", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_vnbxq", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_xa1ou", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_7mu3o", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_b1cjm", PackedStringArray(), "res://src/map/Overworld.tscn::ShaderMaterial_bkksx", PackedStringArray("Shader Parameters"), "res://src/map/Overworld.tscn::StandardMaterial3D_mj3e2", PackedStringArray(), "res://src/map/Overworld.tscn::StandardMaterial3D_v80hv", PackedStringArray(), "res://src/map/Overworld.tscn::ConcavePolygonShape3D_g8xkw", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_vcjjt", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_t8pe7", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_wx75i", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_jx418", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_tawfu", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_mry27", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_v3lk3", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_fl2hl", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_reuy2", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_1llvv", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_mmj2l", PackedStringArray(), "res://src/map/Overworld.tscn::CapsuleShape3D_csm75", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_mhs1q", PackedStringArray(), "res://src/map/Overworld.tscn::BoxShape3D_okyng", PackedStringArray()] +nodes_folded=[NodePath("Node3D/Shrine"), NodePath("Node3D/Ruins"), NodePath("Node3D/CSGCombiner3D2"), NodePath("Node3D/StaticBody3D"), NodePath("Node3D/StaticBody3D2"), NodePath("Node3D/StaticBody3D4"), NodePath("Node3D/StaticBody3D3")] diff --git a/.godot/editor/Palm of Heaven.tres-folding-fdceccb59abdc16efb153489692b97af.cfg b/.godot/editor/Palm of Heaven.tres-folding-fdceccb59abdc16efb153489692b97af.cfg new file mode 100644 index 00000000..ac5a748a --- /dev/null +++ b/.godot/editor/Palm of Heaven.tres-folding-fdceccb59abdc16efb153489692b97af.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("WeaponTags") diff --git a/.godot/editor/PatheticCoat.tres-folding-37f8624b60fd0f8eaf4a1ef77ed45e63.cfg b/.godot/editor/PatheticCoat.tres-folding-37f8624b60fd0f8eaf4a1ef77ed45e63.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/PatheticCoat.tres-folding-37f8624b60fd0f8eaf4a1ef77ed45e63.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Player.tscn-editstate-b3392c9bd897cca2494fce089072723c.cfg b/.godot/editor/Player.tscn-editstate-b3392c9bd897cca2494fce089072723c.cfg new file mode 100644 index 00000000..96f5ac7c --- /dev/null +++ b/.godot/editor/Player.tscn-editstate-b3392c9bd897cca2494fce089072723c.cfg @@ -0,0 +1,183 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-2920.47, -544.833), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.420448 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 8.62164, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-5.71498, -0.395761, 1.43889), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.273106, +"y_rotation": 10.6483 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 2.94012, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.254801, 0.891024, -0.514244), +"previewing": NodePath("Camera3D"), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.517453, +"y_rotation": -1.03669 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/Player.tscn-folding-b3392c9bd897cca2494fce089072723c.cfg b/.godot/editor/Player.tscn-folding-b3392c9bd897cca2494fce089072723c.cfg new file mode 100644 index 00000000..ed44e7c0 --- /dev/null +++ b/.godot/editor/Player.tscn-folding-b3392c9bd897cca2494fce089072723c.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("PlayerStatInfo", "Axis Lock", "Collision"), NodePath("Hitbox"), PackedStringArray("Collision", "Transform"), NodePath("Hitbox/HitboxCollision"), PackedStringArray("Visibility", "Transform"), NodePath("CollisionShape3D"), PackedStringArray("shape"), NodePath("CollisionShape3D/MeshInstance3D"), PackedStringArray("mesh"), NodePath("CollisionShape3D/CollisionDetector"), PackedStringArray("Collision"), NodePath("CollisionShape3D/CollisionDetector/CollisionShape3D"), PackedStringArray("shape"), NodePath("Camera3D"), PackedStringArray("Transform"), NodePath("OmniLight3D"), PackedStringArray("Light", "Omni"), NodePath("SwordSlashAnimation"), PackedStringArray("Animation", "Transform", "Offset"), NodePath("HealthTimer"), PackedStringArray("Process", "Auto Translate", "Editor Description", "Process/Thread Group"), NodePath("PlayerInfoUI"), PackedStringArray("Theme Overrides", "Theme Overrides/constants"), NodePath("PlayerInfoUI/HBoxContainer"), PackedStringArray("Layout", "Localization", "Layout/Container Sizing", "Layout/Transform"), NodePath("PlayerInfoUI/HBoxContainer/CenterContainer/TextureRect"), PackedStringArray("texture", "Layout", "Layout/Transform", "Layout/Container Sizing"), NodePath("PlayerInfoUI/HBoxContainer/CenterContainer/Level"), PackedStringArray("Layout"), NodePath("PlayerInfoUI/HBoxContainer/VBox"), PackedStringArray("Localization", "Layout", "Layout/Container Sizing", "Layout/Transform", "Theme", "Theme Overrides", "Theme Overrides/constants"), NodePath("PlayerInfoUI/HBoxContainer/VBox/HBox/HP"), PackedStringArray("label_settings"), NodePath("PlayerInfoUI/HBoxContainer/VBox/HBox/ReferenceRect"), PackedStringArray("Theme", "Layout"), NodePath("PlayerInfoUI/HBoxContainer/VBox/HBox2/VTNumber"), PackedStringArray("label_settings"), NodePath("PlayerInfoUI/TextureButton"), PackedStringArray("Textures", "Layout")] +resource_unfolds=["res://src/player/Player.tscn::Resource_up0v1", PackedStringArray(), "res://src/player/Player.tscn::BoxShape3D_wedu3", PackedStringArray(), "res://src/player/Player.tscn::CapsuleShape3D_dw45s", PackedStringArray(), "res://src/player/Player.tscn::CapsuleMesh_dmans", PackedStringArray(), "res://src/player/Player.tscn::BoxShape3D_hs4wf", PackedStringArray(), "res://src/player/Player.tscn::SpriteFrames_ywvvo", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/PlayerStats.tres-folding-21ffc598fc8ed4225c3271636b95af8c.cfg b/.godot/editor/PlayerStats.tres-folding-21ffc598fc8ed4225c3271636b95af8c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/PlayerStats.tres-folding-21ffc598fc8ed4225c3271636b95af8c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/RareSword.tres-folding-be50d26508ab29bb99aa7262122295f5.cfg b/.godot/editor/RareSword.tres-folding-be50d26508ab29bb99aa7262122295f5.cfg new file mode 100644 index 00000000..8bc4ce50 --- /dev/null +++ b/.godot/editor/RareSword.tres-folding-be50d26508ab29bb99aa7262122295f5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Resource", "WeaponTags") diff --git a/.godot/editor/RareSword.tscn-editstate-5d236e6461029bb40ce089b63d421896.cfg b/.godot/editor/RareSword.tscn-editstate-5d236e6461029bb40ce089b63d421896.cfg new file mode 100644 index 00000000..9d5c155d --- /dev/null +++ b/.godot/editor/RareSword.tscn-editstate-5d236e6461029bb40ce089b63d421896.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 8.63568, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-3.33105, 1.63312, -8.15323), +"use_environment": false, +"view_type": 0, +"x_rotation": -0.0105094, +"y_rotation": -0.661434 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/RareSword.tscn-editstate-73708e776d3209cb683f5a88aa8e660d.cfg b/.godot/editor/RareSword.tscn-editstate-73708e776d3209cb683f5a88aa8e660d.cfg new file mode 100644 index 00000000..9b858dea --- /dev/null +++ b/.godot/editor/RareSword.tscn-editstate-73708e776d3209cb683f5a88aa8e660d.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.00162, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-1.42111, -0.680239, -0.383872), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.827249, +"y_rotation": -1.71737 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/RareSword")]) diff --git a/.godot/editor/RareSword.tscn-folding-5d236e6461029bb40ce089b63d421896.cfg b/.godot/editor/RareSword.tscn-folding-5d236e6461029bb40ce089b63d421896.cfg new file mode 100644 index 00000000..bbc79bfe --- /dev/null +++ b/.godot/editor/RareSword.tscn-folding-5d236e6461029bb40ce089b63d421896.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform", "WeaponInfo"), NodePath("Pickup"), PackedStringArray("Transform", "Collision", "Linear Damp", "Angular Damp", "Wind", "Gravity"), NodePath("Pickup/Sprite"), PackedStringArray("Flags")] +resource_unfolds=["res://src/items/weapons/models/RareSword.tscn::Resource_s6hhf", PackedStringArray("WeaponTags"), "res://src/items/weapons/models/RareSword.tscn::CapsuleShape3D_4ic28", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/RareSword.tscn-folding-73708e776d3209cb683f5a88aa8e660d.cfg b/.godot/editor/RareSword.tscn-folding-73708e776d3209cb683f5a88aa8e660d.cfg new file mode 100644 index 00000000..e8d377c4 --- /dev/null +++ b/.godot/editor/RareSword.tscn-folding-73708e776d3209cb683f5a88aa8e660d.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Sword listo/Cube"), PackedStringArray("surface_material_override", "surface_material_override/0")] +resource_unfolds=["res://src/items/weapons/RareSword.tscn::ArrayMesh_1vnn8", PackedStringArray(), "res://src/items/weapons/RareSword.tscn::StandardMaterial3D_yww23", PackedStringArray("Albedo", "Metallic")] +nodes_folded=[] diff --git a/.godot/editor/RemoveUnusedDoors.cs-folding-2cd4c5bdc001fa88398ed8295956e689.cfg b/.godot/editor/RemoveUnusedDoors.cs-folding-2cd4c5bdc001fa88398ed8295956e689.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/RemoveUnusedDoors.cs-folding-2cd4c5bdc001fa88398ed8295956e689.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ResponseExample.cs-folding-24a0fbd66dc78173d8cfd99e1881a43f.cfg b/.godot/editor/ResponseExample.cs-folding-24a0fbd66dc78173d8cfd99e1881a43f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ResponseExample.cs-folding-24a0fbd66dc78173d8cfd99e1881a43f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Rigid.cs-folding-79b84ccda3eb93a3ca67dccd2fa21547.cfg b/.godot/editor/Rigid.cs-folding-79b84ccda3eb93a3ca67dccd2fa21547.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Rigid.cs-folding-79b84ccda3eb93a3ca67dccd2fa21547.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.fontdata-folding-03daa6ecbcb49c57616a98922c17941a.cfg b/.godot/editor/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.fontdata-folding-03daa6ecbcb49c57616a98922c17941a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.fontdata-folding-03daa6ecbcb49c57616a98922c17941a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.fontdata-folding-c6e038eb4142a78a31d1749f8edf60e4.cfg b/.godot/editor/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.fontdata-folding-c6e038eb4142a78a31d1749f8edf60e4.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.fontdata-folding-c6e038eb4142a78a31d1749f8edf60e4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.fontdata-folding-90f729c7aebe37090b7234d8834ac4cf.cfg b/.godot/editor/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.fontdata-folding-90f729c7aebe37090b7234d8834ac4cf.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.fontdata-folding-90f729c7aebe37090b7234d8834ac4cf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Rondo.tres-folding-f64dba61f73c53f72f588a90f818d43c.cfg b/.godot/editor/Rondo.tres-folding-f64dba61f73c53f72f588a90f818d43c.cfg new file mode 100644 index 00000000..ac5a748a --- /dev/null +++ b/.godot/editor/Rondo.tres-folding-f64dba61f73c53f72f588a90f818d43c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("WeaponTags") diff --git a/.godot/editor/Room.tscn-editstate-58aa68577eb138460de5de09e72ddda4.cfg b/.godot/editor/Room.tscn-editstate-58aa68577eb138460de5de09e72ddda4.cfg new file mode 100644 index 00000000..e54d5fd3 --- /dev/null +++ b/.godot/editor/Room.tscn-editstate-58aa68577eb138460de5de09e72ddda4.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 15.9841, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.695575, -3.61664, 7.01357), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.914516, +"y_rotation": 1.37187 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/Room.tscn-folding-58aa68577eb138460de5de09e72ddda4.cfg b/.godot/editor/Room.tscn-folding-58aa68577eb138460de5de09e72ddda4.cfg new file mode 100644 index 00000000..58f9c23e --- /dev/null +++ b/.godot/editor/Room.tscn-folding-58aa68577eb138460de5de09e72ddda4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("ItemDatabase"), PackedStringArray("ItemScene", "DropRate"), NodePath("EnemyDatabase"), PackedStringArray("EnemyList", "SpawnRate")] +resource_unfolds=["res://src/map/dungeon/Room.tscn::PlaneMesh_xhsyn", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/Room1.tscn-editstate-aca696921f8a2df0ccb00d02c003618d.cfg b/.godot/editor/Room1.tscn-editstate-aca696921f8a2df0ccb00d02c003618d.cfg new file mode 100644 index 00000000..b448dc87 --- /dev/null +++ b/.godot/editor/Room1.tscn-editstate-aca696921f8a2df0ccb00d02c003618d.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-529.997, -370.52), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.529732 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 9.36258, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-2.92935, -4.46898, 2.00223), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.287183, +"y_rotation": 41.2788 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/Room1.tscn-folding-aca696921f8a2df0ccb00d02c003618d.cfg b/.godot/editor/Room1.tscn-folding-aca696921f8a2df0ccb00d02c003618d.cfg new file mode 100644 index 00000000..8680c239 --- /dev/null +++ b/.godot/editor/Room1.tscn-folding-aca696921f8a2df0ccb00d02c003618d.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform"), NodePath("PlayerSpawn"), PackedStringArray("Transform"), NodePath("Minimap Texture"), PackedStringArray("mesh"), NodePath("EnemySpawnPoints/EnemySpawn1"), PackedStringArray("Transform"), NodePath("ItemDatabase"), PackedStringArray("DropRate", "ItemScene"), NodePath("EnemyDatabase"), PackedStringArray("EnemyList", "SpawnRate"), NodePath("CSGBox3D"), PackedStringArray("material_override", "Transform", "Geometry", "material"), NodePath("CSGBox3D/CSGBox3D2"), PackedStringArray("Geometry", "material"), NodePath("CSGBox3D/DOOR2"), PackedStringArray("material"), NodePath("NavigationRegion3D"), PackedStringArray("Transform", "navigation_mesh")] +resource_unfolds=["res://src/map/dungeon/rooms/Room1.tscn::PlaneMesh_luhnj", PackedStringArray(), "res://src/map/dungeon/rooms/Room1.tscn::StandardMaterial3D_nin6j", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room1.tscn::StandardMaterial3D_5j6ws", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room1.tscn::StandardMaterial3D_it7n4", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room1.tscn::StandardMaterial3D_05l2p", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room1.tscn::NavigationMesh_2klpp", PackedStringArray("Regions", "Edges", "Polygons", "Details", "Filters", "Agents", "Cells", "Geometry", "Sampling", "Resource"), "res://src/map/dungeon/rooms/Room1.tscn::BoxShape3D_4exnc", PackedStringArray()] +nodes_folded=[NodePath("ItemSpawnPoints"), NodePath("EnemySpawnPoints"), NodePath("CSGBox3D"), NodePath("NavigationRegion3D")] diff --git a/.godot/editor/Room2.tscn-editstate-bac335343c436b89b238dab61326dd0e.cfg b/.godot/editor/Room2.tscn-editstate-bac335343c436b89b238dab61326dd0e.cfg new file mode 100644 index 00000000..083b93ad --- /dev/null +++ b/.godot/editor/Room2.tscn-editstate-bac335343c436b89b238dab61326dd0e.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 46.3975, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-31.7068, -6.1903, -18.627), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.216388, +"y_rotation": -1.10656 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/ThrowableItem")]) diff --git a/.godot/editor/Room2.tscn-folding-bac335343c436b89b238dab61326dd0e.cfg b/.godot/editor/Room2.tscn-folding-bac335343c436b89b238dab61326dd0e.cfg new file mode 100644 index 00000000..114381bf --- /dev/null +++ b/.godot/editor/Room2.tscn-folding-bac335343c436b89b238dab61326dd0e.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Debug view"), NodePath("ItemSpawnPoints/ItemSpawn1"), PackedStringArray("Transform"), NodePath("EnemySpawnPoints/EnemySpawn1"), PackedStringArray("Transform"), NodePath("Minimap Texture"), PackedStringArray("Geometry", "mesh"), NodePath("ItemDatabase"), PackedStringArray("ItemScene", "DropRate"), NodePath("EnemyDatabase"), PackedStringArray("EnemyList", "SpawnRate"), NodePath("CSGBox3D"), PackedStringArray("Geometry", "material"), NodePath("CSGBox3D/CSGBox3D2"), PackedStringArray("Geometry", "material_override", "material"), NodePath("CSGBox3D/DOOR"), PackedStringArray("Transform"), NodePath("CSGBox3D/DOOR2"), PackedStringArray("Transform"), NodePath("NavigationRegion3D"), PackedStringArray("navigation_mesh"), NodePath("NavigationRegion3D/StaticBody3D2/CollisionShape3D"), PackedStringArray("shape"), NodePath("NavigationRegion3D/StaticBody3D3/CollisionShape3D"), PackedStringArray("shape")] +resource_unfolds=["res://src/map/dungeon/rooms/Room2.tscn::PlaneMesh_j8q3j", PackedStringArray(), "res://src/map/dungeon/rooms/Room2.tscn::StandardMaterial3D_b8kax", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room2.tscn::StandardMaterial3D_1h648", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room2.tscn::StandardMaterial3D_u3mvg", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room2.tscn::StandardMaterial3D_ham86", PackedStringArray("Albedo"), "res://src/map/dungeon/rooms/Room2.tscn::NavigationMesh_3rglr", PackedStringArray("Filters", "Edges", "Regions", "Agents", "Cells", "Sampling", "Geometry", "Polygons", "Details"), "res://src/map/dungeon/rooms/Room2.tscn::BoxShape3D_tph0j", PackedStringArray(), "res://src/map/dungeon/rooms/Room2.tscn::BoxShape3D_q0wqs", PackedStringArray()] +nodes_folded=[NodePath("CSGBox3D"), NodePath("NavigationRegion3D")] diff --git a/.godot/editor/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.oggvorbisstr-folding-b4cf84b80078bb9b16480b2fd20ae8c3.cfg b/.godot/editor/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.oggvorbisstr-folding-b4cf84b80078bb9b16480b2fd20ae8c3.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.oggvorbisstr-folding-b4cf84b80078bb9b16480b2fd20ae8c3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.oggvorbisstr-folding-6c777121a84c4b9f3ee3ab696a779155.cfg b/.godot/editor/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.oggvorbisstr-folding-6c777121a84c4b9f3ee3ab696a779155.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.oggvorbisstr-folding-6c777121a84c4b9f3ee3ab696a779155.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.scn-folding-979d615a199a7fa389f32b9a94a4a57b.cfg b/.godot/editor/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.scn-folding-979d615a199a7fa389f32b9a94a4a57b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.scn-folding-979d615a199a7fa389f32b9a94a4a57b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/SealingRod.tres-folding-c9051557089662f1a7c4c8fba02b91ec.cfg b/.godot/editor/SealingRod.tres-folding-c9051557089662f1a7c4c8fba02b91ec.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SealingRod.tres-folding-c9051557089662f1a7c4c8fba02b91ec.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/SealingRod.tscn-editstate-59eb195dae51c7a056a50f6c8ce55d39.cfg b/.godot/editor/SealingRod.tscn-editstate-59eb195dae51c7a056a50f6c8ce55d39.cfg new file mode 100644 index 00000000..ef97297d --- /dev/null +++ b/.godot/editor/SealingRod.tscn-editstate-59eb195dae51c7a056a50f6c8ce55d39.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 3.00072, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.033142, 0.121508, -1.20905), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.216384, +"y_rotation": 0.193768 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 1.8544, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.147142, -0.0452456, 0.126303), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.517453, +"y_rotation": -0.6309 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Armor/Pickup/Sprite")]) diff --git a/.godot/editor/SealingRod.tscn-folding-59eb195dae51c7a056a50f6c8ce55d39.cfg b/.godot/editor/SealingRod.tscn-folding-59eb195dae51c7a056a50f6c8ce55d39.cfg new file mode 100644 index 00000000..d6b80aa3 --- /dev/null +++ b/.godot/editor/SealingRod.tscn-folding-59eb195dae51c7a056a50f6c8ce55d39.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=["res://src/items/weapons/SealingRod.tscn::CapsuleShape3D_wll7p", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/SecondFloor.tscn-editstate-39088793dcfb3440e8ef23703b0e58da.cfg b/.godot/editor/SecondFloor.tscn-editstate-39088793dcfb3440e8ef23703b0e58da.cfg new file mode 100644 index 00000000..d8d40026 --- /dev/null +++ b/.godot/editor/SecondFloor.tscn-editstate-39088793dcfb3440e8ef23703b0e58da.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 6.3475, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Overworld/CSGCylinder3D")]) diff --git a/.godot/editor/SecondFloor.tscn-folding-39088793dcfb3440e8ef23703b0e58da.cfg b/.godot/editor/SecondFloor.tscn-folding-39088793dcfb3440e8ef23703b0e58da.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SecondFloor.tscn-folding-39088793dcfb3440e8ef23703b0e58da.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/SpellSignKnowledge.tres-folding-976ca9e22e43f5147f934dedef70091f.cfg b/.godot/editor/SpellSignKnowledge.tres-folding-976ca9e22e43f5147f934dedef70091f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SpellSignKnowledge.tres-folding-976ca9e22e43f5147f934dedef70091f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/SpriteMelt.gdshader-folding-b70315d6472cc08014ecd45cdf855b14.cfg b/.godot/editor/SpriteMelt.gdshader-folding-b70315d6472cc08014ecd45cdf855b14.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SpriteMelt.gdshader-folding-b70315d6472cc08014ecd45cdf855b14.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/SteloFragment.tres-folding-7b184d00db45f97b81beb9f776f9067b.cfg b/.godot/editor/SteloFragment.tres-folding-7b184d00db45f97b81beb9f776f9067b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/SteloFragment.tres-folding-7b184d00db45f97b81beb9f776f9067b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Stoic.tres-folding-424b2def39f1ceefa411dedbf7e77683.cfg b/.godot/editor/Stoic.tres-folding-424b2def39f1ceefa411dedbf7e77683.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Stoic.tres-folding-424b2def39f1ceefa411dedbf7e77683.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Sword Sword Odette.tres-folding-f6b1130fb5cb7df27617917c763946fa.cfg b/.godot/editor/Sword Sword Odette.tres-folding-f6b1130fb5cb7df27617917c763946fa.cfg new file mode 100644 index 00000000..ac5a748a --- /dev/null +++ b/.godot/editor/Sword Sword Odette.tres-folding-f6b1130fb5cb7df27617917c763946fa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("WeaponTags") diff --git a/.godot/editor/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.scn-folding-4c87c64d30ba27537820eec6f039d96c.cfg b/.godot/editor/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.scn-folding-4c87c64d30ba27537820eec6f039d96c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.scn-folding-4c87c64d30ba27537820eec6f039d96c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.scn-folding-b65cb9ba299a1b62ea215afc30c3356b.cfg b/.godot/editor/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.scn-folding-b65cb9ba299a1b62ea215afc30c3356b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.scn-folding-b65cb9ba299a1b62ea215afc30c3356b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.scn-folding-3665df79d7e47911881e0b8566cefded.cfg b/.godot/editor/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.scn-folding-3665df79d7e47911881e0b8566cefded.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.scn-folding-3665df79d7e47911881e0b8566cefded.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.scn-folding-ace437a0ae69baecff22f30688eb41fa.cfg b/.godot/editor/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.scn-folding-ace437a0ae69baecff22f30688eb41fa.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.scn-folding-ace437a0ae69baecff22f30688eb41fa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Sword listo.blend-editstate-7d5daa136eb33fbdb5cabb81eabbf1c5.cfg b/.godot/editor/Sword listo.blend-editstate-7d5daa136eb33fbdb5cabb81eabbf1c5.cfg new file mode 100644 index 00000000..dbc999e7 --- /dev/null +++ b/.godot/editor/Sword listo.blend-editstate-7d5daa136eb33fbdb5cabb81eabbf1c5.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/Sword listo.blend-folding-7d5daa136eb33fbdb5cabb81eabbf1c5.cfg b/.godot/editor/Sword listo.blend-folding-7d5daa136eb33fbdb5cabb81eabbf1c5.cfg new file mode 100644 index 00000000..830f5fee --- /dev/null +++ b/.godot/editor/Sword listo.blend-folding-7d5daa136eb33fbdb5cabb81eabbf1c5.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Cube"), PackedStringArray("Skeleton"), NodePath("Lamp"), PackedStringArray("Transform", "Light", "Omni"), NodePath("Camera"), PackedStringArray("Transform")] +resource_unfolds=["res://src/items/weapons/Sword listo.blend::ArrayMesh_1vnn8", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.scn-folding-0bc7e61c980b37a27ef0aa5cc448c3e2.cfg b/.godot/editor/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.scn-folding-0bc7e61c980b37a27ef0aa5cc448c3e2.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.scn-folding-0bc7e61c980b37a27ef0aa5cc448c3e2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.scn-folding-f13d600d451a93b42e083c99e49131ab.cfg b/.godot/editor/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.scn-folding-f13d600d451a93b42e083c99e49131ab.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.scn-folding-f13d600d451a93b42e083c99e49131ab.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.mesh-folding-e64478934edfc46faa5a8c842e48d2c3.cfg b/.godot/editor/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.mesh-folding-e64478934edfc46faa5a8c842e48d2c3.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.mesh-folding-e64478934edfc46faa5a8c842e48d2c3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Teleport.tscn-editstate-bd35b2b6c012068a6cbc753789b06f61.cfg b/.godot/editor/Teleport.tscn-editstate-bd35b2b6c012068a6cbc753789b06f61.cfg new file mode 100644 index 00000000..2d54f26f --- /dev/null +++ b/.godot/editor/Teleport.tscn-editstate-bd35b2b6c012068a6cbc753789b06f61.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 2.52068, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.304185, 0.569455, -0.401111), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.164024, +"y_rotation": -0.779253 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Game/DialogueController")]) diff --git a/.godot/editor/Teleport.tscn-folding-bd35b2b6c012068a6cbc753789b06f61.cfg b/.godot/editor/Teleport.tscn-folding-bd35b2b6c012068a6cbc753789b06f61.cfg new file mode 100644 index 00000000..7116aca3 --- /dev/null +++ b/.godot/editor/Teleport.tscn-folding-bd35b2b6c012068a6cbc753789b06f61.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Collision", "Transform"), NodePath("CollisionShape3D"), PackedStringArray("shape"), NodePath("CSGCylinder3D"), PackedStringArray("material")] +resource_unfolds=["res://src/map/Teleport.tscn::CylinderShape3D_vtvx6", PackedStringArray(), "res://src/map/Teleport.tscn::StandardMaterial3D_dc1b0", PackedStringArray("Albedo", "Transparency")] +nodes_folded=[] diff --git a/.godot/editor/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.tres-folding-27b1afaa6e7c9791ad456a91ebe3aae5.cfg b/.godot/editor/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.tres-folding-27b1afaa6e7c9791ad456a91ebe3aae5.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.tres-folding-27b1afaa6e7c9791ad456a91ebe3aae5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/TestDialogue.dialogue-fc3c6ad8e8d45320ab6210920e2f5abb.tres-folding-ee5327400be36bef3634ea215cd03781.cfg b/.godot/editor/TestDialogue.dialogue-fc3c6ad8e8d45320ab6210920e2f5abb.tres-folding-ee5327400be36bef3634ea215cd03781.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/TestDialogue.dialogue-fc3c6ad8e8d45320ab6210920e2f5abb.tres-folding-ee5327400be36bef3634ea215cd03781.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/TestDialogue.tres-folding-83ce713c6c966105761aa9a125c0809b.cfg b/.godot/editor/TestDialogue.tres-folding-83ce713c6c966105761aa9a125c0809b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/TestDialogue.tres-folding-83ce713c6c966105761aa9a125c0809b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/TestRoom.tscn-editstate-24f19d6d994278d5f7246dd21376c66d.cfg b/.godot/editor/TestRoom.tscn-editstate-24f19d6d994278d5f7246dd21376c66d.cfg new file mode 100644 index 00000000..c29a66e1 --- /dev/null +++ b/.godot/editor/TestRoom.tscn-editstate-24f19d6d994278d5f7246dd21376c66d.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 75.6887, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(9.96129, -9.19495, -36.2013), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.164023, +"y_rotation": 6.44639 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/TestRoom/TESTROOM")]) diff --git a/.godot/editor/TestRoom.tscn-folding-24f19d6d994278d5f7246dd21376c66d.cfg b/.godot/editor/TestRoom.tscn-folding-24f19d6d994278d5f7246dd21376c66d.cfg new file mode 100644 index 00000000..ed593007 --- /dev/null +++ b/.godot/editor/TestRoom.tscn-folding-24f19d6d994278d5f7246dd21376c66d.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("TESTROOM"), PackedStringArray("Transform"), NodePath("DOOR"), PackedStringArray("mesh")] +resource_unfolds=["res://src/map/dungeon/rooms/TestRoom.tscn::BoxMesh_jglbg", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/TextBox.cs-folding-664eb9ae2f97b87504e35455685d78d8.cfg b/.godot/editor/TextBox.cs-folding-664eb9ae2f97b87504e35455685d78d8.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/TextBox.cs-folding-664eb9ae2f97b87504e35455685d78d8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ThirdFloor.tscn-editstate-b33abaf36a531155e4fbc200bbdb86a4.cfg b/.godot/editor/ThirdFloor.tscn-editstate-b33abaf36a531155e4fbc200bbdb86a4.cfg new file mode 100644 index 00000000..3ecb5f1a --- /dev/null +++ b/.godot/editor/ThirdFloor.tscn-editstate-b33abaf36a531155e4fbc200bbdb86a4.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Overworld/CSGCylinder3D")]) diff --git a/.godot/editor/ThirdFloor.tscn-folding-b33abaf36a531155e4fbc200bbdb86a4.cfg b/.godot/editor/ThirdFloor.tscn-folding-b33abaf36a531155e4fbc200bbdb86a4.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/ThirdFloor.tscn-folding-b33abaf36a531155e4fbc200bbdb86a4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/ThrowableItem.cs-folding-e67f4e83d0edc8fd2e99d0058e6186fa.cfg b/.godot/editor/ThrowableItem.cs-folding-e67f4e83d0edc8fd2e99d0058e6186fa.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ThrowableItem.cs-folding-e67f4e83d0edc8fd2e99d0058e6186fa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ThrowableItem.tscn-editstate-d3487f0dc5fa32ba2dfabb0ed4617475.cfg b/.godot/editor/ThrowableItem.tscn-editstate-d3487f0dc5fa32ba2dfabb0ed4617475.cfg new file mode 100644 index 00000000..71a0bd68 --- /dev/null +++ b/.godot/editor/ThrowableItem.tscn-editstate-d3487f0dc5fa32ba2dfabb0ed4617475.cfg @@ -0,0 +1,190 @@ +[editor_states] + +Anim={ +"animation": "RESET", +"player": NodePath("AnimationPlayer"), +"track_editor_state": { +"fps_mode": false, +"offset": 0.0, +"v_scroll": 0.0, +"zoom": 1.0 +}, +"visible": true +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.66515, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(2.78758, -0.407019, -1.94882), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.177114, +"y_rotation": 0.68246 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC/Collision")]) diff --git a/.godot/editor/ThrowableItem.tscn-folding-d3487f0dc5fa32ba2dfabb0ed4617475.cfg b/.godot/editor/ThrowableItem.tscn-folding-d3487f0dc5fa32ba2dfabb0ed4617475.cfg new file mode 100644 index 00000000..4d0af273 --- /dev/null +++ b/.godot/editor/ThrowableItem.tscn-folding-d3487f0dc5fa32ba2dfabb0ed4617475.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Transform", "Visibility", "Process", "Physics Interpolation", "Auto Translate", "Editor Description", "Process/Thread Group", "ThrowableItemInfo"), NodePath("Hitbox"), PackedStringArray("Collision", "Transform"), NodePath("Hitbox/Sprite"), PackedStringArray("Animation", "Flags", "Transform"), NodePath("Hitbox/CollisionShape3D"), PackedStringArray("Transform"), NodePath("AnimationPlayer"), PackedStringArray("Root Motion", "Audio", "Callback Mode", "Process", "Physics Interpolation", "Process/Thread Group", "Editor Description", "Auto Translate", "Playback Options")] +resource_unfolds=["res://src/items/throwable/ThrowableItem.tscn::BoxShape3D_qihtb", PackedStringArray(), "res://src/items/throwable/ThrowableItem.tscn::BoxShape3D_03cqg", PackedStringArray()] +nodes_folded=[NodePath("Hitbox/Pickup")] diff --git a/.godot/editor/TitleFont.tres-folding-2db14bd82703124c030b8858c3988e6d.cfg b/.godot/editor/TitleFont.tres-folding-2db14bd82703124c030b8858c3988e6d.cfg new file mode 100644 index 00000000..54ed160a --- /dev/null +++ b/.godot/editor/TitleFont.tres-folding-2db14bd82703124c030b8858c3988e6d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Font", "Shadow") diff --git a/.godot/editor/UISandbox.tscn-editstate-af9672fc7ae2ee535e1f9b88d02dd36a.cfg b/.godot/editor/UISandbox.tscn-editstate-af9672fc7ae2ee535e1f9b88d02dd36a.cfg new file mode 100644 index 00000000..d73ca3a0 --- /dev/null +++ b/.godot/editor/UISandbox.tscn-editstate-af9672fc7ae2ee535e1f9b88d02dd36a.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-493.78, -242.425), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 0.890899 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Game/DialogueController/DialogueBalloon")]) diff --git a/.godot/editor/UISandbox.tscn-folding-af9672fc7ae2ee535e1f9b88d02dd36a.cfg b/.godot/editor/UISandbox.tscn-folding-af9672fc7ae2ee535e1f9b88d02dd36a.cfg new file mode 100644 index 00000000..000ec1ee --- /dev/null +++ b/.godot/editor/UISandbox.tscn-folding-af9672fc7ae2ee535e1f9b88d02dd36a.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("ColorRect"), PackedStringArray("Layout"), NodePath("MarginContainer"), PackedStringArray("Theme Overrides", "Theme Overrides/constants"), NodePath("MarginContainer/HFlowContainer/MainTitleFont"), PackedStringArray("label_settings"), NodePath("MarginContainer/HFlowContainer/HeadingFont"), PackedStringArray("label_settings", "Displayed Text", "BiDi"), NodePath("MarginContainer/HFlowContainer/Heading Font (Unselected)"), PackedStringArray("label_settings"), NodePath("MarginContainer/HFlowContainer/MainTextRegular"), PackedStringArray("label_settings"), NodePath("MarginContainer/HFlowContainer/MainTextBold"), PackedStringArray("label_settings"), NodePath("MarginContainer/HFlowContainer/MainTextItalic"), PackedStringArray("label_settings"), NodePath("MarginContainer/HFlowContainer/MainTextItalicEquipped"), PackedStringArray("label_settings")] +resource_unfolds=[] +nodes_folded=[NodePath(".")] diff --git a/.godot/editor/UncommonSword.tres-folding-691b662d3dceccf41ac504cdf44b957c.cfg b/.godot/editor/UncommonSword.tres-folding-691b662d3dceccf41ac504cdf44b957c.cfg new file mode 100644 index 00000000..319f02f4 --- /dev/null +++ b/.godot/editor/UncommonSword.tres-folding-691b662d3dceccf41ac504cdf44b957c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("_inventoryInfo", "WeaponTags") diff --git a/.godot/editor/UncommonSword.tscn-editstate-a6c8aa1ddc88b416b47e630536c4bd9b.cfg b/.godot/editor/UncommonSword.tscn-editstate-a6c8aa1ddc88b416b47e630536c4bd9b.cfg new file mode 100644 index 00000000..13069dfe --- /dev/null +++ b/.godot/editor/UncommonSword.tscn-editstate-a6c8aa1ddc88b416b47e630536c4bd9b.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": true +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.66411, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-1.92919, 0.0435188, 1.81451), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.168388, +"y_rotation": 3.14338 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/UncommonSword/Area3D")]) diff --git a/.godot/editor/UncommonSword.tscn-editstate-adb1cb1161cd0f4766a51b782c58b3bb.cfg b/.godot/editor/UncommonSword.tscn-editstate-adb1cb1161cd0f4766a51b782c58b3bb.cfg new file mode 100644 index 00000000..ca3c8216 --- /dev/null +++ b/.godot/editor/UncommonSword.tscn-editstate-adb1cb1161cd0f4766a51b782c58b3bb.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 2.16109, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.53805, -0.558505, 0.624646), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.822886, +"y_rotation": -1.38139 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/UncommonSword")]) diff --git a/.godot/editor/UncommonSword.tscn-folding-a6c8aa1ddc88b416b47e630536c4bd9b.cfg b/.godot/editor/UncommonSword.tscn-folding-a6c8aa1ddc88b416b47e630536c4bd9b.cfg new file mode 100644 index 00000000..f5ab0f0e --- /dev/null +++ b/.godot/editor/UncommonSword.tscn-folding-a6c8aa1ddc88b416b47e630536c4bd9b.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Area3D"), PackedStringArray("Collision"), NodePath("Area3D/Sprite3D"), PackedStringArray("Global Illumination", "Geometry", "Visibility Range", "Animation", "Region", "Flags")] +resource_unfolds=["res://src/items/weapons/models/UncommonSword.tscn::Resource_1dyki", PackedStringArray("_inventoryInfo", "WeaponTags"), "res://src/items/weapons/models/UncommonSword.tscn::CapsuleShape3D_cbafi", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/UncommonSword.tscn-folding-adb1cb1161cd0f4766a51b782c58b3bb.cfg b/.godot/editor/UncommonSword.tscn-folding-adb1cb1161cd0f4766a51b782c58b3bb.cfg new file mode 100644 index 00000000..6259d145 --- /dev/null +++ b/.godot/editor/UncommonSword.tscn-folding-adb1cb1161cd0f4766a51b782c58b3bb.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Sword listo/Cube"), PackedStringArray("mesh")] +resource_unfolds=["res://src/items/weapons/UncommonSword.tscn::ArrayMesh_1vnn8", PackedStringArray("surface_0")] +nodes_folded=[] diff --git a/.godot/editor/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.scn-folding-415721c8ff7baeae932c73196edbd6cb.cfg b/.godot/editor/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.scn-folding-415721c8ff7baeae932c73196edbd6cb.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.scn-folding-415721c8ff7baeae932c73196edbd6cb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/Weapon.tscn-editstate-3d76645ed2f6016ce004f9ff4842f963.cfg b/.godot/editor/Weapon.tscn-editstate-3d76645ed2f6016ce004f9ff4842f963.cfg new file mode 100644 index 00000000..a624c996 --- /dev/null +++ b/.godot/editor/Weapon.tscn-editstate-3d76645ed2f6016ce004f9ff4842f963.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.76177, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0.316798, 0.510264, -1.24047), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.216384, +"y_rotation": 0.193768 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 0.541282, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-0.0256678, -0.0392445, -0.0920518), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.30365, +"y_rotation": -0.953786 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/Weapon.tscn-folding-3d76645ed2f6016ce004f9ff4842f963.cfg b/.godot/editor/Weapon.tscn-folding-3d76645ed2f6016ce004f9ff4842f963.cfg new file mode 100644 index 00000000..e6d43ffe --- /dev/null +++ b/.godot/editor/Weapon.tscn-folding-3d76645ed2f6016ce004f9ff4842f963.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Info"), NodePath("Pickup"), PackedStringArray("Collision")] +resource_unfolds=["res://src/items/weapons/Weapon.tscn::CapsuleShape3D_wll7p", PackedStringArray()] +nodes_folded=[] diff --git a/.godot/editor/WeaponInfo.cs-folding-bd9969fb1d1d270698899cc6215b2a33.cfg b/.godot/editor/WeaponInfo.cs-folding-bd9969fb1d1d270698899cc6215b2a33.cfg new file mode 100644 index 00000000..762d715d --- /dev/null +++ b/.godot/editor/WeaponInfo.cs-folding-bd9969fb1d1d270698899cc6215b2a33.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Resource") diff --git a/.godot/editor/WireframeColorMat.tres-folding-addc74838415d116ae51cfa3392156ba.cfg b/.godot/editor/WireframeColorMat.tres-folding-addc74838415d116ae51cfa3392156ba.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/WireframeColorMat.tres-folding-addc74838415d116ae51cfa3392156ba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/WoodenArmament.tres-folding-7b5997ca165cfac6b5fec043db3dac79.cfg b/.godot/editor/WoodenArmament.tres-folding-7b5997ca165cfac6b5fec043db3dac79.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/WoodenArmament.tres-folding-7b5997ca165cfac6b5fec043db3dac79.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/block.blend-1f5384908d93f77089fae16111405003.scn-folding-42690441922b5ddd644920b3c9372c24.cfg b/.godot/editor/block.blend-1f5384908d93f77089fae16111405003.scn-folding-42690441922b5ddd644920b3c9372c24.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/block.blend-1f5384908d93f77089fae16111405003.scn-folding-42690441922b5ddd644920b3c9372c24.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/block.blend-5383fc484a149719e87db8517ebc8786.scn-folding-882ccac9f19d39732d744dfa0315f455.cfg b/.godot/editor/block.blend-5383fc484a149719e87db8517ebc8786.scn-folding-882ccac9f19d39732d744dfa0315f455.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/block.blend-5383fc484a149719e87db8517ebc8786.scn-folding-882ccac9f19d39732d744dfa0315f455.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/block.obj-09374a5e79353ad3292cf52cd6adaa94.mesh-folding-bfb7701cf0e46c873b7501fed7a7fb75.cfg b/.godot/editor/block.obj-09374a5e79353ad3292cf52cd6adaa94.mesh-folding-bfb7701cf0e46c873b7501fed7a7fb75.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/block.obj-09374a5e79353ad3292cf52cd6adaa94.mesh-folding-bfb7701cf0e46c873b7501fed7a7fb75.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/block.obj-e80c8c88f1276c5acf359f666c3d88b9.mesh-folding-91abf7102b0c3689f988c3760886ff6c.cfg b/.godot/editor/block.obj-e80c8c88f1276c5acf359f666c3d88b9.mesh-folding-91abf7102b0c3689f988c3760886ff6c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/block.obj-e80c8c88f1276c5acf359f666c3d88b9.mesh-folding-91abf7102b0c3689f988c3760886ff6c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/character_body_3d.gd-folding-b5d7236b507403bef4da3ecc4d1fe18e.cfg b/.godot/editor/character_body_3d.gd-folding-b5d7236b507403bef4da3ecc4d1fe18e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/character_body_3d.gd-folding-b5d7236b507403bef4da3ecc4d1fe18e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/character_controller_3d.gd-folding-6296a19c95e6ad0e97a433ee8414995a.cfg b/.godot/editor/character_controller_3d.gd-folding-6296a19c95e6ad0e97a433ee8414995a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/character_controller_3d.gd-folding-6296a19c95e6ad0e97a433ee8414995a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/corridor.tscn-folding-c73de29db34503c12cb82113845a231d.cfg b/.godot/editor/corridor.tscn-folding-c73de29db34503c12cb82113845a231d.cfg new file mode 100644 index 00000000..4e940e87 --- /dev/null +++ b/.godot/editor/corridor.tscn-folding-c73de29db34503c12cb82113845a231d.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Visibility"), NodePath("CSGBox3D"), PackedStringArray("Transform", "Visibility"), NodePath("CSGBox3D/DOOR?_F_CUT"), PackedStringArray("Transform"), NodePath("CSGBox3D/DOOR?_R_CUT"), PackedStringArray("Transform"), NodePath("CSGBox3D/DOOR?_L_CUT"), PackedStringArray("Transform"), NodePath("CSGBox3D/DOOR?_B_CUT"), PackedStringArray("Transform"), NodePath("Models/F_WALL"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/F_WALL/brick wall5"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/F_WALL/torch_001"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/F_WALL/torch_001/OmniLight3D"), PackedStringArray("Transform", "Light"), NodePath("Models/B_WALL"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/B_WALL/brick wall5"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/B_WALL/torch_001"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/B_WALL/torch_001/OmniLight3D"), PackedStringArray("Transform", "Light"), NodePath("Models/R_WALL"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/R_WALL/brick wall5"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/R_WALL/torch_001"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/R_WALL/torch_001/OmniLight3D"), PackedStringArray("Transform", "Light"), NodePath("Models/L_WALL"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/L_WALL/brick wall5"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/L_WALL/torch_001"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/L_WALL/torch_001/OmniLight3D"), PackedStringArray("Transform", "Light"), NodePath("Models/pillar"), PackedStringArray("Transform", "Visibility", "Skeleton"), NodePath("Models/pillar/pillar2"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/pillar2"), PackedStringArray("Transform", "Visibility", "Skeleton"), NodePath("Models/pillar2/pillar2"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/pillar3"), PackedStringArray("Transform", "Visibility", "Skeleton"), NodePath("Models/pillar3/pillar2"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/pillar4"), PackedStringArray("Transform", "Visibility", "Skeleton"), NodePath("Models/pillar4/pillar2"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/ceiling"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/ceiling/floor_002"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/ceiling/floor_003"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/ceiling/floor_004"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/floor"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/floor/floor_002"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/floor/floor_003"), PackedStringArray("Transform", "Skeleton"), NodePath("Models/floor/floor_004"), PackedStringArray("Transform", "Skeleton")] +resource_unfolds=["res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/corridor.tscn::ArrayMesh_5kfd1", PackedStringArray("Resource"), "res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/corridor.tscn::ArrayMesh_dbx6d", PackedStringArray("Resource"), "res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/corridor.tscn::ArrayMesh_5mbq8", PackedStringArray("Resource"), "res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/corridor.tscn::ArrayMesh_0kg5y", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/create_recent.Node b/.godot/editor/create_recent.Node new file mode 100644 index 00000000..917f3317 --- /dev/null +++ b/.godot/editor/create_recent.Node @@ -0,0 +1,14 @@ +CollisionShape3D +Area3D +RigidBody3D +StaticBody3D +Sprite2D +Node2D +AspectRatioContainer +HBoxContainer +Label +TextureRect +VBoxContainer +MarginContainer +ReferenceRect +HFlowContainer diff --git a/.godot/editor/create_recent.Resource b/.godot/editor/create_recent.Resource new file mode 100644 index 00000000..98183608 --- /dev/null +++ b/.godot/editor/create_recent.Resource @@ -0,0 +1,10 @@ +DialogueResource +LabelSettings +ConsumableItemInfo +ThrowableItemInfo +AccessoryInfo +ArmorInfo +WeaponInfo +EnemyStatInfo +PlayerStatInfo +InventoryItemInfo diff --git a/.godot/editor/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.mp3str-folding-4697aa9359ceea634c11b7d78645775b.cfg b/.godot/editor/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.mp3str-folding-4697aa9359ceea634c11b7d78645775b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.mp3str-folding-4697aa9359ceea634c11b7d78645775b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/dialogic.de.translation-folding-a28d042760ec24bab2362f38e5da26a3.cfg b/.godot/editor/dialogic.de.translation-folding-a28d042760ec24bab2362f38e5da26a3.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/dialogic.de.translation-folding-a28d042760ec24bab2362f38e5da26a3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/dialogic.en.translation-folding-2edb6a2929e004c6cfe96707b01f9810.cfg b/.godot/editor/dialogic.en.translation-folding-2edb6a2929e004c6cfe96707b01f9810.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/dialogic.en.translation-folding-2edb6a2929e004c6cfe96707b01f9810.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/dialogic.es.translation-folding-e342b99e990359d0ac1ddbccbb8aa2b2.cfg b/.godot/editor/dialogic.es.translation-folding-e342b99e990359d0ac1ddbccbb8aa2b2.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/dialogic.es.translation-folding-e342b99e990359d0ac1ddbccbb8aa2b2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/dialogic.fr.translation-folding-aff1cc4ff2024bdf732c4e05c5da6ce5.cfg b/.godot/editor/dialogic.fr.translation-folding-aff1cc4ff2024bdf732c4e05c5da6ce5.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/dialogic.fr.translation-folding-aff1cc4ff2024bdf732c4e05c5da6ce5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/dialogic.zh_CN.translation-folding-dad2535a5433e9b8ffbf89ea93f9a32a.cfg b/.godot/editor/dialogic.zh_CN.translation-folding-dad2535a5433e9b8ffbf89ea93f9a32a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/dialogic.zh_CN.translation-folding-dad2535a5433e9b8ffbf89ea93f9a32a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/dialogue_balloon.tscn-editstate-e8c8f80b83b33d33dc4652e4a6c97b97.cfg b/.godot/editor/dialogue_balloon.tscn-editstate-e8c8f80b83b33d33dc4652e4a6c97b97.cfg new file mode 100644 index 00000000..718530f5 --- /dev/null +++ b/.godot/editor/dialogue_balloon.tscn-editstate-e8c8f80b83b33d33dc4652e4a6c97b97.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/dialogue_balloon.tscn-folding-e8c8f80b83b33d33dc4652e4a6c97b97.cfg b/.godot/editor/dialogue_balloon.tscn-folding-e8c8f80b83b33d33dc4652e4a6c97b97.cfg new file mode 100644 index 00000000..f0441b29 --- /dev/null +++ b/.godot/editor/dialogue_balloon.tscn-folding-e8c8f80b83b33d33dc4652e4a6c97b97.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layer"), NodePath("Balloon"), PackedStringArray("Layout", "Theme"), NodePath("Balloon/Panel"), PackedStringArray("Visibility", "Layout", "Mouse"), NodePath("Balloon/Panel/Dialogue"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/CharacterLabel"), PackedStringArray("Visibility", "Layout", "Mouse"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/DialogueLabel"), PackedStringArray("Layout"), NodePath("Balloon/Responses"), PackedStringArray("Layout"), NodePath("Balloon/Responses/ResponsesMenu"), PackedStringArray("Layout", "Theme Overrides"), NodePath("Balloon/Responses/ResponsesMenu/ResponseExample"), PackedStringArray("Layout")] +resource_unfolds=["res://src/ui/dialogue/dialogue_balloon.tscn::Theme_qq3yp", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/dialogue_label.tscn-editstate-e41b7d5321416240678013b406b79557.cfg b/.godot/editor/dialogue_label.tscn-editstate-e41b7d5321416240678013b406b79557.cfg new file mode 100644 index 00000000..718530f5 --- /dev/null +++ b/.godot/editor/dialogue_label.tscn-editstate-e41b7d5321416240678013b406b79557.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/.godot/editor/dialogue_label.tscn-folding-e41b7d5321416240678013b406b79557.cfg b/.godot/editor/dialogue_label.tscn-folding-e41b7d5321416240678013b406b79557.cfg new file mode 100644 index 00000000..b7c3c452 --- /dev/null +++ b/.godot/editor/dialogue_label.tscn-folding-e41b7d5321416240678013b406b79557.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layout", "Mouse", "Markup", "Text Selection", "Displayed Text", "BiDi")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/droney.mp3-7dd594403d939d2237ca85424564e2e7.mp3str-folding-06bfb382e9dedc62d7a2bf7e0e9debe2.cfg b/.godot/editor/droney.mp3-7dd594403d939d2237ca85424564e2e7.mp3str-folding-06bfb382e9dedc62d7a2bf7e0e9debe2.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/droney.mp3-7dd594403d939d2237ca85424564e2e7.mp3str-folding-06bfb382e9dedc62d7a2bf7e0e9debe2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/editor_layout.cfg b/.godot/editor/editor_layout.cfg new file mode 100644 index 00000000..85f82ff4 --- /dev/null +++ b/.godot/editor/editor_layout.cfg @@ -0,0 +1,59 @@ +[docks] + +dock_3_selected_tab_idx=0 +dock_4_selected_tab_idx=0 +dock_5_selected_tab_idx=0 +dock_floating={} +dock_bottom=[] +dock_closed=[] +dock_split_2=0 +dock_split_3=0 +dock_hsplit_1=0 +dock_hsplit_2=497 +dock_hsplit_3=-432 +dock_hsplit_4=0 +dock_filesystem_h_split_offset=240 +dock_filesystem_v_split_offset=0 +dock_filesystem_display_mode=0 +dock_filesystem_file_sort=0 +dock_filesystem_file_list_display_mode=1 +dock_filesystem_selected_paths=PackedStringArray("res://src/items/throwable/resources/GeomanticDice.tres") +dock_filesystem_uncollapsed_paths=PackedStringArray("res://", "res://src/", "res://src/items/", "res://src/items/throwable/", "res://src/items/throwable/textures/", "res://src/items/throwable/resources/") +dock_3="Scene,Import" +dock_4="FileSystem" +dock_5="Inspector,Node,History" + +[EditorNode] + +open_scenes=PackedStringArray("res://src/Main.tscn", "res://src/npc/rat/NPC.tscn", "res://src/ui/dialogue/DialogueBalloon.tscn", "res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn", "res://src/player/Player.tscn", "res://src/map/Overworld.tscn", "res://src/enemy/CollisionDetector.tscn", "res://src/items/throwable/ThrowableItem.tscn") +current_scene="res://src/npc/rat/NPC.tscn" +center_split_offset=-286 +selected_default_debugger_tab_idx=1 +selected_main_editor_idx=1 +selected_bottom_panel_item=0 + +[ScriptEditor] + +open_scripts=["res://addons/dialogue_manager/dialogue_label.gd", "res://addons/dialogue_manager/dialogue_manager.gd", "res://addons/SimpleDungeons/DungeonGenerator3D.gd", "res://addons/SimpleDungeons/DungeonRoom3D.gd", "res://addons/SimpleDungeons/DungeonUtils.gd", "res://addons/dialogue_manager/example_balloon/example_balloon.gd", "res://src/map/dungeon/corridor/remove_unused_doors.gd"] +selected_script="res://addons/SimpleDungeons/DungeonRoom3D.gd" +open_help=[] +script_split_offset=70 +list_split_offset=0 +zoom_factor=1.0 + +[ShaderEditor] + +open_shaders=["res://src/inventory_menu/InventoryMenu.gdshader", "res://src/map/water.gdshader"] +split_offset=0 +selected_shader="res://src/map/water.gdshader" +text_shader_zoom_factor=1.0 + +[editor_log] + +log_filter_0=true +log_filter_2=true +log_filter_1=true +log_filter_3=true +log_filter_4=true +collapse=true +show_search=true diff --git a/.godot/editor/example_balloon.tscn-editstate-57fc9b32a4ae3d4a3041b46baf4b8f92.cfg b/.godot/editor/example_balloon.tscn-editstate-57fc9b32a4ae3d4a3041b46baf4b8f92.cfg new file mode 100644 index 00000000..c40ef9a8 --- /dev/null +++ b/.godot/editor/example_balloon.tscn-editstate-57fc9b32a4ae3d4a3041b46baf4b8f92.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/Game/ExampleBalloon")]) diff --git a/.godot/editor/example_balloon.tscn-folding-57fc9b32a4ae3d4a3041b46baf4b8f92.cfg b/.godot/editor/example_balloon.tscn-folding-57fc9b32a4ae3d4a3041b46baf4b8f92.cfg new file mode 100644 index 00000000..abf1da41 --- /dev/null +++ b/.godot/editor/example_balloon.tscn-folding-57fc9b32a4ae3d4a3041b46baf4b8f92.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layer"), NodePath("Balloon"), PackedStringArray("Layout", "Theme"), NodePath("Balloon/Panel"), PackedStringArray("Visibility", "Layout", "Mouse"), NodePath("Balloon/Panel/Dialogue"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/CharacterLabel"), PackedStringArray("Visibility", "Layout", "Mouse"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/DialogueLabel"), PackedStringArray("Layout"), NodePath("Balloon/Responses"), PackedStringArray("Layout"), NodePath("Balloon/Responses/ResponsesMenu"), PackedStringArray("Layout", "Theme Overrides"), NodePath("Balloon/Responses/ResponsesMenu/ResponseExample"), PackedStringArray("Layout")] +resource_unfolds=["res://addons/dialogue_manager/example_balloon/example_balloon.tscn::Theme_qq3yp", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/export-0146033894eb36f568892377213e255d-bridge_room.scn-folding-a41a8d3313890625b49697c402062b24.cfg b/.godot/editor/export-0146033894eb36f568892377213e255d-bridge_room.scn-folding-a41a8d3313890625b49697c402062b24.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-0146033894eb36f568892377213e255d-bridge_room.scn-folding-a41a8d3313890625b49697c402062b24.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-01d4fe23c1b64298561833439738d71c-bridge_room.scn-folding-467ddf9469bf5fa16b699b12275360ab.cfg b/.godot/editor/export-01d4fe23c1b64298561833439738d71c-bridge_room.scn-folding-467ddf9469bf5fa16b699b12275360ab.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-01d4fe23c1b64298561833439738d71c-bridge_room.scn-folding-467ddf9469bf5fa16b699b12275360ab.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-0c25baa5ba22cfb21b06760946f95d5b-DungeonGenerator.scn-folding-0b9984205318801486063adb5f800b9a.cfg b/.godot/editor/export-0c25baa5ba22cfb21b06760946f95d5b-DungeonGenerator.scn-folding-0b9984205318801486063adb5f800b9a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-0c25baa5ba22cfb21b06760946f95d5b-DungeonGenerator.scn-folding-0b9984205318801486063adb5f800b9a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-1412b6ef502bbf0c8e63b5e87aad5b71-App.scn-folding-1fbaf9ab7a9b0653f3c0f3daf2ec4c55.cfg b/.godot/editor/export-1412b6ef502bbf0c8e63b5e87aad5b71-App.scn-folding-1fbaf9ab7a9b0653f3c0f3daf2ec4c55.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-1412b6ef502bbf0c8e63b5e87aad5b71-App.scn-folding-1fbaf9ab7a9b0653f3c0f3daf2ec4c55.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-18843fd411b10a79baeda9701d1c86c5-trap_room.scn-folding-f37e377721e97ed719d46cf7df0a7bfd.cfg b/.godot/editor/export-18843fd411b10a79baeda9701d1c86c5-trap_room.scn-folding-f37e377721e97ed719d46cf7df0a7bfd.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-18843fd411b10a79baeda9701d1c86c5-trap_room.scn-folding-f37e377721e97ed719d46cf7df0a7bfd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-1b684ca539f6af7b2da3465d6b6ab2c7-DoorDebugVisual.scn-folding-b858e06eb1f709adf5ed9aaec33022b0.cfg b/.godot/editor/export-1b684ca539f6af7b2da3465d6b6ab2c7-DoorDebugVisual.scn-folding-b858e06eb1f709adf5ed9aaec33022b0.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-1b684ca539f6af7b2da3465d6b6ab2c7-DoorDebugVisual.scn-folding-b858e06eb1f709adf5ed9aaec33022b0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-1dad5bc400df8094b60797b0196873dc-InventoryMenu.scn-folding-5f057c3ab9e97838aee68f8ea78a6fd7.cfg b/.godot/editor/export-1dad5bc400df8094b60797b0196873dc-InventoryMenu.scn-folding-5f057c3ab9e97838aee68f8ea78a6fd7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-1dad5bc400df8094b60797b0196873dc-InventoryMenu.scn-folding-5f057c3ab9e97838aee68f8ea78a6fd7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-20f57d20f459a4eda6158d7c4e28647b-Minimap.scn-folding-ea386b5c6086fabd63c352b8f7292041.cfg b/.godot/editor/export-20f57d20f459a4eda6158d7c4e28647b-Minimap.scn-folding-ea386b5c6086fabd63c352b8f7292041.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-20f57d20f459a4eda6158d7c4e28647b-Minimap.scn-folding-ea386b5c6086fabd63c352b8f7292041.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-21ffc598fc8ed4225c3271636b95af8c-PlayerStats.res-folding-f0808f5d967b84ada046b3609476b856.cfg b/.godot/editor/export-21ffc598fc8ed4225c3271636b95af8c-PlayerStats.res-folding-f0808f5d967b84ada046b3609476b856.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-21ffc598fc8ed4225c3271636b95af8c-PlayerStats.res-folding-f0808f5d967b84ada046b3609476b856.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-266ef670099f43a84b9835f3c70ff9e4-Armor.scn-folding-1986caca9064fee149ed42b1ea710971.cfg b/.godot/editor/export-266ef670099f43a84b9835f3c70ff9e4-Armor.scn-folding-1986caca9064fee149ed42b1ea710971.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-266ef670099f43a84b9835f3c70ff9e4-Armor.scn-folding-1986caca9064fee149ed42b1ea710971.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-269317984f8db76b7a485ca870b13846-stair.scn-folding-9a20745ffa7ccd01b5f4e24b85c55509.cfg b/.godot/editor/export-269317984f8db76b7a485ca870b13846-stair.scn-folding-9a20745ffa7ccd01b5f4e24b85c55509.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-269317984f8db76b7a485ca870b13846-stair.scn-folding-9a20745ffa7ccd01b5f4e24b85c55509.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-27ce4432e4c9f134b505dce3e5d37705-stair.scn-folding-9c42198984a8244efd5713745b39fa0c.cfg b/.godot/editor/export-27ce4432e4c9f134b505dce3e5d37705-stair.scn-folding-9c42198984a8244efd5713745b39fa0c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-27ce4432e4c9f134b505dce3e5d37705-stair.scn-folding-9c42198984a8244efd5713745b39fa0c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-2f104f797908ef94c3be7e7f2f4b3c92-entrance_room.scn-folding-cd7df5934eb652071406752609453262.cfg b/.godot/editor/export-2f104f797908ef94c3be7e7f2f4b3c92-entrance_room.scn-folding-cd7df5934eb652071406752609453262.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-2f104f797908ef94c3be7e7f2f4b3c92-entrance_room.scn-folding-cd7df5934eb652071406752609453262.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-34ad5c5fd317e188aa03d2e41d53b566-CommonSword.scn-folding-49d2e338031d1b0f1faa5d0784eb0a9a.cfg b/.godot/editor/export-34ad5c5fd317e188aa03d2e41d53b566-CommonSword.scn-folding-49d2e338031d1b0f1faa5d0784eb0a9a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-34ad5c5fd317e188aa03d2e41d53b566-CommonSword.scn-folding-49d2e338031d1b0f1faa5d0784eb0a9a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-37f8624b60fd0f8eaf4a1ef77ed45e63-PatheticCoat.res-folding-5ba9ef9017c763055c74340270220042.cfg b/.godot/editor/export-37f8624b60fd0f8eaf4a1ef77ed45e63-PatheticCoat.res-folding-5ba9ef9017c763055c74340270220042.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-37f8624b60fd0f8eaf4a1ef77ed45e63-PatheticCoat.res-folding-5ba9ef9017c763055c74340270220042.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-3aab38d35a2fa60f4dd1e84c690e9384-bridge_room.scn-folding-e1a1dca6521d6988384823479126140f.cfg b/.godot/editor/export-3aab38d35a2fa60f4dd1e84c690e9384-bridge_room.scn-folding-e1a1dca6521d6988384823479126140f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-3aab38d35a2fa60f4dd1e84c690e9384-bridge_room.scn-folding-e1a1dca6521d6988384823479126140f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-419d5b6d47da67a68b4d0613febb6af6-dungeon_generator_3d_inherited_class.scn-folding-bf304fe37ec51f67f4b7ab9892bf7faf.cfg b/.godot/editor/export-419d5b6d47da67a68b4d0613febb6af6-dungeon_generator_3d_inherited_class.scn-folding-bf304fe37ec51f67f4b7ab9892bf7faf.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-419d5b6d47da67a68b4d0613febb6af6-dungeon_generator_3d_inherited_class.scn-folding-bf304fe37ec51f67f4b7ab9892bf7faf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-47244ff239a0353b144d34e920836b17-corridor.scn-folding-d36fc7a05d962be6d10c1a668a1fcc17.cfg b/.godot/editor/export-47244ff239a0353b144d34e920836b17-corridor.scn-folding-d36fc7a05d962be6d10c1a668a1fcc17.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-47244ff239a0353b144d34e920836b17-corridor.scn-folding-d36fc7a05d962be6d10c1a668a1fcc17.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-4b33a5da9b4a0ff49934372728feaa0f-entrance_room.scn-folding-099b7efaa9b6f915b6eb01f222e89b0b.cfg b/.godot/editor/export-4b33a5da9b4a0ff49934372728feaa0f-entrance_room.scn-folding-099b7efaa9b6f915b6eb01f222e89b0b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-4b33a5da9b4a0ff49934372728feaa0f-entrance_room.scn-folding-099b7efaa9b6f915b6eb01f222e89b0b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-4cbb0ae2d6b49265c59f3ba022ef658e-corridor.scn-folding-4aa7358675b6a4ef57acd65522ad4e62.cfg b/.godot/editor/export-4cbb0ae2d6b49265c59f3ba022ef658e-corridor.scn-folding-4aa7358675b6a4ef57acd65522ad4e62.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-4cbb0ae2d6b49265c59f3ba022ef658e-corridor.scn-folding-4aa7358675b6a4ef57acd65522ad4e62.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-4cd0929fb9dfc06055c26cfd7a24080f-EnemyDatabase.scn-folding-3f431737f4f7f0ed7c104ed8d8e40c0e.cfg b/.godot/editor/export-4cd0929fb9dfc06055c26cfd7a24080f-EnemyDatabase.scn-folding-3f431737f4f7f0ed7c104ed8d8e40c0e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-4cd0929fb9dfc06055c26cfd7a24080f-EnemyDatabase.scn-folding-3f431737f4f7f0ed7c104ed8d8e40c0e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-4e70a27c2a67a9e29d5a06bca87d688f-corridor.scn-folding-185753e32c751e8682b3f98a7e148084.cfg b/.godot/editor/export-4e70a27c2a67a9e29d5a06bca87d688f-corridor.scn-folding-185753e32c751e8682b3f98a7e148084.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-4e70a27c2a67a9e29d5a06bca87d688f-corridor.scn-folding-185753e32c751e8682b3f98a7e148084.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-4fed4c3ac4546db568e2fbdc4aae2115-Game.scn-folding-99c93cf5ea4105987fa838300b310f44.cfg b/.godot/editor/export-4fed4c3ac4546db568e2fbdc4aae2115-Game.scn-folding-99c93cf5ea4105987fa838300b310f44.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-4fed4c3ac4546db568e2fbdc4aae2115-Game.scn-folding-99c93cf5ea4105987fa838300b310f44.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-501d082e00a8e98488ad3904fb735514-DebugAlert.scn-folding-f37dd7723a6be0cab64406576ca17efd.cfg b/.godot/editor/export-501d082e00a8e98488ad3904fb735514-DebugAlert.scn-folding-f37dd7723a6be0cab64406576ca17efd.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-501d082e00a8e98488ad3904fb735514-DebugAlert.scn-folding-f37dd7723a6be0cab64406576ca17efd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-53d9cc5b09e3ef2ae302afd3eb1c19ae-corridor.scn-folding-44ecdd40036bbade36049cffa4ac4c2d.cfg b/.godot/editor/export-53d9cc5b09e3ef2ae302afd3eb1c19ae-corridor.scn-folding-44ecdd40036bbade36049cffa4ac4c2d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-53d9cc5b09e3ef2ae302afd3eb1c19ae-corridor.scn-folding-44ecdd40036bbade36049cffa4ac4c2d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-58aa68577eb138460de5de09e72ddda4-Room.scn-folding-0109d1acbdd6928cb98aa5d2d984de04.cfg b/.godot/editor/export-58aa68577eb138460de5de09e72ddda4-Room.scn-folding-0109d1acbdd6928cb98aa5d2d984de04.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-58aa68577eb138460de5de09e72ddda4-Room.scn-folding-0109d1acbdd6928cb98aa5d2d984de04.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-5d236e6461029bb40ce089b63d421896-RareSword.scn-folding-4e4e6ac871116c1cec51b3bdc8d8d55f.cfg b/.godot/editor/export-5d236e6461029bb40ce089b63d421896-RareSword.scn-folding-4e4e6ac871116c1cec51b3bdc8d8d55f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-5d236e6461029bb40ce089b63d421896-RareSword.scn-folding-4e4e6ac871116c1cec51b3bdc8d8d55f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-60e29830f555d881b595e5cb5f90ada0-Corridor.scn-folding-516faebbe958391583c92e1ecc26dde7.cfg b/.godot/editor/export-60e29830f555d881b595e5cb5f90ada0-Corridor.scn-folding-516faebbe958391583c92e1ecc26dde7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-60e29830f555d881b595e5cb5f90ada0-Corridor.scn-folding-516faebbe958391583c92e1ecc26dde7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-685a9f07e837038f4e9ce7c13b8674c1-Menu.scn-folding-822c0169372743056b4d5f9a50e9324e.cfg b/.godot/editor/export-685a9f07e837038f4e9ce7c13b8674c1-Menu.scn-folding-822c0169372743056b4d5f9a50e9324e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-685a9f07e837038f4e9ce7c13b8674c1-Menu.scn-folding-822c0169372743056b4d5f9a50e9324e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-691b662d3dceccf41ac504cdf44b957c-UncommonSword.res-folding-7f8b0729122a2dd69103e5f363f11c58.cfg b/.godot/editor/export-691b662d3dceccf41ac504cdf44b957c-UncommonSword.res-folding-7f8b0729122a2dd69103e5f363f11c58.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-691b662d3dceccf41ac504cdf44b957c-UncommonSword.res-folding-7f8b0729122a2dd69103e5f363f11c58.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-76747589c8033e5292fba48f34767f24-living_room.scn-folding-c2b52a18823bf7bbf1eddf22df2615a9.cfg b/.godot/editor/export-76747589c8033e5292fba48f34767f24-living_room.scn-folding-c2b52a18823bf7bbf1eddf22df2615a9.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-76747589c8033e5292fba48f34767f24-living_room.scn-folding-c2b52a18823bf7bbf1eddf22df2615a9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-76d26a426b540ecc066507853d7871f1-entrance_room.scn-folding-65c6b9989414cee8d2bca0969afeaaac.cfg b/.godot/editor/export-76d26a426b540ecc066507853d7871f1-entrance_room.scn-folding-65c6b9989414cee8d2bca0969afeaaac.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-76d26a426b540ecc066507853d7871f1-entrance_room.scn-folding-65c6b9989414cee8d2bca0969afeaaac.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-8b9490c5dfd52003243aed804f055bf4-stair.scn-folding-bdca0edf5f3e846675bc9d4b94c6f67c.cfg b/.godot/editor/export-8b9490c5dfd52003243aed804f055bf4-stair.scn-folding-bdca0edf5f3e846675bc9d4b94c6f67c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-8b9490c5dfd52003243aed804f055bf4-stair.scn-folding-bdca0edf5f3e846675bc9d4b94c6f67c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-9144b3d075920d8cd53f6a60921f3906-red_room.scn-folding-51cb638cd2c392b2fdda7fb200e20f38.cfg b/.godot/editor/export-9144b3d075920d8cd53f6a60921f3906-red_room.scn-folding-51cb638cd2c392b2fdda7fb200e20f38.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-9144b3d075920d8cd53f6a60921f3906-red_room.scn-folding-51cb638cd2c392b2fdda7fb200e20f38.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-953c4c6a68449e05972b6cf36cd96f99-ItemDatabase.scn-folding-03817f752a0480645848d7d1bba3fd9f.cfg b/.godot/editor/export-953c4c6a68449e05972b6cf36cd96f99-ItemDatabase.scn-folding-03817f752a0480645848d7d1bba3fd9f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-953c4c6a68449e05972b6cf36cd96f99-ItemDatabase.scn-folding-03817f752a0480645848d7d1bba3fd9f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-9a44b4a1dece042b35067e1a91f54002-stairs.scn-folding-86e0043a4c59811a6582c24766cc51a2.cfg b/.godot/editor/export-9a44b4a1dece042b35067e1a91f54002-stairs.scn-folding-86e0043a4c59811a6582c24766cc51a2.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-9a44b4a1dece042b35067e1a91f54002-stairs.scn-folding-86e0043a4c59811a6582c24766cc51a2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-a559558cfbcf3a39cbe0494b1104e337-blue_room.scn-folding-3ccbabd2d98b03d12d8224804f559ee4.cfg b/.godot/editor/export-a559558cfbcf3a39cbe0494b1104e337-blue_room.scn-folding-3ccbabd2d98b03d12d8224804f559ee4.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-a559558cfbcf3a39cbe0494b1104e337-blue_room.scn-folding-3ccbabd2d98b03d12d8224804f559ee4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-a699e98b48b5db4969ff44ef13956900-FloatingEnemy.res-folding-5b62d0d50be566a60cdd61a5e1886bd6.cfg b/.godot/editor/export-a699e98b48b5db4969ff44ef13956900-FloatingEnemy.res-folding-5b62d0d50be566a60cdd61a5e1886bd6.cfg new file mode 100644 index 00000000..762d715d --- /dev/null +++ b/.godot/editor/export-a699e98b48b5db4969ff44ef13956900-FloatingEnemy.res-folding-5b62d0d50be566a60cdd61a5e1886bd6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("Resource") diff --git a/.godot/editor/export-a6c8aa1ddc88b416b47e630536c4bd9b-UncommonSword.scn-folding-f7d79c232f00c881a545f3213efb5cf5.cfg b/.godot/editor/export-a6c8aa1ddc88b416b47e630536c4bd9b-UncommonSword.scn-folding-f7d79c232f00c881a545f3213efb5cf5.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-a6c8aa1ddc88b416b47e630536c4bd9b-UncommonSword.scn-folding-f7d79c232f00c881a545f3213efb5cf5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-aca696921f8a2df0ccb00d02c003618d-Room1.scn-folding-3ef7b35deb3538a7d0b4744a741d1f0c.cfg b/.godot/editor/export-aca696921f8a2df0ccb00d02c003618d-Room1.scn-folding-3ef7b35deb3538a7d0b4744a741d1f0c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-aca696921f8a2df0ccb00d02c003618d-Room1.scn-folding-3ef7b35deb3538a7d0b4744a741d1f0c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-addc74838415d116ae51cfa3392156ba-WireframeColorMat.res-folding-ae6049051379a6c623e1f9051f941dad.cfg b/.godot/editor/export-addc74838415d116ae51cfa3392156ba-WireframeColorMat.res-folding-ae6049051379a6c623e1f9051f941dad.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-addc74838415d116ae51cfa3392156ba-WireframeColorMat.res-folding-ae6049051379a6c623e1f9051f941dad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-af264238fd56c207f706f08f8043dda4-Main.scn-folding-64756d288d58f5edb34534c78cbcfe84.cfg b/.godot/editor/export-af264238fd56c207f706f08f8043dda4-Main.scn-folding-64756d288d58f5edb34534c78cbcfe84.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-af264238fd56c207f706f08f8043dda4-Main.scn-folding-64756d288d58f5edb34534c78cbcfe84.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-b3392c9bd897cca2494fce089072723c-Player.scn-folding-94888bb1177b8ecee27095b6e7ea75eb.cfg b/.godot/editor/export-b3392c9bd897cca2494fce089072723c-Player.scn-folding-94888bb1177b8ecee27095b6e7ea75eb.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-b3392c9bd897cca2494fce089072723c-Player.scn-folding-94888bb1177b8ecee27095b6e7ea75eb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-b4749e333424ae66d30660cc9a41baaf-CSGStairMaker3D.scn-folding-42bbe3eccefec571859ee39f01e092b0.cfg b/.godot/editor/export-b4749e333424ae66d30660cc9a41baaf-CSGStairMaker3D.scn-folding-42bbe3eccefec571859ee39f01e092b0.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-b4749e333424ae66d30660cc9a41baaf-CSGStairMaker3D.scn-folding-42bbe3eccefec571859ee39f01e092b0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-b5656cf56210f33c30a886409895c48f-bedroom.scn-folding-f8bb5aea2c5b2631de5f58b90e9e1e85.cfg b/.godot/editor/export-b5656cf56210f33c30a886409895c48f-bedroom.scn-folding-f8bb5aea2c5b2631de5f58b90e9e1e85.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-b5656cf56210f33c30a886409895c48f-bedroom.scn-folding-f8bb5aea2c5b2631de5f58b90e9e1e85.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-b6c1a2a3a9734ab9f40ed4e8d9e81d50-house_exterior.scn-folding-ade16fa11e25f5d96c0d196677129625.cfg b/.godot/editor/export-b6c1a2a3a9734ab9f40ed4e8d9e81d50-house_exterior.scn-folding-ade16fa11e25f5d96c0d196677129625.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-b6c1a2a3a9734ab9f40ed4e8d9e81d50-house_exterior.scn-folding-ade16fa11e25f5d96c0d196677129625.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-bac335343c436b89b238dab61326dd0e-Room2.scn-folding-0143a0ba84af5f90bc39ccb28d6b18a8.cfg b/.godot/editor/export-bac335343c436b89b238dab61326dd0e-Room2.scn-folding-0143a0ba84af5f90bc39ccb28d6b18a8.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-bac335343c436b89b238dab61326dd0e-Room2.scn-folding-0143a0ba84af5f90bc39ccb28d6b18a8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-bdf12a33dcdd420316d8d7fce6d9fd35-stair.scn-folding-f98776c6007966e005426e9bf6d8e9f0.cfg b/.godot/editor/export-bdf12a33dcdd420316d8d7fce6d9fd35-stair.scn-folding-f98776c6007966e005426e9bf6d8e9f0.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-bdf12a33dcdd420316d8d7fce6d9fd35-stair.scn-folding-f98776c6007966e005426e9bf6d8e9f0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-be50d26508ab29bb99aa7262122295f5-RareSword.res-folding-1532c2721c45dc4e97ff5a8d88acc557.cfg b/.godot/editor/export-be50d26508ab29bb99aa7262122295f5-RareSword.res-folding-1532c2721c45dc4e97ff5a8d88acc557.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-be50d26508ab29bb99aa7262122295f5-RareSword.res-folding-1532c2721c45dc4e97ff5a8d88acc557.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-c5eb39409ba10e81d6c54d47fdf09906-living_room.scn-folding-1fdf5ede997dc2a39247147ae029a85b.cfg b/.godot/editor/export-c5eb39409ba10e81d6c54d47fdf09906-living_room.scn-folding-1fdf5ede997dc2a39247147ae029a85b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-c5eb39409ba10e81d6c54d47fdf09906-living_room.scn-folding-1fdf5ede997dc2a39247147ae029a85b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-c5f718a89a5b21299d647e1ca0420013-CommonSword.res-folding-2ce06d243cc054d70805e0fef3efa228.cfg b/.godot/editor/export-c5f718a89a5b21299d647e1ca0420013-CommonSword.res-folding-2ce06d243cc054d70805e0fef3efa228.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-c5f718a89a5b21299d647e1ca0420013-CommonSword.res-folding-2ce06d243cc054d70805e0fef3efa228.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-c73de29db34503c12cb82113845a231d-corridor.scn-folding-23d31fea6bafec7a003094ce02f9414e.cfg b/.godot/editor/export-c73de29db34503c12cb82113845a231d-corridor.scn-folding-23d31fea6bafec7a003094ce02f9414e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-c73de29db34503c12cb82113845a231d-corridor.scn-folding-23d31fea6bafec7a003094ce02f9414e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-cb958b16ae86a33844ce44519b40b870-corridor.scn-folding-7531277ac5beeca5f0f9017a095a4a1a.cfg b/.godot/editor/export-cb958b16ae86a33844ce44519b40b870-corridor.scn-folding-7531277ac5beeca5f0f9017a095a4a1a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-cb958b16ae86a33844ce44519b40b870-corridor.scn-folding-7531277ac5beeca5f0f9017a095a4a1a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-cc01a1e04b2ea5d445a86be46d40c715-living_room.scn-folding-edc7a1958d379b76024333ce467d595b.cfg b/.godot/editor/export-cc01a1e04b2ea5d445a86be46d40c715-living_room.scn-folding-edc7a1958d379b76024333ce467d595b.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-cc01a1e04b2ea5d445a86be46d40c715-living_room.scn-folding-edc7a1958d379b76024333ce467d595b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-cc12bb22eb040cfc06e95f72e91b36a3-green_room.scn-folding-a1c10b8ab9553d76416a8f18b16414f7.cfg b/.godot/editor/export-cc12bb22eb040cfc06e95f72e91b36a3-green_room.scn-folding-a1c10b8ab9553d76416a8f18b16414f7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-cc12bb22eb040cfc06e95f72e91b36a3-green_room.scn-folding-a1c10b8ab9553d76416a8f18b16414f7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-cea8947aa3ddd887a1001a5d9a6e95ab-FloatingEnemy.scn-folding-0afbb518319f19565508cd396cbd478d.cfg b/.godot/editor/export-cea8947aa3ddd887a1001a5d9a6e95ab-FloatingEnemy.scn-folding-0afbb518319f19565508cd396cbd478d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-cea8947aa3ddd887a1001a5d9a6e95ab-FloatingEnemy.scn-folding-0afbb518319f19565508cd396cbd478d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-d3487f0dc5fa32ba2dfabb0ed4617475-ThrowableItem.scn-folding-1611b6557ad39170600a8df6bd319d0a.cfg b/.godot/editor/export-d3487f0dc5fa32ba2dfabb0ed4617475-ThrowableItem.scn-folding-1611b6557ad39170600a8df6bd319d0a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-d3487f0dc5fa32ba2dfabb0ed4617475-ThrowableItem.scn-folding-1611b6557ad39170600a8df6bd319d0a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-d61a9aa759a86ffa205144f78e953944-Door.scn-folding-fea24dd3abe3e897eefbbf98bce3eed5.cfg b/.godot/editor/export-d61a9aa759a86ffa205144f78e953944-Door.scn-folding-fea24dd3abe3e897eefbbf98bce3eed5.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-d61a9aa759a86ffa205144f78e953944-Door.scn-folding-fea24dd3abe3e897eefbbf98bce3eed5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-eb4e869f72333ae9779a59b68eab4859-living_room.scn-folding-7636d5580e0dc1880ccdc8edf0ef95fc.cfg b/.godot/editor/export-eb4e869f72333ae9779a59b68eab4859-living_room.scn-folding-7636d5580e0dc1880ccdc8edf0ef95fc.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-eb4e869f72333ae9779a59b68eab4859-living_room.scn-folding-7636d5580e0dc1880ccdc8edf0ef95fc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-f0d3ce959fc7c4211c41b9882773c0ad-treasure_room.scn-folding-edd16af187d6fc835a6f55dfd4ac128e.cfg b/.godot/editor/export-f0d3ce959fc7c4211c41b9882773c0ad-treasure_room.scn-folding-edd16af187d6fc835a6f55dfd4ac128e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-f0d3ce959fc7c4211c41b9882773c0ad-treasure_room.scn-folding-edd16af187d6fc835a6f55dfd4ac128e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-f1b3e07190b835d38738f38fcccb4dd3-EnemyDie.res-folding-34505596dd23cc289a3ec527498a5e4a.cfg b/.godot/editor/export-f1b3e07190b835d38738f38fcccb4dd3-EnemyDie.res-folding-34505596dd23cc289a3ec527498a5e4a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-f1b3e07190b835d38738f38fcccb4dd3-EnemyDie.res-folding-34505596dd23cc289a3ec527498a5e4a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-f1f068576e33d442795c1a3a51bdeff3-mansion_entrance_room.scn-folding-817ff602589dd6d2b013d583ade1181c.cfg b/.godot/editor/export-f1f068576e33d442795c1a3a51bdeff3-mansion_entrance_room.scn-folding-817ff602589dd6d2b013d583ade1181c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-f1f068576e33d442795c1a3a51bdeff3-mansion_entrance_room.scn-folding-817ff602589dd6d2b013d583ade1181c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-f719b4e70a48c88aaa7ad66a1154c89c-CollisionDetector.scn-folding-725007fbc09d938c39a014caa6c02410.cfg b/.godot/editor/export-f719b4e70a48c88aaa7ad66a1154c89c-CollisionDetector.scn-folding-725007fbc09d938c39a014caa6c02410.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-f719b4e70a48c88aaa7ad66a1154c89c-CollisionDetector.scn-folding-725007fbc09d938c39a014caa6c02410.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-f798d779547d5525279d0f67d227097e-WireframeCube.scn-folding-c69013f1a5fe4bfbe40d23145de98949.cfg b/.godot/editor/export-f798d779547d5525279d0f67d227097e-WireframeCube.scn-folding-c69013f1a5fe4bfbe40d23145de98949.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-f798d779547d5525279d0f67d227097e-WireframeCube.scn-folding-c69013f1a5fe4bfbe40d23145de98949.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/export-fb368762e7a37f1ad0f6ed2691cd57bf-spike_hallway.scn-folding-f1e026f3177683cd0dd15a2549f6d9c8.cfg b/.godot/editor/export-fb368762e7a37f1ad0f6ed2691cd57bf-spike_hallway.scn-folding-f1e026f3177683cd0dd15a2549f6d9c8.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/export-fb368762e7a37f1ad0f6ed2691cd57bf-spike_hallway.scn-folding-f1e026f3177683cd0dd15a2549f6d9c8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/favorites b/.godot/editor/favorites new file mode 100644 index 00000000..e69de29b diff --git a/.godot/editor/favorites.Node b/.godot/editor/favorites.Node new file mode 100644 index 00000000..e69de29b diff --git a/.godot/editor/favorites.Resource b/.godot/editor/favorites.Resource new file mode 100644 index 00000000..e69de29b diff --git a/.godot/editor/filesystem_cache8 b/.godot/editor/filesystem_cache8 new file mode 100644 index 00000000..5f2131f5 --- /dev/null +++ b/.godot/editor/filesystem_cache8 @@ -0,0 +1,754 @@ +98a70190bc03ec62debef81a9418c486 +::res://::1725925834 +export_presets.cfg::TextFile::-1::1725570767::0::1::::<><>:: +global.json::JSON::-1::1724391347::0::1::::<><>:: +icon.svg::CompressedTexture2D::6018698795123526118::1725786528::1725786538::1::::<><>:: +README.md::TextFile::-1::1725786528::0::1::::<><>:: +::res://addons/::1725786528 +::res://addons/dialogue_manager/::1725926294 +constants.gd::GDScript::-1::1725786528::0::1::::<>Node<>:: +DialogueManager.cs::CSharpScript::-1::1725859763::0::1::::<>Node<>:: +dialogue_label.gd::GDScript::-1::1725786528::0::1::::DialogueLabel<>RichTextLabel<>res://addons/dialogue_manager/assets/icon.svg:: +dialogue_label.tscn::PackedScene::5518490004210093266::1725850982::0::1::::<><>::res://addons/dialogue_manager/dialogue_label.gd +dialogue_line.gd::GDScript::-1::1725786528::0::1::::DialogueLine<>RefCounted<>:: +dialogue_manager.gd::GDScript::-1::1725786528::0::1::::<>Node<>:: +dialogue_reponses_menu.gd::GDScript::-1::1725786528::0::1::::DialogueResponsesMenu<>Container<>res://addons/dialogue_manager/assets/responses_menu.svg:: +dialogue_resource.gd::GDScript::-1::1725786528::0::1::::DialogueResource<>Resource<>res://addons/dialogue_manager/assets/icon.svg:: +dialogue_response.gd::GDScript::-1::1725786528::0::1::::DialogueResponse<>RefCounted<>:: +editor_translation_parser_plugin.gd::GDScript::-1::1725786528::0::1::::<>EditorTranslationParserPlugin<>:: +import_plugin.gd::GDScript::-1::1725786528::0::1::::<>EditorImportPlugin<>:: +inspector_plugin.gd::GDScript::-1::1725786528::0::1::::<>EditorInspectorPlugin<>:: +plugin.cfg::TextFile::-1::1725786528::0::1::::<><>:: +plugin.gd::GDScript::-1::1725786528::0::1::::<>EditorPlugin<>:: +settings.gd::GDScript::-1::1725786528::0::1::::<>Node<>:: +test_scene.gd::GDScript::-1::1725786528::0::1::::BaseDialogueTestScene<>Node2D<>:: +test_scene.tscn::PackedScene::-1::1725786528::0::1::::<><>::res://addons/dialogue_manager/test_scene.gd +::res://addons/dialogue_manager/assets/::1725786538 +icon.svg::CompressedTexture2D::9148339284877624195::1725786528::1725786538::1::::<><>:: +responses_menu.svg::CompressedTexture2D::8371359403825774630::1725786528::1725786538::1::::<><>:: +update.svg::CompressedTexture2D::9126631778427806641::1725786528::1725786538::1::::<><>:: +::res://addons/dialogue_manager/components/::1725786528 +code_edit.gd::GDScript::-1::1725786528::0::1::::<>CodeEdit<>:: +code_edit.tscn::PackedScene::5379618807048408118::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/code_edit_syntax_highlighter.gd<>res://addons/dialogue_manager/components/code_edit.gd +code_edit_syntax_highlighter.gd::GDScript::-1::1725786528::0::1::::<>SyntaxHighlighter<>:: +dialogue_cache.gd::GDScript::-1::1725786528::0::1::::<>Node<>:: +download_update_panel.gd::GDScript::-1::1725786528::0::1::::<>Control<>:: +download_update_panel.tscn::PackedScene::1130642722554629364::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/download_update_panel.gd<>uid://d3baj6rygkb3f::::res://addons/dialogue_manager/assets/update.svg +errors_panel.gd::GDScript::-1::1725786528::0::1::::<>HBoxContainer<>:: +errors_panel.tscn::PackedScene::6105315990352960875::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/errors_panel.gd +files_list.gd::GDScript::-1::1725786528::0::1::::<>VBoxContainer<>:: +files_list.tscn::PackedScene::8113335055803740416::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/files_list.gd<>uid://d3lr2uas6ax8v::::res://addons/dialogue_manager/assets/icon.svg +find_in_files.gd::GDScript::-1::1725786528::0::1::::<>Control<>:: +find_in_files.tscn::PackedScene::1783514634430556025::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/find_in_files.gd +parser.gd::GDScript::-1::1725786528::0::1::::DialogueManagerParser<>Object<>:: +parse_result.gd::GDScript::-1::1725786528::0::1::::DialogueManagerParseResult<>RefCounted<>:: +resolved_line_data.gd::GDScript::-1::1725786528::0::1::::<>RefCounted<>:: +resolved_tag_data.gd::GDScript::-1::1725786528::0::1::::<>RefCounted<>:: +search_and_replace.gd::GDScript::-1::1725786528::0::1::::<>VBoxContainer<>:: +search_and_replace.tscn::PackedScene::458254375860855630::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/search_and_replace.gd +title_list.gd::GDScript::-1::1725786528::0::1::::<>VBoxContainer<>:: +title_list.tscn::PackedScene::6134415340044566558::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/title_list.gd +update_button.gd::GDScript::-1::1725786528::0::1::::<>Button<>:: +update_button.tscn::PackedScene::5825087957514786930::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/update_button.gd<>uid://qdxrxv3c3hxk::::res://addons/dialogue_manager/components/download_update_panel.tscn +::res://addons/dialogue_manager/components/editor_property/::1725786528 +editor_property.gd::GDScript::-1::1725786528::0::1::::<>EditorProperty<>:: +editor_property_control.gd::GDScript::-1::1725786528::0::1::::<>HBoxContainer<>:: +editor_property_control.tscn::PackedScene::1689506734256736329::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/editor_property/editor_property_control.gd<>uid://b16uuqjuof3n5::::res://addons/dialogue_manager/components/editor_property/resource_button.tscn<>uid://dnufpcdrreva3::::res://addons/dialogue_manager/components/files_list.tscn +resource_button.gd::GDScript::-1::1725786528::0::1::::<>Button<>:: +resource_button.tscn::PackedScene::4276577239595711888::1725786528::0::1::::<><>::res://addons/dialogue_manager/components/editor_property/resource_button.gd +::res://addons/dialogue_manager/example_balloon/::1725918659 +ExampleBalloon.cs::CSharpScript::-1::1725918659::0::1::::<>CanvasLayer<>:: +example_balloon.gd::GDScript::-1::1725786528::0::1::::<>CanvasLayer<>:: +example_balloon.tscn::PackedScene::2304415056852043862::1725786528::0::1::::<><>::res://addons/dialogue_manager/example_balloon/example_balloon.gd<>uid://ckvgyvclnwggo::::res://addons/dialogue_manager/dialogue_label.tscn<>res://addons/dialogue_manager/dialogue_reponses_menu.gd +small_example_balloon.tscn::PackedScene::1883859960814163368::1725786528::0::1::::<><>::res://addons/dialogue_manager/example_balloon/example_balloon.gd<>uid://ckvgyvclnwggo::::res://addons/dialogue_manager/dialogue_label.tscn<>res://addons/dialogue_manager/dialogue_reponses_menu.gd +::res://addons/dialogue_manager/l10n/::1725786528 +en.mo::Translation::-1::1725786528::0::1::::<><>:: +en.po::Translation::-1::1725786528::0::1::::<><>:: +es.po::Translation::-1::1725786528::0::1::::<><>:: +uk.po::Translation::-1::1725786528::0::1::::<><>:: +zh.po::Translation::-1::1725786528::0::1::::<><>:: +zh_TW.po::Translation::-1::1725786528::0::1::::<><>:: +::res://addons/dialogue_manager/utilities/::1725786528 +builtins.gd::GDScript::-1::1725786528::0::1::::<>Object<>:: +::res://addons/dialogue_manager/views/::1725786528 +main_view.gd::GDScript::-1::1725786528::0::1::::<>Control<>:: +main_view.tscn::PackedScene::4884668666408697448::1725786528::0::1::::<><>::res://addons/dialogue_manager/views/main_view.gd<>uid://civ6shmka5e8u::::res://addons/dialogue_manager/components/code_edit.tscn<>uid://dnufpcdrreva3::::res://addons/dialogue_manager/components/files_list.tscn<>uid://ctns6ouwwd68i::::res://addons/dialogue_manager/components/title_list.tscn<>uid://co8yl23idiwbi::::res://addons/dialogue_manager/components/update_button.tscn<>uid://gr8nakpbrhby::::res://addons/dialogue_manager/components/search_and_replace.tscn<>uid://cs8pwrxr5vxix::::res://addons/dialogue_manager/components/errors_panel.tscn<>res://addons/dialogue_manager/components/code_edit_syntax_highlighter.gd<>uid://cpg4lg1r3ff6m::::res://addons/dialogue_manager/views/settings_view.tscn<>uid://0n7hwviyyly4::::res://addons/dialogue_manager/components/find_in_files.tscn +settings_view.gd::GDScript::-1::1725786528::0::1::::<>TabContainer<>:: +settings_view.tscn::PackedScene::5839841081119266502::1725786528::0::1::::<><>::res://addons/dialogue_manager/views/settings_view.gd +::res://addons/SimpleDungeons/::1725918964 +DungeonGenerator3D.gd::GDScript::-1::1725786432::0::1::::DungeonGenerator3D<>Node3D<>:: +DungeonRoom3D.gd::GDScript::-1::1725918964::0::1::::DungeonRoom3D<>Node3D<>:: +DungeonUtils.gd::GDScript::-1::1725786432::0::1::::DungeonUtils<>Node<>:: +plugin.cfg::TextFile::-1::1718769356::0::1::::<><>:: +plugin.gd::GDScript::-1::1718769356::0::1::::<>EditorPlugin<>:: +::res://addons/SimpleDungeons/debug_visuals/::1725923019 +DebugAlert.gd::GDScript::-1::1718769356::0::1::::<>Node3D<>:: +DebugAlert.tscn::PackedScene::7810854742127915647::1718769356::0::1::::<><>::res://addons/SimpleDungeons/debug_visuals/DebugAlert.gd<>uid://byywkosue8x0q::::res://addons/SimpleDungeons/res/warning-sign.svg +DoorDebugVisual.tscn::PackedScene::5453507236684216206::1718769356::0::1::::<><>::uid://pq2fqq4ophsy::::res://addons/SimpleDungeons/debug_visuals/WireframeColorMat.tres +DungeonGenerator3DDebugView.gd::GDScript::-1::1718769356::0::1::::<>Node3D<>:: +DungeonRoom3DDebugView.gd::GDScript::-1::1718769356::0::1::::<>Node3D<>:: +WireframeColorMat.tres::ShaderMaterial::1087511852837068432::1725923019::0::1::::<><>:: +WireframeCube.gd::GDScript::-1::1718769356::0::1::::<>Node3D<>:: +WireframeCube.gdshader::Shader::-1::1718769356::0::1::::<><>:: +WireframeCube.tscn::PackedScene::5128393708817932903::1718769356::0::1::::<><>::res://addons/SimpleDungeons/debug_visuals/WireframeCube.gd<>res://addons/SimpleDungeons/debug_visuals/WireframeCube.gdshader +WireframeCubeDepthEnabled.gdshader::Shader::-1::1718769356::0::1::::<><>:: +::res://addons/SimpleDungeons/res/::1724370604 +dungeongenerator3dicon.svg::CompressedTexture2D::641088638752499235::1718769356::1724370604::1::::<><>:: +dungeonroom3dicon.svg::CompressedTexture2D::2478710341302310744::1718769356::1724370604::1::::<><>:: +error-sign.svg::CompressedTexture2D::7849971392049691816::1718769356::1724370604::1::::<><>:: +warning-sign.svg::CompressedTexture2D::4121852392931983878::1718769356::1724370604::1::::<><>:: +::res://addons/SimpleDungeons/sample_assets/::1724370604 +blue-checkerboard-cc0.png::CompressedTexture2D::628637887924517645::1718769356::1724370604::1::::<><>:: +free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb::PackedScene::9099224631867660570::1718769356::1724370604::1::::<><>:: +kenney-dark-grey-checkboard-cc0.png::CompressedTexture2D::7806929747500445339::1718769356::1724370604::1::::<><>:: +kenney-dark-grey-grid-cc0.png::CompressedTexture2D::1587979169674600530::1718769356::1724370604::1::::<><>:: +kenney-green-checkerboar-cc0.png::CompressedTexture2D::3940400185956292292::1718769356::1724370604::1::::<><>:: +kenney-grey-checkerboard-cc0.png::CompressedTexture2D::8327097596745501029::1718769356::1724370604::1::::<><>:: +kenney-orange-checkerboard-cc0.png::CompressedTexture2D::4003993241371729771::1718769356::1724370604::1::::<><>:: +kenney-red-checkerboard-cc0.png::CompressedTexture2D::8850226199514879581::1718769356::1724370604::1::::<><>:: +::res://addons/SimpleDungeons/sample_dungeons/::1724370593 +::res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/::1724370593 +blue_room.tscn::PackedScene::5960921848150513850::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://i7rtr0ewxm5j::::res://addons/SimpleDungeons/sample_assets/blue-checkerboard-cc0.png +corridor.tscn::PackedScene::4322316013390328839::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://dqvyc0ok7chld::::res://addons/SimpleDungeons/sample_assets/kenney-grey-checkerboard-cc0.png +dungeon_generator_3d_custom.gd::GDScript::-1::1718769356::0::1::::<>DungeonGenerator3D<>:: +dungeon_generator_3d_inherited_class.tscn::PackedScene::9006836507371889319::1718769356::0::1::::<><>::res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/dungeon_generator_3d_custom.gd<>uid://cq6rrn2gpph6y::::res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/blue_room.tscn<>uid://dh2i3dk3g0icv::::res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/red_room.tscn<>uid://br3pjd5mcjj11::::res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/stairs.tscn<>uid://b2t06bycrtldn::::res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/corridor.tscn +red_room.tscn::PackedScene::7706858068375909025::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://dydd6x64uxryr::::res://addons/SimpleDungeons/sample_assets/kenney-red-checkerboard-cc0.png +stairs.tscn::PackedScene::3638360634152412058::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://dqvyc0ok7chld::::res://addons/SimpleDungeons/sample_assets/kenney-grey-checkerboard-cc0.png<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn +::res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/::1724370593 +bridge_room.tscn::PackedScene::7150821011986188625::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd +corridor.gd::GDScript::-1::1718769356::0::1::::<>DungeonRoom3D<>:: +corridor.tscn::PackedScene::8784184699109382420::1718769356::0::1::::<><>::res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/corridor.gd +entrance_room.tscn::PackedScene::2125358901838949607::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd +living_room.gd::GDScript::-1::1718769356::0::1::::<>DungeonRoom3D<>:: +living_room.tscn::PackedScene::1153078618136453635::1718769356::0::1::::<><>::res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/living_room.gd +::res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/::1724370593 +bridge_room.tscn::PackedScene::1105376549946056382::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd +corridor.gd::GDScript::-1::1718769356::0::1::::<>DungeonRoom3D<>:: +corridor.tscn::PackedScene::8640133363672907402::1718769356::0::1::::<><>::res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/corridor.gd +entrance_room.tscn::PackedScene::5179169319558394612::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd +living_room.gd::GDScript::-1::1718769356::0::1::::<>DungeonRoom3D<>:: +living_room.tscn::PackedScene::4603171492213964299::1718769356::0::1::::<><>::res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/living_room.gd +spike_hallway.tscn::PackedScene::4167866830228267588::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd +stair.tscn::PackedScene::6902121400621036973::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn +trap_room.tscn::PackedScene::2952928073003160530::1718769356::0::1::::<><>:: +treasure_room.tscn::PackedScene::124041956050747268::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn +::res://addons/SimpleDungeons/sample_dungeons/mansion/::1724370593 +house_exterior.gd::GDScript::-1::1718769356::0::1::::<>Node3D<>:: +house_exterior.tscn::PackedScene::3917859795041607433::1718769356::0::1::::<><>::res://addons/SimpleDungeons/sample_dungeons/mansion/house_exterior.gd<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn<>uid://bwe02yta75ooa::::res://addons/SimpleDungeons/sample_assets/kenney-green-checkerboar-cc0.png +mansion_entrance_room.tscn::PackedScene::4391651028818955531::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://wvh1xmoax4ok::::res://addons/SimpleDungeons/sample_assets/kenney-dark-grey-grid-cc0.png<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn<>uid://dydd6x64uxryr::::res://addons/SimpleDungeons/sample_assets/kenney-red-checkerboard-cc0.png +::res://addons/SimpleDungeons/sample_dungeons/mansion/rooms/::1724370593 +bedroom.tscn::PackedScene::6003074514237208346::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd +corridor.tscn::PackedScene::3363573221057153607::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd +living_room.tscn::PackedScene::3346920603002994405::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://i7rtr0ewxm5j::::res://addons/SimpleDungeons/sample_assets/blue-checkerboard-cc0.png +stair.tscn::PackedScene::913040845044073352::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn +::res://addons/SimpleDungeons/sample_dungeons/terrarium/::1724370593 +corridor.tscn::PackedScene::3693617079635642806::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://bwe02yta75ooa::::res://addons/SimpleDungeons/sample_assets/kenney-green-checkerboar-cc0.png +green_room.tscn::PackedScene::2166145559803104680::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://bwe02yta75ooa::::res://addons/SimpleDungeons/sample_assets/kenney-green-checkerboar-cc0.png<>uid://djhy80eyqjqpv::::res://addons/SimpleDungeons/sample_assets/kenney-dark-grey-checkboard-cc0.png<>uid://i7rtr0ewxm5j::::res://addons/SimpleDungeons/sample_assets/blue-checkerboard-cc0.png +stair.tscn::PackedScene::4994036120375757296::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://i7rtr0ewxm5j::::res://addons/SimpleDungeons/sample_assets/blue-checkerboard-cc0.png<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn +::res://addons/SimpleDungeons/sample_dungeons/with_dev_textures_rooms/::1724370593 +bridge_room.tscn::PackedScene::7079692106985582604::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://djhy80eyqjqpv::::res://addons/SimpleDungeons/sample_assets/kenney-dark-grey-checkboard-cc0.png<>uid://dqvyc0ok7chld::::res://addons/SimpleDungeons/sample_assets/kenney-grey-checkerboard-cc0.png +corridor.tscn::PackedScene::6790069083698685005::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://bxbtgil61x5sx::::res://addons/SimpleDungeons/sample_assets/kenney-orange-checkerboard-cc0.png +entrance_room.tscn::PackedScene::636896323475281081::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://wvh1xmoax4ok::::res://addons/SimpleDungeons/sample_assets/kenney-dark-grey-grid-cc0.png<>uid://bxbtgil61x5sx::::res://addons/SimpleDungeons/sample_assets/kenney-orange-checkerboard-cc0.png +living_room.tscn::PackedScene::4705508320301004381::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://dqvyc0ok7chld::::res://addons/SimpleDungeons/sample_assets/kenney-grey-checkerboard-cc0.png<>uid://djhy80eyqjqpv::::res://addons/SimpleDungeons/sample_assets/kenney-dark-grey-checkboard-cc0.png +stair.tscn::PackedScene::8799062676699511048::1718769356::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://dqvyc0ok7chld::::res://addons/SimpleDungeons/sample_assets/kenney-grey-checkerboard-cc0.png<>uid://bak8ltrhbmlv5::::res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn +::res://addons/SimpleDungeons/utils/::1724370593 +AABBi.gd::GDScript::-1::1718769356::0::1::::AABBi<>RefCounted<>:: +CSGStairMaker3D.tscn::PackedScene::2409088790253143204::1718769356::0::1::::<><>:: +DungeonAStarGrid3D.gd::GDScript::-1::1718769356::0::1::::DungeonAStar3D<>AStar3D<>:: +RandomNumberMultiplayer.gd::GDScript::-1::1718769356::0::1::::RandomNumberMultiplayer<>Node<>:: +TreeGraph.gd::GDScript::-1::1718769356::0::1::::TreeGraph<>RefCounted<>:: +::res://Output/::1725571665 +::res://Output/data_GameJamDungeon_linuxbsd_x86_64/::1725571665 +GameJamDungeon.deps.json::JSON::-1::1725571660::0::1::::<><>:: +GameJamDungeon.runtimeconfig.json::JSON::-1::1725571660::0::1::::<><>:: +::res://Properties/::1724392650 +launchSettings.json::JSON::-1::1724392702::0::1::::<><>:: +::res://src/::1725925844 +Main.cs::CSharpScript::-1::1724376868::0::1::::<>Node<>:: +Main.tscn::PackedScene::8997105139593106383::1725925844::0::1::::<><>::res://src/Main.cs +::res://src/app/::1725858757 +App.cs::CSharpScript::-1::1725858757::0::1::::<>CanvasLayer<>:: +App.tscn::PackedScene::4785536392792368440::1725786528::0::1::::<><>::res://src/app/App.cs<>uid://rfvnddfqufho::::res://src/menu/Menu.tscn +::res://src/app/domain/::1725786528 +AppRepo.cs::CSharpScript::-1::1725786528::0::1::::<><>:: +::res://src/app/state/::1725480543 +AppLogic.cs::CSharpScript::-1::1725480543::0::1::::<><>:: +AppLogic.Input.cs::CSharpScript::-1::1725474589::0::1::::<><>:: +AppLogic.Output.cs::CSharpScript::-1::1725473389::0::1::::<><>:: +AppLogic.State.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +::res://src/app/state/states/::1725480508 +AppLogic.State.SetupGameScene.cs::CSharpScript::-1::1725480396::0::1::::<><>:: +InGame.cs::CSharpScript::-1::1725480508::0::1::::<><>:: +LoadingScreen.cs::CSharpScript::-1::1725480123::0::1::::<><>:: +MainMenu.cs::CSharpScript::-1::1725476475::0::1::::<><>:: +::res://src/dialog/::1725918904 +Dialog.tres::Resource/DialogueResource::-1::1725786528::0::1::::<><>:: +Dialog.tscn::PackedScene::-1::1725786528::0::1::::<><>:: +Dialogue.dialogue::Resource::772972722338988849::1725786528::1725786655::1::::<><>::res://addons/dialogue_manager/dialogue_resource.gd +DialogueTest.tscn::PackedScene::4731505655903278712::1725918904::0::1::::<><>:: +::res://src/dialog/npcs/::1725764198 +::res://src/enemy/::1725925845 +CollisionDetector.tscn::PackedScene::3643829753880892212::1725925845::0::1::::<><>:: +Enemy.cs::CSharpScript::-1::1725822169::0::1::::<>CharacterBody3D<>:: +EnemyDatabase.cs::CSharpScript::-1::1724907154::0::1::::<>Node<>:: +EnemyDatabase.tscn::PackedScene::7273894191719961846::1725839828::0::1::::<><>::res://src/enemy/EnemyDatabase.cs<>uid://dcgj5i52i76gj::::res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn +EnemyDie.gdshader::Shader::-1::1724910171::0::1::::<><>:: +EnemyDie.tres::ShaderMaterial::1580366290439329420::1724910171::0::1::::<><>::res://src/enemy/EnemyDie.gdshader +EnemyStatInfo.cs::CSharpScript::-1::1725786528::0::1::::EnemyStatInfo<>Resource<>:: +::res://src/enemy/animations/::1725219666 +Die.res::Animation::6291953351746771434::1725219666::0::1::::<><>::uid://wrsnwuvv1rw3::::res://src/enemy/EnemyDie.tres +EnemyAnimations.res::AnimationLibrary::5933507089708597219::1724910248::0::1::::<><>::res://src/enemy/animations/Hit.res<>res://src/enemy/animations/Die.res +Hit.res::Animation::1371739178074632675::1725219666::0::1::::<><>:: +::res://src/enemy/enemy_types/::1725690771 +::res://src/enemy/enemy_types/floating_enemy/::1725925845 +DISSAPPEARING ENEMY.gltf::PackedScene::5562975418707125188::1724080642::1725432608::1::::<><>:: +FloatingEnemy.tres::Resource/EnemyStatInfo::6597025565794689366::1725683223::0::1::::<><>::res://src/enemy/EnemyStatInfo.cs +FloatingEnemy.tscn::PackedScene::7312626499401446193::1725925845::0::1::::<><>::res://src/enemy/Enemy.cs<>uid://c08wbuumw6dk5::::res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tres<>res://src/hitbox/Hitbox.cs +Overworld.gltf::PackedScene::6440603563322738446::1725828877::1725828878::0::::<><>:: +::res://src/enemy/state/::1725513409 +EnemyLogic.cs::CSharpScript::-1::1724908556::0::1::::<><>:: +EnemyLogic.Input.cs::CSharpScript::-1::1725513409::0::1::::<><>:: +EnemyLogic.Output.cs::CSharpScript::-1::1725437128::0::1::::<><>:: +EnemyLogic.Settings.cs::CSharpScript::-1::1724908801::0::1::::<><>:: +EnemyLogic.State.cs::CSharpScript::-1::1724908552::0::1::::<><>:: +::res://src/enemy/state/states/::1725761377 +EnemyLogic.State.Alive.cs::CSharpScript::-1::1725761372::0::1::::<><>:: +EnemyLogic.State.Attack.cs::CSharpScript::-1::1725514958::0::1::::<><>:: +EnemyLogic.State.FollowPlayer.cs::CSharpScript::-1::1725761377::0::1::::<><>:: +EnemyLogic.State.Idle.cs::CSharpScript::-1::1725499050::0::1::::<><>:: +::res://src/game/::1725925977 +DialogueController.cs::CSharpScript::-1::1725925977::0::1::::<>Node<>:: +Game.cs::CSharpScript::-1::1725925118::0::1::::<>Node3D<>:: +Game.tscn::PackedScene::2023352603925588533::1725918904::0::1::::<><>::res://src/game/Game.cs<>uid://cfecvvav8kkp6::::res://src/player/Player.tscn<>uid://dlj8qdg1c5048::::res://src/inventory_menu/InventoryMenu.tscn<>uid://dvnc26rebk6o0::::res://src/map/Overworld.tscn<>uid://bc1sp6xwe0j65::::res://src/map/dungeon/floors/Floor1.tscn<>uid://bwbofurcvf3yh::::res://src/minimap/Minimap.tscn<>res://src/map/dungeon/floors/Floor2.tscn<>res://src/map/dungeon/floors/Floor3.tscn<>uid://bjqgl5u05ia04::::res://src/map/Teleport.tscn<>res://src/game/DialogueController.cs +GameData.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +GameLogic.cs::CSharpScript::-1::1724725521::0::1::::<><>:: +GameLogic.Input.cs::CSharpScript::-1::1725786528::0::1::::<><>:: +GameLogic.Output.cs::CSharpScript::-1::1725834428::0::1::::<><>:: +GameLogic.State.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +IGameRepo.cs::CSharpScript::-1::1725834422::0::1::::<><>:: +::res://src/game/state/::1724390566 +::res://src/game/state/states/::1725786528 +GameLogic.State.Quit.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +InventoryOpened.cs::CSharpScript::-1::1725751688::0::1::::<><>:: +MenuBackdrop.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +MiniMapOpen.cs::CSharpScript::-1::1725496388::0::1::::<><>:: +Paused.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +Playing.cs::CSharpScript::-1::1725786528::0::1::::<><>:: +::res://src/hitbox/::1725515235 +Hitbox.cs::CSharpScript::-1::1725515235::0::1::::<>Area3D<>:: +::res://src/inventory_menu/::1725925845 +cursor.png::CompressedTexture2D::8421342261926102109::1724175591::1725233827::1::::<><>:: +EquippedInventoryLabelSettings.tres::LabelSettings::733058032154573348::1725692718::0::1::::<><>:: +InventoryLabelSettings.tres::LabelSettings::3221853452296263287::1725691146::0::1::::<><>:: +InventoryMenu.cs::CSharpScript::-1::1725880811::0::1::::<>Control<>:: +InventoryMenu.gdshader::Shader::-1::1725925845::0::1::::<><>:: +InventoryMenu.tscn::PackedScene::7951951132372048687::1725918905::0::1::::<><>::res://src/inventory_menu/InventoryMenu.cs<>res://src/inventory_menu/InventoryMenu.gdshader<>uid://cm8j5vcdop5x0::::res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf<>uid://cb41qqmxqurj8::::res://src/ui/fonts/FT88-Bold.ttf<>uid://dit3vylt7hmmx::::res://src/ui/fonts/FT88-Regular.ttf<>uid://dupifadnagodp::::res://src/ui/label_settings/MainTextRegular.tres<>uid://c4wbba5mo7qcp::::res://src/ui/label_settings/MainTextFontItalicized.tres<>uid://ca1q6yu8blwxf::::res://src/ui/label_settings/InventoryMainTextBold.tres +ItemLabel.cs::CSharpScript::-1::1725870402::0::1::::<>Label<>:: +ItemSlot.cs::CSharpScript::-1::1725873538::0::1::::<>HBoxContainer<>:: +ItemSlot.tscn::PackedScene::193559318354820516::1725918905::0::1::::<><>::uid://ca1q6yu8blwxf::::res://src/ui/label_settings/InventoryMainTextBold.tres<>res://src/inventory_menu/ItemSlot.cs<>uid://0r1dws4ajhdx::::res://src/items/accessory/textures/MASK 01.PNG<>res://src/inventory_menu/ItemLabel.cs<>uid://b3jrpf2sdtsqo::::res://src/ui/label_settings/MainTextFontSelectedEquipped.tres +::res://src/items/::1725907880 +IEquippable.cs::CSharpScript::-1::1725838924::0::1::::<><>:: +InventoryItem.cs::CSharpScript::-1::1725838937::0::1::::<><>:: +InventoryItem.tscn::PackedScene::8011543587437690941::1725907087::0::1::::<><>:: +InventoryItemInfo.cs::CSharpScript::-1::1725907880::0::1::::InventoryItemInfo<>Resource<>:: +ItemDatabase.cs::CSharpScript::-1::1725907811::0::1::::<>Node<>:: +ItemDatabase.tscn::PackedScene::1380054158291255244::1725907197::0::1::::<><>::res://src/items/ItemDatabase.cs<>uid://db206brufi83s::::res://src/items/weapons/Weapon.tscn<>uid://dorr7v1tkeiy0::::res://src/items/armor/Armor.tscn<>uid://b07srt3lckt4e::::res://src/items/accessory/Accessory.tscn<>uid://1fl6s352e2ej::::res://src/items/throwable/ThrowableItem.tscn<>uid://c6w7dpk0hurj0::::res://src/items/consumable/ConsumableItem.tscn +::res://src/items/accessory/::1725853613 +Accessory.cs::CSharpScript::-1::1725834697::0::1::::<>Node3D<>:: +accessory.png::CompressedTexture2D::8964522791083659765::1725696944::1725697017::1::::<><>:: +Accessory.tscn::PackedScene::4208326168841057786::1725853613::0::1::::<><>::res://src/items/accessory/Accessory.cs +AccessoryInfo.cs::CSharpScript::-1::1725827442::0::1::::AccessoryInfo<>InventoryItemInfo<>:: +::res://src/items/accessory/resources/::1725904169 +MaskAvarice.tres::Resource/AccessoryInfo::6268808091859217981::1725903353::0::1::::<><>::uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG<>res://src/items/accessory/AccessoryInfo.cs +MaskDestruction.tres::Resource/AccessoryInfo::9196932144105389477::1725904169::0::1::::<><>::uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG<>res://src/items/accessory/AccessoryInfo.cs +MaskGuilt.tres::Resource/AccessoryInfo::2687263269929372690::1725904169::0::1::::<><>::uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG<>res://src/items/accessory/AccessoryInfo.cs +MaskObstinance.tres::Resource/AccessoryInfo::7416703344732123893::1725904169::0::1::::<><>::uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG<>res://src/items/accessory/AccessoryInfo.cs +MaskShunned.tres::Resource/AccessoryInfo::6783395269967674366::1725904169::0::1::::<><>::res://src/items/accessory/AccessoryInfo.cs<>uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG +MaskSloth.tres::Resource/AccessoryInfo::6175067001352739745::1725904169::0::1::::<><>::uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG<>res://src/items/accessory/AccessoryInfo.cs +MaskSuffering.tres::Resource/AccessoryInfo::8970365436166477722::1725904169::0::1::::<><>::res://src/items/accessory/AccessoryInfo.cs<>uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG +MaskZeal.tres::Resource/AccessoryInfo::4144642766271097391::1725904169::0::1::::<><>::res://src/items/accessory/AccessoryInfo.cs<>uid://db7i7iy5gagae::::res://src/items/accessory/textures/MASK 02.PNG +::res://src/items/accessory/textures/::1725817819 +MASK 01.PNG::CompressedTexture2D::1791400696601640449::1725741765::1725817809::1::::<><>:: +MASK 02.PNG::CompressedTexture2D::7296054322827531580::1725769974::1725817819::1::::<><>:: +MASK 03.PNG::CompressedTexture2D::511377856841347639::1725738105::1725817808::1::::<><>:: +::res://src/items/armor/::1725907087 +Armor.cs::CSharpScript::-1::1725834838::0::1::::<>Node3D<>:: +armor.png::CompressedTexture2D::5224091967001410599::1725424017::1725424050::1::::<><>:: +Armor.tscn::PackedScene::8178090762144830857::1725907087::0::1::::<><>::res://src/items/armor/Armor.cs +ArmorInfo.cs::CSharpScript::-1::1725834202::0::1::::ArmorInfo<>InventoryItemInfo<>:: +::res://src/items/armor/resources/::1725792248 +Acceptance.tres::Resource/ArmorInfo::4727987832030896420::1725792062::0::1::::<><>::uid://dbb3x4cbo8jc1::::res://src/items/armor/textures/ACCEPTANCE.PNG<>res://src/items/armor/ArmorInfo.cs +AtonersAdornments.tres::Resource/ArmorInfo::5110618969726307222::1725792233::0::1::::<><>::res://src/items/armor/ArmorInfo.cs<>uid://ckcn67d64mgke::::res://src/items/armor/textures/atoners adornment.PNG +CeremonialVestments.tres::Resource/ArmorInfo::8114697103240884683::1725792239::0::1::::<><>::res://src/items/armor/ArmorInfo.cs<>uid://vvhbibkslh57::::res://src/items/armor/textures/CEREMONIAL.PNG +DevicLayer.tres::Resource/ArmorInfo::2074617996915438054::1725792062::0::1::::<><>::uid://381ddynsa3gc::::res://src/items/armor/textures/DEVIC.PNG<>res://src/items/armor/ArmorInfo.cs +GoddessRobe.tres::Resource/ArmorInfo::7352236964134900664::1725792062::0::1::::<><>::res://src/items/armor/ArmorInfo.cs<>uid://c57kuugsc2lti::::res://src/items/armor/textures/GODDESS.PNG +IronCage.tres::Resource/ArmorInfo::5087460046324789763::1725792062::0::1::::<><>::res://src/items/armor/ArmorInfo.cs<>uid://cj5m8qkpqrcx4::::res://src/items/armor/textures/IRON.PNG +LogisticiansGarb.tres::Resource/ArmorInfo::5280029284808760275::1725792062::0::1::::<><>::res://src/items/armor/ArmorInfo.cs<>uid://2qvbtq2obsac::::res://src/items/armor/textures/LOGISTIAN.PNG +Stoic.tres::Resource/ArmorInfo::9149261541458212163::1725792077::0::1::::<><>::res://src/items/armor/ArmorInfo.cs<>uid://ddtscpfj6nf6i::::res://src/items/armor/textures/STOIC.PNG +WoodenArmament.tres::Resource/ArmorInfo::8342327319333259450::1725792077::0::1::::<><>::res://src/items/armor/ArmorInfo.cs<>uid://dghvd33w32q63::::res://src/items/armor/textures/WOODEN.PNG +::res://src/items/armor/textures/::1725792075 +ACCEPTANCE.PNG::CompressedTexture2D::7233257947860883594::1725774057::1725792015::1::::<><>:: +atoners adornment.PNG::CompressedTexture2D::5479704926621009984::1725769936::1725792024::1::::<><>:: +BESTIAL.PNG::CompressedTexture2D::1283747160924352707::1725774096::1725792003::1::::<><>:: +CEREMONIAL.PNG::CompressedTexture2D::1517744876187660848::1725774091::1725792030::1::::<><>:: +DEVIC.PNG::CompressedTexture2D::2034996282202625662::1725774086::1725792035::1::::<><>:: +GODDESS.PNG::CompressedTexture2D::6945210711020263282::1725774081::1725792040::1::::<><>:: +IRON.PNG::CompressedTexture2D::5467260684387576475::1725774169::1725792044::1::::<><>:: +LOGISTIAN.PNG::CompressedTexture2D::1929406688839880082::1725774066::1725792059::1::::<><>:: +STOIC.PNG::CompressedTexture2D::7410149032803279474::1725774063::1725792065::1::::<><>:: +WOODEN.PNG::CompressedTexture2D::7596127686362131538::1725774060::1725792075::1::::<><>:: +::res://src/items/consumable/::1725858773 +ConsumableItem.cs::CSharpScript::-1::1725845925::0::1::::<>Node3D<>:: +ConsumableItem.tscn::PackedScene::6996060936349104959::1725858773::0::1::::<><>::res://src/items/consumable/ConsumableItem.cs<>res://src/items/consumable/ConsumableItemInfo.cs +ConsumableItemInfo.cs::CSharpScript::-1::1725842133::0::1::::ConsumableItemInfo<>InventoryItemInfo<>:: +::res://src/items/consumable/resources/::1725842304 +SteloFragment.tres::Resource/ConsumableItemInfo::2308305260378661504::1725842304::0::1::::<><>::res://src/items/consumable/ConsumableItemInfo.cs<>uid://dbl5v5i1s3m2u::::res://src/items/consumable/textures/stelo fragment.PNG +::res://src/items/consumable/textures/::1725842303 +stelo fragment.PNG::CompressedTexture2D::7254019650732419866::1725758019::1725842303::1::::<><>:: +::res://src/items/throwable/::1725858809 +ThrowableItem.cs::CSharpScript::-1::1725841500::0::1::::<>Node3D<>:: +ThrowableItem.tscn::PackedScene::1835956059964782349::1725858809::0::1::::<><>::res://src/items/throwable/ThrowableItem.cs<>res://src/hitbox/Hitbox.cs +ThrowableItemInfo.cs::CSharpScript::-1::1725840642::0::1::::ThrowableItemInfo<>InventoryItemInfo<>:: +ThrowableItemTag.cs::CSharpScript::-1::1725838947::0::1::::<><>:: +::res://src/items/throwable/resources/::1725907993 +GeomanticDice.tres::Resource/ThrowableItemInfo::3455712845789708542::1725907993::0::1::::<><>::res://src/items/throwable/ThrowableItemInfo.cs<>uid://mi70lolgtf3n::::res://src/items/throwable/textures/GEOMANCER-DICE.png +SpellSignKnowledge.tres::Resource/ThrowableItemInfo::1156460808945720606::1725841873::0::1::::<><>::uid://dhfn51smm818x::::res://src/items/throwable/textures/spell sign - luck.PNG<>res://src/items/throwable/ThrowableItemInfo.cs +::res://src/items/throwable/textures/::1725841870 +GEOMANCER-DICE.png::CompressedTexture2D::860769334197690673::1725687158::1725839619::1::::<><>:: +spell sign - luck.PNG::CompressedTexture2D::7661750134015112233::1725762005::1725841870::1::::<><>:: +::res://src/items/weapons/::1725907993 +Weapon.cs::CSharpScript::-1::1725840935::0::1::::<>Node3D<>:: +Weapon.tscn::PackedScene::7286762458207931806::1725907993::0::1::::<><>::res://src/items/weapons/Weapon.cs +WeaponInfo.cs::CSharpScript::-1::1725827463::0::1::::WeaponInfo<>InventoryItemInfo<>:: +::res://src/items/weapons/models/::1725902978 +Rigid.cs::CSharpScript::-1::1725786529::0::1::::<>RigidBody3D<>:: +sword.png::CompressedTexture2D::1552246406995464100::1725423523::1725423534::1::::<><>:: +::res://src/items/weapons/resources/::1725906207 +Jiblett.tres::Resource/WeaponInfo::6600225411901483024::1725906207::0::1::::<><>::uid://cil3xe3jq82r6::::res://src/items/weapons/textures/JIBLETT.PNG<>res://src/items/weapons/WeaponInfo.cs +Kubel.tres::Resource/WeaponInfo::7283057707902153068::1725906207::0::1::::<><>::res://src/items/weapons/WeaponInfo.cs<>uid://bkntmni5jxfpk::::res://src/items/weapons/textures/KUBEL.PNG +LoveJudgement.tres::Resource/WeaponInfo::5160504622917209679::1725906207::0::1::::<><>::uid://blq3nnyostunl::::res://src/items/weapons/textures/LOVE JUDGEMENT.PNG<>res://src/items/weapons/WeaponInfo.cs +Palm of Heaven.tres::Resource/WeaponInfo::5494910811420839387::1725906207::0::1::::<><>::uid://740syoj0w14p::::res://src/items/weapons/textures/PALM OF HEAVEN.PNG<>res://src/items/weapons/WeaponInfo.cs +Rondo.tres::Resource/WeaponInfo::429462782724223239::1725906207::0::1::::<><>::uid://b8c7kd436tg4::::res://src/items/weapons/textures/RONDO.PNG<>res://src/items/weapons/WeaponInfo.cs +SealingRod.tres::Resource/WeaponInfo::4681021824778709310::1725906207::0::1::::<><>::res://src/items/weapons/WeaponInfo.cs<>uid://b1qbho30vnuxf::::res://src/items/weapons/textures/sealing rod.PNG +Sword Sword Odette.tres::Resource/WeaponInfo::3445543206121438156::1725906207::0::1::::<><>::res://src/items/weapons/WeaponInfo.cs<>uid://cvtcsi2sagfwm::::res://src/items/weapons/textures/SWAN SWORD.PNG +::res://src/items/weapons/textures/::1725907363 +JIBLETT.PNG::CompressedTexture2D::5358801674621945589::1725907301::1725907363::1::::<><>:: +katar.PNG::CompressedTexture2D::8440716899173449492::1725759886::1725906136::1::::<><>:: +KUBEL.PNG::CompressedTexture2D::3116321779803610788::1725907335::1725907363::1::::<><>:: +LOVE JUDGEMENT.PNG::CompressedTexture2D::3193252019434416525::1725848946::1725906177::1::::<><>:: +PALM OF HEAVEN.PNG::CompressedTexture2D::2307461303025107761::1725907354::1725907363::1::::<><>:: +RONDO.PNG::CompressedTexture2D::138492420136694605::1725848872::1725906136::1::::<><>:: +sealing rod.PNG::CompressedTexture2D::4244434659642909371::1725769919::1725906136::1::::<><>:: +spaded staff.PNG::CompressedTexture2D::5382853176872811491::1725759301::1725906136::1::::<><>:: +SWAN SWORD.PNG::CompressedTexture2D::6286184302102439356::1725848780::1725906227::1::::<><>:: +talwar.PNG::CompressedTexture2D::8970114679856421089::1725760013::1725906136::1::::<><>:: +::res://src/map/::1725925845 +Overworld.tscn::PackedScene::8660235983370762385::1725925845::0::1::::<><>::res://src/map/dungeon/floors/Overworld.cs<>uid://d4l4qutp8x40c::::res://src/npc/rat/NPC.tscn<>uid://cv70me80rxpem::::res://src/map/overworld/Textures/water.tres<>uid://c3wrhqfpx8th1::::res://src/map/overworld/Textures/ruins.tres<>uid://dw5bnw8bkb6w8::::res://src/map/overworld/Models/block.obj<>uid://b1crojyrqmhql::::res://src/map/overworld/Textures/kenney_prototype-textures/stick.jpeg<>uid://df5fykeos37m1::::res://src/map/overworld/Models/raft.obj<>uid://6pu2bdointq4::::res://src/map/overworld/Textures/premade.tres<>res://src/map/water.gdshader<>uid://bxodl26dnwrkc::::res://src/map/overworld/Textures/SMALLER1/others_0020_color_1k.jpg<>uid://c4iqttgjb0kq3::::res://src/map/overworld/Textures/kenney_prototype-textures/treetexture.png<>uid://bb46flkajcbtd::::res://src/map/overworld/Models/tree.obj +Teleport.tscn::PackedScene::3051535873962785199::1725856011::0::1::::<><>:: +water.gdshader::Shader::-1::1725925845::0::1::::<><>:: +::res://src/map/dungeon/::1725837804 +DungeonGenerator.tscn::PackedScene::5818165223193307991::1725837804::0::1::::<><>::res://addons/SimpleDungeons/DungeonGenerator3D.gd<>uid://bn4gslp2gk8ds::::res://src/map/dungeon/corridor/Corridor.tscn +Room.tscn::PackedScene::7782205001905008742::1725470773::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://twrj4wixcbu7::::res://src/items/ItemDatabase.tscn<>uid://dbvr8ewajja6a::::res://src/enemy/EnemyDatabase.tscn +::res://src/map/dungeon/corridor/::1725839829 +Corridor.tscn::PackedScene::3359139654266266060::1725839829::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>res://src/map/dungeon/corridor/remove_unused_doors.gd +remove_unused_doors.gd::GDScript::-1::1725786432::0::1::::<>Node<>:: +::res://src/map/dungeon/door/::1725136758 +Door.tscn::PackedScene::5476122107192287492::1725136758::0::1::::<><>:: +::res://src/map/dungeon/floors/::1725923244 +DungeonFloor.cs::CSharpScript::-1::1725786529::0::1::::<>Node3D<>:: +Floor1.tscn::PackedScene::2581593550113364584::1725918905::0::1::::<><>::res://addons/SimpleDungeons/DungeonGenerator3D.gd<>uid://dpec2lbt83dhe::::res://src/map/dungeon/rooms/Antechamber.tscn<>uid://bn4gslp2gk8ds::::res://src/map/dungeon/corridor/Corridor.tscn<>res://src/map/dungeon/floors/DungeonFloor.cs +Floor2.tscn::PackedScene::-1::1725786529::0::1::::<><>:: +Floor3.tscn::PackedScene::-1::1725786529::0::1::::<><>:: +Overworld.cs::CSharpScript::-1::1725923244::0::1::::<>Node3D<>:: +::res://src/map/dungeon/models/::1725830462 +ANTECHAMBER.glb::PackedScene::8236902368107392666::1725790553::1725830451::1::::<><>::uid://dtl7ddfk5qltn::::res://src/map/dungeon/models/ANTECHAMBER_CEILING_1.jpg<>uid://q10n6j8dr6c0::::res://src/map/dungeon/models/ANTECHAMBER_STONE_PANEL_1png.png<>uid://bptgnd20q18au::::res://src/map/dungeon/models/ANTECHAMBER_swirled_column.png<>uid://bxb1hp20ftfs0::::res://src/map/dungeon/models/ANTECHAMBER_WALL TILE 1.jpg<>uid://dmeji5w2ft1as::::res://src/map/dungeon/models/ANTECHAMBER_FLOOR1.jpg<>uid://b0d11o60nnn6y::::res://src/map/dungeon/models/ANTECHAMBER_TILE4.png<>uid://xgc2aaxm1pus::::res://src/map/dungeon/models/ANTECHAMBER_TILE5.png<>uid://cjpw7h4r6y54b::::res://src/map/dungeon/models/ANTECHAMBER_CEILING_1_7.jpg<>uid://1mspgh5ue4tc::::res://src/map/dungeon/models/ANTECHAMBER_COLUMN.jpg<>uid://cmkfbhph5rui0::::res://src/map/dungeon/models/ANTECHAMBER_STONE_PANEL_2png.png<>uid://cqbc3tjhel86n::::res://src/map/dungeon/models/ANTECHAMBER_tile2.png<>uid://bynp5h7thlmia::::res://src/map/dungeon/models/ANTECHAMBER_hand-tiile.png<>uid://c6tl265fpnqyi::::res://src/map/dungeon/models/ANTECHAMBER_BATHEAD.png<>uid://d2wfhufif82yn::::res://src/map/dungeon/models/ANTECHAMBER_BATHEAD_13.png +ANTECHAMBER_BATHEAD.png::CompressedTexture2D::6988636475663944432::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_BATHEAD_13.png::CompressedTexture2D::9100094283979178305::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_CEILING_1.jpg::CompressedTexture2D::8517506702435976607::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_CEILING_1_7.jpg::CompressedTexture2D::5436899958962795747::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_COLUMN.jpg::CompressedTexture2D::1850802487759641692::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_FLOOR1.jpg::CompressedTexture2D::8010348035958484674::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_hand-tiile.png::CompressedTexture2D::4098754588487565416::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_STONE_PANEL_1png.png::CompressedTexture2D::1178238103585173873::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_STONE_PANEL_2png.png::CompressedTexture2D::5636057030535272577::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_swirled_column.png::CompressedTexture2D::3478864233306181704::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_tile2.png::CompressedTexture2D::5898099691734407399::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_TILE4.png::CompressedTexture2D::4148960764729169282::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_TILE5.png::CompressedTexture2D::1626899321682159334::1725830450::1725830462::1::::<><>:: +ANTECHAMBER_WALL TILE 1.jpg::CompressedTexture2D::4004420438194459865::1725830450::1725830462::1::::<><>:: +Approach to Final Room.glb::PackedScene::6086819002339315076::1725793398::1725830452::1::::<><>::uid://cwydb2jxrpae6::::res://src/map/dungeon/models/Approach to Final Room_TILE4.png<>uid://cnsv72pcsrvwt::::res://src/map/dungeon/models/Approach to Final Room_COLUMN.jpg<>uid://b5pko0ln88rsw::::res://src/map/dungeon/models/Approach to Final Room_WALL TILE 1.jpg<>uid://cccvfek04y5yy::::res://src/map/dungeon/models/Approach to Final Room_STONE_PANEL_1png.png<>uid://cxn7dxhtsjxxs::::res://src/map/dungeon/models/Approach to Final Room_STONE_PANEL_2png.png<>uid://du07b1whsbfrw::::res://src/map/dungeon/models/Approach to Final Room_CEILING_1.jpg<>uid://ynaiewg5u06i::::res://src/map/dungeon/models/Approach to Final Room_tile2.png<>uid://cqo51uq506sli::::res://src/map/dungeon/models/Approach to Final Room_swirled_column.png<>uid://btea261g3fnb::::res://src/map/dungeon/models/Approach to Final Room_hand-tiile.png<>uid://bnsts4bf00lqn::::res://src/map/dungeon/models/Approach to Final Room_BATHEAD.png<>uid://px7t63yq2b00::::res://src/map/dungeon/models/Approach to Final Room_Metal054C_1K-JPG_Color.jpg<>uid://dcvm5wa5b6lkk::::res://src/map/dungeon/models/Approach to Final Room_FLOOR1.jpg<>uid://c34wjhxresjjb::::res://src/map/dungeon/models/Approach to Final Room_FLOOR1_12.jpg<>uid://bphcsrr4e2ypm::::res://src/map/dungeon/models/Approach to Final Room_WALL TILE 1_13.jpg<>uid://d1faklq2503vl::::res://src/map/dungeon/models/Approach to Final Room_CEILING_1_14.jpg<>uid://cdmcrgmyesyfn::::res://src/map/dungeon/models/Approach to Final Room_BATHEAD_15.png +Approach to Final Room_BATHEAD.png::CompressedTexture2D::3337221742696988945::1725830451::1725830462::1::::<><>:: +Approach to Final Room_BATHEAD_15.png::CompressedTexture2D::5008332558605217511::1725830452::1725830462::1::::<><>:: +Approach to Final Room_CEILING_1.jpg::CompressedTexture2D::8616594497188825588::1725830451::1725830461::1::::<><>:: +Approach to Final Room_CEILING_1_14.jpg::CompressedTexture2D::8994512336119077453::1725830452::1725830461::1::::<><>:: +Approach to Final Room_COLUMN.jpg::CompressedTexture2D::5723788777924889723::1725830451::1725830462::1::::<><>:: +Approach to Final Room_FLOOR1.jpg::CompressedTexture2D::7343775005800301394::1725830452::1725830461::1::::<><>:: +Approach to Final Room_FLOOR1_12.jpg::CompressedTexture2D::6799348194077266951::1725830452::1725830461::1::::<><>:: +Approach to Final Room_hand-tiile.png::CompressedTexture2D::109656356146070543::1725830451::1725830462::1::::<><>:: +Approach to Final Room_Metal054C_1K-JPG_Color.jpg::CompressedTexture2D::1102291889357853383::1725830451::1725830462::1::::<><>:: +Approach to Final Room_STONE_PANEL_1png.png::CompressedTexture2D::4918632022705069552::1725830451::1725830461::1::::<><>:: +Approach to Final Room_STONE_PANEL_2png.png::CompressedTexture2D::6415971202752358020::1725830451::1725830461::1::::<><>:: +Approach to Final Room_swirled_column.png::CompressedTexture2D::5926633171157662606::1725830451::1725830462::1::::<><>:: +Approach to Final Room_tile2.png::CompressedTexture2D::1711383688859409866::1725830451::1725830461::1::::<><>:: +Approach to Final Room_TILE4.png::CompressedTexture2D::6366726363394569295::1725830451::1725830462::1::::<><>:: +Approach to Final Room_WALL TILE 1.jpg::CompressedTexture2D::4523685160899981494::1725830451::1725830462::1::::<><>:: +Approach to Final Room_WALL TILE 1_13.jpg::CompressedTexture2D::3453858481300515938::1725830452::1725830461::1::::<><>:: +COLUMN ROOM.glb::PackedScene::3234327563305773777::1725790540::1725830454::1::::<><>::uid://dacm4dslgg5qo::::res://src/map/dungeon/models/COLUMN ROOM_CEILING_1.jpg<>uid://do8xqac0yskhh::::res://src/map/dungeon/models/COLUMN ROOM_STONE_PANEL_1png.png<>uid://c4lq2dk2pbp23::::res://src/map/dungeon/models/COLUMN ROOM_swirled_column.png<>uid://b37isssl5xx05::::res://src/map/dungeon/models/COLUMN ROOM_WALL TILE 1.jpg<>uid://ddnmfw0jqfjl2::::res://src/map/dungeon/models/COLUMN ROOM_FLOOR1.jpg<>uid://b12rqd068ksx7::::res://src/map/dungeon/models/COLUMN ROOM_TILE4.png<>uid://d4hn0afe435ht::::res://src/map/dungeon/models/COLUMN ROOM_TILE5.png<>uid://bov4it342exwb::::res://src/map/dungeon/models/COLUMN ROOM_COLUMN.jpg<>uid://br5pftco1yuqw::::res://src/map/dungeon/models/COLUMN ROOM_5r4b2vhc34xa1.png<>uid://cwlyc0cho1sxg::::res://src/map/dungeon/models/COLUMN ROOM_STONE_PANEL_2png.png<>uid://bgd0sy4hrkok::::res://src/map/dungeon/models/COLUMN ROOM_CEILING_1_10.jpg<>uid://de3drhw5wmdln::::res://src/map/dungeon/models/COLUMN ROOM_tile2.png<>uid://dyk7lk5elosy1::::res://src/map/dungeon/models/COLUMN ROOM_hand-tiile.png<>uid://bmi4qpuo72txe::::res://src/map/dungeon/models/COLUMN ROOM_BATHEAD.png<>uid://bcimxuiuhj1hr::::res://src/map/dungeon/models/COLUMN ROOM_WALL TILE 1_14.jpg<>uid://df4xjbnaf3idj::::res://src/map/dungeon/models/COLUMN ROOM_BATHEAD_15.png +COLUMN ROOM_5r4b2vhc34xa1.png::CompressedTexture2D::3642483043727535526::1725830453::1725830462::1::::<><>:: +COLUMN ROOM_BATHEAD.png::CompressedTexture2D::3246992014300956790::1725830453::1725830462::1::::<><>:: +COLUMN ROOM_BATHEAD_15.png::CompressedTexture2D::7571485859729570431::1725830453::1725830462::1::::<><>:: +COLUMN ROOM_CEILING_1.jpg::CompressedTexture2D::7164171384408470934::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_CEILING_1_10.jpg::CompressedTexture2D::82802889811583270::1725830453::1725830462::1::::<><>:: +COLUMN ROOM_COLUMN.jpg::CompressedTexture2D::3414192549154345657::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_FLOOR1.jpg::CompressedTexture2D::7397404220243220541::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_hand-tiile.png::CompressedTexture2D::8866401235208806066::1725830453::1725830462::1::::<><>:: +COLUMN ROOM_STONE_PANEL_1png.png::CompressedTexture2D::8211455395690121933::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_STONE_PANEL_2png.png::CompressedTexture2D::6341166178642939628::1725830453::1725830462::1::::<><>:: +COLUMN ROOM_swirled_column.png::CompressedTexture2D::6832045850768448070::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_tile2.png::CompressedTexture2D::7498032915261874831::1725830453::1725830462::1::::<><>:: +COLUMN ROOM_TILE4.png::CompressedTexture2D::4268129776864237942::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_TILE5.png::CompressedTexture2D::9210023134559900137::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_WALL TILE 1.jpg::CompressedTexture2D::4418287247687933764::1725830452::1725830462::1::::<><>:: +COLUMN ROOM_WALL TILE 1_14.jpg::CompressedTexture2D::2544084133918539295::1725830453::1725830462::1::::<><>:: +GUARDIAN FLOOR.glb::PackedScene::3109158046370596969::1725789999::1725830456::1::::<><>::uid://l5r4irn6i0ky::::res://src/map/dungeon/models/GUARDIAN FLOOR_BATHEAD.png<>uid://dw7as41dtvx6i::::res://src/map/dungeon/models/GUARDIAN FLOOR_STONE_PANEL_2png.png<>uid://dr7ywrs4foloa::::res://src/map/dungeon/models/GUARDIAN FLOOR_CEILING_1.jpg<>uid://qpdbp6kifmmq::::res://src/map/dungeon/models/GUARDIAN FLOOR_tile2.png<>uid://6o7memt3venj::::res://src/map/dungeon/models/GUARDIAN FLOOR_STONE_PANEL_1png.png<>uid://utv161d0l5dc::::res://src/map/dungeon/models/GUARDIAN FLOOR_CEILING_1_5.jpg<>uid://c78fo7lwpruk8::::res://src/map/dungeon/models/GUARDIAN FLOOR_swirled_column.png<>uid://cyjk832xgmwu5::::res://src/map/dungeon/models/GUARDIAN FLOOR_BATHEAD_7.png<>uid://nl6vx6kh8ypf::::res://src/map/dungeon/models/GUARDIAN FLOOR_hand-tiile.png<>uid://b0jssmx7qnql3::::res://src/map/dungeon/models/GUARDIAN FLOOR_FLOOR1.jpg<>uid://dj1ssy3ibww0m::::res://src/map/dungeon/models/GUARDIAN FLOOR_WALL TILE 1.jpg<>uid://bgycaq8a25mb0::::res://src/map/dungeon/models/GUARDIAN FLOOR_TILE4.png<>uid://658tbklpg5yi::::res://src/map/dungeon/models/GUARDIAN FLOOR_TILE5.png<>uid://4lho1lymv6uc::::res://src/map/dungeon/models/GUARDIAN FLOOR_COLUMN.jpg<>uid://pjnbbx8x3tsj::::res://src/map/dungeon/models/GUARDIAN FLOOR_CHAIN_TEX.png<>uid://bpve468ei8pfn::::res://src/map/dungeon/models/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png +GUARDIAN FLOOR_BATHEAD.png::CompressedTexture2D::835093036621328224::1725830454::1725830461::1::::<><>:: +GUARDIAN FLOOR_BATHEAD_7.png::CompressedTexture2D::6476620629029097342::1725830454::1725830462::1::::<><>:: +GUARDIAN FLOOR_CEILING_1.jpg::CompressedTexture2D::8420029898376373736::1725830454::1725830461::1::::<><>:: +GUARDIAN FLOOR_CEILING_1_5.jpg::CompressedTexture2D::1444323206136357544::1725830454::1725830462::1::::<><>:: +GUARDIAN FLOOR_CHAIN_TEX.png::CompressedTexture2D::1072203250641972201::1725830455::1725830461::1::::<><>:: +GUARDIAN FLOOR_COLUMN.jpg::CompressedTexture2D::2058636024568930894::1725830455::1725830461::1::::<><>:: +GUARDIAN FLOOR_FLOOR1.jpg::CompressedTexture2D::4160846891877081210::1725830454::1725830461::1::::<><>:: +GUARDIAN FLOOR_hand-tiile.png::CompressedTexture2D::937084107427865819::1725830454::1725830462::1::::<><>:: +GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png::CompressedTexture2D::3482901606489297083::1725830455::1725830461::1::::<><>:: +GUARDIAN FLOOR_STONE_PANEL_1png.png::CompressedTexture2D::2206720044163800859::1725830454::1725830462::1::::<><>:: +GUARDIAN FLOOR_STONE_PANEL_2png.png::CompressedTexture2D::8769510407040835258::1725830454::1725830461::1::::<><>:: +GUARDIAN FLOOR_swirled_column.png::CompressedTexture2D::7087339114526081085::1725830454::1725830462::1::::<><>:: +GUARDIAN FLOOR_tile2.png::CompressedTexture2D::1154171937496063872::1725830454::1725830462::1::::<><>:: +GUARDIAN FLOOR_TILE4.png::CompressedTexture2D::2857221136993685067::1725830454::1725830461::1::::<><>:: +GUARDIAN FLOOR_TILE5.png::CompressedTexture2D::2239823144737783856::1725830454::1725830461::1::::<><>:: +GUARDIAN FLOOR_WALL TILE 1.jpg::CompressedTexture2D::7845761819767871094::1725830454::1725830461::1::::<><>:: +ITEM TRANSFER ROOM.glb::PackedScene::1752805716310963400::1725790591::1725830457::1::::<><>::uid://xqumc3icbeaa::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_WALL TILE 1.jpg<>uid://bo8a5sikuv6mc::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_STONE_PANEL_1png.png<>uid://ms3fy5dtud0q::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_STONE_PANEL_2png.png<>uid://ctskfkxjxasfb::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_CEILING_1.jpg<>uid://bkang0o42qwi2::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_tile2.png<>uid://dvnwxybah071g::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_CEILING_1_5.jpg<>uid://cape05goh1cmr::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_swirled_column.png<>uid://domuhnh8aeukv::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_hand-tiile.png<>uid://c61qaihuk2m8p::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_BATHEAD.png<>uid://dn01abl242fvw::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_BATHEAD_9.png<>uid://chknqqi1v17yp::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_FLOOR1.jpg<>uid://ht5gcqnc58t5::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_TILE4.png<>uid://bahjvt63nnmei::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_PIPE.jpg<>uid://gubscfl6k54n::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_gold.jpg<>uid://ctrbqsit7sr2n::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg<>uid://cltttj8mvawa::::res://src/map/dungeon/models/ITEM TRANSFER ROOM_COLUMN.jpg +ITEM TRANSFER ROOM_BATHEAD.png::CompressedTexture2D::7003341245578603737::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_BATHEAD_9.png::CompressedTexture2D::8124905174819923260::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_CEILING_1.jpg::CompressedTexture2D::6144204856182761027::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_CEILING_1_5.jpg::CompressedTexture2D::8661442787497017842::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_COLUMN.jpg::CompressedTexture2D::164274408880601780::1725830457::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_FLOOR1.jpg::CompressedTexture2D::5285625797943950367::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_gold.jpg::CompressedTexture2D::462513591504811583::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_hand-tiile.png::CompressedTexture2D::8167905930589869881::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_PIPE.jpg::CompressedTexture2D::2401456329701099320::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_STONE_PANEL_1png.png::CompressedTexture2D::3437243492587354430::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_STONE_PANEL_2png.png::CompressedTexture2D::881135235063473054::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_swirled_column.png::CompressedTexture2D::4804096132131592753::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_tile2.png::CompressedTexture2D::3089110491808196691::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_TILE4.png::CompressedTexture2D::532377437697907800::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_WALL TILE 1.jpg::CompressedTexture2D::1648609365789313208::1725830456::1725830461::1::::<><>:: +ITEM TRANSFER ROOM_wood_0003_color_1k.jpg::CompressedTexture2D::6141614066708580183::1725830456::1725830461::1::::<><>:: +SMALL DEAD END.glb::PackedScene::1618050643209816776::1725790570::1725830458::1::::<><>::uid://0ipj1anlf866::::res://src/map/dungeon/models/SMALL DEAD END_WALL TILE 1.jpg<>uid://dgpphg10hc5ye::::res://src/map/dungeon/models/SMALL DEAD END_FLOOR1.jpg<>uid://0c6vc612xws2::::res://src/map/dungeon/models/SMALL DEAD END_CEILING_1.jpg<>uid://dhn6mprhr6iqt::::res://src/map/dungeon/models/SMALL DEAD END_STONE_PANEL_1png.png<>uid://chximlmpvvpvx::::res://src/map/dungeon/models/SMALL DEAD END_STONE_PANEL_2png.png<>uid://cbr8v4jcess5f::::res://src/map/dungeon/models/SMALL DEAD END_tile2.png<>uid://d1fae0p1mfkr4::::res://src/map/dungeon/models/SMALL DEAD END_CEILING_1_6.jpg<>uid://cg8euam2g57wg::::res://src/map/dungeon/models/SMALL DEAD END_swirled_column.png<>uid://bebcgsul4ofbg::::res://src/map/dungeon/models/SMALL DEAD END_hand-tiile.png<>uid://d32wgnbm2dir1::::res://src/map/dungeon/models/SMALL DEAD END_BATHEAD.png<>uid://cik1begwc6sb8::::res://src/map/dungeon/models/SMALL DEAD END_BATHEAD_10.png +SMALL DEAD END_BATHEAD.png::CompressedTexture2D::9181635045837905668::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_BATHEAD_10.png::CompressedTexture2D::5356576542002610275::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_CEILING_1.jpg::CompressedTexture2D::1760769729060661695::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_CEILING_1_6.jpg::CompressedTexture2D::8994502355067449199::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_FLOOR1.jpg::CompressedTexture2D::7612284391117595084::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_hand-tiile.png::CompressedTexture2D::2669373561603743068::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_STONE_PANEL_1png.png::CompressedTexture2D::7679325338104847227::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_STONE_PANEL_2png.png::CompressedTexture2D::5312151723669736565::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_swirled_column.png::CompressedTexture2D::5262377498721177122::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_tile2.png::CompressedTexture2D::4880167332453886233::1725830457::1725830461::1::::<><>:: +SMALL DEAD END_WALL TILE 1.jpg::CompressedTexture2D::1772164306232628537::1725830457::1725830461::1::::<><>:: +WATER ROOM.glb::PackedScene::7175189231090793675::1725790197::1725830461::1::::<><>::uid://fm8xs4qrvorr::::res://src/map/dungeon/models/WATER ROOM_CEILING_1.jpg<>uid://qda4jfohgynt::::res://src/map/dungeon/models/WATER ROOM_STONE_PANEL_1png.png<>uid://bf7mejp7gqtyq::::res://src/map/dungeon/models/WATER ROOM_swirled_column.png<>uid://3pg5pfwwgjy2::::res://src/map/dungeon/models/WATER ROOM_WALL TILE 1.jpg<>uid://ji6svk0gxi08::::res://src/map/dungeon/models/WATER ROOM_STONE_PANEL_2png.png<>uid://cya8owa14m787::::res://src/map/dungeon/models/WATER ROOM_CEILING_1_5.jpg<>uid://87lgjgg1hhy::::res://src/map/dungeon/models/WATER ROOM_tile2.png<>uid://dsyx22y5g52ov::::res://src/map/dungeon/models/WATER ROOM_hand-tiile.png<>uid://chjocwmsea5ou::::res://src/map/dungeon/models/WATER ROOM_BATHEAD.png<>uid://cycslx5warx18::::res://src/map/dungeon/models/WATER ROOM_BATHEAD_9.png<>uid://bievnuapgyewn::::res://src/map/dungeon/models/WATER ROOM_FLOOR1.jpg<>uid://8w2atgx3clwj::::res://src/map/dungeon/models/WATER ROOM_SD137.jpg<>uid://cwunyq30txfsv::::res://src/map/dungeon/models/WATER ROOM_wood_0025_color_1k.jpg<>uid://cpk3dfq3q211n::::res://src/map/dungeon/models/WATER ROOM_CHAIN_TEX.png<>uid://segb8meb87p::::res://src/map/dungeon/models/WATER ROOM_CHAIN_TEX_14.png +WATER ROOM_BATHEAD.png::CompressedTexture2D::5283597457000081384::1725830458::1725830461::1::::<><>:: +WATER ROOM_BATHEAD_9.png::CompressedTexture2D::6462616175191309881::1725830458::1725830461::1::::<><>:: +WATER ROOM_CEILING_1.jpg::CompressedTexture2D::377762476230142467::1725830458::1725830461::1::::<><>:: +WATER ROOM_CEILING_1_5.jpg::CompressedTexture2D::6459403433309228914::1725830458::1725830461::1::::<><>:: +WATER ROOM_CHAIN_TEX.png::CompressedTexture2D::5848023521304748097::1725830460::1725830461::1::::<><>:: +WATER ROOM_CHAIN_TEX_14.png::CompressedTexture2D::37412486360116059::1725830460::1725830461::1::::<><>:: +WATER ROOM_FLOOR1.jpg::CompressedTexture2D::2957488267139959561::1725830458::1725830461::1::::<><>:: +WATER ROOM_hand-tiile.png::CompressedTexture2D::8473652466508433005::1725830458::1725830461::1::::<><>:: +WATER ROOM_SD137.jpg::CompressedTexture2D::2363288517744081745::1725830458::1725830462::1::::<><>:: +WATER ROOM_STONE_PANEL_1png.png::CompressedTexture2D::1129266900573827149::1725830458::1725830461::1::::<><>:: +WATER ROOM_STONE_PANEL_2png.png::CompressedTexture2D::650130105424033099::1725830458::1725830461::1::::<><>:: +WATER ROOM_swirled_column.png::CompressedTexture2D::2804161234446813740::1725830458::1725830461::1::::<><>:: +WATER ROOM_tile2.png::CompressedTexture2D::70087382710454738::1725830458::1725830461::1::::<><>:: +WATER ROOM_WALL TILE 1.jpg::CompressedTexture2D::1996671960553049087::1725830458::1725830461::1::::<><>:: +WATER ROOM_wood_0025_color_1k.jpg::CompressedTexture2D::6359116547254103957::1725830460::1725830461::1::::<><>:: +::res://src/map/dungeon/rooms/::1725918905 +Antechamber.tscn::PackedScene::8220522447297125518::1725918905::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://dtl7ddfk5qltn::::res://src/map/dungeon/models/ANTECHAMBER_CEILING_1.jpg<>uid://q10n6j8dr6c0::::res://src/map/dungeon/models/ANTECHAMBER_STONE_PANEL_1png.png<>uid://bptgnd20q18au::::res://src/map/dungeon/models/ANTECHAMBER_swirled_column.png<>uid://1mspgh5ue4tc::::res://src/map/dungeon/models/ANTECHAMBER_COLUMN.jpg<>uid://bxb1hp20ftfs0::::res://src/map/dungeon/models/ANTECHAMBER_WALL TILE 1.jpg<>uid://cmkfbhph5rui0::::res://src/map/dungeon/models/ANTECHAMBER_STONE_PANEL_2png.png<>uid://cjpw7h4r6y54b::::res://src/map/dungeon/models/ANTECHAMBER_CEILING_1_7.jpg<>uid://cqbc3tjhel86n::::res://src/map/dungeon/models/ANTECHAMBER_tile2.png<>uid://bynp5h7thlmia::::res://src/map/dungeon/models/ANTECHAMBER_hand-tiile.png<>uid://c6tl265fpnqyi::::res://src/map/dungeon/models/ANTECHAMBER_BATHEAD.png<>uid://d2wfhufif82yn::::res://src/map/dungeon/models/ANTECHAMBER_BATHEAD_13.png<>uid://dmeji5w2ft1as::::res://src/map/dungeon/models/ANTECHAMBER_FLOOR1.jpg<>uid://b0d11o60nnn6y::::res://src/map/dungeon/models/ANTECHAMBER_TILE4.png<>uid://xgc2aaxm1pus::::res://src/map/dungeon/models/ANTECHAMBER_TILE5.png<>res://src/map/dungeon/rooms/DungeonRoom.cs<>uid://twrj4wixcbu7::::res://src/items/ItemDatabase.tscn<>uid://dbvr8ewajja6a::::res://src/enemy/EnemyDatabase.tscn +ColumnRoom.tscn::PackedScene::964985112843947605::1725839829::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>uid://dacm4dslgg5qo::::res://src/map/dungeon/models/COLUMN ROOM_CEILING_1.jpg<>uid://do8xqac0yskhh::::res://src/map/dungeon/models/COLUMN ROOM_STONE_PANEL_1png.png<>uid://c4lq2dk2pbp23::::res://src/map/dungeon/models/COLUMN ROOM_swirled_column.png<>uid://b37isssl5xx05::::res://src/map/dungeon/models/COLUMN ROOM_WALL TILE 1.jpg<>uid://ddnmfw0jqfjl2::::res://src/map/dungeon/models/COLUMN ROOM_FLOOR1.jpg<>uid://b12rqd068ksx7::::res://src/map/dungeon/models/COLUMN ROOM_TILE4.png<>uid://d4hn0afe435ht::::res://src/map/dungeon/models/COLUMN ROOM_TILE5.png<>uid://bov4it342exwb::::res://src/map/dungeon/models/COLUMN ROOM_COLUMN.jpg<>uid://br5pftco1yuqw::::res://src/map/dungeon/models/COLUMN ROOM_5r4b2vhc34xa1.png<>uid://cwlyc0cho1sxg::::res://src/map/dungeon/models/COLUMN ROOM_STONE_PANEL_2png.png<>uid://bgd0sy4hrkok::::res://src/map/dungeon/models/COLUMN ROOM_CEILING_1_10.jpg<>uid://de3drhw5wmdln::::res://src/map/dungeon/models/COLUMN ROOM_tile2.png<>uid://dyk7lk5elosy1::::res://src/map/dungeon/models/COLUMN ROOM_hand-tiile.png<>uid://bmi4qpuo72txe::::res://src/map/dungeon/models/COLUMN ROOM_BATHEAD.png<>res://src/map/dungeon/rooms/DungeonRoom.cs<>uid://bcimxuiuhj1hr::::res://src/map/dungeon/models/COLUMN ROOM_WALL TILE 1_14.jpg<>uid://df4xjbnaf3idj::::res://src/map/dungeon/models/COLUMN ROOM_BATHEAD_15.png<>uid://twrj4wixcbu7::::res://src/items/ItemDatabase.tscn<>uid://dbvr8ewajja6a::::res://src/enemy/EnemyDatabase.tscn +DungeonRoom.cs::CSharpScript::-1::1725907857::0::1::::<>Node3D<>:: +DungeonRoomLogic.cs::CSharpScript::-1::1724396531::0::1::::<><>:: +Room1.tscn::PackedScene::5365656592942578961::1725839828::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>res://src/map/dungeon/rooms/DungeonRoom.cs<>uid://ckaw6wjmi0fom::::res://src/map/dungeon/door/Door.tscn<>uid://twrj4wixcbu7::::res://src/items/ItemDatabase.tscn<>uid://dbvr8ewajja6a::::res://src/enemy/EnemyDatabase.tscn +Room2.tscn::PackedScene::5278348861942112802::1725839828::0::1::::<><>::res://addons/SimpleDungeons/DungeonRoom3D.gd<>res://src/map/dungeon/rooms/DungeonRoom.cs<>uid://twrj4wixcbu7::::res://src/items/ItemDatabase.tscn<>uid://ckaw6wjmi0fom::::res://src/map/dungeon/door/Door.tscn<>uid://dbvr8ewajja6a::::res://src/enemy/EnemyDatabase.tscn +::res://src/map/dungeon/rooms/state/::1724395792 +DungeonRoomLogic.State.cs::CSharpScript::-1::1724395772::0::1::::<><>:: +::res://src/map/dungeon/rooms/state/states/::1724396506 +DungeonRoomLogic.State.Idle.cs::CSharpScript::-1::1724396506::0::1::::<><>:: +::res://src/map/dungeon/textures/::1724647092 +IMG_6565.JPEG::CompressedTexture2D::8666979854965409858::1724647089::1724647092::1::::<><>:: +map_brickwall.jpg::CompressedTexture2D::86905811814461825::1724080633::1724378098::1::::<><>:: +map_ceiling.jpg::CompressedTexture2D::972537997475376273::1724080633::1724384648::1::::<><>:: +::res://src/map/overworld/::1725839828 +block.blend::PackedScene::6296893702888547832::1725770819::1725791963::1::::<><>::uid://c3wrhqfpx8th1::::res://src/map/overworld/Textures/ruins2.tres +HubWorld.tscn::PackedScene::8071293567696573239::1725839828::0::1::::<><>::uid://6pu2bdointq4::::res://src/map/overworld/Textures/premade.tres<>uid://cv70me80rxpem::::res://src/map/overworld/Textures/water.tres<>uid://dw5bnw8bkb6w8::::res://src/map/overworld/Models/block.obj<>uid://c3wrhqfpx8th1::::res://src/map/overworld/Textures/ruins.tres<>uid://df5fykeos37m1::::res://src/map/overworld/Models/raft.obj<>uid://bb46flkajcbtd::::res://src/map/overworld/Models/tree.obj<>uid://b1crojyrqmhql::::res://src/map/overworld/Textures/kenney_prototype-textures/stick.jpeg<>uid://bxodl26dnwrkc::::res://src/map/overworld/Textures/SMALLER1/others_0020_color_1k.jpg<>uid://c4iqttgjb0kq3::::res://src/map/overworld/Textures/kenney_prototype-textures/treetexture.png +mesh_library.tres::MeshLibrary::3774923246231586456::1725791176::0::1::::<><>::uid://ck0vpl2538xkv::::res://src/map/overworld/Textures/kenney_prototype-textures/stone.jpeg<>uid://b1crojyrqmhql::::res://src/map/overworld/Textures/kenney_prototype-textures/stick.jpeg<>uid://cbikvg6dp2prj::::res://src/map/overworld/Textures/kenney_prototype-textures/treetexture.jpeg +raft.blend::PackedScene::1320297733444947474::1725772423::1725786741::1::::<><>::uid://b1crojyrqmhql::::res://src/map/overworld/Textures/kenney_prototype-textures/stick.jpeg +tree.blend::PackedScene::2606534605470937121::1725763074::1725786741::1::::<><>::uid://cbikvg6dp2prj::::res://src/map/overworld/Textures/kenney_prototype-textures/treetexture.jpeg +::res://src/map/overworld/Models/::1725786739 +block.obj::Mesh::8765433082602462609::1725770219::1725786739::1::::<><>:: +raft.obj::Mesh::7572484577982815218::1725772437::1725786739::1::::<><>:: +tree.obj::Mesh::2518368231161154989::1725763140::1725786739::1::::<><>:: +::res://src/map/overworld/Textures/::1725923075 +grass (copy).tres::StandardMaterial3D::6314406788492286456::1725774412::0::1::::<><>::uid://ttx6qlf7uxhe::::res://SeanResources/Textures/SMALLER1/ground_0014_color_1k.jpg +grass.tres::StandardMaterial3D::6314406788492286456::1725774412::0::1::::<><>::uid://ttx6qlf7uxhe::::res://SeanResources/Textures/SMALLER1/ground_0014_color_1k.jpg +premade.tres::StandardMaterial3D::2208082433185745521::1725749684::0::1::::<><>::uid://vuaxqe7bfy4v::::res://SeanResources/Textures/kenney_prototype-textures/Vector/texture_01.svg +ruins2.tres::StandardMaterial3D::6784590838085998828::1725774412::0::1::::<><>::uid://533ju8qt5wrm::::res://SeanResources/Textures/SMALLER1/concrete_0031_color_1k.jpg +ruins3.tres::StandardMaterial3D::6784590838085998828::1725774412::0::1::::<><>::uid://533ju8qt5wrm::::res://SeanResources/Textures/SMALLER1/concrete_0031_color_1k.jpg +ruins.tres::StandardMaterial3D::6784590838085998828::1725774412::0::1::::<><>::uid://533ju8qt5wrm::::res://SeanResources/Textures/SMALLER1/concrete_0031_color_1k.jpg +water.tres::StandardMaterial3D::6314406788492286456::1725923075::0::1::::<><>::uid://ttx6qlf7uxhe::::res://src/map/overworld/Textures/SMALLER1/ground_0014_color_1k.jpg +::res://src/map/overworld/Textures/kenney_prototype-textures/::1725786981 +License.txt::TextFile::-1::1586304875::0::1::::<><>:: +Preview.png::CompressedTexture2D::584689607265008796::1586305810::1725786738::1::::<><>:: +Sample.png::CompressedTexture2D::3529469177419864::1586306416::1725786738::1::::<><>:: +stick.jpeg::CompressedTexture2D::4216517074361482183::1725772181::1725786738::1::::<><>:: +stone.jpeg::CompressedTexture2D::5527641712243064461::1725766553::1725786738::1::::<><>:: +treetexture.jpeg::CompressedTexture2D::4860190267842848367::1725762481::1725786738::1::::<><>:: +treetexture.png::CompressedTexture2D::6825839264513805020::1725762056::1725786981::1::::<><>:: +::res://src/map/overworld/Textures/kenney_prototype-textures/PNG/::1725786716 +::res://src/map/overworld/Textures/kenney_prototype-textures/PNG/Dark/::1725786739 +texture_01.png::CompressedTexture2D::7417726201214896462::1586304798::1725786739::1::::<><>:: +texture_02.png::CompressedTexture2D::2962939447390669737::1586304799::1725786739::1::::<><>:: +texture_03.png::CompressedTexture2D::703771964777631127::1586304800::1725786739::1::::<><>:: +texture_04.png::CompressedTexture2D::8454043541102451101::1586304801::1725786739::1::::<><>:: +texture_05.png::CompressedTexture2D::8521405218136508510::1586304802::1725786739::1::::<><>:: +texture_06.png::CompressedTexture2D::119349352804467179::1586304803::1725786739::1::::<><>:: +texture_07.png::CompressedTexture2D::6692770289011826840::1586304804::1725786739::1::::<><>:: +texture_08.png::CompressedTexture2D::200172515465815079::1586304805::1725786739::1::::<><>:: +texture_09.png::CompressedTexture2D::1371199426751937344::1586304806::1725786739::1::::<><>:: +texture_10.png::CompressedTexture2D::2116315369296530386::1586304807::1725786739::1::::<><>:: +texture_11.png::CompressedTexture2D::3639889104345650788::1586304808::1725786739::1::::<><>:: +texture_12.png::CompressedTexture2D::6262719143053830878::1586304810::1725786739::1::::<><>:: +texture_13.png::CompressedTexture2D::9128990098889268938::1586304812::1725786739::1::::<><>:: +::res://src/map/overworld/Textures/kenney_prototype-textures/PNG/Green/::1725786739 +texture_01.png::CompressedTexture2D::4206187527905140043::1586304814::1725786739::1::::<><>:: +texture_02.png::CompressedTexture2D::7988014141558634093::1586304814::1725786739::1::::<><>:: +texture_03.png::CompressedTexture2D::6167981684204407307::1586304815::1725786739::1::::<><>:: +texture_04.png::CompressedTexture2D::681852222054723801::1586304816::1725786739::1::::<><>:: +texture_05.png::CompressedTexture2D::2199267396906657388::1586304817::1725786739::1::::<><>:: +texture_06.png::CompressedTexture2D::1869220357534980517::1586304818::1725786739::1::::<><>:: +texture_07.png::CompressedTexture2D::1349782425636131640::1586304819::1725786739::1::::<><>:: +texture_08.png::CompressedTexture2D::1547803447123988541::1586304820::1725786739::1::::<><>:: +texture_09.png::CompressedTexture2D::8626547286974722517::1586304821::1725786739::1::::<><>:: +texture_10.png::CompressedTexture2D::5171477892485359814::1586304822::1725786739::1::::<><>:: +texture_11.png::CompressedTexture2D::4240568689088980193::1586304824::1725786739::1::::<><>:: +texture_12.png::CompressedTexture2D::2025993486654753687::1586304826::1725786739::1::::<><>:: +texture_13.png::CompressedTexture2D::1054293740580065752::1586304827::1725786739::1::::<><>:: +::res://src/map/overworld/Textures/kenney_prototype-textures/PNG/Light/::1725786739 +texture_01.png::CompressedTexture2D::1839973478361407049::1586304828::1725786739::1::::<><>:: +texture_02.png::CompressedTexture2D::4691639863475204111::1586304829::1725786739::1::::<><>:: +texture_03.png::CompressedTexture2D::6144830016798338272::1586304830::1725786739::1::::<><>:: +texture_04.png::CompressedTexture2D::1194542104057104000::1586304832::1725786739::1::::<><>:: +texture_05.png::CompressedTexture2D::5039210388026338368::1586304833::1725786739::1::::<><>:: +texture_06.png::CompressedTexture2D::3414504377966153488::1586304834::1725786739::1::::<><>:: +texture_07.png::CompressedTexture2D::8119154217572528706::1586304835::1725786739::1::::<><>:: +texture_08.png::CompressedTexture2D::598124475588642777::1586304836::1725786739::1::::<><>:: +texture_09.png::CompressedTexture2D::5426447886623744523::1586304838::1725786739::1::::<><>:: +texture_10.png::CompressedTexture2D::3852023497089712230::1586304839::1725786739::1::::<><>:: +texture_11.png::CompressedTexture2D::2239307972315974656::1586304840::1725786739::1::::<><>:: +texture_12.png::CompressedTexture2D::4692753408737548748::1586304842::1725786739::1::::<><>:: +texture_13.png::CompressedTexture2D::1697217528886530194::1586304843::1725786739::1::::<><>:: +::res://src/map/overworld/Textures/kenney_prototype-textures/PNG/Orange/::1725786739 +texture_01.png::CompressedTexture2D::5265588002819241892::1586304844::1725786739::1::::<><>:: +texture_02.png::CompressedTexture2D::3027686197453824533::1586304845::1725786739::1::::<><>:: +texture_03.png::CompressedTexture2D::6431040718100960718::1586304846::1725786739::1::::<><>:: +texture_04.png::CompressedTexture2D::1976365536485635433::1586304847::1725786739::1::::<><>:: +texture_05.png::CompressedTexture2D::4046158684367378757::1586304848::1725786739::1::::<><>:: +texture_06.png::CompressedTexture2D::1436815850890167536::1586304849::1725786739::1::::<><>:: +texture_07.png::CompressedTexture2D::3674016093100730173::1586304849::1725786739::1::::<><>:: +texture_08.png::CompressedTexture2D::5235270309888079702::1586304850::1725786739::1::::<><>:: +texture_09.png::CompressedTexture2D::3589232727131493900::1586304851::1725786739::1::::<><>:: +texture_10.png::CompressedTexture2D::8406244515030590545::1586304852::1725786739::1::::<><>:: +texture_11.png::CompressedTexture2D::2879377077691975962::1586304854::1725786739::1::::<><>:: +texture_12.png::CompressedTexture2D::1517890587854150710::1586304855::1725786739::1::::<><>:: +texture_13.png::CompressedTexture2D::5594104569851145566::1586304857::1725786739::1::::<><>:: +::res://src/map/overworld/Textures/kenney_prototype-textures/PNG/Purple/::1725786739 +texture_01.png::CompressedTexture2D::1925850268157596189::1586304859::1725786739::1::::<><>:: +texture_02.png::CompressedTexture2D::8303656701237620895::1586304860::1725786739::1::::<><>:: +texture_03.png::CompressedTexture2D::425498463856975930::1586304861::1725786739::1::::<><>:: +texture_04.png::CompressedTexture2D::8054273148764523453::1586304862::1725786739::1::::<><>:: +texture_05.png::CompressedTexture2D::8077719969304779886::1586304863::1725786739::1::::<><>:: +texture_06.png::CompressedTexture2D::5247242635323250445::1586304864::1725786739::1::::<><>:: +texture_07.png::CompressedTexture2D::399507922784309667::1586304865::1725786739::1::::<><>:: +texture_08.png::CompressedTexture2D::3708047591453860513::1586304866::1725786739::1::::<><>:: +texture_09.png::CompressedTexture2D::8504285282718946125::1586304867::1725786739::1::::<><>:: +texture_10.png::CompressedTexture2D::8887720913745337850::1586304868::1725786739::1::::<><>:: +texture_11.png::CompressedTexture2D::5478757282806954964::1586304870::1725786739::1::::<><>:: +texture_12.png::CompressedTexture2D::8204063253487453217::1586304871::1725786739::1::::<><>:: +texture_13.png::CompressedTexture2D::5560292630876398286::1586304872::1725786739::1::::<><>:: +::res://src/map/overworld/Textures/kenney_prototype-textures/PNG/Red/::1725786739 +texture_01.png::CompressedTexture2D::3288229183261588535::1586304873::1725786739::1::::<><>:: +texture_02.png::CompressedTexture2D::1957590399812899586::1586304874::1725786739::1::::<><>:: +texture_03.png::CompressedTexture2D::1686062109381387215::1586304875::1725786739::1::::<><>:: +texture_04.png::CompressedTexture2D::8312669868970105759::1586304876::1725786739::1::::<><>:: +texture_05.png::CompressedTexture2D::8109923035063115116::1586304877::1725786738::1::::<><>:: +texture_06.png::CompressedTexture2D::4264456236745434093::1586304878::1725786738::1::::<><>:: +texture_07.png::CompressedTexture2D::8588813292119340002::1586304879::1725786738::1::::<><>:: +texture_08.png::CompressedTexture2D::1337551024930547920::1586304880::1725786738::1::::<><>:: +texture_09.png::CompressedTexture2D::939008665805217042::1586304880::1725786738::1::::<><>:: +texture_10.png::CompressedTexture2D::1733933056776370532::1586304881::1725786738::1::::<><>:: +texture_11.png::CompressedTexture2D::554045134669719985::1586304883::1725786738::1::::<><>:: +texture_12.png::CompressedTexture2D::6175043372870301575::1586304885::1725786738::1::::<><>:: +texture_13.png::CompressedTexture2D::8894749318293264257::1586304886::1725786738::1::::<><>:: +::res://src/map/overworld/Textures/kenney_prototype-textures/Vector/::1725786739 +texture_01.svg::CompressedTexture2D::1515295192748003335::1586305267::1725786738::1::::<><>:: +texture_02.svg::CompressedTexture2D::4686110747732956061::1586305267::1725786738::1::::<><>:: +texture_03.svg::CompressedTexture2D::3365442541988502085::1586305267::1725786738::1::::<><>:: +texture_04.svg::CompressedTexture2D::3378580664280194089::1586305267::1725786738::1::::<><>:: +texture_05.svg::CompressedTexture2D::7734026203315183103::1586305267::1725786738::1::::<><>:: +texture_06.svg::CompressedTexture2D::8169902216692924709::1586305267::1725786738::1::::<><>:: +texture_07.svg::CompressedTexture2D::4052537622409044::1586305267::1725786738::1::::<><>:: +texture_08.svg::CompressedTexture2D::7378099468513183422::1586305267::1725786739::1::::<><>:: +texture_09.svg::CompressedTexture2D::23023940393003103::1586305267::1725786738::1::::<><>:: +texture_10.svg::CompressedTexture2D::3302245694642932428::1586305267::1725786738::1::::<><>:: +texture_11.svg::CompressedTexture2D::7772872630315341901::1586305267::1725786738::1::::<><>:: +texture_12.svg::CompressedTexture2D::6275809180426460764::1586305267::1725786738::1::::<><>:: +texture_13.svg::CompressedTexture2D::2938846978799187877::1586305267::1725786738::1::::<><>:: +::res://src/map/overworld/Textures/SMALLER1/::1725786739 +Bricks091_1K-JPG_Color.jpg::CompressedTexture2D::9008186657447649534::1725692771::1725786738::1::::<><>:: +bricks_0012_color_1k.jpg::CompressedTexture2D::1576733073844096788::1725692771::1725786738::1::::<><>:: +concrete_0003_color_1k.jpg::CompressedTexture2D::6981308364766562706::1725692771::1725786738::1::::<><>:: +concrete_0017_color_1k.jpg::CompressedTexture2D::3764458196008125990::1725692771::1725786738::1::::<><>:: +concrete_0025_color_1k.jpg::CompressedTexture2D::5063752393654597591::1725692771::1725786738::1::::<><>:: +concrete_0031_color_1k.jpg::CompressedTexture2D::2165185136396361222::1725692771::1725786738::1::::<><>:: +ground_0007_color_1k.jpg::CompressedTexture2D::6076989278157708605::1725692771::1725786738::1::::<><>:: +ground_0014_color_1k.jpg::CompressedTexture2D::1374263914531635150::1725692771::1725786739::1::::<><>:: +ground_0016_color_1k.jpg::CompressedTexture2D::6811289127032363851::1725692771::1725786739::1::::<><>:: +ground_0024_color_1k.jpg::CompressedTexture2D::8877528511557442547::1725692771::1725786739::1::::<><>:: +marble_0008_color_1k.jpg::CompressedTexture2D::5004157846130561345::1725692771::1725786739::1::::<><>:: +marble_0009_color_1k.jpg::CompressedTexture2D::6013470736292547101::1725692771::1725786739::1::::<><>:: +marble_0017_color_1k.jpg::CompressedTexture2D::2199520929244913440::1725692771::1725786739::1::::<><>:: +Metal041B_2K-JPG_Color.jpg::CompressedTexture2D::74555196452378416::1725692771::1725786739::1::::<><>:: +Metal054C_1K-JPG_Color.jpg::CompressedTexture2D::5853632661124195873::1725692771::1725786739::1::::<><>:: +metal_0004_color_1k.jpg::CompressedTexture2D::4475126275910821844::1725692771::1725786739::1::::<><>:: +metal_0029_color_1k.jpg::CompressedTexture2D::1324450527601813137::1725692771::1725786739::1::::<><>:: +metal_0059_color_1k.jpg::CompressedTexture2D::1034523716225268019::1725692771::1725786739::1::::<><>:: +metal_0065_color_1k.jpg::CompressedTexture2D::2280627553583277792::1725692771::1725786739::1::::<><>:: +others_0020_color_1k.jpg::CompressedTexture2D::4029868636809890106::1725692771::1725786739::1::::<><>:: +rock_0005_color_1k.jpg::CompressedTexture2D::5910016640722196417::1725692771::1725786739::1::::<><>:: +SA003.JPG::CompressedTexture2D::6734609691848563701::1725771210::1725786739::1::::<><>:: +SA010.JPG::CompressedTexture2D::7977931294982660129::1725771210::1725786739::1::::<><>:: +SA018.JPG::CompressedTexture2D::8472133303173402963::1725771210::1725786739::1::::<><>:: +SA019.JPG::CompressedTexture2D::5369348175006071956::1725771210::1725786739::1::::<><>:: +SA021.JPG::CompressedTexture2D::7745869435207768887::1725771210::1725786738::1::::<><>:: +SA024.JPG::CompressedTexture2D::7742718237707502151::1725771210::1725786738::1::::<><>:: +SA064.JPG::CompressedTexture2D::2505704529294598977::1725771210::1725786738::1::::<><>:: +SA067.JPG::CompressedTexture2D::5468871619669446330::1725771210::1725786738::1::::<><>:: +SA069.JPG::CompressedTexture2D::8212292409763949916::1725771211::1725786738::1::::<><>:: +SA133.JPG::CompressedTexture2D::7032851997511634221::1725771211::1725786738::1::::<><>:: +SA140.JPG::CompressedTexture2D::7308857733704301125::1725771211::1725786739::1::::<><>:: +SA142.JPG::CompressedTexture2D::407775224593790097::1725771211::1725786739::1::::<><>:: +SA145.JPG::CompressedTexture2D::7180718591240096263::1725771211::1725786739::1::::<><>:: +SA146.JPG::CompressedTexture2D::7471902083761654898::1725771211::1725786739::1::::<><>:: +SA150.JPG::CompressedTexture2D::8041275618513771892::1725771211::1725786739::1::::<><>:: +SA163.JPG::CompressedTexture2D::3426315675838853062::1725771211::1725786739::1::::<><>:: +SA164.JPG::CompressedTexture2D::4467923108514128699::1725771211::1725786739::1::::<><>:: +SA197.JPG::CompressedTexture2D::3377110150601386540::1725771211::1725786739::1::::<><>:: +SA198.JPG::CompressedTexture2D::3055193189866558792::1725771211::1725786739::1::::<><>:: +SA199.JPG::CompressedTexture2D::7812602598000192484::1725771211::1725786739::1::::<><>:: +SA200.JPG::CompressedTexture2D::463516814626740036::1725771211::1725786739::1::::<><>:: +tiles_0035_color_1k.jpg::CompressedTexture2D::585592587951957569::1725692771::1725786739::1::::<><>:: +tiles_0041_color_1k.jpg::CompressedTexture2D::5279137307067637053::1725692771::1725786739::1::::<><>:: +wood_0003_color_1k.jpg::CompressedTexture2D::1968906430965822138::1725692771::1725786739::1::::<><>:: +wood_0025_color_1k.jpg::CompressedTexture2D::2499935929479499914::1725692771::1725786739::1::::<><>:: +::res://src/menu/::1725710018 +Menu.cs::CSharpScript::-1::1725473784::0::1::::<>Control<>:: +Menu.tscn::PackedScene::1204830665239523088::1725710018::0::1::::<><>::res://src/menu/Menu.cs +::res://src/menu/splash/::1724392809 +Splash.cs::CSharpScript::-1::1724392809::0::1::::<>Control<>:: +::res://src/minimap/::1725710018 +Minimap.tscn::PackedScene::3933499665199969823::1725710018::0::1::::<><>:: +::res://src/minimap/textures/::1724726108 +floor_minimap.png::CompressedTexture2D::3823174356126933943::1724183433::1724726108::1::::<><>:: +::res://src/npc/::1725924186 +Npc.cs::CSharpScript::-1::1725924186::0::1::::<>Node3D<>:: +::res://src/npc/maiden/::1725918559 +maiden.tscn::PackedScene::9119367534756690706::1725918559::0::1::::<><>::uid://c414kvmj6wav6::::res://src/npc/maiden/PUELLA.png +PUELLA.png::CompressedTexture2D::6863771427203188521::1725863549::1725916704::1::::<><>:: +::res://src/npc/rat/::1725925844 +NPC.tscn::PackedScene::9219237117914461232::1725925844::0::1::::<><>::uid://t7fbfplu2js7::::res://src/npc/rat/ROYAL_RAT_PRINCEP.png<>res://src/npc/Npc.cs<>uid://cf7ycgdiihyh::::res://src/npc/rat/ratdialogue.dialogue +ratdialogue.dialogue::Resource::152685493331455091::1725922635::1725922635::1::::<><>::res://addons/dialogue_manager/dialogue_resource.gd +ROYAL_RAT_PRINCEP.png::CompressedTexture2D::1399953774326670944::1725863292::1725916744::1::::<><>:: +::res://src/player/::1725925845 +Player.cs::CSharpScript::-1::1725864608::0::1::::<>CharacterBody3D<>:: +Player.tscn::PackedScene::5132203136239140037::1725925845::0::1::::<><>::res://src/player/Player.cs<>uid://bokx3h8kfdo5i::::res://src/player/slash_0000_Classic_30.png<>res://src/hitbox/Hitbox.cs<>res://src/player/PlayerStatInfo.cs<>uid://byosr5gk51237::::res://src/player/slash_0001_Classic_29.png<>uid://nh071o6ii03j::::res://src/player/slash_0002_Classic_28.png<>uid://bodfblud4kea3::::res://src/player/slash_0003_Classic_27.png<>uid://de55prolicl0u::::res://src/player/slash_0004_Classic_26.png<>uid://bp0msic3uk3kc::::res://src/player/slash_0005_Layer-1.png<>uid://hg2kraa5nrnl::::res://src/ui/textures/blank level symbol.png<>uid://ca1q6yu8blwxf::::res://src/ui/label_settings/InventoryMainTextBold.tres<>uid://dupifadnagodp::::res://src/ui/label_settings/MainTextRegular.tres +PlayerData.cs::CSharpScript::-1::1725786529::0::1::::<><>:: +PlayerStatInfo.cs::CSharpScript::-1::1725766875::0::1::::PlayerStatInfo<>Resource<>:: +PlayerStats.tres::Resource/PlayerStatInfo::169589321376145159::1725438027::0::1::::<><>::res://src/player/PlayerStatInfo.cs +slash_0000_Classic_30.png::CompressedTexture2D::3391155184332285732::1724720766::1724720767::1::::<><>:: +slash_0001_Classic_29.png::CompressedTexture2D::4100979069393723956::1724720767::1724720767::1::::<><>:: +slash_0002_Classic_28.png::CompressedTexture2D::928482070450856389::1724720767::1724720767::1::::<><>:: +slash_0003_Classic_27.png::CompressedTexture2D::3375563607473868588::1724720767::1724720767::1::::<><>:: +slash_0004_Classic_26.png::CompressedTexture2D::7503797969979580162::1724720767::1724720767::1::::<><>:: +slash_0005_Layer-1.png::CompressedTexture2D::3491623954894321238::1724720766::1724720767::1::::<><>:: +::res://src/player/animations/::1724720767 +slash_0000_Classic_30.png::CompressedTexture2D::3540422590359146603::1724094641::1724720767::1::::<><>:: +slash_0001_Classic_29.png::CompressedTexture2D::1570986391296068457::1724094642::1724720767::1::::<><>:: +slash_0002_Classic_28.png::CompressedTexture2D::692354837223531275::1724094643::1724720767::1::::<><>:: +slash_0003_Classic_27.png::CompressedTexture2D::4806262721119353175::1724094645::1724720767::1::::<><>:: +slash_0004_Classic_26.png::CompressedTexture2D::5686395157288226307::1724094646::1724720767::1::::<><>:: +slash_0005_Layer-1.png::CompressedTexture2D::8254084293729143223::1724094647::1724720767::1::::<><>:: +SwordSlash.tres::SpriteFrames::960121320138721183::1724720605::0::1::::<><>::uid://cd8gggy8mdm2e::::res://src/vfx/Sword Slash/slash_0000_Classic_30.png<>uid://difp6a34ot1oq::::res://src/vfx/Sword Slash/slash_0001_Classic_29.png<>uid://brjqbpy3wsksb::::res://src/vfx/Sword Slash/slash_0002_Classic_28.png<>uid://brpnjc7aho55s::::res://src/vfx/Sword Slash/slash_0003_Classic_27.png<>uid://mb7qoowmapaj::::res://src/vfx/Sword Slash/slash_0004_Classic_26.png<>uid://d2e5prh2tm73h::::res://src/vfx/Sword Slash/slash_0005_Layer-1.png +::res://src/player/state/::1725433969 +PlayerLogic.cs::CSharpScript::-1::1724397150::0::1::::<><>:: +PlayerLogic.Input.cs::CSharpScript::-1::1725433969::0::1::::<><>:: +PlayerLogic.Output.cs::CSharpScript::-1::1725234068::0::1::::<><>:: +PlayerLogic.Settings.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +PlayerLogic.State.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +::res://src/player/state/states/::1725435677 +PlayerLogic.State.Alive.Attacking.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +PlayerLogic.State.Alive.cs::CSharpScript::-1::1725435677::0::1::::<><>:: +PlayerLogic.State.Alive.Idle.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +PlayerLogic.State.Disabled.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +::res://src/sound/::1725904035 +::res://src/sound/music/::1725907068 +crossing-the-gate.mp3::AudioStreamMP3::9073991298202750194::1725903994::1725904059::1::::<><>:: +droney.mp3::AudioStreamMP3::7553021231266909905::1725906754::1725907068::1::::<><>:: +tar-winds.mp3::AudioStreamMP3::8127746695441334946::1725903998::1725904059::1::::<><>:: +useless immune system.wav::AudioStreamWAV::2229029779282193598::1725904003::1725904059::1::::<><>:: +::res://src/sound/sfx/::1725904033 +::res://src/system/::1725431915 +::res://src/system/stats/::1725821031 +DamageCalculator.cs::CSharpScript::-1::1725821031::0::1::::<><>:: +ICharacterStats.cs::CSharpScript::-1::1725696286::0::1::::<><>:: +::res://src/ui/::1725862094 +::res://src/ui/dialogue/::1725925845 +Balloon.tscn::PackedScene::2304415056852043862::1725918904::0::1::::<><>::res://src/ui/dialogue/DialogueBalloon.cs<>uid://ckvgyvclnwggo::::res://addons/dialogue_manager/dialogue_label.tscn<>uid://cb41qqmxqurj8::::res://src/ui/fonts/FT88-Bold.ttf<>res://addons/dialogue_manager/dialogue_reponses_menu.gd<>res://src/ui/dialogue/ResponseExample.cs +DialogueBalloon.cs::CSharpScript::-1::1725873719::0::1::::<>CanvasLayer<>:: +DialogueBalloon.tscn::PackedScene::8389047728616774928::1725925845::0::1::::<><>::res://addons/dialogue_manager/example_balloon/ExampleBalloon.cs<>uid://dit3vylt7hmmx::::res://src/ui/fonts/FT88-Regular.ttf<>uid://ckvgyvclnwggo::::res://addons/dialogue_manager/dialogue_label.tscn<>uid://cb41qqmxqurj8::::res://src/ui/fonts/FT88-Bold.ttf<>res://addons/dialogue_manager/dialogue_reponses_menu.gd<>uid://bohbd123672ea::::res://src/ui/fonts/FT88-Italic.ttf +DialogueControl.dialogue::Resource::4422383207880195605::1725926339::1725926339::1::::<><>::res://addons/dialogue_manager/dialogue_resource.gd +FloorExit.dialogue::Resource::2178352563821461414::1725860783::1725860783::1::::<><>::res://addons/dialogue_manager/dialogue_resource.gd +ResponseExample.cs::CSharpScript::-1::1725861801::0::1::::<>Button<>:: +::res://src/ui/fonts/::1725845210 +FT88-Bold.ttf::FontFile::4904505240384831895::1646721404::1725843402::1::::<><>:: +FT88-Italic.ttf::FontFile::3383582621910184356::1646721404::1725843402::1::::<><>:: +FT88-Regular.ttf::FontFile::7761734833439739063::1646721404::1725843402::1::::<><>:: +FT88-Serif.ttf::FontFile::1192386409230444261::1646721404::1725843402::1::::<><>:: +Lust_Sans_Regular.otf::FontFile::8266423695253216000::1713065266::1725845210::1::::<><>:: +Mrs-Eaves-OT-Roman_31443.ttf::FontFile::5683833089914210263::1537243038::1725845210::1::::<><>:: +::res://src/ui/label_settings/::1725923019 +HeadingFont.tres::LabelSettings::1550040253892740171::1725860376::0::1::::<><>::uid://cm8j5vcdop5x0::::res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf +HeadingFontUnselected.tres::LabelSettings::8755703819828011495::1725876515::0::1::::<><>::uid://cm8j5vcdop5x0::::res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf +InventoryMainTextBold.tres::LabelSettings::4827543313444727155::1725923019::0::1::::<><>::uid://cb41qqmxqurj8::::res://src/ui/fonts/FT88-Bold.ttf +MainTextApplied.tres::LabelSettings::5519516979729036341::1725876367::0::1::::<><>::uid://cb41qqmxqurj8::::res://src/ui/fonts/FT88-Bold.ttf +MainTextBold.tres::LabelSettings::6218809128825244950::1725876367::0::1::::<><>::uid://cb41qqmxqurj8::::res://src/ui/fonts/FT88-Bold.ttf +MainTextFontEquipped.tres::LabelSettings::1440611453113243313::1725876659::0::1::::<><>::uid://cb41qqmxqurj8::::res://src/ui/fonts/FT88-Bold.ttf +MainTextFontItalicized.tres::LabelSettings::6853796693174470259::1725900954::0::1::::<><>::uid://bohbd123672ea::::res://src/ui/fonts/FT88-Italic.ttf +MainTextFontSelectedEquipped.tres::LabelSettings::4371346986279233854::1725900954::0::1::::<><>::uid://bohbd123672ea::::res://src/ui/fonts/FT88-Italic.ttf +MainTextRegular.tres::LabelSettings::8594499260287829565::1725923019::0::1::::<><>::uid://dit3vylt7hmmx::::res://src/ui/fonts/FT88-Regular.ttf +TitleFont.tres::LabelSettings::8093249062617607033::1725853796::0::1::::<><>::uid://dp1k143v7cppw::::res://src/ui/fonts/Lust_Sans_Regular.otf +UISandbox.tscn::PackedScene::8783993993075357686::1725857848::0::1::::<><>::uid://dnkovn3xwbt0t::::res://src/ui/label_settings/TitleFont.tres<>uid://wc363u5t1yi2::::res://src/ui/label_settings/HeadingFont.tres<>uid://dupifadnagodp::::res://src/ui/label_settings/MainTextRegular.tres<>uid://dw0lfsckex1yx::::res://src/ui/label_settings/HeadingFontUnselected.tres<>uid://cuuo43x72xcsc::::res://src/ui/label_settings/MainTextBold.tres<>uid://c4wbba5mo7qcp::::res://src/ui/label_settings/MainTextFontItalicized.tres<>uid://ur3wpe2kp2j2::::res://src/ui/label_settings/MainTextFontEquipped.tres<>uid://ckvxvx2tiwttt::::res://src/ui/label_settings/MainTextApplied.tres +::res://src/ui/textures/::1725903645 +blank level symbol.png::CompressedTexture2D::505366281671902417::1725741995::1725862102::1::::<><>:: +::res://src/utils/::1725716553 +FpsCounter.cs::CSharpScript::-1::1724080633::0::1::::<>Label<>:: +GameInputs.cs::CSharpScript::-1::1724392809::0::1::::<><>:: +Instantiator.cs::CSharpScript::-1::1725716553::0::1::::<><>:: diff --git a/.godot/editor/filesystem_update4 b/.godot/editor/filesystem_update4 new file mode 100644 index 00000000..2674b0fd --- /dev/null +++ b/.godot/editor/filesystem_update4 @@ -0,0 +1,51 @@ +res://src/npc/rat/NPC.tscn +res://addons/SimpleDungeons/debug_visuals/WireframeColorMat.tres +res://src/ui/label_settings/InventoryMainTextBold.tres +res://src/ui/label_settings/MainTextRegular.tres +res://src/inventory_menu/InventoryMenu.gdshader +res://src/map/water.gdshader +res://src/Main.tscn +res://src/ui/dialogue/DialogueBalloon.tscn +res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn +res://src/player/Player.tscn +res://src/map/Overworld.tscn +res://src/map/overworld/Textures/water.tres +res://src/npc/Npc.cs +res://src/app/App.cs +res://src/items/InventoryItemInfo.cs +res://src/hitbox/Hitbox.cs +res://addons/dialogue_manager/example_balloon/ExampleBalloon.cs +res://src/Main.cs +res://src/inventory_menu/ItemLabel.cs +res://src/map/dungeon/floors/DungeonFloor.cs +res://src/inventory_menu/ItemSlot.cs +res://addons/dialogue_manager/DialogueManager.cs +res://src/enemy/EnemyStatInfo.cs +res://src/map/dungeon/floors/Overworld.cs +res://src/items/armor/Armor.cs +res://src/map/dungeon/rooms/DungeonRoom.cs +res://src/enemy/Enemy.cs +res://src/game/DialogueController.cs +res://src/items/ItemDatabase.cs +res://src/player/Player.cs +res://src/items/weapons/Weapon.cs +res://src/utils/FpsCounter.cs +res://src/items/weapons/models/Rigid.cs +res://src/items/throwable/ThrowableItem.cs +res://src/game/Game.cs +res://src/player/PlayerStatInfo.cs +res://src/menu/Menu.cs +res://src/items/armor/ArmorInfo.cs +res://src/items/throwable/ThrowableItemInfo.cs +res://src/enemy/EnemyDatabase.cs +res://src/menu/splash/Splash.cs +res://src/items/consumable/ConsumableItem.cs +res://src/inventory_menu/InventoryMenu.cs +res://src/items/accessory/Accessory.cs +res://src/ui/dialogue/ResponseExample.cs +res://src/items/accessory/AccessoryInfo.cs +res://src/items/weapons/WeaponInfo.cs +res://src/items/consumable/ConsumableItemInfo.cs +res://src/ui/dialogue/DialogueBalloon.cs +res://src/enemy/CollisionDetector.tscn +res://src/items/throwable/ThrowableItem.tscn diff --git a/.godot/editor/first_floor.tscn-editstate-c8198416653f266cabd8a1c6bf687f12.cfg b/.godot/editor/first_floor.tscn-editstate-c8198416653f266cabd8a1c6bf687f12.cfg new file mode 100644 index 00000000..22792b7e --- /dev/null +++ b/.godot/editor/first_floor.tscn-editstate-c8198416653f266cabd8a1c6bf687f12.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 5, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/FirstFloor")]) diff --git a/.godot/editor/first_floor.tscn-folding-c8198416653f266cabd8a1c6bf687f12.cfg b/.godot/editor/first_floor.tscn-folding-c8198416653f266cabd8a1c6bf687f12.cfg new file mode 100644 index 00000000..1d019fa9 --- /dev/null +++ b/.godot/editor/first_floor.tscn-folding-c8198416653f266cabd8a1c6bf687f12.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.scn-folding-2add190f8001f5c5ad7b933e63d4d548.cfg b/.godot/editor/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.scn-folding-2add190f8001f5c5ad7b933e63d4d548.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.scn-folding-2add190f8001f5c5ad7b933e63d4d548.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/introduction.tscn-folding-141100c21867e7ce3597fdebc8d001dc.cfg b/.godot/editor/introduction.tscn-folding-141100c21867e7ce3597fdebc8d001dc.cfg new file mode 100644 index 00000000..060b074e --- /dev/null +++ b/.godot/editor/introduction.tscn-folding-141100c21867e7ce3597fdebc8d001dc.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layout"), NodePath("IntroductionDemoVBoxContainer"), PackedStringArray("Layout"), NodePath("IntroductionDemoVBoxContainer/IntroductionDemoExaplanationPanelContainer"), PackedStringArray("Layout"), NodePath("IntroductionDemoVBoxContainer/IntroductionDemoExaplanationPanelContainer/IntroductionDemoExaplanationLabel"), PackedStringArray("Layout"), NodePath("IntroductionDemoVBoxContainer/IntroductionDemoPreparationLabel"), PackedStringArray("Layout"), NodePath("IntroductionDemoVBoxContainer/IntroductionDemoPreparationExampleCodeEdit"), PackedStringArray("Layout", "Theme Overrides", "Scroll", "Auto Brace Completion"), NodePath("IntroductionDemoVBoxContainer/IntroductionDemoTraversalLabel"), PackedStringArray("Layout"), NodePath("IntroductionDemoVBoxContainer/IntroductionDemoTraversalExamplePanelContainer"), PackedStringArray("Layout"), NodePath("IntroductionDemoVBoxContainer/IntroductionDemoTraversalExamplePanelContainer/IntroductionDemoTraversalExampleLabel"), PackedStringArray("Layout")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/maiden.tscn-editstate-db8d086ecabbe68fc80d4f0f8bd9452d.cfg b/.godot/editor/maiden.tscn-editstate-db8d086ecabbe68fc80d4f0f8bd9452d.cfg new file mode 100644 index 00000000..8ee2eff9 --- /dev/null +++ b/.godot/editor/maiden.tscn-editstate-db8d086ecabbe68fc80d4f0f8bd9452d.cfg @@ -0,0 +1,182 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-165, -110), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.261799, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_max_distance": 100.0, +"sun_rotation": Vector2(-1.0472, 2.61799) +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 21, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@16932/@Panel@13/@VBoxContainer@14/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@25/DockVSplitCenter/@VSplitContainer@52/@VBoxContainer@53/@PanelContainer@98/MainScreen/@CanvasItemEditor@9272/@VSplitContainer@9094/@HSplitContainer@9096/@HSplitContainer@9098/@Control@9099/@SubViewportContainer@9100/@SubViewport@9101/NPC")]) diff --git a/.godot/editor/maiden.tscn-folding-050b76203fdea2e6193f29a50388c893.cfg b/.godot/editor/maiden.tscn-folding-050b76203fdea2e6193f29a50388c893.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/maiden.tscn-folding-050b76203fdea2e6193f29a50388c893.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/maiden.tscn-folding-db8d086ecabbe68fc80d4f0f8bd9452d.cfg b/.godot/editor/maiden.tscn-folding-db8d086ecabbe68fc80d4f0f8bd9452d.cfg new file mode 100644 index 00000000..6f30c62a --- /dev/null +++ b/.godot/editor/maiden.tscn-folding-db8d086ecabbe68fc80d4f0f8bd9452d.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("Sprite"), PackedStringArray("Transform", "Global Illumination", "Flags")] +resource_unfolds=[] +nodes_folded=[] diff --git a/.godot/editor/mesh_library.tres-folding-758f93a3e128c7ec6c3c2fd44ea719c4.cfg b/.godot/editor/mesh_library.tres-folding-758f93a3e128c7ec6c3c2fd44ea719c4.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/mesh_library.tres-folding-758f93a3e128c7ec6c3c2fd44ea719c4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/movement_ability_3d.gd-folding-63cd71821b5ab30e7c1cad151bec0e29.cfg b/.godot/editor/movement_ability_3d.gd-folding-63cd71821b5ab30e7c1cad151bec0e29.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/movement_ability_3d.gd-folding-63cd71821b5ab30e7c1cad151bec0e29.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/project_metadata.cfg b/.godot/editor/project_metadata.cfg new file mode 100644 index 00000000..fc81a9de --- /dev/null +++ b/.godot/editor/project_metadata.cfg @@ -0,0 +1,51 @@ +[editor_metadata] + +executable_path="C:/Users/Zenny/AppData/Roaming/godotenv/godot/bin/godot.exe" +use_advanced_connections=true +show_compatible_methods_only=true +show_script_methods_only=true +show_all_nodes_for_node_selection=true + +[recent_files] + +scenes=["res://src/items/throwable/ThrowableItem.tscn", "res://src/enemy/CollisionDetector.tscn", "res://src/map/Overworld.tscn", "res://src/player/Player.tscn", "res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn", "res://src/ui/dialogue/DialogueBalloon.tscn", "res://src/npc/rat/NPC.tscn", "res://src/Main.tscn", "res://demos/0. introduction/introduction.tscn", "res://src/npc/maiden/maiden.tscn"] +scripts=["res://demos/6. handling metadata/handling_metadata_dialogue.gd", "res://demos/1. simple dialogue/simple_log.gd", "res://demos/1. simple dialogue/simple_dialogue.gd", "res://addons/dialogue_manager/dialogue_manager.gd", "res://addons/dialogue_manager/example_balloon/example_balloon.gd", "res://addons/dialogue_manager/dialogue_label.gd", "res://addons/dialogue_manager/utilities/builtins.gd", "res://addons/dialogue_manager/test_scene.gd", "res://addons/rubonnek.dialogue_engine/runtime/dialogue_engine.gd", "res://addons/SimpleDungeons/DungeonUtils.gd"] + +[dialog_bounds] + +project_settings=Rect2(2, 24, 1200, 700) +create_new_node=Rect2(252, 24, 900, 700) +search_help=Rect2(375, 261, 750, 523) +export=Rect2(1270, 434, 900, 519) +editor_settings=Rect2(1270, 334, 900, 700) + +[script_setup] + +last_selected_language="C#" + +[color_picker] + +picker_shape=3 +recent_presets=PackedColorArray(0, 0, 1, 0.6, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0.682353, 0.937255, 1, 1, 0.929412, 1, 0.341176, 1, 1, 1, 0.341176, 0, 0, 0, 1, 0.509286, 0.509286, 0.509286, 1, 1, 1, 1, 1) +color_mode=0 + +[project_settings] + +show_builtin_actions=true +advanced_mode=true + +[debug_options] + +run_debug_collisions=true +run_debug_paths=false +run_debug_navigation=false +run_debug_avoidance=false + +[linked_properties] + +Node3D:scale=true + +[shader_setup] + +last_selected_mode=0 +last_selected_language="Shader" diff --git a/.godot/editor/raft.blend-2c98b38360650f9653f91ea9247b4101.scn-folding-2bbc2ff90e7d45340c81acdb46d531a6.cfg b/.godot/editor/raft.blend-2c98b38360650f9653f91ea9247b4101.scn-folding-2bbc2ff90e7d45340c81acdb46d531a6.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/raft.blend-2c98b38360650f9653f91ea9247b4101.scn-folding-2bbc2ff90e7d45340c81acdb46d531a6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/raft.blend-e3f08faad8e4298999a47ed827026ab1.scn-folding-40a7cf3c0b89ba0b36a15812b31d98ea.cfg b/.godot/editor/raft.blend-e3f08faad8e4298999a47ed827026ab1.scn-folding-40a7cf3c0b89ba0b36a15812b31d98ea.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/raft.blend-e3f08faad8e4298999a47ed827026ab1.scn-folding-40a7cf3c0b89ba0b36a15812b31d98ea.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/raft.obj-043dcb29a245908cfea0a95347a8ad8b.mesh-folding-3a89109221ffde08bebf2996c85b554f.cfg b/.godot/editor/raft.obj-043dcb29a245908cfea0a95347a8ad8b.mesh-folding-3a89109221ffde08bebf2996c85b554f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/raft.obj-043dcb29a245908cfea0a95347a8ad8b.mesh-folding-3a89109221ffde08bebf2996c85b554f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/raft.obj-740340cd383da379e548113ce036a62f.mesh-folding-0bbc4879615c7145c951fa8f905f973a.cfg b/.godot/editor/raft.obj-740340cd383da379e548113ce036a62f.mesh-folding-0bbc4879615c7145c951fa8f905f973a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/raft.obj-740340cd383da379e548113ce036a62f.mesh-folding-0bbc4879615c7145c951fa8f905f973a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.tres-folding-eed799b573eafff77e39405a66125fca.cfg b/.godot/editor/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.tres-folding-eed799b573eafff77e39405a66125fca.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.tres-folding-eed799b573eafff77e39405a66125fca.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/recent_dirs b/.godot/editor/recent_dirs new file mode 100644 index 00000000..7618bf12 --- /dev/null +++ b/.godot/editor/recent_dirs @@ -0,0 +1,21 @@ +res://src/game +res://src/inventory_menu +res://src/ui/label_settings +res://addons/dialogue_manager/example_balloon +res://src/ui/dialogue +res://addons/dialogue_manager +res://src/items/consumable/resources +res://src/items/throwable/resources +res://src/map/dungeon/rooms +res://src/map/overworld/Textures +res://src/map/overworld +res://src/map/overworld/Textures/kenney_prototype-textures +res://src/map/overworld/Models +res://src/items/weapons +res://src/items/accessory +res://src/items/accessory/resources +res://src/items/armor/resources +res://src/items/weapons/resources +res://src/dialog +res://src/map/dungeon/floors +res://src/map diff --git a/.godot/editor/remove_unused_doors.gd-folding-69abd0c1b453cccf2903a38c0891a74a.cfg b/.godot/editor/remove_unused_doors.gd-folding-69abd0c1b453cccf2903a38c0891a74a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/remove_unused_doors.gd-folding-69abd0c1b453cccf2903a38c0891a74a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/script_editor_cache.cfg b/.godot/editor/script_editor_cache.cfg new file mode 100644 index 00000000..9000aae2 --- /dev/null +++ b/.godot/editor/script_editor_cache.cfg @@ -0,0 +1,111 @@ +[res://addons/SimpleDungeons/DungeonGenerator3D.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 22, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 4, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/SimpleDungeons/DungeonRoom3D.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 35, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 163, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://src/map/dungeon/corridor/remove_unused_doors.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 38, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 9, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/corridor.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 0, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 0, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/SimpleDungeons/DungeonUtils.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 0, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 41, +"scroll_position": 32.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/dialogue_manager/dialogue_label.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 0, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 0, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/dialogue_manager/example_balloon/example_balloon.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 32, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 28, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/dialogue_manager/dialogue_manager.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 11, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 443, +"scroll_position": 425.0, +"selection": false, +"syntax_highlighter": "GDScript" +} diff --git a/.godot/editor/small_example_balloon.tscn-folding-25872080cd204f02261b5746b425708f.cfg b/.godot/editor/small_example_balloon.tscn-folding-25872080cd204f02261b5746b425708f.cfg new file mode 100644 index 00000000..099d1c83 --- /dev/null +++ b/.godot/editor/small_example_balloon.tscn-folding-25872080cd204f02261b5746b425708f.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Layer"), NodePath("Balloon"), PackedStringArray("Layout", "Theme"), NodePath("Balloon/Panel"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer"), PackedStringArray("Layout"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/CharacterLabel"), PackedStringArray("Visibility", "Layout", "Mouse"), NodePath("Balloon/Panel/Dialogue/VBoxContainer/DialogueLabel"), PackedStringArray("Layout"), NodePath("Balloon/Responses"), PackedStringArray("Layout"), NodePath("Balloon/Responses/ResponsesMenu"), PackedStringArray("Layout", "Theme Overrides"), NodePath("Balloon/Responses/ResponsesMenu/ResponseExample"), PackedStringArray("Layout")] +resource_unfolds=["res://addons/dialogue_manager/example_balloon/small_example_balloon.tscn::Theme_qq3yp", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/.godot/editor/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.sample-folding-ca210e5e3c2de6b9fb59f33e262e4e0e.cfg b/.godot/editor/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.sample-folding-ca210e5e3c2de6b9fb59f33e262e4e0e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.sample-folding-ca210e5e3c2de6b9fb59f33e262e4e0e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.sample-folding-889efba01a38f8ed6dcb1775c34da4fe.cfg b/.godot/editor/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.sample-folding-889efba01a38f8ed6dcb1775c34da4fe.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.sample-folding-889efba01a38f8ed6dcb1775c34da4fe.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.sample-folding-2e073c777ee13635d856f6716ba04bee.cfg b/.godot/editor/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.sample-folding-2e073c777ee13635d856f6716ba04bee.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.sample-folding-2e073c777ee13635d856f6716ba04bee.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.sample-folding-0da4c563a8796e857d648f73b7c915fc.cfg b/.godot/editor/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.sample-folding-0da4c563a8796e857d648f73b7c915fc.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.sample-folding-0da4c563a8796e857d648f73b7c915fc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.sample-folding-ddfb3f35b720623857792ad815a97024.cfg b/.godot/editor/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.sample-folding-ddfb3f35b720623857792ad815a97024.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.sample-folding-ddfb3f35b720623857792ad815a97024.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.sample-folding-f326fc17c00f3838049fd96033308855.cfg b/.godot/editor/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.sample-folding-f326fc17c00f3838049fd96033308855.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.sample-folding-f326fc17c00f3838049fd96033308855.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.sample-folding-5915f394deebbb02821f0d54d34e089f.cfg b/.godot/editor/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.sample-folding-5915f394deebbb02821f0d54d34e089f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.sample-folding-5915f394deebbb02821f0d54d34e089f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.sample-folding-3ad3c53e53e895f0577a4aa6aa807422.cfg b/.godot/editor/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.sample-folding-3ad3c53e53e895f0577a4aa6aa807422.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.sample-folding-3ad3c53e53e895f0577a4aa6aa807422.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.sample-folding-71ca9b32747effca0c15cfcc4757ea08.cfg b/.godot/editor/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.sample-folding-71ca9b32747effca0c15cfcc4757ea08.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.sample-folding-71ca9b32747effca0c15cfcc4757ea08.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.sample-folding-7e3ba15f99e3f61980f6d90dd0ce21b7.cfg b/.godot/editor/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.sample-folding-7e3ba15f99e3f61980f6d90dd0ce21b7.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.sample-folding-7e3ba15f99e3f61980f6d90dd0ce21b7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.sample-folding-20091fc05233d8aa8b36a034ba90ead8.cfg b/.godot/editor/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.sample-folding-20091fc05233d8aa8b36a034ba90ead8.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.sample-folding-20091fc05233d8aa8b36a034ba90ead8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.sample-folding-1fa2f1200a87c46058bc03bf1059150e.cfg b/.godot/editor/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.sample-folding-1fa2f1200a87c46058bc03bf1059150e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.sample-folding-1fa2f1200a87c46058bc03bf1059150e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.sample-folding-7fa35b75b1afeab6f9f57cfdfea9ec94.cfg b/.godot/editor/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.sample-folding-7fa35b75b1afeab6f9f57cfdfea9ec94.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.sample-folding-7fa35b75b1afeab6f9f57cfdfea9ec94.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.sample-folding-c7ef778b1481e3098e55db3fc59d9591.cfg b/.godot/editor/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.sample-folding-c7ef778b1481e3098e55db3fc59d9591.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.sample-folding-c7ef778b1481e3098e55db3fc59d9591.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.sample-folding-eae52963565c9761a1b3588a671749fc.cfg b/.godot/editor/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.sample-folding-eae52963565c9761a1b3588a671749fc.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.sample-folding-eae52963565c9761a1b3588a671749fc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.sample-folding-420d2d3eb610c0d129e9450ef2d7d22a.cfg b/.godot/editor/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.sample-folding-420d2d3eb610c0d129e9450ef2d7d22a.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.sample-folding-420d2d3eb610c0d129e9450ef2d7d22a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.sample-folding-021c11a49489ca82830082178a9a385d.cfg b/.godot/editor/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.sample-folding-021c11a49489ca82830082178a9a385d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.sample-folding-021c11a49489ca82830082178a9a385d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.sample-folding-8807ac6fd38de1f37f529e6ebe5150d0.cfg b/.godot/editor/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.sample-folding-8807ac6fd38de1f37f529e6ebe5150d0.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.sample-folding-8807ac6fd38de1f37f529e6ebe5150d0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepwater_1.wav-776541157ae7615147307d1672c6dd37.sample-folding-d6e1176125c365b0445aaa36071d1e7e.cfg b/.godot/editor/stepwater_1.wav-776541157ae7615147307d1672c6dd37.sample-folding-d6e1176125c365b0445aaa36071d1e7e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepwater_1.wav-776541157ae7615147307d1672c6dd37.sample-folding-d6e1176125c365b0445aaa36071d1e7e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.sample-folding-5b2e548902a7e8549337dcaad34338ec.cfg b/.godot/editor/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.sample-folding-5b2e548902a7e8549337dcaad34338ec.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.sample-folding-5b2e548902a7e8549337dcaad34338ec.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.sample-folding-34ca545b68067d35334edd1e95707e37.cfg b/.godot/editor/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.sample-folding-34ca545b68067d35334edd1e95707e37.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.sample-folding-34ca545b68067d35334edd1e95707e37.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.sample-folding-15fa49db8cd162ae5fff68845bfaf83c.cfg b/.godot/editor/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.sample-folding-15fa49db8cd162ae5fff68845bfaf83c.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.sample-folding-15fa49db8cd162ae5fff68845bfaf83c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.sample-folding-cf0f6921f3dfc213a977baa3799d80e3.cfg b/.godot/editor/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.sample-folding-cf0f6921f3dfc213a977baa3799d80e3.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.sample-folding-cf0f6921f3dfc213a977baa3799d80e3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.mp3str-folding-101efb8691b42f842157ca2f67c8f8b1.cfg b/.godot/editor/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.mp3str-folding-101efb8691b42f842157ca2f67c8f8b1.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.mp3str-folding-101efb8691b42f842157ca2f67c8f8b1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/test.dialogue-93749b283d9cb4c2decf1f2b0973dba9.tres-folding-9bd621ccdca8709692c1bf7f7af6c7cf.cfg b/.godot/editor/test.dialogue-93749b283d9cb4c2decf1f2b0973dba9.tres-folding-9bd621ccdca8709692c1bf7f7af6c7cf.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/test.dialogue-93749b283d9cb4c2decf1f2b0973dba9.tres-folding-9bd621ccdca8709692c1bf7f7af6c7cf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/timeline.dtl-folding-453c5026bdcbe1061cf78416a5aeabf8.cfg b/.godot/editor/timeline.dtl-folding-453c5026bdcbe1061cf78416a5aeabf8.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/timeline.dtl-folding-453c5026bdcbe1061cf78416a5aeabf8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/tree.blend-07efe6e9d23855f792111f414719456e.scn-folding-59c1d238912ac9d3961db5ef8692da8d.cfg b/.godot/editor/tree.blend-07efe6e9d23855f792111f414719456e.scn-folding-59c1d238912ac9d3961db5ef8692da8d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/tree.blend-07efe6e9d23855f792111f414719456e.scn-folding-59c1d238912ac9d3961db5ef8692da8d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/tree.blend-6be7344c9ee538901432f9690164fe82.scn-folding-f363f760a772a73f5e7a83898a12ce20.cfg b/.godot/editor/tree.blend-6be7344c9ee538901432f9690164fe82.scn-folding-f363f760a772a73f5e7a83898a12ce20.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/tree.blend-6be7344c9ee538901432f9690164fe82.scn-folding-f363f760a772a73f5e7a83898a12ce20.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/tree.obj-281b9d08362c08435b85530e7b31e981.mesh-folding-508a0ad603b0f68ca6ad314c4a06428d.cfg b/.godot/editor/tree.obj-281b9d08362c08435b85530e7b31e981.mesh-folding-508a0ad603b0f68ca6ad314c4a06428d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/tree.obj-281b9d08362c08435b85530e7b31e981.mesh-folding-508a0ad603b0f68ca6ad314c4a06428d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.mesh-folding-0ee3f9a9c36eee550b13765d623bcc15.cfg b/.godot/editor/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.mesh-folding-0ee3f9a9c36eee550b13765d623bcc15.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.mesh-folding-0ee3f9a9c36eee550b13765d623bcc15.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.sample-folding-afa61e173ae672a933bbc58611e88e01.cfg b/.godot/editor/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.sample-folding-afa61e173ae672a933bbc58611e88e01.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.sample-folding-afa61e173ae672a933bbc58611e88e01.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.sample-folding-dd972454786d500debbc9b7bd569fc14.cfg b/.godot/editor/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.sample-folding-dd972454786d500debbc9b7bd569fc14.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.sample-folding-dd972454786d500debbc9b7bd569fc14.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.sample-folding-fadee714b11afbcd4aa9745605df8a6d.cfg b/.godot/editor/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.sample-folding-fadee714b11afbcd4aa9745605df8a6d.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.sample-folding-fadee714b11afbcd4aa9745605df8a6d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.sample-folding-520c22a21a83ec10ccaaf7bc246dfc36.cfg b/.godot/editor/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.sample-folding-520c22a21a83ec10ccaaf7bc246dfc36.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.sample-folding-520c22a21a83ec10ccaaf7bc246dfc36.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing3.wav-083712282583242958aaa68128694f95.sample-folding-649b6233a93115d64c3770627382af99.cfg b/.godot/editor/typing3.wav-083712282583242958aaa68128694f95.sample-folding-649b6233a93115d64c3770627382af99.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing3.wav-083712282583242958aaa68128694f95.sample-folding-649b6233a93115d64c3770627382af99.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing3.wav-c205224330b70994289dbb4ca48b4277.sample-folding-0a5b252e7292476dddef655f7c616c45.cfg b/.godot/editor/typing3.wav-c205224330b70994289dbb4ca48b4277.sample-folding-0a5b252e7292476dddef655f7c616c45.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing3.wav-c205224330b70994289dbb4ca48b4277.sample-folding-0a5b252e7292476dddef655f7c616c45.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.sample-folding-61a6b9f32939464ad3b8ef1348ab329e.cfg b/.godot/editor/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.sample-folding-61a6b9f32939464ad3b8ef1348ab329e.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.sample-folding-61a6b9f32939464ad3b8ef1348ab329e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing4.wav-c0772ca318969a007c12c2d606458087.sample-folding-30d1394101e42caf609f52f136e20f7f.cfg b/.godot/editor/typing4.wav-c0772ca318969a007c12c2d606458087.sample-folding-30d1394101e42caf609f52f136e20f7f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing4.wav-c0772ca318969a007c12c2d606458087.sample-folding-30d1394101e42caf609f52f136e20f7f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.sample-folding-41a3c06cb7360ba2275d6875f2314154.cfg b/.godot/editor/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.sample-folding-41a3c06cb7360ba2275d6875f2314154.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.sample-folding-41a3c06cb7360ba2275d6875f2314154.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.sample-folding-4f80ee898029abde2e73381a03c33c34.cfg b/.godot/editor/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.sample-folding-4f80ee898029abde2e73381a03c33c34.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.sample-folding-4f80ee898029abde2e73381a03c33c34.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.sample-folding-b63f1eeae661c2a1f94c9b1a15bbc911.cfg b/.godot/editor/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.sample-folding-b63f1eeae661c2a1f94c9b1a15bbc911.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.sample-folding-b63f1eeae661c2a1f94c9b1a15bbc911.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/walk_ability_3d.gd-folding-755da6e0653879cf5dc1f83335a684c3.cfg b/.godot/editor/walk_ability_3d.gd-folding-755da6e0653879cf5dc1f83335a684c3.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/walk_ability_3d.gd-folding-755da6e0653879cf5dc1f83335a684c3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/water.gdshader-folding-f4e360428c78c94162ce90b09a61928f.cfg b/.godot/editor/water.gdshader-folding-f4e360428c78c94162ce90b09a61928f.cfg new file mode 100644 index 00000000..e860dd49 --- /dev/null +++ b/.godot/editor/water.gdshader-folding-f4e360428c78c94162ce90b09a61928f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/.godot/editor/water.tres-folding-8daca3da281c2880fb2257f75f42014a.cfg b/.godot/editor/water.tres-folding-8daca3da281c2880fb2257f75f42014a.cfg new file mode 100644 index 00000000..8abd257a --- /dev/null +++ b/.godot/editor/water.tres-folding-8daca3da281c2880fb2257f75f42014a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray("UV1", "Resource", "Albedo", "Transparency") diff --git a/.godot/export_credentials.cfg b/.godot/export_credentials.cfg new file mode 100644 index 00000000..e043763c --- /dev/null +++ b/.godot/export_credentials.cfg @@ -0,0 +1,3 @@ +[preset.0] + +script_encryption_key="" diff --git a/.godot/exported/133200997/export-0146033894eb36f568892377213e255d-bridge_room.scn b/.godot/exported/133200997/export-0146033894eb36f568892377213e255d-bridge_room.scn new file mode 100644 index 00000000..4cefe5d0 Binary files /dev/null and b/.godot/exported/133200997/export-0146033894eb36f568892377213e255d-bridge_room.scn differ diff --git a/.godot/exported/133200997/export-01d4fe23c1b64298561833439738d71c-bridge_room.scn b/.godot/exported/133200997/export-01d4fe23c1b64298561833439738d71c-bridge_room.scn new file mode 100644 index 00000000..d5e5207e Binary files /dev/null and b/.godot/exported/133200997/export-01d4fe23c1b64298561833439738d71c-bridge_room.scn differ diff --git a/.godot/exported/133200997/export-0c25baa5ba22cfb21b06760946f95d5b-DungeonGenerator.scn b/.godot/exported/133200997/export-0c25baa5ba22cfb21b06760946f95d5b-DungeonGenerator.scn new file mode 100644 index 00000000..057e2c2b Binary files /dev/null and b/.godot/exported/133200997/export-0c25baa5ba22cfb21b06760946f95d5b-DungeonGenerator.scn differ diff --git a/.godot/exported/133200997/export-1412b6ef502bbf0c8e63b5e87aad5b71-App.scn b/.godot/exported/133200997/export-1412b6ef502bbf0c8e63b5e87aad5b71-App.scn new file mode 100644 index 00000000..2b36787d Binary files /dev/null and b/.godot/exported/133200997/export-1412b6ef502bbf0c8e63b5e87aad5b71-App.scn differ diff --git a/.godot/exported/133200997/export-18843fd411b10a79baeda9701d1c86c5-trap_room.scn b/.godot/exported/133200997/export-18843fd411b10a79baeda9701d1c86c5-trap_room.scn new file mode 100644 index 00000000..99d27d7b Binary files /dev/null and b/.godot/exported/133200997/export-18843fd411b10a79baeda9701d1c86c5-trap_room.scn differ diff --git a/.godot/exported/133200997/export-1b684ca539f6af7b2da3465d6b6ab2c7-DoorDebugVisual.scn b/.godot/exported/133200997/export-1b684ca539f6af7b2da3465d6b6ab2c7-DoorDebugVisual.scn new file mode 100644 index 00000000..8a9389b6 Binary files /dev/null and b/.godot/exported/133200997/export-1b684ca539f6af7b2da3465d6b6ab2c7-DoorDebugVisual.scn differ diff --git a/.godot/exported/133200997/export-1dad5bc400df8094b60797b0196873dc-InventoryMenu.scn b/.godot/exported/133200997/export-1dad5bc400df8094b60797b0196873dc-InventoryMenu.scn new file mode 100644 index 00000000..01e904a4 Binary files /dev/null and b/.godot/exported/133200997/export-1dad5bc400df8094b60797b0196873dc-InventoryMenu.scn differ diff --git a/.godot/exported/133200997/export-20f57d20f459a4eda6158d7c4e28647b-Minimap.scn b/.godot/exported/133200997/export-20f57d20f459a4eda6158d7c4e28647b-Minimap.scn new file mode 100644 index 00000000..c70de3f4 Binary files /dev/null and b/.godot/exported/133200997/export-20f57d20f459a4eda6158d7c4e28647b-Minimap.scn differ diff --git a/.godot/exported/133200997/export-21ffc598fc8ed4225c3271636b95af8c-PlayerStats.res b/.godot/exported/133200997/export-21ffc598fc8ed4225c3271636b95af8c-PlayerStats.res new file mode 100644 index 00000000..ad439023 Binary files /dev/null and b/.godot/exported/133200997/export-21ffc598fc8ed4225c3271636b95af8c-PlayerStats.res differ diff --git a/.godot/exported/133200997/export-266ef670099f43a84b9835f3c70ff9e4-Armor.scn b/.godot/exported/133200997/export-266ef670099f43a84b9835f3c70ff9e4-Armor.scn new file mode 100644 index 00000000..3784f6e6 Binary files /dev/null and b/.godot/exported/133200997/export-266ef670099f43a84b9835f3c70ff9e4-Armor.scn differ diff --git a/.godot/exported/133200997/export-269317984f8db76b7a485ca870b13846-stair.scn b/.godot/exported/133200997/export-269317984f8db76b7a485ca870b13846-stair.scn new file mode 100644 index 00000000..96083b88 Binary files /dev/null and b/.godot/exported/133200997/export-269317984f8db76b7a485ca870b13846-stair.scn differ diff --git a/.godot/exported/133200997/export-27ce4432e4c9f134b505dce3e5d37705-stair.scn b/.godot/exported/133200997/export-27ce4432e4c9f134b505dce3e5d37705-stair.scn new file mode 100644 index 00000000..0ab980dc Binary files /dev/null and b/.godot/exported/133200997/export-27ce4432e4c9f134b505dce3e5d37705-stair.scn differ diff --git a/.godot/exported/133200997/export-2f104f797908ef94c3be7e7f2f4b3c92-entrance_room.scn b/.godot/exported/133200997/export-2f104f797908ef94c3be7e7f2f4b3c92-entrance_room.scn new file mode 100644 index 00000000..d238233a Binary files /dev/null and b/.godot/exported/133200997/export-2f104f797908ef94c3be7e7f2f4b3c92-entrance_room.scn differ diff --git a/.godot/exported/133200997/export-34ad5c5fd317e188aa03d2e41d53b566-CommonSword.scn b/.godot/exported/133200997/export-34ad5c5fd317e188aa03d2e41d53b566-CommonSword.scn new file mode 100644 index 00000000..4a8c1fa5 Binary files /dev/null and b/.godot/exported/133200997/export-34ad5c5fd317e188aa03d2e41d53b566-CommonSword.scn differ diff --git a/.godot/exported/133200997/export-37f8624b60fd0f8eaf4a1ef77ed45e63-PatheticCoat.res b/.godot/exported/133200997/export-37f8624b60fd0f8eaf4a1ef77ed45e63-PatheticCoat.res new file mode 100644 index 00000000..8c4d613b Binary files /dev/null and b/.godot/exported/133200997/export-37f8624b60fd0f8eaf4a1ef77ed45e63-PatheticCoat.res differ diff --git a/.godot/exported/133200997/export-3aab38d35a2fa60f4dd1e84c690e9384-bridge_room.scn b/.godot/exported/133200997/export-3aab38d35a2fa60f4dd1e84c690e9384-bridge_room.scn new file mode 100644 index 00000000..f29a02fc Binary files /dev/null and b/.godot/exported/133200997/export-3aab38d35a2fa60f4dd1e84c690e9384-bridge_room.scn differ diff --git a/.godot/exported/133200997/export-419d5b6d47da67a68b4d0613febb6af6-dungeon_generator_3d_inherited_class.scn b/.godot/exported/133200997/export-419d5b6d47da67a68b4d0613febb6af6-dungeon_generator_3d_inherited_class.scn new file mode 100644 index 00000000..f4422f86 Binary files /dev/null and b/.godot/exported/133200997/export-419d5b6d47da67a68b4d0613febb6af6-dungeon_generator_3d_inherited_class.scn differ diff --git a/.godot/exported/133200997/export-47244ff239a0353b144d34e920836b17-corridor.scn b/.godot/exported/133200997/export-47244ff239a0353b144d34e920836b17-corridor.scn new file mode 100644 index 00000000..1501829a Binary files /dev/null and b/.godot/exported/133200997/export-47244ff239a0353b144d34e920836b17-corridor.scn differ diff --git a/.godot/exported/133200997/export-4b33a5da9b4a0ff49934372728feaa0f-entrance_room.scn b/.godot/exported/133200997/export-4b33a5da9b4a0ff49934372728feaa0f-entrance_room.scn new file mode 100644 index 00000000..27a3f4fc Binary files /dev/null and b/.godot/exported/133200997/export-4b33a5da9b4a0ff49934372728feaa0f-entrance_room.scn differ diff --git a/.godot/exported/133200997/export-4cbb0ae2d6b49265c59f3ba022ef658e-corridor.scn b/.godot/exported/133200997/export-4cbb0ae2d6b49265c59f3ba022ef658e-corridor.scn new file mode 100644 index 00000000..b4996b65 Binary files /dev/null and b/.godot/exported/133200997/export-4cbb0ae2d6b49265c59f3ba022ef658e-corridor.scn differ diff --git a/.godot/exported/133200997/export-4cd0929fb9dfc06055c26cfd7a24080f-EnemyDatabase.scn b/.godot/exported/133200997/export-4cd0929fb9dfc06055c26cfd7a24080f-EnemyDatabase.scn new file mode 100644 index 00000000..3ec299b3 Binary files /dev/null and b/.godot/exported/133200997/export-4cd0929fb9dfc06055c26cfd7a24080f-EnemyDatabase.scn differ diff --git a/.godot/exported/133200997/export-4e70a27c2a67a9e29d5a06bca87d688f-corridor.scn b/.godot/exported/133200997/export-4e70a27c2a67a9e29d5a06bca87d688f-corridor.scn new file mode 100644 index 00000000..720a4306 Binary files /dev/null and b/.godot/exported/133200997/export-4e70a27c2a67a9e29d5a06bca87d688f-corridor.scn differ diff --git a/.godot/exported/133200997/export-4fed4c3ac4546db568e2fbdc4aae2115-Game.scn b/.godot/exported/133200997/export-4fed4c3ac4546db568e2fbdc4aae2115-Game.scn new file mode 100644 index 00000000..aad559c3 Binary files /dev/null and b/.godot/exported/133200997/export-4fed4c3ac4546db568e2fbdc4aae2115-Game.scn differ diff --git a/.godot/exported/133200997/export-501d082e00a8e98488ad3904fb735514-DebugAlert.scn b/.godot/exported/133200997/export-501d082e00a8e98488ad3904fb735514-DebugAlert.scn new file mode 100644 index 00000000..d96529d8 Binary files /dev/null and b/.godot/exported/133200997/export-501d082e00a8e98488ad3904fb735514-DebugAlert.scn differ diff --git a/.godot/exported/133200997/export-53d9cc5b09e3ef2ae302afd3eb1c19ae-corridor.scn b/.godot/exported/133200997/export-53d9cc5b09e3ef2ae302afd3eb1c19ae-corridor.scn new file mode 100644 index 00000000..34a0a99b Binary files /dev/null and b/.godot/exported/133200997/export-53d9cc5b09e3ef2ae302afd3eb1c19ae-corridor.scn differ diff --git a/.godot/exported/133200997/export-58aa68577eb138460de5de09e72ddda4-Room.scn b/.godot/exported/133200997/export-58aa68577eb138460de5de09e72ddda4-Room.scn new file mode 100644 index 00000000..aefda3e4 Binary files /dev/null and b/.godot/exported/133200997/export-58aa68577eb138460de5de09e72ddda4-Room.scn differ diff --git a/.godot/exported/133200997/export-5d236e6461029bb40ce089b63d421896-RareSword.scn b/.godot/exported/133200997/export-5d236e6461029bb40ce089b63d421896-RareSword.scn new file mode 100644 index 00000000..5ba843c5 Binary files /dev/null and b/.godot/exported/133200997/export-5d236e6461029bb40ce089b63d421896-RareSword.scn differ diff --git a/.godot/exported/133200997/export-60e29830f555d881b595e5cb5f90ada0-Corridor.scn b/.godot/exported/133200997/export-60e29830f555d881b595e5cb5f90ada0-Corridor.scn new file mode 100644 index 00000000..9787b23a Binary files /dev/null and b/.godot/exported/133200997/export-60e29830f555d881b595e5cb5f90ada0-Corridor.scn differ diff --git a/.godot/exported/133200997/export-685a9f07e837038f4e9ce7c13b8674c1-Menu.scn b/.godot/exported/133200997/export-685a9f07e837038f4e9ce7c13b8674c1-Menu.scn new file mode 100644 index 00000000..ddaf835f Binary files /dev/null and b/.godot/exported/133200997/export-685a9f07e837038f4e9ce7c13b8674c1-Menu.scn differ diff --git a/.godot/exported/133200997/export-691b662d3dceccf41ac504cdf44b957c-UncommonSword.res b/.godot/exported/133200997/export-691b662d3dceccf41ac504cdf44b957c-UncommonSword.res new file mode 100644 index 00000000..a799dd21 Binary files /dev/null and b/.godot/exported/133200997/export-691b662d3dceccf41ac504cdf44b957c-UncommonSword.res differ diff --git a/.godot/exported/133200997/export-76747589c8033e5292fba48f34767f24-living_room.scn b/.godot/exported/133200997/export-76747589c8033e5292fba48f34767f24-living_room.scn new file mode 100644 index 00000000..e8b56c99 Binary files /dev/null and b/.godot/exported/133200997/export-76747589c8033e5292fba48f34767f24-living_room.scn differ diff --git a/.godot/exported/133200997/export-76d26a426b540ecc066507853d7871f1-entrance_room.scn b/.godot/exported/133200997/export-76d26a426b540ecc066507853d7871f1-entrance_room.scn new file mode 100644 index 00000000..cfe9b498 Binary files /dev/null and b/.godot/exported/133200997/export-76d26a426b540ecc066507853d7871f1-entrance_room.scn differ diff --git a/.godot/exported/133200997/export-8b9490c5dfd52003243aed804f055bf4-stair.scn b/.godot/exported/133200997/export-8b9490c5dfd52003243aed804f055bf4-stair.scn new file mode 100644 index 00000000..c8f8170a Binary files /dev/null and b/.godot/exported/133200997/export-8b9490c5dfd52003243aed804f055bf4-stair.scn differ diff --git a/.godot/exported/133200997/export-9144b3d075920d8cd53f6a60921f3906-red_room.scn b/.godot/exported/133200997/export-9144b3d075920d8cd53f6a60921f3906-red_room.scn new file mode 100644 index 00000000..1e019117 Binary files /dev/null and b/.godot/exported/133200997/export-9144b3d075920d8cd53f6a60921f3906-red_room.scn differ diff --git a/.godot/exported/133200997/export-953c4c6a68449e05972b6cf36cd96f99-ItemDatabase.scn b/.godot/exported/133200997/export-953c4c6a68449e05972b6cf36cd96f99-ItemDatabase.scn new file mode 100644 index 00000000..28563762 Binary files /dev/null and b/.godot/exported/133200997/export-953c4c6a68449e05972b6cf36cd96f99-ItemDatabase.scn differ diff --git a/.godot/exported/133200997/export-9a44b4a1dece042b35067e1a91f54002-stairs.scn b/.godot/exported/133200997/export-9a44b4a1dece042b35067e1a91f54002-stairs.scn new file mode 100644 index 00000000..35b6ec03 Binary files /dev/null and b/.godot/exported/133200997/export-9a44b4a1dece042b35067e1a91f54002-stairs.scn differ diff --git a/.godot/exported/133200997/export-a559558cfbcf3a39cbe0494b1104e337-blue_room.scn b/.godot/exported/133200997/export-a559558cfbcf3a39cbe0494b1104e337-blue_room.scn new file mode 100644 index 00000000..73463023 Binary files /dev/null and b/.godot/exported/133200997/export-a559558cfbcf3a39cbe0494b1104e337-blue_room.scn differ diff --git a/.godot/exported/133200997/export-a699e98b48b5db4969ff44ef13956900-FloatingEnemy.res b/.godot/exported/133200997/export-a699e98b48b5db4969ff44ef13956900-FloatingEnemy.res new file mode 100644 index 00000000..f9fe5eb9 Binary files /dev/null and b/.godot/exported/133200997/export-a699e98b48b5db4969ff44ef13956900-FloatingEnemy.res differ diff --git a/.godot/exported/133200997/export-a6c8aa1ddc88b416b47e630536c4bd9b-UncommonSword.scn b/.godot/exported/133200997/export-a6c8aa1ddc88b416b47e630536c4bd9b-UncommonSword.scn new file mode 100644 index 00000000..55981939 Binary files /dev/null and b/.godot/exported/133200997/export-a6c8aa1ddc88b416b47e630536c4bd9b-UncommonSword.scn differ diff --git a/.godot/exported/133200997/export-aca696921f8a2df0ccb00d02c003618d-Room1.scn b/.godot/exported/133200997/export-aca696921f8a2df0ccb00d02c003618d-Room1.scn new file mode 100644 index 00000000..707efc76 Binary files /dev/null and b/.godot/exported/133200997/export-aca696921f8a2df0ccb00d02c003618d-Room1.scn differ diff --git a/.godot/exported/133200997/export-addc74838415d116ae51cfa3392156ba-WireframeColorMat.res b/.godot/exported/133200997/export-addc74838415d116ae51cfa3392156ba-WireframeColorMat.res new file mode 100644 index 00000000..94e3515b Binary files /dev/null and b/.godot/exported/133200997/export-addc74838415d116ae51cfa3392156ba-WireframeColorMat.res differ diff --git a/.godot/exported/133200997/export-af264238fd56c207f706f08f8043dda4-Main.scn b/.godot/exported/133200997/export-af264238fd56c207f706f08f8043dda4-Main.scn new file mode 100644 index 00000000..9e0657cf Binary files /dev/null and b/.godot/exported/133200997/export-af264238fd56c207f706f08f8043dda4-Main.scn differ diff --git a/.godot/exported/133200997/export-b3392c9bd897cca2494fce089072723c-Player.scn b/.godot/exported/133200997/export-b3392c9bd897cca2494fce089072723c-Player.scn new file mode 100644 index 00000000..0d5f8e71 Binary files /dev/null and b/.godot/exported/133200997/export-b3392c9bd897cca2494fce089072723c-Player.scn differ diff --git a/.godot/exported/133200997/export-b4749e333424ae66d30660cc9a41baaf-CSGStairMaker3D.scn b/.godot/exported/133200997/export-b4749e333424ae66d30660cc9a41baaf-CSGStairMaker3D.scn new file mode 100644 index 00000000..0524f6d4 Binary files /dev/null and b/.godot/exported/133200997/export-b4749e333424ae66d30660cc9a41baaf-CSGStairMaker3D.scn differ diff --git a/.godot/exported/133200997/export-b5656cf56210f33c30a886409895c48f-bedroom.scn b/.godot/exported/133200997/export-b5656cf56210f33c30a886409895c48f-bedroom.scn new file mode 100644 index 00000000..29b28254 Binary files /dev/null and b/.godot/exported/133200997/export-b5656cf56210f33c30a886409895c48f-bedroom.scn differ diff --git a/.godot/exported/133200997/export-b6c1a2a3a9734ab9f40ed4e8d9e81d50-house_exterior.scn b/.godot/exported/133200997/export-b6c1a2a3a9734ab9f40ed4e8d9e81d50-house_exterior.scn new file mode 100644 index 00000000..8a236f22 Binary files /dev/null and b/.godot/exported/133200997/export-b6c1a2a3a9734ab9f40ed4e8d9e81d50-house_exterior.scn differ diff --git a/.godot/exported/133200997/export-bac335343c436b89b238dab61326dd0e-Room2.scn b/.godot/exported/133200997/export-bac335343c436b89b238dab61326dd0e-Room2.scn new file mode 100644 index 00000000..d8693c45 Binary files /dev/null and b/.godot/exported/133200997/export-bac335343c436b89b238dab61326dd0e-Room2.scn differ diff --git a/.godot/exported/133200997/export-bdf12a33dcdd420316d8d7fce6d9fd35-stair.scn b/.godot/exported/133200997/export-bdf12a33dcdd420316d8d7fce6d9fd35-stair.scn new file mode 100644 index 00000000..1954238d Binary files /dev/null and b/.godot/exported/133200997/export-bdf12a33dcdd420316d8d7fce6d9fd35-stair.scn differ diff --git a/.godot/exported/133200997/export-be50d26508ab29bb99aa7262122295f5-RareSword.res b/.godot/exported/133200997/export-be50d26508ab29bb99aa7262122295f5-RareSword.res new file mode 100644 index 00000000..4e46ad7d Binary files /dev/null and b/.godot/exported/133200997/export-be50d26508ab29bb99aa7262122295f5-RareSword.res differ diff --git a/.godot/exported/133200997/export-c5eb39409ba10e81d6c54d47fdf09906-living_room.scn b/.godot/exported/133200997/export-c5eb39409ba10e81d6c54d47fdf09906-living_room.scn new file mode 100644 index 00000000..0f280da5 Binary files /dev/null and b/.godot/exported/133200997/export-c5eb39409ba10e81d6c54d47fdf09906-living_room.scn differ diff --git a/.godot/exported/133200997/export-c5f718a89a5b21299d647e1ca0420013-CommonSword.res b/.godot/exported/133200997/export-c5f718a89a5b21299d647e1ca0420013-CommonSword.res new file mode 100644 index 00000000..3d108155 Binary files /dev/null and b/.godot/exported/133200997/export-c5f718a89a5b21299d647e1ca0420013-CommonSword.res differ diff --git a/.godot/exported/133200997/export-c73de29db34503c12cb82113845a231d-corridor.scn b/.godot/exported/133200997/export-c73de29db34503c12cb82113845a231d-corridor.scn new file mode 100644 index 00000000..9fe05c09 Binary files /dev/null and b/.godot/exported/133200997/export-c73de29db34503c12cb82113845a231d-corridor.scn differ diff --git a/.godot/exported/133200997/export-cb958b16ae86a33844ce44519b40b870-corridor.scn b/.godot/exported/133200997/export-cb958b16ae86a33844ce44519b40b870-corridor.scn new file mode 100644 index 00000000..b5e1d667 Binary files /dev/null and b/.godot/exported/133200997/export-cb958b16ae86a33844ce44519b40b870-corridor.scn differ diff --git a/.godot/exported/133200997/export-cc01a1e04b2ea5d445a86be46d40c715-living_room.scn b/.godot/exported/133200997/export-cc01a1e04b2ea5d445a86be46d40c715-living_room.scn new file mode 100644 index 00000000..b707e979 Binary files /dev/null and b/.godot/exported/133200997/export-cc01a1e04b2ea5d445a86be46d40c715-living_room.scn differ diff --git a/.godot/exported/133200997/export-cc12bb22eb040cfc06e95f72e91b36a3-green_room.scn b/.godot/exported/133200997/export-cc12bb22eb040cfc06e95f72e91b36a3-green_room.scn new file mode 100644 index 00000000..d9ad1a15 Binary files /dev/null and b/.godot/exported/133200997/export-cc12bb22eb040cfc06e95f72e91b36a3-green_room.scn differ diff --git a/.godot/exported/133200997/export-cea8947aa3ddd887a1001a5d9a6e95ab-FloatingEnemy.scn b/.godot/exported/133200997/export-cea8947aa3ddd887a1001a5d9a6e95ab-FloatingEnemy.scn new file mode 100644 index 00000000..938202d3 Binary files /dev/null and b/.godot/exported/133200997/export-cea8947aa3ddd887a1001a5d9a6e95ab-FloatingEnemy.scn differ diff --git a/.godot/exported/133200997/export-d3487f0dc5fa32ba2dfabb0ed4617475-ThrowableItem.scn b/.godot/exported/133200997/export-d3487f0dc5fa32ba2dfabb0ed4617475-ThrowableItem.scn new file mode 100644 index 00000000..742d7326 Binary files /dev/null and b/.godot/exported/133200997/export-d3487f0dc5fa32ba2dfabb0ed4617475-ThrowableItem.scn differ diff --git a/.godot/exported/133200997/export-d61a9aa759a86ffa205144f78e953944-Door.scn b/.godot/exported/133200997/export-d61a9aa759a86ffa205144f78e953944-Door.scn new file mode 100644 index 00000000..2854859b Binary files /dev/null and b/.godot/exported/133200997/export-d61a9aa759a86ffa205144f78e953944-Door.scn differ diff --git a/.godot/exported/133200997/export-eb4e869f72333ae9779a59b68eab4859-living_room.scn b/.godot/exported/133200997/export-eb4e869f72333ae9779a59b68eab4859-living_room.scn new file mode 100644 index 00000000..7c4a44d4 Binary files /dev/null and b/.godot/exported/133200997/export-eb4e869f72333ae9779a59b68eab4859-living_room.scn differ diff --git a/.godot/exported/133200997/export-f0d3ce959fc7c4211c41b9882773c0ad-treasure_room.scn b/.godot/exported/133200997/export-f0d3ce959fc7c4211c41b9882773c0ad-treasure_room.scn new file mode 100644 index 00000000..04e9c1af Binary files /dev/null and b/.godot/exported/133200997/export-f0d3ce959fc7c4211c41b9882773c0ad-treasure_room.scn differ diff --git a/.godot/exported/133200997/export-f1b3e07190b835d38738f38fcccb4dd3-EnemyDie.res b/.godot/exported/133200997/export-f1b3e07190b835d38738f38fcccb4dd3-EnemyDie.res new file mode 100644 index 00000000..27cb80d3 Binary files /dev/null and b/.godot/exported/133200997/export-f1b3e07190b835d38738f38fcccb4dd3-EnemyDie.res differ diff --git a/.godot/exported/133200997/export-f1f068576e33d442795c1a3a51bdeff3-mansion_entrance_room.scn b/.godot/exported/133200997/export-f1f068576e33d442795c1a3a51bdeff3-mansion_entrance_room.scn new file mode 100644 index 00000000..a6ef6f2c Binary files /dev/null and b/.godot/exported/133200997/export-f1f068576e33d442795c1a3a51bdeff3-mansion_entrance_room.scn differ diff --git a/.godot/exported/133200997/export-f719b4e70a48c88aaa7ad66a1154c89c-CollisionDetector.scn b/.godot/exported/133200997/export-f719b4e70a48c88aaa7ad66a1154c89c-CollisionDetector.scn new file mode 100644 index 00000000..3aed2636 Binary files /dev/null and b/.godot/exported/133200997/export-f719b4e70a48c88aaa7ad66a1154c89c-CollisionDetector.scn differ diff --git a/.godot/exported/133200997/export-f798d779547d5525279d0f67d227097e-WireframeCube.scn b/.godot/exported/133200997/export-f798d779547d5525279d0f67d227097e-WireframeCube.scn new file mode 100644 index 00000000..4c31c000 Binary files /dev/null and b/.godot/exported/133200997/export-f798d779547d5525279d0f67d227097e-WireframeCube.scn differ diff --git a/.godot/exported/133200997/export-fb368762e7a37f1ad0f6ed2691cd57bf-spike_hallway.scn b/.godot/exported/133200997/export-fb368762e7a37f1ad0f6ed2691cd57bf-spike_hallway.scn new file mode 100644 index 00000000..1cd55ef1 Binary files /dev/null and b/.godot/exported/133200997/export-fb368762e7a37f1ad0f6ed2691cd57bf-spike_hallway.scn differ diff --git a/.godot/exported/133200997/file_cache b/.godot/exported/133200997/file_cache new file mode 100644 index 00000000..d7d808ef --- /dev/null +++ b/.godot/exported/133200997/file_cache @@ -0,0 +1,65 @@ +res://src/Main.tscn::916f793fd1519c1bc434202da5173f19::1725470773::res://.godot/exported/133200997/export-af264238fd56c207f706f08f8043dda4-Main.scn +res://src/player/PlayerStats.tres::db188589b5ffacc683374ce90732f098::1725438027::res://.godot/exported/133200997/export-21ffc598fc8ed4225c3271636b95af8c-PlayerStats.res +res://src/player/Player.tscn::c62720292b7f0e092388acc6d59b49b9::1725570395::res://.godot/exported/133200997/export-b3392c9bd897cca2494fce089072723c-Player.scn +res://addons/SimpleDungeons/debug_visuals/DebugAlert.tscn::7a6663ebc0da54c3606f22736b05d24a::1718769356::res://.godot/exported/133200997/export-501d082e00a8e98488ad3904fb735514-DebugAlert.scn +res://addons/SimpleDungeons/debug_visuals/DoorDebugVisual.tscn::85020ede55af65511dcccdf1ffd565e4::1718769356::res://.godot/exported/133200997/export-1b684ca539f6af7b2da3465d6b6ab2c7-DoorDebugVisual.scn +res://addons/SimpleDungeons/debug_visuals/WireframeColorMat.tres::7356dc7c6729818d84173881b7bfdce6::1725570395::res://.godot/exported/133200997/export-addc74838415d116ae51cfa3392156ba-WireframeColorMat.res +res://addons/SimpleDungeons/debug_visuals/WireframeCube.tscn::aa453a2a19dea206087215c7f53879a0::1718769356::res://.godot/exported/133200997/export-f798d779547d5525279d0f67d227097e-WireframeCube.scn +res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/blue_room.tscn::3808fa18f4d6819e5c4ce70c39adca99::1718769356::res://.godot/exported/133200997/export-a559558cfbcf3a39cbe0494b1104e337-blue_room.scn +res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/corridor.tscn::ebe5ac7799477a877340ece3d93d1a3f::1718769356::res://.godot/exported/133200997/export-47244ff239a0353b144d34e920836b17-corridor.scn +res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/dungeon_generator_3d_inherited_class.tscn::23e53757b272b8f96ff7e093973a1299::1718769356::res://.godot/exported/133200997/export-419d5b6d47da67a68b4d0613febb6af6-dungeon_generator_3d_inherited_class.scn +res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/red_room.tscn::91a78e24f16e7defdeb185cd7e914158::1718769356::res://.godot/exported/133200997/export-9144b3d075920d8cd53f6a60921f3906-red_room.scn +res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/stairs.tscn::fffc7fab7934f5ba3fcb7ebe1cdb2e9b::1718769356::res://.godot/exported/133200997/export-9a44b4a1dece042b35067e1a91f54002-stairs.scn +res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/bridge_room.tscn::cc742bb7f91eb0361144fa417919a7db::1718769356::res://.godot/exported/133200997/export-0146033894eb36f568892377213e255d-bridge_room.scn +res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/corridor.tscn::2c977fe8c49abeccbdb057b71f098dba::1718769356::res://.godot/exported/133200997/export-c73de29db34503c12cb82113845a231d-corridor.scn +res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/entrance_room.tscn::d98b14d731e7ea0cf3c74c19f564ec3d::1718769356::res://.godot/exported/133200997/export-2f104f797908ef94c3be7e7f2f4b3c92-entrance_room.scn +res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/living_room.tscn::c3dbc4bb727844b22145f302414bff4d::1718769356::res://.godot/exported/133200997/export-eb4e869f72333ae9779a59b68eab4859-living_room.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/bridge_room.tscn::8dd70d12cd3f5061ba6eadbe75d210a7::1718769356::res://.godot/exported/133200997/export-3aab38d35a2fa60f4dd1e84c690e9384-bridge_room.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/corridor.tscn::0fd663909e951e0a60c78afe443fe91a::1718769356::res://.godot/exported/133200997/export-53d9cc5b09e3ef2ae302afd3eb1c19ae-corridor.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/entrance_room.tscn::cb2fe07b3411581fd659cc26888bf1fc::1718769356::res://.godot/exported/133200997/export-4b33a5da9b4a0ff49934372728feaa0f-entrance_room.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/living_room.tscn::986086226772b5822ddf8795de093480::1718769356::res://.godot/exported/133200997/export-cc01a1e04b2ea5d445a86be46d40c715-living_room.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/spike_hallway.tscn::f776cc1aa62997c231e387b959ebf27c::1718769356::res://.godot/exported/133200997/export-fb368762e7a37f1ad0f6ed2691cd57bf-spike_hallway.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/stair.tscn::59f10ea60521503eda64495dde244fd3::1718769356::res://.godot/exported/133200997/export-27ce4432e4c9f134b505dce3e5d37705-stair.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/trap_room.tscn::f9ee15c90c71846077517380a027563d::1718769356::res://.godot/exported/133200997/export-18843fd411b10a79baeda9701d1c86c5-trap_room.scn +res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/treasure_room.tscn::f8b2dfbfa6ff37788866ff8805b46506::1718769356::res://.godot/exported/133200997/export-f0d3ce959fc7c4211c41b9882773c0ad-treasure_room.scn +res://addons/SimpleDungeons/sample_dungeons/mansion/rooms/bedroom.tscn::742421a57a5891fb9d466833ea3f0a59::1718769356::res://.godot/exported/133200997/export-b5656cf56210f33c30a886409895c48f-bedroom.scn +res://addons/SimpleDungeons/sample_dungeons/mansion/rooms/corridor.tscn::493fb3534c56337bba0c789c176673ab::1718769356::res://.godot/exported/133200997/export-cb958b16ae86a33844ce44519b40b870-corridor.scn +res://addons/SimpleDungeons/sample_dungeons/mansion/rooms/living_room.tscn::c02960b19bbb899801402b32a5b5b553::1718769356::res://.godot/exported/133200997/export-76747589c8033e5292fba48f34767f24-living_room.scn +res://addons/SimpleDungeons/sample_dungeons/mansion/rooms/stair.tscn::e4a6e5bda1ab08ec1611dc81fdd0a599::1718769356::res://.godot/exported/133200997/export-bdf12a33dcdd420316d8d7fce6d9fd35-stair.scn +res://addons/SimpleDungeons/sample_dungeons/mansion/house_exterior.tscn::5a9ef2e6a31c3183fb5e2715912e86fe::1718769356::res://.godot/exported/133200997/export-b6c1a2a3a9734ab9f40ed4e8d9e81d50-house_exterior.scn +res://addons/SimpleDungeons/sample_dungeons/mansion/mansion_entrance_room.tscn::3a6a531b7dc0511b91aa6330dc9ec865::1718769356::res://.godot/exported/133200997/export-f1f068576e33d442795c1a3a51bdeff3-mansion_entrance_room.scn +res://addons/SimpleDungeons/sample_dungeons/terrarium/corridor.tscn::35fcb2b8f8f2710a1bc06fab72ab7011::1718769356::res://.godot/exported/133200997/export-4e70a27c2a67a9e29d5a06bca87d688f-corridor.scn +res://addons/SimpleDungeons/sample_dungeons/terrarium/green_room.tscn::209217787c9029158aa101d962ff085e::1718769356::res://.godot/exported/133200997/export-cc12bb22eb040cfc06e95f72e91b36a3-green_room.scn +res://addons/SimpleDungeons/sample_dungeons/terrarium/stair.tscn::932c3b226d6995efa9baa66bde7395e5::1718769356::res://.godot/exported/133200997/export-8b9490c5dfd52003243aed804f055bf4-stair.scn +res://addons/SimpleDungeons/sample_dungeons/with_dev_textures_rooms/bridge_room.tscn::7cc62089c3a0862bc6d6986f30bf1c2f::1718769356::res://.godot/exported/133200997/export-01d4fe23c1b64298561833439738d71c-bridge_room.scn +res://addons/SimpleDungeons/sample_dungeons/with_dev_textures_rooms/corridor.tscn::da707106cead074d6fedbd3d2b3961b1::1718769356::res://.godot/exported/133200997/export-4cbb0ae2d6b49265c59f3ba022ef658e-corridor.scn +res://addons/SimpleDungeons/sample_dungeons/with_dev_textures_rooms/entrance_room.tscn::25b8ac21db022c183269af30962c9482::1718769356::res://.godot/exported/133200997/export-76d26a426b540ecc066507853d7871f1-entrance_room.scn +res://addons/SimpleDungeons/sample_dungeons/with_dev_textures_rooms/living_room.tscn::9aa1bde3c360c4b35c062ca357101f0d::1718769356::res://.godot/exported/133200997/export-c5eb39409ba10e81d6c54d47fdf09906-living_room.scn +res://addons/SimpleDungeons/sample_dungeons/with_dev_textures_rooms/stair.tscn::02dc4cd2a694bbf32948a58b1338131a::1718769356::res://.godot/exported/133200997/export-269317984f8db76b7a485ca870b13846-stair.scn +res://addons/SimpleDungeons/utils/CSGStairMaker3D.tscn::175033b4fd3badb52197c779783a9bcb::1718769356::res://.godot/exported/133200997/export-b4749e333424ae66d30660cc9a41baaf-CSGStairMaker3D.scn +res://src/app/App.tscn::f59779ac79adfc59f40bc016ea7fdffd::1725570395::res://.godot/exported/133200997/export-1412b6ef502bbf0c8e63b5e87aad5b71-App.scn +res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tres::ddce9e22cc1c0228798aed2a05f01867::1725570395::res://.godot/exported/133200997/export-a699e98b48b5db4969ff44ef13956900-FloatingEnemy.res +res://src/enemy/enemy_types/floating_enemy/FloatingEnemy.tscn::79436f97ad8cc2514522a8aae6711618::1725571616::res://.godot/exported/133200997/export-cea8947aa3ddd887a1001a5d9a6e95ab-FloatingEnemy.scn +res://src/enemy/CollisionDetector.tscn::c120133e02313ec0c253d7670310c5ef::1725570396::res://.godot/exported/133200997/export-f719b4e70a48c88aaa7ad66a1154c89c-CollisionDetector.scn +res://src/enemy/EnemyDatabase.tscn::a018652910ee8536a4f82620f84a9824::1725432608::res://.godot/exported/133200997/export-4cd0929fb9dfc06055c26cfd7a24080f-EnemyDatabase.scn +res://src/enemy/EnemyDie.tres::a7d6cc3ece49e0ec01275cfee76d760f::1724910171::res://.godot/exported/133200997/export-f1b3e07190b835d38738f38fcccb4dd3-EnemyDie.res +res://src/game/Game.tscn::717f4d57467803fe6c059f33d4459ffa::1725570396::res://.godot/exported/133200997/export-4fed4c3ac4546db568e2fbdc4aae2115-Game.scn +res://src/inventory_menu/InventoryMenu.tscn::3080011bafedfe986ea325a920a4a6df::1725470772::res://.godot/exported/133200997/export-1dad5bc400df8094b60797b0196873dc-InventoryMenu.scn +res://src/items/armor/resources/PatheticCoat.tres::f011439cfed0b74c952397199036ed6d::1725430748::res://.godot/exported/133200997/export-37f8624b60fd0f8eaf4a1ef77ed45e63-PatheticCoat.res +res://src/items/armor/Armor.tscn::1a70595e81d8729268a7809c9921d426::1725470773::res://.godot/exported/133200997/export-266ef670099f43a84b9835f3c70ff9e4-Armor.scn +res://src/items/throwable/ThrowableItem.tscn::4d7457fcd433a6a305a2ed4185623527::1725470773::res://.godot/exported/133200997/export-d3487f0dc5fa32ba2dfabb0ed4617475-ThrowableItem.scn +res://src/items/weapons/models/CommonSword.tscn::4cc65154bb83801c3d642065694c71b1::1725470773::res://.godot/exported/133200997/export-34ad5c5fd317e188aa03d2e41d53b566-CommonSword.scn +res://src/items/weapons/models/RareSword.tscn::e1510ea705ffce381574f9e444e99035::1725470773::res://.godot/exported/133200997/export-5d236e6461029bb40ce089b63d421896-RareSword.scn +res://src/items/weapons/models/UncommonSword.tscn::bdf880ab8169b4a39b740475d0e2932e::1725470773::res://.godot/exported/133200997/export-a6c8aa1ddc88b416b47e630536c4bd9b-UncommonSword.scn +res://src/items/weapons/resources/CommonSword.tres::219eb1be3d51024bd6811c9d5ed96469::1724905576::res://.godot/exported/133200997/export-c5f718a89a5b21299d647e1ca0420013-CommonSword.res +res://src/items/weapons/resources/RareSword.tres::315577fa44ef20d667e25d490cb4adc7::1724904717::res://.godot/exported/133200997/export-be50d26508ab29bb99aa7262122295f5-RareSword.res +res://src/items/weapons/resources/UncommonSword.tres::cfc2ff8b9e620311a6eab79a93b95002::1724904694::res://.godot/exported/133200997/export-691b662d3dceccf41ac504cdf44b957c-UncommonSword.res +res://src/items/ItemDatabase.tscn::9946549c397521ba9fe115b3219a4761::1724906808::res://.godot/exported/133200997/export-953c4c6a68449e05972b6cf36cd96f99-ItemDatabase.scn +res://src/map/dungeon/corridor/Corridor.tscn::5984da88559c5744abff0a12f6724b26::1725570396::res://.godot/exported/133200997/export-60e29830f555d881b595e5cb5f90ada0-Corridor.scn +res://src/map/dungeon/door/Door.tscn::4310a7a3a8e1f1010435b80efd5b7988::1725136758::res://.godot/exported/133200997/export-d61a9aa759a86ffa205144f78e953944-Door.scn +res://src/map/dungeon/rooms/Room1.tscn::3a5a1ab0c12105c758d50ab85143a074::1725570395::res://.godot/exported/133200997/export-aca696921f8a2df0ccb00d02c003618d-Room1.scn +res://src/map/dungeon/rooms/Room2.tscn::98a603bb3ef3257554742e565d6aaa1d::1725570396::res://.godot/exported/133200997/export-bac335343c436b89b238dab61326dd0e-Room2.scn +res://src/map/dungeon/DungeonGenerator.tscn::a16994ca639332c2122b26f0171a3bcd::1724385455::res://.godot/exported/133200997/export-0c25baa5ba22cfb21b06760946f95d5b-DungeonGenerator.scn +res://src/map/dungeon/Room.tscn::074e37b92e511cd7d5a5675fcd248886::1725470773::res://.godot/exported/133200997/export-58aa68577eb138460de5de09e72ddda4-Room.scn +res://src/menu/Menu.tscn::1c55a1c02096f5897e27cf00508163a7::1725570395::res://.godot/exported/133200997/export-685a9f07e837038f4e9ce7c13b8674c1-Menu.scn +res://src/minimap/Minimap.tscn::64ed4ae867af6fdc4735b997e671caed::1725570395::res://.godot/exported/133200997/export-20f57d20f459a4eda6158d7c4e28647b-Minimap.scn diff --git a/.godot/global_script_class_cache.cfg b/.godot/global_script_class_cache.cfg new file mode 100644 index 00000000..bf5e003c --- /dev/null +++ b/.godot/global_script_class_cache.cfg @@ -0,0 +1,139 @@ +list=Array[Dictionary]([{ +"base": &"RefCounted", +"class": &"AABBi", +"icon": "", +"language": &"GDScript", +"path": "res://addons/SimpleDungeons/utils/AABBi.gd" +}, { +"base": &"InventoryItemInfo", +"class": &"AccessoryInfo", +"icon": "", +"language": &"C#", +"path": "res://src/items/accessory/AccessoryInfo.cs" +}, { +"base": &"InventoryItemInfo", +"class": &"ArmorInfo", +"icon": "", +"language": &"C#", +"path": "res://src/items/armor/ArmorInfo.cs" +}, { +"base": &"Node2D", +"class": &"BaseDialogueTestScene", +"icon": "", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/test_scene.gd" +}, { +"base": &"InventoryItemInfo", +"class": &"ConsumableItemInfo", +"icon": "", +"language": &"C#", +"path": "res://src/items/consumable/ConsumableItemInfo.cs" +}, { +"base": &"RichTextLabel", +"class": &"DialogueLabel", +"icon": "res://addons/dialogue_manager/assets/icon.svg", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/dialogue_label.gd" +}, { +"base": &"RefCounted", +"class": &"DialogueLine", +"icon": "", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/dialogue_line.gd" +}, { +"base": &"RefCounted", +"class": &"DialogueManagerParseResult", +"icon": "", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/components/parse_result.gd" +}, { +"base": &"Object", +"class": &"DialogueManagerParser", +"icon": "", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/components/parser.gd" +}, { +"base": &"Resource", +"class": &"DialogueResource", +"icon": "res://addons/dialogue_manager/assets/icon.svg", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/dialogue_resource.gd" +}, { +"base": &"RefCounted", +"class": &"DialogueResponse", +"icon": "", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/dialogue_response.gd" +}, { +"base": &"Container", +"class": &"DialogueResponsesMenu", +"icon": "res://addons/dialogue_manager/assets/responses_menu.svg", +"language": &"GDScript", +"path": "res://addons/dialogue_manager/dialogue_reponses_menu.gd" +}, { +"base": &"AStar3D", +"class": &"DungeonAStar3D", +"icon": "", +"language": &"GDScript", +"path": "res://addons/SimpleDungeons/utils/DungeonAStarGrid3D.gd" +}, { +"base": &"Node3D", +"class": &"DungeonGenerator3D", +"icon": "", +"language": &"GDScript", +"path": "res://addons/SimpleDungeons/DungeonGenerator3D.gd" +}, { +"base": &"Node3D", +"class": &"DungeonRoom3D", +"icon": "", +"language": &"GDScript", +"path": "res://addons/SimpleDungeons/DungeonRoom3D.gd" +}, { +"base": &"Node", +"class": &"DungeonUtils", +"icon": "", +"language": &"GDScript", +"path": "res://addons/SimpleDungeons/DungeonUtils.gd" +}, { +"base": &"Resource", +"class": &"EnemyStatInfo", +"icon": "", +"language": &"C#", +"path": "res://src/enemy/EnemyStatInfo.cs" +}, { +"base": &"Resource", +"class": &"InventoryItemInfo", +"icon": "", +"language": &"C#", +"path": "res://src/items/InventoryItemInfo.cs" +}, { +"base": &"Resource", +"class": &"PlayerStatInfo", +"icon": "", +"language": &"C#", +"path": "res://src/player/PlayerStatInfo.cs" +}, { +"base": &"Node", +"class": &"RandomNumberMultiplayer", +"icon": "", +"language": &"GDScript", +"path": "res://addons/SimpleDungeons/utils/RandomNumberMultiplayer.gd" +}, { +"base": &"InventoryItemInfo", +"class": &"ThrowableItemInfo", +"icon": "", +"language": &"C#", +"path": "res://src/items/throwable/ThrowableItemInfo.cs" +}, { +"base": &"RefCounted", +"class": &"TreeGraph", +"icon": "", +"language": &"GDScript", +"path": "res://addons/SimpleDungeons/utils/TreeGraph.gd" +}, { +"base": &"InventoryItemInfo", +"class": &"WeaponInfo", +"icon": "", +"language": &"C#", +"path": "res://src/items/weapons/WeaponInfo.cs" +}]) diff --git a/.godot/imported/5r4b2vhc34xa1.png-e365d4a14a1988fe27a9301d425fdf00.ctex b/.godot/imported/5r4b2vhc34xa1.png-e365d4a14a1988fe27a9301d425fdf00.ctex new file mode 100644 index 00000000..ff0c5c40 Binary files /dev/null and b/.godot/imported/5r4b2vhc34xa1.png-e365d4a14a1988fe27a9301d425fdf00.ctex differ diff --git a/.godot/imported/5r4b2vhc34xa1.png-e365d4a14a1988fe27a9301d425fdf00.md5 b/.godot/imported/5r4b2vhc34xa1.png-e365d4a14a1988fe27a9301d425fdf00.md5 new file mode 100644 index 00000000..a61936e0 --- /dev/null +++ b/.godot/imported/5r4b2vhc34xa1.png-e365d4a14a1988fe27a9301d425fdf00.md5 @@ -0,0 +1,3 @@ +source_md5="525d9fda2ea511d920c93a20c5737850" +dest_md5="eed4760f24c88357931d5e844416ecf7" + diff --git a/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.ctex b/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.ctex new file mode 100644 index 00000000..c9ddbd86 Binary files /dev/null and b/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.ctex differ diff --git a/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.md5 b/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.md5 new file mode 100644 index 00000000..16db7ffc --- /dev/null +++ b/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.md5 @@ -0,0 +1,3 @@ +source_md5="fe6f4d53960508fb402ed3c1120ac9b8" +dest_md5="32dab60bc0aaaef36bf8f51e24da4f96" + diff --git a/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.s3tc.ctex b/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.s3tc.ctex new file mode 100644 index 00000000..81f3c42d Binary files /dev/null and b/.godot/imported/ACCEPTANCE.PNG-4338a74eeefcd28a49daf08be189f282.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.md5 b/.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.md5 new file mode 100644 index 00000000..e5cc132e --- /dev/null +++ b/.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.md5 @@ -0,0 +1,3 @@ +source_md5="417788c37116f96970bfad7d88b31b5b" +dest_md5="2c7f663eaf59b47757776171a38129b2" + diff --git a/.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn b/.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn new file mode 100644 index 00000000..1b811b5c Binary files /dev/null and b/.godot/imported/ANTECHAMBER.glb-d8b86594a1419c4bfd0ae594b8ed0fee.scn differ diff --git a/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.ctex b/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.ctex differ diff --git a/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.md5 b/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.s3tc.ctex b/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_BATHEAD.png-102dc6e311ba4b898e518b77ca807d74.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.ctex b/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.ctex differ diff --git a/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.md5 b/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.s3tc.ctex b/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_BATHEAD_13.png-04dfe25aecc9e169320360dcbf5017e8.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.ctex b/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.ctex differ diff --git a/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.md5 b/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.s3tc.ctex b/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_CEILING_1.jpg-6a73f5bcec11c9e278ff78df519270d7.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.ctex b/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.ctex differ diff --git a/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.md5 b/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.s3tc.ctex b/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_CEILING_1_7.jpg-157aa9885a1875436ab8077740c231d6.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.ctex b/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.ctex new file mode 100644 index 00000000..50ed13ca Binary files /dev/null and b/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.ctex differ diff --git a/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.md5 b/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.md5 new file mode 100644 index 00000000..568a34b8 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.md5 @@ -0,0 +1,3 @@ +source_md5="a3525e55af9c9d1633ce37964c8a1c1b" +dest_md5="51f759b4cfc44e33f5ff95b7c3668988" + diff --git a/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.s3tc.ctex b/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.s3tc.ctex new file mode 100644 index 00000000..1350c892 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_COLUMN.jpg-34dfb3f3b2c6a661f5bd12dbb6dbdf1a.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.ctex b/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.ctex differ diff --git a/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.md5 b/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.s3tc.ctex b/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_FLOOR1.jpg-fe2685acb4c9e2c9515d26694745c32d.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.ctex b/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.ctex new file mode 100644 index 00000000..13aab80d Binary files /dev/null and b/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.ctex differ diff --git a/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.md5 b/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.md5 new file mode 100644 index 00000000..df9ec50e --- /dev/null +++ b/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.md5 @@ -0,0 +1,3 @@ +source_md5="5aad0ece79785231c6deb9b306a9d550" +dest_md5="62963caeb7b9503db23183b0b4e65e8c" + diff --git a/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.s3tc.ctex b/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.s3tc.ctex new file mode 100644 index 00000000..ee91ca4f Binary files /dev/null and b/.godot/imported/ANTECHAMBER_STONE_PANEL_1png.png-2f845eb7509fbda60af7a9408f893b31.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.ctex b/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.ctex new file mode 100644 index 00000000..a8a4920d Binary files /dev/null and b/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.ctex differ diff --git a/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.md5 b/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.md5 new file mode 100644 index 00000000..b5bc604a --- /dev/null +++ b/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.md5 @@ -0,0 +1,3 @@ +source_md5="ca2d1872b479f7846579c5682571764e" +dest_md5="402f9a238f71ebe80de055c0d6446259" + diff --git a/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.s3tc.ctex b/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.s3tc.ctex new file mode 100644 index 00000000..db43b0a4 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_STONE_PANEL_2png.png-39021a97833bf94be49e73f5239ef549.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.ctex b/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.ctex new file mode 100644 index 00000000..f583e18d Binary files /dev/null and b/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.ctex differ diff --git a/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.md5 b/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.md5 new file mode 100644 index 00000000..3306ca36 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.md5 @@ -0,0 +1,3 @@ +source_md5="75e76d9e266af8c5b6821f905c564d17" +dest_md5="fd14df6bc3a4c411786648160d2ccc24" + diff --git a/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.s3tc.ctex b/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.s3tc.ctex new file mode 100644 index 00000000..67e410e4 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_TILE4.png-2b8280cbbf3e1f1211c5a27820c8418b.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.ctex b/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.ctex new file mode 100644 index 00000000..a54fb53e Binary files /dev/null and b/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.ctex differ diff --git a/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.md5 b/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.md5 new file mode 100644 index 00000000..3295d266 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.md5 @@ -0,0 +1,3 @@ +source_md5="5d62154223333dfd5856654c0576a14d" +dest_md5="d5f31ae4b668d7b89507665084ce7a0b" + diff --git a/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.s3tc.ctex b/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.s3tc.ctex new file mode 100644 index 00000000..7bed5f2e Binary files /dev/null and b/.godot/imported/ANTECHAMBER_TILE5.png-cd1128b9ff482068b41b3259c4a8a5c7.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.ctex b/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.ctex differ diff --git a/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.md5 b/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.s3tc.ctex b/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/ANTECHAMBER_WALL TILE 1.jpg-8365324a4eea3ec17f6212f2732a9358.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.ctex b/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.ctex new file mode 100644 index 00000000..5170933e Binary files /dev/null and b/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.ctex differ diff --git a/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.md5 b/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.md5 new file mode 100644 index 00000000..33ce497f --- /dev/null +++ b/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.md5 @@ -0,0 +1,3 @@ +source_md5="af8acb5bc9b0c5aab6d7ab3d0c33ea47" +dest_md5="64f7702b302be0a3e14bb85e3e5246cc" + diff --git a/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.s3tc.ctex b/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.s3tc.ctex new file mode 100644 index 00000000..c6cfc4ab Binary files /dev/null and b/.godot/imported/ANTECHAMBER_hand-tiile.png-ca7026afcfc1ebc411a8bde5547f3194.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.ctex b/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.ctex new file mode 100644 index 00000000..e0024627 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.ctex differ diff --git a/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.md5 b/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.md5 new file mode 100644 index 00000000..136aadbf --- /dev/null +++ b/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.md5 @@ -0,0 +1,3 @@ +source_md5="f23662f00dac1543460dd091822fcd4c" +dest_md5="349388b7fa78659957b6a566ea6338f2" + diff --git a/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.s3tc.ctex b/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.s3tc.ctex new file mode 100644 index 00000000..87cf4234 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_swirled_column.png-c010bfae13b92c26a58107ec3fe54653.s3tc.ctex differ diff --git a/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.ctex b/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.ctex new file mode 100644 index 00000000..29b7e999 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.ctex differ diff --git a/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.md5 b/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.md5 new file mode 100644 index 00000000..d40e6756 --- /dev/null +++ b/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.md5 @@ -0,0 +1,3 @@ +source_md5="df7a9d12dd8d44f807701f71e5dffb1e" +dest_md5="721daec41aa6fe7ed818deca27645837" + diff --git a/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.s3tc.ctex b/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.s3tc.ctex new file mode 100644 index 00000000..d45b72e8 Binary files /dev/null and b/.godot/imported/ANTECHAMBER_tile2.png-cd8bf2defafe4933a0b0e34ecdd15bbe.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.md5 b/.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.md5 new file mode 100644 index 00000000..bd062661 --- /dev/null +++ b/.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.md5 @@ -0,0 +1,3 @@ +source_md5="78bf75771b29fb0d5207fbdb31b99299" +dest_md5="6dad19873b87ff2e6d08d01cacbb714f" + diff --git a/.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn b/.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn new file mode 100644 index 00000000..05aa81cc Binary files /dev/null and b/.godot/imported/Approach to Final Room.glb-7ef78bc0f941b1ce827363a9a61b1523.scn differ diff --git a/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.ctex b/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.ctex differ diff --git a/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.md5 b/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.s3tc.ctex b/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/Approach to Final Room_BATHEAD.png-f26011e1ce69f1b766157bf38b85558d.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.ctex b/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.ctex differ diff --git a/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.md5 b/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.s3tc.ctex b/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/Approach to Final Room_BATHEAD_15.png-e6f778111bcf19b63f9356e7db6eac8b.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.ctex b/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.ctex differ diff --git a/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.md5 b/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.s3tc.ctex b/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/Approach to Final Room_CEILING_1.jpg-9169d7c7c21428ce6a5d11334b5e8dd7.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.ctex b/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.ctex differ diff --git a/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.md5 b/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.s3tc.ctex b/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/Approach to Final Room_CEILING_1_14.jpg-1f9cd3224d368d03838ce5ab8bd5c936.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.ctex b/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.ctex new file mode 100644 index 00000000..50ed13ca Binary files /dev/null and b/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.ctex differ diff --git a/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.md5 b/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.md5 new file mode 100644 index 00000000..568a34b8 --- /dev/null +++ b/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.md5 @@ -0,0 +1,3 @@ +source_md5="a3525e55af9c9d1633ce37964c8a1c1b" +dest_md5="51f759b4cfc44e33f5ff95b7c3668988" + diff --git a/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.s3tc.ctex b/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.s3tc.ctex new file mode 100644 index 00000000..1350c892 Binary files /dev/null and b/.godot/imported/Approach to Final Room_COLUMN.jpg-ca6f1a0ae446bb6c6ea30d31cbb29576.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.ctex b/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.ctex differ diff --git a/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.md5 b/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.s3tc.ctex b/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/Approach to Final Room_FLOOR1.jpg-bed983315e26a67645cda62a85cb7ea7.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.ctex b/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.ctex differ diff --git a/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.md5 b/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.s3tc.ctex b/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/Approach to Final Room_FLOOR1_12.jpg-175cc8d2066b192c18a40f3c54fe17ba.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.ctex b/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.ctex new file mode 100644 index 00000000..d882c750 Binary files /dev/null and b/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.ctex differ diff --git a/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.md5 b/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.md5 new file mode 100644 index 00000000..05d07767 --- /dev/null +++ b/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.md5 @@ -0,0 +1,3 @@ +source_md5="feb3bc3dc53796315f3e64e4a71e3fab" +dest_md5="f4cb3242d04b246da716fdb2fd0fdaf6" + diff --git a/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.s3tc.ctex b/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.s3tc.ctex new file mode 100644 index 00000000..381e941c Binary files /dev/null and b/.godot/imported/Approach to Final Room_Metal054C_1K-JPG_Color.jpg-e914ac8b3ad863851da504da20b0207b.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.ctex b/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.ctex new file mode 100644 index 00000000..13aab80d Binary files /dev/null and b/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.ctex differ diff --git a/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.md5 b/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.md5 new file mode 100644 index 00000000..df9ec50e --- /dev/null +++ b/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.md5 @@ -0,0 +1,3 @@ +source_md5="5aad0ece79785231c6deb9b306a9d550" +dest_md5="62963caeb7b9503db23183b0b4e65e8c" + diff --git a/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.s3tc.ctex b/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.s3tc.ctex new file mode 100644 index 00000000..ee91ca4f Binary files /dev/null and b/.godot/imported/Approach to Final Room_STONE_PANEL_1png.png-c12ce7bbefef91e19192b7e40fa337b6.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.ctex b/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.ctex new file mode 100644 index 00000000..a8a4920d Binary files /dev/null and b/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.ctex differ diff --git a/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.md5 b/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.md5 new file mode 100644 index 00000000..b5bc604a --- /dev/null +++ b/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.md5 @@ -0,0 +1,3 @@ +source_md5="ca2d1872b479f7846579c5682571764e" +dest_md5="402f9a238f71ebe80de055c0d6446259" + diff --git a/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.s3tc.ctex b/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.s3tc.ctex new file mode 100644 index 00000000..db43b0a4 Binary files /dev/null and b/.godot/imported/Approach to Final Room_STONE_PANEL_2png.png-c873ceaacb31ab37ccd3f729dee5d642.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.ctex b/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.ctex new file mode 100644 index 00000000..f583e18d Binary files /dev/null and b/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.ctex differ diff --git a/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.md5 b/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.md5 new file mode 100644 index 00000000..3306ca36 --- /dev/null +++ b/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.md5 @@ -0,0 +1,3 @@ +source_md5="75e76d9e266af8c5b6821f905c564d17" +dest_md5="fd14df6bc3a4c411786648160d2ccc24" + diff --git a/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.s3tc.ctex b/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.s3tc.ctex new file mode 100644 index 00000000..67e410e4 Binary files /dev/null and b/.godot/imported/Approach to Final Room_TILE4.png-0841795c0ca6b804577735857b76d3da.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.ctex b/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.ctex differ diff --git a/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.md5 b/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.s3tc.ctex b/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/Approach to Final Room_WALL TILE 1.jpg-727a424300a9f93f573c420f3cb9e931.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.ctex b/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.ctex differ diff --git a/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.md5 b/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.s3tc.ctex b/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/Approach to Final Room_WALL TILE 1_13.jpg-be53e0e4f096fc8f0d6223bf2507283d.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.ctex b/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.ctex new file mode 100644 index 00000000..5170933e Binary files /dev/null and b/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.ctex differ diff --git a/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.md5 b/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.md5 new file mode 100644 index 00000000..33ce497f --- /dev/null +++ b/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.md5 @@ -0,0 +1,3 @@ +source_md5="af8acb5bc9b0c5aab6d7ab3d0c33ea47" +dest_md5="64f7702b302be0a3e14bb85e3e5246cc" + diff --git a/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.s3tc.ctex b/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.s3tc.ctex new file mode 100644 index 00000000..c6cfc4ab Binary files /dev/null and b/.godot/imported/Approach to Final Room_hand-tiile.png-b2f25733163ae76f71c876e787c5a019.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.ctex b/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.ctex new file mode 100644 index 00000000..e0024627 Binary files /dev/null and b/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.ctex differ diff --git a/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.md5 b/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.md5 new file mode 100644 index 00000000..136aadbf --- /dev/null +++ b/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.md5 @@ -0,0 +1,3 @@ +source_md5="f23662f00dac1543460dd091822fcd4c" +dest_md5="349388b7fa78659957b6a566ea6338f2" + diff --git a/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.s3tc.ctex b/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.s3tc.ctex new file mode 100644 index 00000000..87cf4234 Binary files /dev/null and b/.godot/imported/Approach to Final Room_swirled_column.png-6111ea3e85d68317b254b341be4f80f7.s3tc.ctex differ diff --git a/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.ctex b/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.ctex new file mode 100644 index 00000000..29b7e999 Binary files /dev/null and b/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.ctex differ diff --git a/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.md5 b/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.md5 new file mode 100644 index 00000000..d40e6756 --- /dev/null +++ b/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.md5 @@ -0,0 +1,3 @@ +source_md5="df7a9d12dd8d44f807701f71e5dffb1e" +dest_md5="721daec41aa6fe7ed818deca27645837" + diff --git a/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.s3tc.ctex b/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.s3tc.ctex new file mode 100644 index 00000000..d45b72e8 Binary files /dev/null and b/.godot/imported/Approach to Final Room_tile2.png-7ef21cc2630e7ab7432b0ce8b015e210.s3tc.ctex differ diff --git a/.godot/imported/BESTIAL.PNG-4eafe934f47bb3f0f787a2d1d49c68b9.ctex b/.godot/imported/BESTIAL.PNG-4eafe934f47bb3f0f787a2d1d49c68b9.ctex new file mode 100644 index 00000000..9a9faa06 Binary files /dev/null and b/.godot/imported/BESTIAL.PNG-4eafe934f47bb3f0f787a2d1d49c68b9.ctex differ diff --git a/.godot/imported/BESTIAL.PNG-4eafe934f47bb3f0f787a2d1d49c68b9.md5 b/.godot/imported/BESTIAL.PNG-4eafe934f47bb3f0f787a2d1d49c68b9.md5 new file mode 100644 index 00000000..e75a90a1 --- /dev/null +++ b/.godot/imported/BESTIAL.PNG-4eafe934f47bb3f0f787a2d1d49c68b9.md5 @@ -0,0 +1,3 @@ +source_md5="ad0f47db65e795ebf93c5b76069a1207" +dest_md5="93c2b9bd9afae8163292780bcbabba9a" + diff --git a/.godot/imported/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.md5 b/.godot/imported/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.md5 new file mode 100644 index 00000000..53077228 --- /dev/null +++ b/.godot/imported/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.md5 @@ -0,0 +1,3 @@ +source_md5="d3b8e1b6f28750540001384a4dae6073" +dest_md5="c5ebee52eb1b1af0b93141d7ecbc9879" + diff --git a/.godot/imported/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.sample b/.godot/imported/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.sample new file mode 100644 index 00000000..54ad54d6 Binary files /dev/null and b/.godot/imported/Beep.wav-8a40c87ada5a0fb3b17e7da786a6259a.sample differ diff --git a/.godot/imported/Bricks091_1K-JPG_Color.jpg-88ec016c7a6b8b3e1f186fc9939233e6.ctex b/.godot/imported/Bricks091_1K-JPG_Color.jpg-88ec016c7a6b8b3e1f186fc9939233e6.ctex new file mode 100644 index 00000000..66bdd41f Binary files /dev/null and b/.godot/imported/Bricks091_1K-JPG_Color.jpg-88ec016c7a6b8b3e1f186fc9939233e6.ctex differ diff --git a/.godot/imported/Bricks091_1K-JPG_Color.jpg-88ec016c7a6b8b3e1f186fc9939233e6.md5 b/.godot/imported/Bricks091_1K-JPG_Color.jpg-88ec016c7a6b8b3e1f186fc9939233e6.md5 new file mode 100644 index 00000000..3a3f59c2 --- /dev/null +++ b/.godot/imported/Bricks091_1K-JPG_Color.jpg-88ec016c7a6b8b3e1f186fc9939233e6.md5 @@ -0,0 +1,3 @@ +source_md5="be208bd7ea06e29db00f9451853c14cf" +dest_md5="2b2a0e953e5b3410025beef80be35ef0" + diff --git a/.godot/imported/Bricks091_1K-JPG_Color.jpg-97dc8d978c19ba9129d9cee67f57d5be.ctex b/.godot/imported/Bricks091_1K-JPG_Color.jpg-97dc8d978c19ba9129d9cee67f57d5be.ctex new file mode 100644 index 00000000..66bdd41f Binary files /dev/null and b/.godot/imported/Bricks091_1K-JPG_Color.jpg-97dc8d978c19ba9129d9cee67f57d5be.ctex differ diff --git a/.godot/imported/Bricks091_1K-JPG_Color.jpg-97dc8d978c19ba9129d9cee67f57d5be.md5 b/.godot/imported/Bricks091_1K-JPG_Color.jpg-97dc8d978c19ba9129d9cee67f57d5be.md5 new file mode 100644 index 00000000..3a3f59c2 --- /dev/null +++ b/.godot/imported/Bricks091_1K-JPG_Color.jpg-97dc8d978c19ba9129d9cee67f57d5be.md5 @@ -0,0 +1,3 @@ +source_md5="be208bd7ea06e29db00f9451853c14cf" +dest_md5="2b2a0e953e5b3410025beef80be35ef0" + diff --git a/.godot/imported/BubbleEnd.png-a2bd812e4aeb33a7c97291d41dcc1793.ctex b/.godot/imported/BubbleEnd.png-a2bd812e4aeb33a7c97291d41dcc1793.ctex new file mode 100644 index 00000000..f55ba410 Binary files /dev/null and b/.godot/imported/BubbleEnd.png-a2bd812e4aeb33a7c97291d41dcc1793.ctex differ diff --git a/.godot/imported/BubbleEnd.png-a2bd812e4aeb33a7c97291d41dcc1793.md5 b/.godot/imported/BubbleEnd.png-a2bd812e4aeb33a7c97291d41dcc1793.md5 new file mode 100644 index 00000000..34257843 --- /dev/null +++ b/.godot/imported/BubbleEnd.png-a2bd812e4aeb33a7c97291d41dcc1793.md5 @@ -0,0 +1,3 @@ +source_md5="3dbd2432f31bb9a3fd9c54e9d27e5c5c" +dest_md5="0ec0f4c9e9cb71b4aa0f5a501df54fdc" + diff --git a/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.ctex b/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.ctex new file mode 100644 index 00000000..abd80e35 Binary files /dev/null and b/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.ctex differ diff --git a/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.md5 b/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.md5 new file mode 100644 index 00000000..c464e940 --- /dev/null +++ b/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.md5 @@ -0,0 +1,3 @@ +source_md5="16fb63c742e44d1b87c34eeb8faec9f9" +dest_md5="cfcadb64826af0f466e42e0ad5b901bc" + diff --git a/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.s3tc.ctex b/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.s3tc.ctex new file mode 100644 index 00000000..66c2746b Binary files /dev/null and b/.godot/imported/CEREMONIAL.PNG-3af8f8ea317ae9459734d590fc5bba1f.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.md5 b/.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.md5 new file mode 100644 index 00000000..8d90f5ba --- /dev/null +++ b/.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.md5 @@ -0,0 +1,3 @@ +source_md5="109c533b92ccddbb8843656675fc384e" +dest_md5="a8a5d41811dd3c18e8ec65a7afc3e9ca" + diff --git a/.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn b/.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn new file mode 100644 index 00000000..3be9cb30 Binary files /dev/null and b/.godot/imported/COLUMN ROOM.glb-06ab9118dbb82a0c7b09d2582eb3176f.scn differ diff --git a/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.ctex b/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.ctex new file mode 100644 index 00000000..ddf90cfe Binary files /dev/null and b/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.ctex differ diff --git a/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.md5 b/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.md5 new file mode 100644 index 00000000..fb9bb229 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.md5 @@ -0,0 +1,3 @@ +source_md5="525d9fda2ea511d920c93a20c5737850" +dest_md5="6dc5243ad80c6968bba176ea9d572b4f" + diff --git a/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.s3tc.ctex b/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.s3tc.ctex new file mode 100644 index 00000000..b44280ab Binary files /dev/null and b/.godot/imported/COLUMN ROOM_5r4b2vhc34xa1.png-67709540cae7593c337cf2230d764d14.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.ctex b/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.ctex differ diff --git a/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.md5 b/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.s3tc.ctex b/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_BATHEAD.png-dd0b37f6abda70d7db3a933318be3bd3.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.ctex b/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.ctex differ diff --git a/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.md5 b/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.s3tc.ctex b/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_BATHEAD_15.png-29752d46a50d40d681b4e8d591242567.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.ctex b/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.ctex differ diff --git a/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.md5 b/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.s3tc.ctex b/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_CEILING_1.jpg-be711d276ab27a3c1f7a10b5b9106626.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.ctex b/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.ctex differ diff --git a/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.md5 b/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.s3tc.ctex b/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_CEILING_1_10.jpg-4bb44e706901fecccc651dd9b85dce27.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.ctex b/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.ctex new file mode 100644 index 00000000..50ed13ca Binary files /dev/null and b/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.ctex differ diff --git a/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.md5 b/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.md5 new file mode 100644 index 00000000..568a34b8 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.md5 @@ -0,0 +1,3 @@ +source_md5="a3525e55af9c9d1633ce37964c8a1c1b" +dest_md5="51f759b4cfc44e33f5ff95b7c3668988" + diff --git a/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.s3tc.ctex b/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.s3tc.ctex new file mode 100644 index 00000000..1350c892 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_COLUMN.jpg-a70f4b1f4e5f8cbcac8ab80a697023ff.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.ctex b/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.ctex differ diff --git a/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.md5 b/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.s3tc.ctex b/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_FLOOR1.jpg-9d5aabd224dc0aa6d9e473a7e1b0ad76.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.ctex b/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.ctex new file mode 100644 index 00000000..13aab80d Binary files /dev/null and b/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.ctex differ diff --git a/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.md5 b/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.md5 new file mode 100644 index 00000000..df9ec50e --- /dev/null +++ b/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.md5 @@ -0,0 +1,3 @@ +source_md5="5aad0ece79785231c6deb9b306a9d550" +dest_md5="62963caeb7b9503db23183b0b4e65e8c" + diff --git a/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.s3tc.ctex b/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.s3tc.ctex new file mode 100644 index 00000000..ee91ca4f Binary files /dev/null and b/.godot/imported/COLUMN ROOM_STONE_PANEL_1png.png-14d6ecdcc2a80f86ce4a57631ada98f7.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.ctex b/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.ctex new file mode 100644 index 00000000..a8a4920d Binary files /dev/null and b/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.ctex differ diff --git a/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.md5 b/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.md5 new file mode 100644 index 00000000..b5bc604a --- /dev/null +++ b/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.md5 @@ -0,0 +1,3 @@ +source_md5="ca2d1872b479f7846579c5682571764e" +dest_md5="402f9a238f71ebe80de055c0d6446259" + diff --git a/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.s3tc.ctex b/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.s3tc.ctex new file mode 100644 index 00000000..db43b0a4 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_STONE_PANEL_2png.png-9658a4509d4ab3844c17d518b851efa9.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.ctex b/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.ctex new file mode 100644 index 00000000..f583e18d Binary files /dev/null and b/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.ctex differ diff --git a/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.md5 b/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.md5 new file mode 100644 index 00000000..3306ca36 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.md5 @@ -0,0 +1,3 @@ +source_md5="75e76d9e266af8c5b6821f905c564d17" +dest_md5="fd14df6bc3a4c411786648160d2ccc24" + diff --git a/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.s3tc.ctex b/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.s3tc.ctex new file mode 100644 index 00000000..67e410e4 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_TILE4.png-237efd23db3f0e127794fd63967f92d3.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.ctex b/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.ctex new file mode 100644 index 00000000..a54fb53e Binary files /dev/null and b/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.ctex differ diff --git a/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.md5 b/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.md5 new file mode 100644 index 00000000..3295d266 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.md5 @@ -0,0 +1,3 @@ +source_md5="5d62154223333dfd5856654c0576a14d" +dest_md5="d5f31ae4b668d7b89507665084ce7a0b" + diff --git a/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.s3tc.ctex b/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.s3tc.ctex new file mode 100644 index 00000000..7bed5f2e Binary files /dev/null and b/.godot/imported/COLUMN ROOM_TILE5.png-1d918c94fb1b441d3887f23fe8249c15.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.ctex b/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.ctex differ diff --git a/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.md5 b/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.s3tc.ctex b/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/COLUMN ROOM_WALL TILE 1.jpg-09845dbccbf00b4dc2d1d8f6e6841c3c.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.ctex b/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.ctex differ diff --git a/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.md5 b/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.s3tc.ctex b/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/COLUMN ROOM_WALL TILE 1_14.jpg-2ca95594b44638bf495df2a75b460dc2.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.ctex b/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.ctex new file mode 100644 index 00000000..5170933e Binary files /dev/null and b/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.ctex differ diff --git a/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.md5 b/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.md5 new file mode 100644 index 00000000..33ce497f --- /dev/null +++ b/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.md5 @@ -0,0 +1,3 @@ +source_md5="af8acb5bc9b0c5aab6d7ab3d0c33ea47" +dest_md5="64f7702b302be0a3e14bb85e3e5246cc" + diff --git a/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.s3tc.ctex b/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.s3tc.ctex new file mode 100644 index 00000000..c6cfc4ab Binary files /dev/null and b/.godot/imported/COLUMN ROOM_hand-tiile.png-ab36407d6799cd5ee41f7d33cd0db865.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.ctex b/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.ctex new file mode 100644 index 00000000..e0024627 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.ctex differ diff --git a/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.md5 b/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.md5 new file mode 100644 index 00000000..136aadbf --- /dev/null +++ b/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.md5 @@ -0,0 +1,3 @@ +source_md5="f23662f00dac1543460dd091822fcd4c" +dest_md5="349388b7fa78659957b6a566ea6338f2" + diff --git a/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.s3tc.ctex b/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.s3tc.ctex new file mode 100644 index 00000000..87cf4234 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_swirled_column.png-d754c3e2839b317414d8d83bcf787807.s3tc.ctex differ diff --git a/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.ctex b/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.ctex new file mode 100644 index 00000000..29b7e999 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.ctex differ diff --git a/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.md5 b/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.md5 new file mode 100644 index 00000000..d40e6756 --- /dev/null +++ b/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.md5 @@ -0,0 +1,3 @@ +source_md5="df7a9d12dd8d44f807701f71e5dffb1e" +dest_md5="721daec41aa6fe7ed818deca27645837" + diff --git a/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.s3tc.ctex b/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.s3tc.ctex new file mode 100644 index 00000000..d45b72e8 Binary files /dev/null and b/.godot/imported/COLUMN ROOM_tile2.png-4747fe8b4243a54a36d9ca13279a05d6.s3tc.ctex differ diff --git a/.godot/imported/Call_Node.PNG-f719aeb3b34d67d458b47384bffd26dd.ctex b/.godot/imported/Call_Node.PNG-f719aeb3b34d67d458b47384bffd26dd.ctex new file mode 100644 index 00000000..e2ef3f3e Binary files /dev/null and b/.godot/imported/Call_Node.PNG-f719aeb3b34d67d458b47384bffd26dd.ctex differ diff --git a/.godot/imported/Call_Node.PNG-f719aeb3b34d67d458b47384bffd26dd.md5 b/.godot/imported/Call_Node.PNG-f719aeb3b34d67d458b47384bffd26dd.md5 new file mode 100644 index 00000000..ce4bbdad --- /dev/null +++ b/.godot/imported/Call_Node.PNG-f719aeb3b34d67d458b47384bffd26dd.md5 @@ -0,0 +1,3 @@ +source_md5="e810e104de7d06db1e6e5c13bdf9ae75" +dest_md5="991bdd4b6c5d47c58ef3768d1dea88f1" + diff --git a/.godot/imported/Character_Editor_With_Portrait.PNG-88588c77d89d8a1c2f15f9be07073a87.ctex b/.godot/imported/Character_Editor_With_Portrait.PNG-88588c77d89d8a1c2f15f9be07073a87.ctex new file mode 100644 index 00000000..62f03df1 Binary files /dev/null and b/.godot/imported/Character_Editor_With_Portrait.PNG-88588c77d89d8a1c2f15f9be07073a87.ctex differ diff --git a/.godot/imported/Character_Editor_With_Portrait.PNG-88588c77d89d8a1c2f15f9be07073a87.md5 b/.godot/imported/Character_Editor_With_Portrait.PNG-88588c77d89d8a1c2f15f9be07073a87.md5 new file mode 100644 index 00000000..5481c861 --- /dev/null +++ b/.godot/imported/Character_Editor_With_Portrait.PNG-88588c77d89d8a1c2f15f9be07073a87.md5 @@ -0,0 +1,3 @@ +source_md5="8033e5afb60c6510d30ff67ee88a9b49" +dest_md5="2cc08b6ee69087a949c75aca8c51965a" + diff --git a/.godot/imported/Classic_25.png-ad751dbfbea0d63e1272dc84d0432b57.ctex b/.godot/imported/Classic_25.png-ad751dbfbea0d63e1272dc84d0432b57.ctex new file mode 100644 index 00000000..155432c0 Binary files /dev/null and b/.godot/imported/Classic_25.png-ad751dbfbea0d63e1272dc84d0432b57.ctex differ diff --git a/.godot/imported/Classic_25.png-ad751dbfbea0d63e1272dc84d0432b57.md5 b/.godot/imported/Classic_25.png-ad751dbfbea0d63e1272dc84d0432b57.md5 new file mode 100644 index 00000000..3145ee6e --- /dev/null +++ b/.godot/imported/Classic_25.png-ad751dbfbea0d63e1272dc84d0432b57.md5 @@ -0,0 +1,3 @@ +source_md5="cac7198aa21f84c169b33f7e13f9f872" +dest_md5="9e9b4aac2e732210555ce4f55221c354" + diff --git a/.godot/imported/Classic_26.png-a4e98b7a4f68a6feff572eb71b8ed0aa.ctex b/.godot/imported/Classic_26.png-a4e98b7a4f68a6feff572eb71b8ed0aa.ctex new file mode 100644 index 00000000..6320d816 Binary files /dev/null and b/.godot/imported/Classic_26.png-a4e98b7a4f68a6feff572eb71b8ed0aa.ctex differ diff --git a/.godot/imported/Classic_26.png-a4e98b7a4f68a6feff572eb71b8ed0aa.md5 b/.godot/imported/Classic_26.png-a4e98b7a4f68a6feff572eb71b8ed0aa.md5 new file mode 100644 index 00000000..16060acc --- /dev/null +++ b/.godot/imported/Classic_26.png-a4e98b7a4f68a6feff572eb71b8ed0aa.md5 @@ -0,0 +1,3 @@ +source_md5="82b0e6a16528773060a7a62c43233baf" +dest_md5="03e5e58b41eb94af94e5b0ebd9a76502" + diff --git a/.godot/imported/Classic_27.png-b8e44d5fb79f5402fe46827d956270e2.ctex b/.godot/imported/Classic_27.png-b8e44d5fb79f5402fe46827d956270e2.ctex new file mode 100644 index 00000000..bb7d51e0 Binary files /dev/null and b/.godot/imported/Classic_27.png-b8e44d5fb79f5402fe46827d956270e2.ctex differ diff --git a/.godot/imported/Classic_27.png-b8e44d5fb79f5402fe46827d956270e2.md5 b/.godot/imported/Classic_27.png-b8e44d5fb79f5402fe46827d956270e2.md5 new file mode 100644 index 00000000..782178a5 --- /dev/null +++ b/.godot/imported/Classic_27.png-b8e44d5fb79f5402fe46827d956270e2.md5 @@ -0,0 +1,3 @@ +source_md5="fdb09d0fff8da792d08581a365b4dc1b" +dest_md5="e309dcb4f8a602d0ab68deaac7df3ae2" + diff --git a/.godot/imported/Classic_28.png-427aa9447850cc163b594bf92e794817.ctex b/.godot/imported/Classic_28.png-427aa9447850cc163b594bf92e794817.ctex new file mode 100644 index 00000000..312d7e78 Binary files /dev/null and b/.godot/imported/Classic_28.png-427aa9447850cc163b594bf92e794817.ctex differ diff --git a/.godot/imported/Classic_28.png-427aa9447850cc163b594bf92e794817.md5 b/.godot/imported/Classic_28.png-427aa9447850cc163b594bf92e794817.md5 new file mode 100644 index 00000000..a757901a --- /dev/null +++ b/.godot/imported/Classic_28.png-427aa9447850cc163b594bf92e794817.md5 @@ -0,0 +1,3 @@ +source_md5="6d6b2fdddaf0f34359d7068ce810f4db" +dest_md5="cd24f98cde8159da00a50e71f60c113f" + diff --git a/.godot/imported/Classic_29.png-61e711532fb87339e932c8079a32d88c.ctex b/.godot/imported/Classic_29.png-61e711532fb87339e932c8079a32d88c.ctex new file mode 100644 index 00000000..30c73472 Binary files /dev/null and b/.godot/imported/Classic_29.png-61e711532fb87339e932c8079a32d88c.ctex differ diff --git a/.godot/imported/Classic_29.png-61e711532fb87339e932c8079a32d88c.md5 b/.godot/imported/Classic_29.png-61e711532fb87339e932c8079a32d88c.md5 new file mode 100644 index 00000000..7d8a72a5 --- /dev/null +++ b/.godot/imported/Classic_29.png-61e711532fb87339e932c8079a32d88c.md5 @@ -0,0 +1,3 @@ +source_md5="3abdc08c449e0066b74aa21114052e4f" +dest_md5="5a3ca59c3ae8b2721ce04426bdb1528b" + diff --git a/.godot/imported/Classic_30.png-169388b5053f521fe2a5692386fb9666.ctex b/.godot/imported/Classic_30.png-169388b5053f521fe2a5692386fb9666.ctex new file mode 100644 index 00000000..9f8a81ec Binary files /dev/null and b/.godot/imported/Classic_30.png-169388b5053f521fe2a5692386fb9666.ctex differ diff --git a/.godot/imported/Classic_30.png-169388b5053f521fe2a5692386fb9666.md5 b/.godot/imported/Classic_30.png-169388b5053f521fe2a5692386fb9666.md5 new file mode 100644 index 00000000..30bbc925 --- /dev/null +++ b/.godot/imported/Classic_30.png-169388b5053f521fe2a5692386fb9666.md5 @@ -0,0 +1,3 @@ +source_md5="0fe8a49494bad9cb284e16a43ed00a6c" +dest_md5="e9fb48a4c2961ad5c03074829e8a3207" + diff --git a/.godot/imported/Controller.png-8f7d9886d8de4114374c022fd8b6a53a.ctex b/.godot/imported/Controller.png-8f7d9886d8de4114374c022fd8b6a53a.ctex new file mode 100644 index 00000000..c7fcaafc Binary files /dev/null and b/.godot/imported/Controller.png-8f7d9886d8de4114374c022fd8b6a53a.ctex differ diff --git a/.godot/imported/Controller.png-8f7d9886d8de4114374c022fd8b6a53a.md5 b/.godot/imported/Controller.png-8f7d9886d8de4114374c022fd8b6a53a.md5 new file mode 100644 index 00000000..30a849fc --- /dev/null +++ b/.godot/imported/Controller.png-8f7d9886d8de4114374c022fd8b6a53a.md5 @@ -0,0 +1,3 @@ +source_md5="78b23397c76cacca1d3f8e109a71b979" +dest_md5="2118905190f77a3a8940ac4dafe6b9a8" + diff --git a/.godot/imported/CreationProcess.PNG-05f3e3e7144b33f6a2e204a8d70bb677.ctex b/.godot/imported/CreationProcess.PNG-05f3e3e7144b33f6a2e204a8d70bb677.ctex new file mode 100644 index 00000000..501c5d30 Binary files /dev/null and b/.godot/imported/CreationProcess.PNG-05f3e3e7144b33f6a2e204a8d70bb677.ctex differ diff --git a/.godot/imported/CreationProcess.PNG-05f3e3e7144b33f6a2e204a8d70bb677.md5 b/.godot/imported/CreationProcess.PNG-05f3e3e7144b33f6a2e204a8d70bb677.md5 new file mode 100644 index 00000000..6a8aea7f --- /dev/null +++ b/.godot/imported/CreationProcess.PNG-05f3e3e7144b33f6a2e204a8d70bb677.md5 @@ -0,0 +1,3 @@ +source_md5="e50d59ad56ece23462abdf4641ff33d3" +dest_md5="6def55fe738cd4fcb870e09cbe6c1127" + diff --git a/.godot/imported/CustomEventsShowOff.PNG-1ca9776c8c1de417754bb64c0e9ae3f2.ctex b/.godot/imported/CustomEventsShowOff.PNG-1ca9776c8c1de417754bb64c0e9ae3f2.ctex new file mode 100644 index 00000000..f3009278 Binary files /dev/null and b/.godot/imported/CustomEventsShowOff.PNG-1ca9776c8c1de417754bb64c0e9ae3f2.ctex differ diff --git a/.godot/imported/CustomEventsShowOff.PNG-1ca9776c8c1de417754bb64c0e9ae3f2.md5 b/.godot/imported/CustomEventsShowOff.PNG-1ca9776c8c1de417754bb64c0e9ae3f2.md5 new file mode 100644 index 00000000..d7277e7f --- /dev/null +++ b/.godot/imported/CustomEventsShowOff.PNG-1ca9776c8c1de417754bb64c0e9ae3f2.md5 @@ -0,0 +1,3 @@ +source_md5="e5ba347e9198ce16ff1f504649e69f91" +dest_md5="21ffc091ac1df197757e56c877dc9619" + diff --git a/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.ctex b/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.ctex new file mode 100644 index 00000000..cbfaa949 Binary files /dev/null and b/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.ctex differ diff --git a/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.md5 b/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.md5 new file mode 100644 index 00000000..edeea3ba --- /dev/null +++ b/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.md5 @@ -0,0 +1,3 @@ +source_md5="e8b73ce2f193c9e2cf4be603207e9fd1" +dest_md5="52e8b3b704b9376c4c7b1b9eb4fb4582" + diff --git a/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.s3tc.ctex b/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.s3tc.ctex new file mode 100644 index 00000000..8c150ae9 Binary files /dev/null and b/.godot/imported/DEVIC.PNG-4a3c0930337a49b79e8063f9fb5e59b2.s3tc.ctex differ diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.md5 b/.godot/imported/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.md5 new file mode 100644 index 00000000..80f2af27 --- /dev/null +++ b/.godot/imported/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.md5 @@ -0,0 +1,3 @@ +source_md5="eb6cb8283f7ccd88efae8eb93596c608" +dest_md5="a82b2ad76593b7bf2a8b5abee79629dc" + diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.scn b/.godot/imported/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.scn new file mode 100644 index 00000000..60546027 Binary files /dev/null and b/.godot/imported/DISSAPPEARING ENEMY.gltf-5ffbd3923d315fc98d47c6b85aafb9d4.scn differ diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.md5 b/.godot/imported/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.md5 new file mode 100644 index 00000000..22d2aad7 --- /dev/null +++ b/.godot/imported/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.md5 @@ -0,0 +1,3 @@ +source_md5="eb6cb8283f7ccd88efae8eb93596c608" +dest_md5="99ccd94a68616c631623861f748825f4" + diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.scn b/.godot/imported/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.scn new file mode 100644 index 00000000..2379afa8 Binary files /dev/null and b/.godot/imported/DISSAPPEARING ENEMY.gltf-623f05c3c418a59abcec04651db9cb14.scn differ diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.md5 b/.godot/imported/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.md5 new file mode 100644 index 00000000..daa1a383 --- /dev/null +++ b/.godot/imported/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.md5 @@ -0,0 +1,3 @@ +source_md5="eb6cb8283f7ccd88efae8eb93596c608" +dest_md5="0e6984ae83d71fceb93394fc5c4345a1" + diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.scn b/.godot/imported/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.scn new file mode 100644 index 00000000..6ea97242 Binary files /dev/null and b/.godot/imported/DISSAPPEARING ENEMY.gltf-86890683bfa8a9cc2bc15c917a019516.scn differ diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.md5 b/.godot/imported/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.md5 new file mode 100644 index 00000000..b7cb942b --- /dev/null +++ b/.godot/imported/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.md5 @@ -0,0 +1,3 @@ +source_md5="eb6cb8283f7ccd88efae8eb93596c608" +dest_md5="387278ccb6f2fe4613ff2c4f691d63fa" + diff --git a/.godot/imported/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.scn b/.godot/imported/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.scn new file mode 100644 index 00000000..5f11b761 Binary files /dev/null and b/.godot/imported/DISSAPPEARING ENEMY.gltf-91afebf3e6f052097eb2b1b5b0aff5a9.scn differ diff --git a/.godot/imported/Dialogic_Tab.PNG-3a868bb7f47fb141608e40d56ba89603.ctex b/.godot/imported/Dialogic_Tab.PNG-3a868bb7f47fb141608e40d56ba89603.ctex new file mode 100644 index 00000000..b82fa7f6 Binary files /dev/null and b/.godot/imported/Dialogic_Tab.PNG-3a868bb7f47fb141608e40d56ba89603.ctex differ diff --git a/.godot/imported/Dialogic_Tab.PNG-3a868bb7f47fb141608e40d56ba89603.md5 b/.godot/imported/Dialogic_Tab.PNG-3a868bb7f47fb141608e40d56ba89603.md5 new file mode 100644 index 00000000..37a969e8 --- /dev/null +++ b/.godot/imported/Dialogic_Tab.PNG-3a868bb7f47fb141608e40d56ba89603.md5 @@ -0,0 +1,3 @@ +source_md5="1a7e02294591a053634f66b57ebff1ef" +dest_md5="c9759ff51b499f835680138eb72402fb" + diff --git a/.godot/imported/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.md5 b/.godot/imported/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.md5 new file mode 100644 index 00000000..1abcfc00 --- /dev/null +++ b/.godot/imported/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.md5 @@ -0,0 +1,3 @@ +source_md5="54326217d04d66117fe0f6e18b801e44" +dest_md5="709f3741b66271d57d753ccd1e3d82a1" + diff --git a/.godot/imported/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.tres b/.godot/imported/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.tres new file mode 100644 index 00000000..91306ea3 --- /dev/null +++ b/.godot/imported/Dialogue.dialogue-176033575bc12c347010f3a30b2e302a.tres @@ -0,0 +1,42 @@ +[gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3] + +[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_y5ero"] + +[resource] +script = ExtResource("1_y5ero") +using_states = PackedStringArray() +titles = { +"start": "2" +} +character_names = PackedStringArray() +first_title = "2" +lines = { +"1": { +"id": "1", +"next_id": "2", +"text": "start", +"type": &"title" +}, +"2": { +"character": "", +"character_replacements": Array[Dictionary]([]), +"id": "2", +"next_id": "3", +"notes": "", +"tags": PackedStringArray(), +"text": "Hi...", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Hi...", +"type": &"dialogue" +}, +"3": { +"id": "3", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +} +} +raw_text = "~ start +Hi... +=> END" +metadata/dialogue_manager_version = "2.41.4" diff --git a/.godot/imported/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.md5 b/.godot/imported/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.md5 new file mode 100644 index 00000000..e6560d76 --- /dev/null +++ b/.godot/imported/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.md5 @@ -0,0 +1,3 @@ +source_md5="ccb6caad5865a0a693570a1f57f88d1a" +dest_md5="ba70f8232188f7cc530702d617992ba9" + diff --git a/.godot/imported/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.tres b/.godot/imported/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.tres new file mode 100644 index 00000000..344a6df7 --- /dev/null +++ b/.godot/imported/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.tres @@ -0,0 +1,29 @@ +[gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3] + +[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_gw3f3"] + +[resource] +script = ExtResource("1_gw3f3") +using_states = PackedStringArray() +titles = { +"Stop": "2" +} +character_names = PackedStringArray() +first_title = "2" +lines = { +"1": { +"id": "1", +"next_id": "2", +"text": "Stop", +"type": &"title" +}, +"2": { +"id": "2", +"is_snippet": false, +"next_id": "end!", +"type": &"goto" +} +} +raw_text = "~ Stop +=> END!" +metadata/dialogue_manager_version = "2.41.4" diff --git a/.godot/imported/Empty_Character_Editor.PNG-b81e9a25b7190089d68ae8c2351d5ed6.ctex b/.godot/imported/Empty_Character_Editor.PNG-b81e9a25b7190089d68ae8c2351d5ed6.ctex new file mode 100644 index 00000000..b9c11208 Binary files /dev/null and b/.godot/imported/Empty_Character_Editor.PNG-b81e9a25b7190089d68ae8c2351d5ed6.ctex differ diff --git a/.godot/imported/Empty_Character_Editor.PNG-b81e9a25b7190089d68ae8c2351d5ed6.md5 b/.godot/imported/Empty_Character_Editor.PNG-b81e9a25b7190089d68ae8c2351d5ed6.md5 new file mode 100644 index 00000000..3d7197d1 --- /dev/null +++ b/.godot/imported/Empty_Character_Editor.PNG-b81e9a25b7190089d68ae8c2351d5ed6.md5 @@ -0,0 +1,3 @@ +source_md5="c9e110f57aedb2189b68c53469c2b4ab" +dest_md5="14858f51d1f39e645a27c02a5a3da5d7" + diff --git a/.godot/imported/Empty_Timeline_Editor.PNG-508a5eb2b419ec35635764d597b0d17f.ctex b/.godot/imported/Empty_Timeline_Editor.PNG-508a5eb2b419ec35635764d597b0d17f.ctex new file mode 100644 index 00000000..ea3ab0b5 Binary files /dev/null and b/.godot/imported/Empty_Timeline_Editor.PNG-508a5eb2b419ec35635764d597b0d17f.ctex differ diff --git a/.godot/imported/Empty_Timeline_Editor.PNG-508a5eb2b419ec35635764d597b0d17f.md5 b/.godot/imported/Empty_Timeline_Editor.PNG-508a5eb2b419ec35635764d597b0d17f.md5 new file mode 100644 index 00000000..6364a9bd --- /dev/null +++ b/.godot/imported/Empty_Timeline_Editor.PNG-508a5eb2b419ec35635764d597b0d17f.md5 @@ -0,0 +1,3 @@ +source_md5="57901306bb9b7440b22b19f5b2ae99a8" +dest_md5="8116c07da9de5ebb6cba306cbc587538" + diff --git a/.godot/imported/EventBlock.png-460fc7d7eb7c57b17d7116ac3a401e04.ctex b/.godot/imported/EventBlock.png-460fc7d7eb7c57b17d7116ac3a401e04.ctex new file mode 100644 index 00000000..89ae9ea5 Binary files /dev/null and b/.godot/imported/EventBlock.png-460fc7d7eb7c57b17d7116ac3a401e04.ctex differ diff --git a/.godot/imported/EventBlock.png-460fc7d7eb7c57b17d7116ac3a401e04.md5 b/.godot/imported/EventBlock.png-460fc7d7eb7c57b17d7116ac3a401e04.md5 new file mode 100644 index 00000000..3364b841 --- /dev/null +++ b/.godot/imported/EventBlock.png-460fc7d7eb7c57b17d7116ac3a401e04.md5 @@ -0,0 +1,3 @@ +source_md5="870b051e2003343fea95e26cedb0508c" +dest_md5="ed04fa11e65cf51b845fc675ed648969" + diff --git a/.godot/imported/EventBlock_EventData.PNG-3ba75184a293de83ba741f739e02831d.ctex b/.godot/imported/EventBlock_EventData.PNG-3ba75184a293de83ba741f739e02831d.ctex new file mode 100644 index 00000000..2240a1f1 Binary files /dev/null and b/.godot/imported/EventBlock_EventData.PNG-3ba75184a293de83ba741f739e02831d.ctex differ diff --git a/.godot/imported/EventBlock_EventData.PNG-3ba75184a293de83ba741f739e02831d.md5 b/.godot/imported/EventBlock_EventData.PNG-3ba75184a293de83ba741f739e02831d.md5 new file mode 100644 index 00000000..d360d5ea --- /dev/null +++ b/.godot/imported/EventBlock_EventData.PNG-3ba75184a293de83ba741f739e02831d.md5 @@ -0,0 +1,3 @@ +source_md5="65233b7cd54d81bb8534ff7be288da8f" +dest_md5="ed821a46a54f9f06269f0f496d052562" + diff --git a/.godot/imported/Event_Change_Timeline.PNG-3613b62ffaabe4ec350f5c6f97611565.ctex b/.godot/imported/Event_Change_Timeline.PNG-3613b62ffaabe4ec350f5c6f97611565.ctex new file mode 100644 index 00000000..405e17b2 Binary files /dev/null and b/.godot/imported/Event_Change_Timeline.PNG-3613b62ffaabe4ec350f5c6f97611565.ctex differ diff --git a/.godot/imported/Event_Change_Timeline.PNG-3613b62ffaabe4ec350f5c6f97611565.md5 b/.godot/imported/Event_Change_Timeline.PNG-3613b62ffaabe4ec350f5c6f97611565.md5 new file mode 100644 index 00000000..f5e4ff92 --- /dev/null +++ b/.godot/imported/Event_Change_Timeline.PNG-3613b62ffaabe4ec350f5c6f97611565.md5 @@ -0,0 +1,3 @@ +source_md5="6728428a1290e00c2469da8c8ef6858d" +dest_md5="bccd3a7d21979276e8bd7dfa98a0910e" + diff --git a/.godot/imported/Event_Character_Join.PNG-c00e395692cca58b463fed8c9531c914.ctex b/.godot/imported/Event_Character_Join.PNG-c00e395692cca58b463fed8c9531c914.ctex new file mode 100644 index 00000000..99f57a51 Binary files /dev/null and b/.godot/imported/Event_Character_Join.PNG-c00e395692cca58b463fed8c9531c914.ctex differ diff --git a/.godot/imported/Event_Character_Join.PNG-c00e395692cca58b463fed8c9531c914.md5 b/.godot/imported/Event_Character_Join.PNG-c00e395692cca58b463fed8c9531c914.md5 new file mode 100644 index 00000000..49ec68b6 --- /dev/null +++ b/.godot/imported/Event_Character_Join.PNG-c00e395692cca58b463fed8c9531c914.md5 @@ -0,0 +1,3 @@ +source_md5="0a32728291ccf1630aa58ef61df2b6ce" +dest_md5="52120a6b844ad9104cab79fad6a40540" + diff --git a/.godot/imported/Event_Character_Leave.PNG-6bd42ebbbe4c9f56973b0c4c0d706b93.ctex b/.godot/imported/Event_Character_Leave.PNG-6bd42ebbbe4c9f56973b0c4c0d706b93.ctex new file mode 100644 index 00000000..4f8c3ed2 Binary files /dev/null and b/.godot/imported/Event_Character_Leave.PNG-6bd42ebbbe4c9f56973b0c4c0d706b93.ctex differ diff --git a/.godot/imported/Event_Character_Leave.PNG-6bd42ebbbe4c9f56973b0c4c0d706b93.md5 b/.godot/imported/Event_Character_Leave.PNG-6bd42ebbbe4c9f56973b0c4c0d706b93.md5 new file mode 100644 index 00000000..cba623c8 --- /dev/null +++ b/.godot/imported/Event_Character_Leave.PNG-6bd42ebbbe4c9f56973b0c4c0d706b93.md5 @@ -0,0 +1,3 @@ +source_md5="bd5d2d2ed8f2e567bd0096ccdbea13df" +dest_md5="49e55fd05bf31f248612f39f04d5b596" + diff --git a/.godot/imported/Event_Character_Update.PNG-b8de5875da5c54e2a2a29f292229c586.ctex b/.godot/imported/Event_Character_Update.PNG-b8de5875da5c54e2a2a29f292229c586.ctex new file mode 100644 index 00000000..294912df Binary files /dev/null and b/.godot/imported/Event_Character_Update.PNG-b8de5875da5c54e2a2a29f292229c586.ctex differ diff --git a/.godot/imported/Event_Character_Update.PNG-b8de5875da5c54e2a2a29f292229c586.md5 b/.godot/imported/Event_Character_Update.PNG-b8de5875da5c54e2a2a29f292229c586.md5 new file mode 100644 index 00000000..a82fb8c9 --- /dev/null +++ b/.godot/imported/Event_Character_Update.PNG-b8de5875da5c54e2a2a29f292229c586.md5 @@ -0,0 +1,3 @@ +source_md5="e61701176ef35b0eddd74a9b61f86e2c" +dest_md5="a12deb357645adba17b79c8dfd49a418" + diff --git a/.godot/imported/Event_Choice.PNG-298ca290c2de63f7b8f94abfe35b45f0.ctex b/.godot/imported/Event_Choice.PNG-298ca290c2de63f7b8f94abfe35b45f0.ctex new file mode 100644 index 00000000..3ab43994 Binary files /dev/null and b/.godot/imported/Event_Choice.PNG-298ca290c2de63f7b8f94abfe35b45f0.ctex differ diff --git a/.godot/imported/Event_Choice.PNG-298ca290c2de63f7b8f94abfe35b45f0.md5 b/.godot/imported/Event_Choice.PNG-298ca290c2de63f7b8f94abfe35b45f0.md5 new file mode 100644 index 00000000..88ec0fe5 --- /dev/null +++ b/.godot/imported/Event_Choice.PNG-298ca290c2de63f7b8f94abfe35b45f0.md5 @@ -0,0 +1,3 @@ +source_md5="88c7597f9d0a5e8d9b8eb3710e94d5be" +dest_md5="075b6d01d77097aa179176724cf49f9c" + diff --git a/.godot/imported/Event_Choice_Condition.PNG-47064c87073a3b92a27167e9940f8c31.ctex b/.godot/imported/Event_Choice_Condition.PNG-47064c87073a3b92a27167e9940f8c31.ctex new file mode 100644 index 00000000..1a589ffe Binary files /dev/null and b/.godot/imported/Event_Choice_Condition.PNG-47064c87073a3b92a27167e9940f8c31.ctex differ diff --git a/.godot/imported/Event_Choice_Condition.PNG-47064c87073a3b92a27167e9940f8c31.md5 b/.godot/imported/Event_Choice_Condition.PNG-47064c87073a3b92a27167e9940f8c31.md5 new file mode 100644 index 00000000..f5f55a81 --- /dev/null +++ b/.godot/imported/Event_Choice_Condition.PNG-47064c87073a3b92a27167e9940f8c31.md5 @@ -0,0 +1,3 @@ +source_md5="9b6c3d113ded39de7ad66631bb813271" +dest_md5="ed283094f6c6bdcd5d30bdfe977e0c58" + diff --git a/.godot/imported/Event_Close_Dialog.PNG-3654b068ff053b245b5a111cf97e619f.ctex b/.godot/imported/Event_Close_Dialog.PNG-3654b068ff053b245b5a111cf97e619f.ctex new file mode 100644 index 00000000..1b772d4e Binary files /dev/null and b/.godot/imported/Event_Close_Dialog.PNG-3654b068ff053b245b5a111cf97e619f.ctex differ diff --git a/.godot/imported/Event_Close_Dialog.PNG-3654b068ff053b245b5a111cf97e619f.md5 b/.godot/imported/Event_Close_Dialog.PNG-3654b068ff053b245b5a111cf97e619f.md5 new file mode 100644 index 00000000..7c08f6c1 --- /dev/null +++ b/.godot/imported/Event_Close_Dialog.PNG-3654b068ff053b245b5a111cf97e619f.md5 @@ -0,0 +1,3 @@ +source_md5="db6f486877067ebc6208ecd2e94c9c95" +dest_md5="5bf16b76ddb61f04b6d6a676fa0ae34c" + diff --git a/.godot/imported/Event_Condition.PNG-7f4a2dbe15404fc55c0fdda27cd6fe3d.ctex b/.godot/imported/Event_Condition.PNG-7f4a2dbe15404fc55c0fdda27cd6fe3d.ctex new file mode 100644 index 00000000..d5952165 Binary files /dev/null and b/.godot/imported/Event_Condition.PNG-7f4a2dbe15404fc55c0fdda27cd6fe3d.ctex differ diff --git a/.godot/imported/Event_Condition.PNG-7f4a2dbe15404fc55c0fdda27cd6fe3d.md5 b/.godot/imported/Event_Condition.PNG-7f4a2dbe15404fc55c0fdda27cd6fe3d.md5 new file mode 100644 index 00000000..574b969d --- /dev/null +++ b/.godot/imported/Event_Condition.PNG-7f4a2dbe15404fc55c0fdda27cd6fe3d.md5 @@ -0,0 +1,3 @@ +source_md5="ffec06162617d64beb48285e3c6088e9" +dest_md5="25dec5523952d472d3d611874fd025d0" + diff --git a/.godot/imported/Event_Condition_in_use.PNG-86b74676182e6c775eae710456cbe8d4.ctex b/.godot/imported/Event_Condition_in_use.PNG-86b74676182e6c775eae710456cbe8d4.ctex new file mode 100644 index 00000000..a936fa33 Binary files /dev/null and b/.godot/imported/Event_Condition_in_use.PNG-86b74676182e6c775eae710456cbe8d4.ctex differ diff --git a/.godot/imported/Event_Condition_in_use.PNG-86b74676182e6c775eae710456cbe8d4.md5 b/.godot/imported/Event_Condition_in_use.PNG-86b74676182e6c775eae710456cbe8d4.md5 new file mode 100644 index 00000000..ff9234f7 --- /dev/null +++ b/.godot/imported/Event_Condition_in_use.PNG-86b74676182e6c775eae710456cbe8d4.md5 @@ -0,0 +1,3 @@ +source_md5="ce8d1e93cf71af80bb803c427248eefd" +dest_md5="08b3959fda23211dd92221a17aec66e5" + diff --git a/.godot/imported/Event_Emit_Signal.PNG-29a3fcdd35b5592c3ff1adca2227eaec.ctex b/.godot/imported/Event_Emit_Signal.PNG-29a3fcdd35b5592c3ff1adca2227eaec.ctex new file mode 100644 index 00000000..d5bb02bd Binary files /dev/null and b/.godot/imported/Event_Emit_Signal.PNG-29a3fcdd35b5592c3ff1adca2227eaec.ctex differ diff --git a/.godot/imported/Event_Emit_Signal.PNG-29a3fcdd35b5592c3ff1adca2227eaec.md5 b/.godot/imported/Event_Emit_Signal.PNG-29a3fcdd35b5592c3ff1adca2227eaec.md5 new file mode 100644 index 00000000..7b3ca769 --- /dev/null +++ b/.godot/imported/Event_Emit_Signal.PNG-29a3fcdd35b5592c3ff1adca2227eaec.md5 @@ -0,0 +1,3 @@ +source_md5="c73a02e677c8ff956d6c6148ef60bad1" +dest_md5="872a8a9eadc360f96b4ca096a24c3cbe" + diff --git a/.godot/imported/Event_End_Branch.PNG-081876dfa5df74f8bd1922b91957d0f7.ctex b/.godot/imported/Event_End_Branch.PNG-081876dfa5df74f8bd1922b91957d0f7.ctex new file mode 100644 index 00000000..21a55b34 Binary files /dev/null and b/.godot/imported/Event_End_Branch.PNG-081876dfa5df74f8bd1922b91957d0f7.ctex differ diff --git a/.godot/imported/Event_End_Branch.PNG-081876dfa5df74f8bd1922b91957d0f7.md5 b/.godot/imported/Event_End_Branch.PNG-081876dfa5df74f8bd1922b91957d0f7.md5 new file mode 100644 index 00000000..b61147e8 --- /dev/null +++ b/.godot/imported/Event_End_Branch.PNG-081876dfa5df74f8bd1922b91957d0f7.md5 @@ -0,0 +1,3 @@ +source_md5="642123d9e3748e038510a931396ee8e6" +dest_md5="bd70a4251fb51076b73d7646593a5f53" + diff --git a/.godot/imported/Event_Question.PNG-03cb0b2c1bd44f6b99ae19336e724884.ctex b/.godot/imported/Event_Question.PNG-03cb0b2c1bd44f6b99ae19336e724884.ctex new file mode 100644 index 00000000..a2db9359 Binary files /dev/null and b/.godot/imported/Event_Question.PNG-03cb0b2c1bd44f6b99ae19336e724884.ctex differ diff --git a/.godot/imported/Event_Question.PNG-03cb0b2c1bd44f6b99ae19336e724884.md5 b/.godot/imported/Event_Question.PNG-03cb0b2c1bd44f6b99ae19336e724884.md5 new file mode 100644 index 00000000..33bfd30a --- /dev/null +++ b/.godot/imported/Event_Question.PNG-03cb0b2c1bd44f6b99ae19336e724884.md5 @@ -0,0 +1,3 @@ +source_md5="c70d0038e7be49cefd783c382a346f2a" +dest_md5="49bf2bbe68e9591cac8c388f3465b064" + diff --git a/.godot/imported/Event_Question_in_use.PNG-373002c26425df47606663984f025574.ctex b/.godot/imported/Event_Question_in_use.PNG-373002c26425df47606663984f025574.ctex new file mode 100644 index 00000000..91a7e3ca Binary files /dev/null and b/.godot/imported/Event_Question_in_use.PNG-373002c26425df47606663984f025574.ctex differ diff --git a/.godot/imported/Event_Question_in_use.PNG-373002c26425df47606663984f025574.md5 b/.godot/imported/Event_Question_in_use.PNG-373002c26425df47606663984f025574.md5 new file mode 100644 index 00000000..a45ebeb1 --- /dev/null +++ b/.godot/imported/Event_Question_in_use.PNG-373002c26425df47606663984f025574.md5 @@ -0,0 +1,3 @@ +source_md5="26791fd15fcc7cfdb8e2dbdfeec7a34a" +dest_md5="580cfe72f73e5c4e9ad2441ca931147b" + diff --git a/.godot/imported/Event_Set_Theme.PNG-73f2c9d713bc2975932401717f981883.ctex b/.godot/imported/Event_Set_Theme.PNG-73f2c9d713bc2975932401717f981883.ctex new file mode 100644 index 00000000..9317e4ab Binary files /dev/null and b/.godot/imported/Event_Set_Theme.PNG-73f2c9d713bc2975932401717f981883.ctex differ diff --git a/.godot/imported/Event_Set_Theme.PNG-73f2c9d713bc2975932401717f981883.md5 b/.godot/imported/Event_Set_Theme.PNG-73f2c9d713bc2975932401717f981883.md5 new file mode 100644 index 00000000..429eb695 --- /dev/null +++ b/.godot/imported/Event_Set_Theme.PNG-73f2c9d713bc2975932401717f981883.md5 @@ -0,0 +1,3 @@ +source_md5="59a74af7b24b1f319df666ee0fa2669c" +dest_md5="875623ea9e501f5b559f80625dce361e" + diff --git a/.godot/imported/Event_Set_Value.PNG-b2672955798f7f97c72e2c4f3f23f42d.ctex b/.godot/imported/Event_Set_Value.PNG-b2672955798f7f97c72e2c4f3f23f42d.ctex new file mode 100644 index 00000000..c2ff466a Binary files /dev/null and b/.godot/imported/Event_Set_Value.PNG-b2672955798f7f97c72e2c4f3f23f42d.ctex differ diff --git a/.godot/imported/Event_Set_Value.PNG-b2672955798f7f97c72e2c4f3f23f42d.md5 b/.godot/imported/Event_Set_Value.PNG-b2672955798f7f97c72e2c4f3f23f42d.md5 new file mode 100644 index 00000000..2775579b --- /dev/null +++ b/.godot/imported/Event_Set_Value.PNG-b2672955798f7f97c72e2c4f3f23f42d.md5 @@ -0,0 +1,3 @@ +source_md5="0e38fad66b472486135d7cb248897627" +dest_md5="3b5f24fd096ed25d1132fb7033aa5517" + diff --git a/.godot/imported/Event_Set_Value_random.PNG-46d4b8d8ff67af47afb6137a22fa0790.ctex b/.godot/imported/Event_Set_Value_random.PNG-46d4b8d8ff67af47afb6137a22fa0790.ctex new file mode 100644 index 00000000..378e773c Binary files /dev/null and b/.godot/imported/Event_Set_Value_random.PNG-46d4b8d8ff67af47afb6137a22fa0790.ctex differ diff --git a/.godot/imported/Event_Set_Value_random.PNG-46d4b8d8ff67af47afb6137a22fa0790.md5 b/.godot/imported/Event_Set_Value_random.PNG-46d4b8d8ff67af47afb6137a22fa0790.md5 new file mode 100644 index 00000000..3d0c717b --- /dev/null +++ b/.godot/imported/Event_Set_Value_random.PNG-46d4b8d8ff67af47afb6137a22fa0790.md5 @@ -0,0 +1,3 @@ +source_md5="3d2f7e5b1c26c1cd771a27b99c363b8a" +dest_md5="6425b76fa8dbcea92f0f94fb26c3de87" + diff --git a/.godot/imported/Event_Wait_Seconds.PNG-8023c213d12ebc598f48204427f06be2.ctex b/.godot/imported/Event_Wait_Seconds.PNG-8023c213d12ebc598f48204427f06be2.ctex new file mode 100644 index 00000000..1fb7cd5d Binary files /dev/null and b/.godot/imported/Event_Wait_Seconds.PNG-8023c213d12ebc598f48204427f06be2.ctex differ diff --git a/.godot/imported/Event_Wait_Seconds.PNG-8023c213d12ebc598f48204427f06be2.md5 b/.godot/imported/Event_Wait_Seconds.PNG-8023c213d12ebc598f48204427f06be2.md5 new file mode 100644 index 00000000..cda78180 --- /dev/null +++ b/.godot/imported/Event_Wait_Seconds.PNG-8023c213d12ebc598f48204427f06be2.md5 @@ -0,0 +1,3 @@ +source_md5="e53d10c7b81f270425e50451f43fe154" +dest_md5="286ba0be4343ab8094a636816ec79b5d" + diff --git a/.godot/imported/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.fontdata b/.godot/imported/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.fontdata new file mode 100644 index 00000000..8ecefc80 Binary files /dev/null and b/.godot/imported/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.fontdata differ diff --git a/.godot/imported/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.md5 b/.godot/imported/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.md5 new file mode 100644 index 00000000..1a6b81ae --- /dev/null +++ b/.godot/imported/FT88-Bold.ttf-8048d5645d94ef79fb5ce0a2440ace77.md5 @@ -0,0 +1,3 @@ +source_md5="fb4be3721ec259af1748b63cce5c3c2f" +dest_md5="08a56c120656d318783e4460d766a6bf" + diff --git a/.godot/imported/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.fontdata b/.godot/imported/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.fontdata new file mode 100644 index 00000000..1773f494 Binary files /dev/null and b/.godot/imported/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.fontdata differ diff --git a/.godot/imported/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.md5 b/.godot/imported/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.md5 new file mode 100644 index 00000000..ef22d121 --- /dev/null +++ b/.godot/imported/FT88-Italic.ttf-60dc5d8522bbf018628773e8057dd0ca.md5 @@ -0,0 +1,3 @@ +source_md5="b03f3feef3aa70a1474eef8bda300e3f" +dest_md5="f81ab8133e4f1604490ea64fde98a20d" + diff --git a/.godot/imported/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.fontdata b/.godot/imported/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.fontdata new file mode 100644 index 00000000..37e99440 Binary files /dev/null and b/.godot/imported/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.fontdata differ diff --git a/.godot/imported/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.md5 b/.godot/imported/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.md5 new file mode 100644 index 00000000..2c266083 --- /dev/null +++ b/.godot/imported/FT88-Regular.ttf-0f2e9f2a66e4aa9c15dbcc62a912fdde.md5 @@ -0,0 +1,3 @@ +source_md5="6fa0d5d1164807662559c4e9f2de1497" +dest_md5="196205387faa0e5ba2b150d8f43e3aa1" + diff --git a/.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata b/.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata new file mode 100644 index 00000000..73be9ed5 Binary files /dev/null and b/.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.fontdata differ diff --git a/.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.md5 b/.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.md5 new file mode 100644 index 00000000..43c1707c --- /dev/null +++ b/.godot/imported/FT88-Serif.ttf-2107f72327313ffd9defb0a5e614fb14.md5 @@ -0,0 +1,3 @@ +source_md5="d33954953f1e8bfdfeaafd7bf8b98986" +dest_md5="63d44019ace6814471519a21c6a2ff8d" + diff --git a/.godot/imported/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.md5 b/.godot/imported/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.md5 new file mode 100644 index 00000000..6a3bf75f --- /dev/null +++ b/.godot/imported/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.md5 @@ -0,0 +1,3 @@ +source_md5="9382a7fa0118c7b50efa1d47b13029b1" +dest_md5="73d9dddafd5d8663fab61875accaa65d" + diff --git a/.godot/imported/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.tres b/.godot/imported/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.tres new file mode 100644 index 00000000..39030ca5 --- /dev/null +++ b/.godot/imported/FloorExit.dialogue-d2fbe7fb8dbc88a2f9b0dc79a5124041.tres @@ -0,0 +1,86 @@ +[gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3] + +[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_ikttr"] + +[resource] +script = ExtResource("1_ikttr") +using_states = PackedStringArray() +titles = { +"floor_exit": "2" +} +character_names = PackedStringArray() +first_title = "2" +lines = { +"1": { +"id": "1", +"next_id": "2", +"text": "floor_exit", +"type": &"title" +}, +"2": { +"character": "", +"character_replacements": Array[Dictionary]([]), +"id": "2", +"next_id": "3", +"notes": "", +"tags": PackedStringArray(), +"text": "Proceed to the next floor?", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Proceed to the next floor?", +"type": &"dialogue" +}, +"3": { +"character": "", +"character_replacements": Array[Dictionary]([]), +"id": "3", +"next_id": "4", +"next_id_after": "6", +"notes": "", +"responses": PackedStringArray("3", "5"), +"tags": PackedStringArray(), +"text": "Yes", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Yes", +"type": &"response" +}, +"4": { +"id": "4", +"mutation": { +"expression": Array[Dictionary]([{ +"function": "Exit", +"type": &"function", +"value": Array[Array]([]) +}]), +"is_blocking": true +}, +"next_id": "6", +"parent_id": "3", +"type": &"mutation" +}, +"5": { +"character": "", +"character_replacements": Array[Dictionary]([]), +"id": "5", +"next_id": "6", +"next_id_after": "6", +"notes": "", +"tags": PackedStringArray(), +"text": "No", +"text_replacements": Array[Dictionary]([]), +"translation_key": "No", +"type": &"response" +}, +"6": { +"id": "6", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +} +} +raw_text = "~ floor_exit +Proceed to the next floor? +- Yes + do Exit() +- No +=> END" +metadata/dialogue_manager_version = "2.41.4" diff --git a/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.ctex b/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.ctex new file mode 100644 index 00000000..c23fd173 Binary files /dev/null and b/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.ctex differ diff --git a/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.md5 b/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.md5 new file mode 100644 index 00000000..6dc4f6a4 --- /dev/null +++ b/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.md5 @@ -0,0 +1,3 @@ +source_md5="78f6bc699a58c297760b8345276ba561" +dest_md5="d21d8ebc529f55ef3ffda6ef3572bd59" + diff --git a/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.s3tc.ctex b/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.s3tc.ctex new file mode 100644 index 00000000..9ea7b7d6 Binary files /dev/null and b/.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.s3tc.ctex differ diff --git a/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.ctex b/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.ctex new file mode 100644 index 00000000..daaee8d9 Binary files /dev/null and b/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.ctex differ diff --git a/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.md5 b/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.md5 new file mode 100644 index 00000000..0e6708a4 --- /dev/null +++ b/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.md5 @@ -0,0 +1,3 @@ +source_md5="26b2bbeaefc59e7f5b8476517df50523" +dest_md5="1c5924950b6f72b5518068637bbeffe2" + diff --git a/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.s3tc.ctex b/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.s3tc.ctex new file mode 100644 index 00000000..8d3d2e07 Binary files /dev/null and b/.godot/imported/GODDESS.PNG-ad649cca57bcd75dac56bb57a736a249.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.md5 b/.godot/imported/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.md5 new file mode 100644 index 00000000..d54960e7 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.md5 @@ -0,0 +1,3 @@ +source_md5="230095c1c4d55261a1f840ed1247e87f" +dest_md5="ed195bd346b12b14ce05119c1dbcfdd0" + diff --git a/.godot/imported/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.scn b/.godot/imported/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.scn new file mode 100644 index 00000000..3bbc1ec6 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR.glb-c655beaf1efb6d3db5d0b7a1fd7f8c1d.scn differ diff --git a/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.ctex b/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.md5 b/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_BATHEAD.png-4ddcf22e7b52540dedc4562639d6f457.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.ctex b/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.md5 b/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_BATHEAD_7.png-247f31313f4cf136d1cc637a44165460.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.ctex b/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.md5 b/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_CEILING_1.jpg-21bd59d673188c6de1c9307b1ccf0796.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.ctex b/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.md5 b/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_CEILING_1_5.jpg-b97228b78394ef5b143f35f72ef7e7ea.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.ctex b/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.ctex new file mode 100644 index 00000000..92f65914 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.md5 b/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.md5 new file mode 100644 index 00000000..0f0b8ad5 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.md5 @@ -0,0 +1,3 @@ +source_md5="09a9c79d7759ecdea9486cc0a24fcfb5" +dest_md5="b85c12fd2097e8379a2e48833d7e5883" + diff --git a/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.s3tc.ctex new file mode 100644 index 00000000..26fbfdb7 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_CHAIN_TEX.png-9db667d521ab5c61b3bcb0d99f72186d.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.ctex b/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.ctex new file mode 100644 index 00000000..50ed13ca Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.md5 b/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.md5 new file mode 100644 index 00000000..568a34b8 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.md5 @@ -0,0 +1,3 @@ +source_md5="a3525e55af9c9d1633ce37964c8a1c1b" +dest_md5="51f759b4cfc44e33f5ff95b7c3668988" + diff --git a/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.s3tc.ctex new file mode 100644 index 00000000..1350c892 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_COLUMN.jpg-44ead53508b27082089c8610c37f0520.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.ctex b/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.md5 b/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_FLOOR1.jpg-c3ea2f5e89da67a5394ce43cef72e440.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.ctex b/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.ctex new file mode 100644 index 00000000..d0116e8b Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.md5 b/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.md5 new file mode 100644 index 00000000..6075d3c7 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.md5 @@ -0,0 +1,3 @@ +source_md5="74936b985fb62796c327326bebe03fed" +dest_md5="7e2bb0d77e7704b8c76ffbd0bc82e9c1" + diff --git a/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.s3tc.ctex new file mode 100644 index 00000000..d0bcfa7f Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_HAND_CYCLE_MOTIF.png-c5348a9024b1ec3e74a2891cd2acab41.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.ctex b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.ctex new file mode 100644 index 00000000..13aab80d Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.md5 b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.md5 new file mode 100644 index 00000000..df9ec50e --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.md5 @@ -0,0 +1,3 @@ +source_md5="5aad0ece79785231c6deb9b306a9d550" +dest_md5="62963caeb7b9503db23183b0b4e65e8c" + diff --git a/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.s3tc.ctex new file mode 100644 index 00000000..ee91ca4f Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_1png.png-32b7c7ebc6a658442ceae6a78a946e51.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.ctex b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.ctex new file mode 100644 index 00000000..a8a4920d Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.md5 b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.md5 new file mode 100644 index 00000000..b5bc604a --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.md5 @@ -0,0 +1,3 @@ +source_md5="ca2d1872b479f7846579c5682571764e" +dest_md5="402f9a238f71ebe80de055c0d6446259" + diff --git a/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.s3tc.ctex new file mode 100644 index 00000000..db43b0a4 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_STONE_PANEL_2png.png-c59cdfce2449cbb6548d516206e28444.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.ctex b/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.ctex new file mode 100644 index 00000000..f583e18d Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.md5 b/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.md5 new file mode 100644 index 00000000..3306ca36 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.md5 @@ -0,0 +1,3 @@ +source_md5="75e76d9e266af8c5b6821f905c564d17" +dest_md5="fd14df6bc3a4c411786648160d2ccc24" + diff --git a/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.s3tc.ctex new file mode 100644 index 00000000..67e410e4 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_TILE4.png-f8ff14e3dec8709f7de799794b4ef65d.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.ctex b/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.ctex new file mode 100644 index 00000000..a54fb53e Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.md5 b/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.md5 new file mode 100644 index 00000000..3295d266 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.md5 @@ -0,0 +1,3 @@ +source_md5="5d62154223333dfd5856654c0576a14d" +dest_md5="d5f31ae4b668d7b89507665084ce7a0b" + diff --git a/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.s3tc.ctex new file mode 100644 index 00000000..7bed5f2e Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_TILE5.png-8906ea51a27515290b0303e58980db0e.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.ctex b/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.md5 b/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_WALL TILE 1.jpg-762be1b217c11f0ad32831d9f0e1a689.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.ctex b/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.ctex new file mode 100644 index 00000000..5170933e Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.md5 b/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.md5 new file mode 100644 index 00000000..33ce497f --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.md5 @@ -0,0 +1,3 @@ +source_md5="af8acb5bc9b0c5aab6d7ab3d0c33ea47" +dest_md5="64f7702b302be0a3e14bb85e3e5246cc" + diff --git a/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.s3tc.ctex new file mode 100644 index 00000000..c6cfc4ab Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_hand-tiile.png-26dd7a99adde82c613f13df3253db797.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.ctex b/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.ctex new file mode 100644 index 00000000..e0024627 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.md5 b/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.md5 new file mode 100644 index 00000000..136aadbf --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.md5 @@ -0,0 +1,3 @@ +source_md5="f23662f00dac1543460dd091822fcd4c" +dest_md5="349388b7fa78659957b6a566ea6338f2" + diff --git a/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.s3tc.ctex new file mode 100644 index 00000000..87cf4234 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_swirled_column.png-60b92ecb3fec0fab25072598c2e012f5.s3tc.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.ctex b/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.ctex new file mode 100644 index 00000000..29b7e999 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.ctex differ diff --git a/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.md5 b/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.md5 new file mode 100644 index 00000000..d40e6756 --- /dev/null +++ b/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.md5 @@ -0,0 +1,3 @@ +source_md5="df7a9d12dd8d44f807701f71e5dffb1e" +dest_md5="721daec41aa6fe7ed818deca27645837" + diff --git a/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.s3tc.ctex b/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.s3tc.ctex new file mode 100644 index 00000000..d45b72e8 Binary files /dev/null and b/.godot/imported/GUARDIAN FLOOR_tile2.png-cd81ec396e19c1324c3739cbac40693d.s3tc.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.ctex b/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.ctex new file mode 100644 index 00000000..c3b0bd15 Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.md5 b/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.md5 new file mode 100644 index 00000000..3f2fdca9 --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.md5 @@ -0,0 +1,3 @@ +source_md5="487c565b39b4e99a9ea59719dc46448f" +dest_md5="a2562ee10c3b80dada0d65bcd06ce90a" + diff --git a/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.s3tc.ctex b/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.s3tc.ctex new file mode 100644 index 00000000..6401a367 Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_AttackBehind.png-4a62504071b0b47b4c44701576f28b71.s3tc.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_AttackForward.png-19afa006891b4fec91bc5fa4f7ab34c1.ctex b/.godot/imported/GameJam_DevilCapricorn_AttackForward.png-19afa006891b4fec91bc5fa4f7ab34c1.ctex new file mode 100644 index 00000000..fbc05ce9 Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_AttackForward.png-19afa006891b4fec91bc5fa4f7ab34c1.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_AttackForward.png-19afa006891b4fec91bc5fa4f7ab34c1.md5 b/.godot/imported/GameJam_DevilCapricorn_AttackForward.png-19afa006891b4fec91bc5fa4f7ab34c1.md5 new file mode 100644 index 00000000..fdfcf2d4 --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_AttackForward.png-19afa006891b4fec91bc5fa4f7ab34c1.md5 @@ -0,0 +1,3 @@ +source_md5="b1979d0f1a56696c60977d230bc4f2f2" +dest_md5="4f55eb4bdb88ef4c33a2bb0e306fa1ab" + diff --git a/.godot/imported/GameJam_DevilCapricorn_AttackSide.png-0b945747d711f802066903b1955f3609.ctex b/.godot/imported/GameJam_DevilCapricorn_AttackSide.png-0b945747d711f802066903b1955f3609.ctex new file mode 100644 index 00000000..f035c24b Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_AttackSide.png-0b945747d711f802066903b1955f3609.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_AttackSide.png-0b945747d711f802066903b1955f3609.md5 b/.godot/imported/GameJam_DevilCapricorn_AttackSide.png-0b945747d711f802066903b1955f3609.md5 new file mode 100644 index 00000000..abd82501 --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_AttackSide.png-0b945747d711f802066903b1955f3609.md5 @@ -0,0 +1,3 @@ +source_md5="ce42c1f7e55e7be9e3b39d6e45830b3f" +dest_md5="9d89fd9a3821d7cf0bce1358cf55b6af" + diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-d474259823f7e07d28e67fbeafea4ee9.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-d474259823f7e07d28e67fbeafea4ee9.ctex new file mode 100644 index 00000000..37bd707d Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-d474259823f7e07d28e67fbeafea4ee9.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-d474259823f7e07d28e67fbeafea4ee9.md5 b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-d474259823f7e07d28e67fbeafea4ee9.md5 new file mode 100644 index 00000000..95c0ffa9 --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-d474259823f7e07d28e67fbeafea4ee9.md5 @@ -0,0 +1,3 @@ +source_md5="d8cde25f0516059ac7b38b6c72100304" +dest_md5="dd46e9bbcb30f200f4991728031d9a86" + diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.ctex new file mode 100644 index 00000000..37bd707d Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.md5 b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.md5 new file mode 100644 index 00000000..95c0ffa9 --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.md5 @@ -0,0 +1,3 @@ +source_md5="d8cde25f0516059ac7b38b6c72100304" +dest_md5="dd46e9bbcb30f200f4991728031d9a86" + diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.s3tc.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.s3tc.ctex new file mode 100644 index 00000000..13809556 Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkBehind.png-ea8bd0f4c2f40d539ea76c4328aaca1c.s3tc.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-234fa02af8dbdd9edff550fcb77a7464.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-234fa02af8dbdd9edff550fcb77a7464.ctex new file mode 100644 index 00000000..10a34d31 Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-234fa02af8dbdd9edff550fcb77a7464.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-234fa02af8dbdd9edff550fcb77a7464.md5 b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-234fa02af8dbdd9edff550fcb77a7464.md5 new file mode 100644 index 00000000..f3a7041e --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-234fa02af8dbdd9edff550fcb77a7464.md5 @@ -0,0 +1,3 @@ +source_md5="611018ff4aa96bd34b61539e9f2b113c" +dest_md5="7215113c97a14a0b0e9442bca731abdd" + diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.ctex new file mode 100644 index 00000000..10a34d31 Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.md5 b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.md5 new file mode 100644 index 00000000..f3a7041e --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.md5 @@ -0,0 +1,3 @@ +source_md5="611018ff4aa96bd34b61539e9f2b113c" +dest_md5="7215113c97a14a0b0e9442bca731abdd" + diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.s3tc.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.s3tc.ctex new file mode 100644 index 00000000..a1dd903c Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkForward.png-a3c524fe98aeca30d5381eb3a545e447.s3tc.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-771c2b0d0af534bbb03d6b7aadea21c5.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-771c2b0d0af534bbb03d6b7aadea21c5.ctex new file mode 100644 index 00000000..2977cc8e Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-771c2b0d0af534bbb03d6b7aadea21c5.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-771c2b0d0af534bbb03d6b7aadea21c5.md5 b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-771c2b0d0af534bbb03d6b7aadea21c5.md5 new file mode 100644 index 00000000..b5c4c3b2 --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-771c2b0d0af534bbb03d6b7aadea21c5.md5 @@ -0,0 +1,3 @@ +source_md5="0ffc0eafc788260272950040a6224afd" +dest_md5="babb04324fbfb48066d13ffb7f298c7a" + diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.ctex new file mode 100644 index 00000000..2977cc8e Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.md5 b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.md5 new file mode 100644 index 00000000..b5c4c3b2 --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.md5 @@ -0,0 +1,3 @@ +source_md5="0ffc0eafc788260272950040a6224afd" +dest_md5="babb04324fbfb48066d13ffb7f298c7a" + diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.s3tc.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.s3tc.ctex new file mode 100644 index 00000000..af0b2e7e Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkSide.png-7b4120788f827c03fe7a77d9caecf91c.s3tc.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkSideLeft.png-01b9979d4d466cf12540b33bef3b5d16.ctex b/.godot/imported/GameJam_DevilCapricorn_WalkSideLeft.png-01b9979d4d466cf12540b33bef3b5d16.ctex new file mode 100644 index 00000000..90bbb5da Binary files /dev/null and b/.godot/imported/GameJam_DevilCapricorn_WalkSideLeft.png-01b9979d4d466cf12540b33bef3b5d16.ctex differ diff --git a/.godot/imported/GameJam_DevilCapricorn_WalkSideLeft.png-01b9979d4d466cf12540b33bef3b5d16.md5 b/.godot/imported/GameJam_DevilCapricorn_WalkSideLeft.png-01b9979d4d466cf12540b33bef3b5d16.md5 new file mode 100644 index 00000000..f4dbac5a --- /dev/null +++ b/.godot/imported/GameJam_DevilCapricorn_WalkSideLeft.png-01b9979d4d466cf12540b33bef3b5d16.md5 @@ -0,0 +1,3 @@ +source_md5="5a1b8a364592c3b7eb54f772944abb64" +dest_md5="e071af944dd23279fbabcbc0e24040ea" + diff --git a/.godot/imported/GettyImages-2148610352.jpg-20858bb3a3415a6fd3642a86aed2be9b.ctex b/.godot/imported/GettyImages-2148610352.jpg-20858bb3a3415a6fd3642a86aed2be9b.ctex new file mode 100644 index 00000000..7451ea18 Binary files /dev/null and b/.godot/imported/GettyImages-2148610352.jpg-20858bb3a3415a6fd3642a86aed2be9b.ctex differ diff --git a/.godot/imported/GettyImages-2148610352.jpg-20858bb3a3415a6fd3642a86aed2be9b.md5 b/.godot/imported/GettyImages-2148610352.jpg-20858bb3a3415a6fd3642a86aed2be9b.md5 new file mode 100644 index 00000000..134e0c45 --- /dev/null +++ b/.godot/imported/GettyImages-2148610352.jpg-20858bb3a3415a6fd3642a86aed2be9b.md5 @@ -0,0 +1,3 @@ +source_md5="140a44d7267e3a844447518be4e1761c" +dest_md5="359c0ede574d1718a1a2cceccc720266" + diff --git a/.godot/imported/Glossary_Example.PNG-c2cbcb58bda208cde5fff6ba9306fe10.ctex b/.godot/imported/Glossary_Example.PNG-c2cbcb58bda208cde5fff6ba9306fe10.ctex new file mode 100644 index 00000000..9c7c5f91 Binary files /dev/null and b/.godot/imported/Glossary_Example.PNG-c2cbcb58bda208cde5fff6ba9306fe10.ctex differ diff --git a/.godot/imported/Glossary_Example.PNG-c2cbcb58bda208cde5fff6ba9306fe10.md5 b/.godot/imported/Glossary_Example.PNG-c2cbcb58bda208cde5fff6ba9306fe10.md5 new file mode 100644 index 00000000..c7b70c57 --- /dev/null +++ b/.godot/imported/Glossary_Example.PNG-c2cbcb58bda208cde5fff6ba9306fe10.md5 @@ -0,0 +1,3 @@ +source_md5="c949bcc9ee1a5fc9b9037b84c33e9b44" +dest_md5="3e79d33b11aba7c0d9627e82e488e2f6" + diff --git a/.godot/imported/Glossary_ExampleLook.PNG-7b274bf4b5547fb36a98967673b795df.ctex b/.godot/imported/Glossary_ExampleLook.PNG-7b274bf4b5547fb36a98967673b795df.ctex new file mode 100644 index 00000000..678c66e9 Binary files /dev/null and b/.godot/imported/Glossary_ExampleLook.PNG-7b274bf4b5547fb36a98967673b795df.ctex differ diff --git a/.godot/imported/Glossary_ExampleLook.PNG-7b274bf4b5547fb36a98967673b795df.md5 b/.godot/imported/Glossary_ExampleLook.PNG-7b274bf4b5547fb36a98967673b795df.md5 new file mode 100644 index 00000000..8e0996c8 --- /dev/null +++ b/.godot/imported/Glossary_ExampleLook.PNG-7b274bf4b5547fb36a98967673b795df.md5 @@ -0,0 +1,3 @@ +source_md5="77ce498a58684595f5a729f7cf3afaa4" +dest_md5="a0d93dda8cbe016822798a15e26068f8" + diff --git a/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.ctex b/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.ctex new file mode 100644 index 00000000..f18a5ae6 Binary files /dev/null and b/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.ctex differ diff --git a/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.md5 b/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.md5 new file mode 100644 index 00000000..9f7ccff3 --- /dev/null +++ b/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.md5 @@ -0,0 +1,3 @@ +source_md5="c1ba90dcc2177ab6c80ae618e5185d58" +dest_md5="95fee91fd9b412570e493ec97d561fa1" + diff --git a/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.s3tc.ctex b/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.s3tc.ctex new file mode 100644 index 00000000..541dc4d7 Binary files /dev/null and b/.godot/imported/IMG_6565.JPEG-70110ae185d0d8955206d76c17acff50.s3tc.ctex differ diff --git a/.godot/imported/INVENTORY-BACKGROUND.png-52bbab9ed91a19d32c4c01f282658810.ctex b/.godot/imported/INVENTORY-BACKGROUND.png-52bbab9ed91a19d32c4c01f282658810.ctex new file mode 100644 index 00000000..20614d79 Binary files /dev/null and b/.godot/imported/INVENTORY-BACKGROUND.png-52bbab9ed91a19d32c4c01f282658810.ctex differ diff --git a/.godot/imported/INVENTORY-BACKGROUND.png-52bbab9ed91a19d32c4c01f282658810.md5 b/.godot/imported/INVENTORY-BACKGROUND.png-52bbab9ed91a19d32c4c01f282658810.md5 new file mode 100644 index 00000000..afdaf202 --- /dev/null +++ b/.godot/imported/INVENTORY-BACKGROUND.png-52bbab9ed91a19d32c4c01f282658810.md5 @@ -0,0 +1,3 @@ +source_md5="01e954fd9d0c1a78a178d0b03a280b0e" +dest_md5="97de544d3f8c3b7d40dbf13bec282cdf" + diff --git a/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.ctex b/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.ctex new file mode 100644 index 00000000..4423b647 Binary files /dev/null and b/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.ctex differ diff --git a/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.md5 b/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.md5 new file mode 100644 index 00000000..5efe75f2 --- /dev/null +++ b/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.md5 @@ -0,0 +1,3 @@ +source_md5="dd6d8d535220a530898b19f7c75a828c" +dest_md5="7adedd4aac3be674e5d603d7e3206817" + diff --git a/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.s3tc.ctex b/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.s3tc.ctex new file mode 100644 index 00000000..3fc7557c Binary files /dev/null and b/.godot/imported/IRON.PNG-4a86ab5bb7ecd0d578d701afc239625c.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.md5 b/.godot/imported/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.md5 new file mode 100644 index 00000000..d86b99bd --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.md5 @@ -0,0 +1,3 @@ +source_md5="5143d8db87f6f6241b771b0d61dbd84b" +dest_md5="e7427ded6ed3a7e95f0831b861fbe03d" + diff --git a/.godot/imported/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.scn b/.godot/imported/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.scn new file mode 100644 index 00000000..f235e079 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM.glb-c67a60cc6c21ae2f0e9ba2e8d9fdb83d.scn differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.ctex b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.md5 b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD.png-ecc062f92f494c6c06760e5fec7bada0.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.ctex b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.md5 b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_BATHEAD_9.png-fd0586a030a7a0fc21d1be0c435c6fed.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.ctex b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.md5 b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1.jpg-324332c7db70052f256b5161ec64ad9b.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.ctex b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.md5 b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_CEILING_1_5.jpg-a37ce7d7d67aa28c69301dd213ad453a.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.ctex b/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.ctex new file mode 100644 index 00000000..50ed13ca Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.md5 b/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.md5 new file mode 100644 index 00000000..568a34b8 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.md5 @@ -0,0 +1,3 @@ +source_md5="a3525e55af9c9d1633ce37964c8a1c1b" +dest_md5="51f759b4cfc44e33f5ff95b7c3668988" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.s3tc.ctex new file mode 100644 index 00000000..1350c892 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_COLUMN.jpg-927762229abdb80b1e3cd503a312b7ba.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.ctex b/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.md5 b/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_FLOOR1.jpg-13bddd4cb62313f78d4bae45649aa604.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.ctex b/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.ctex new file mode 100644 index 00000000..eac72032 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.md5 b/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.md5 new file mode 100644 index 00000000..067f00b9 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.md5 @@ -0,0 +1,3 @@ +source_md5="662cc0b889a089260b37eed87acdf709" +dest_md5="bce92498717337e3b01f4be43c943adf" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.s3tc.ctex new file mode 100644 index 00000000..d498d81a Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_PIPE.jpg-f09ceeded135d4a1f3f1a9fae674f7b9.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.ctex b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.ctex new file mode 100644 index 00000000..13aab80d Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.md5 b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.md5 new file mode 100644 index 00000000..df9ec50e --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.md5 @@ -0,0 +1,3 @@ +source_md5="5aad0ece79785231c6deb9b306a9d550" +dest_md5="62963caeb7b9503db23183b0b4e65e8c" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.s3tc.ctex new file mode 100644 index 00000000..ee91ca4f Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_1png.png-f3d57b6d65c6238c6e2871d2442f392b.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.ctex b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.ctex new file mode 100644 index 00000000..a8a4920d Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.md5 b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.md5 new file mode 100644 index 00000000..b5bc604a --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.md5 @@ -0,0 +1,3 @@ +source_md5="ca2d1872b479f7846579c5682571764e" +dest_md5="402f9a238f71ebe80de055c0d6446259" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.s3tc.ctex new file mode 100644 index 00000000..db43b0a4 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_STONE_PANEL_2png.png-8fe855365daf59b0ca3f93ba4d069de8.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.ctex b/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.ctex new file mode 100644 index 00000000..f583e18d Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.md5 b/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.md5 new file mode 100644 index 00000000..3306ca36 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.md5 @@ -0,0 +1,3 @@ +source_md5="75e76d9e266af8c5b6821f905c564d17" +dest_md5="fd14df6bc3a4c411786648160d2ccc24" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.s3tc.ctex new file mode 100644 index 00000000..67e410e4 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_TILE4.png-2d4035be6b240779a13dd4354ae3d485.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.ctex b/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.md5 b/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_WALL TILE 1.jpg-6a2f82cfe533437069cd5aae8af4922f.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.ctex b/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.ctex new file mode 100644 index 00000000..5aa17e1d Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.md5 b/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.md5 new file mode 100644 index 00000000..c820a543 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.md5 @@ -0,0 +1,3 @@ +source_md5="a1b41254ed355477643ad4c3bbef2248" +dest_md5="1c207b7bea7b0957cc09e967feff45d2" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.s3tc.ctex new file mode 100644 index 00000000..caadbce6 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_gold.jpg-15bc0f18cef49bd4fcfdf8d84de56072.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.ctex b/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.ctex new file mode 100644 index 00000000..5170933e Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.md5 b/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.md5 new file mode 100644 index 00000000..33ce497f --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.md5 @@ -0,0 +1,3 @@ +source_md5="af8acb5bc9b0c5aab6d7ab3d0c33ea47" +dest_md5="64f7702b302be0a3e14bb85e3e5246cc" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.s3tc.ctex new file mode 100644 index 00000000..c6cfc4ab Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_hand-tiile.png-24ae87a0c690d075b74e6a54cd609db0.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.ctex b/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.ctex new file mode 100644 index 00000000..e0024627 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.md5 b/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.md5 new file mode 100644 index 00000000..136aadbf --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.md5 @@ -0,0 +1,3 @@ +source_md5="f23662f00dac1543460dd091822fcd4c" +dest_md5="349388b7fa78659957b6a566ea6338f2" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.s3tc.ctex new file mode 100644 index 00000000..87cf4234 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_swirled_column.png-b497f5a879d5b8fa34bedb0f8c520ce0.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.ctex b/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.ctex new file mode 100644 index 00000000..29b7e999 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.md5 b/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.md5 new file mode 100644 index 00000000..d40e6756 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.md5 @@ -0,0 +1,3 @@ +source_md5="df7a9d12dd8d44f807701f71e5dffb1e" +dest_md5="721daec41aa6fe7ed818deca27645837" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.s3tc.ctex new file mode 100644 index 00000000..d45b72e8 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_tile2.png-ce74d3dbcf0d2a0bff1a79786d544bf0.s3tc.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.ctex b/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.ctex new file mode 100644 index 00000000..e5955890 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.ctex differ diff --git a/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.md5 b/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.md5 new file mode 100644 index 00000000..6a0bab47 --- /dev/null +++ b/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.md5 @@ -0,0 +1,3 @@ +source_md5="2ddb0e821fa6d97b64bcd98079e3b30e" +dest_md5="7c9be26d8f86a518f49284589ae7380e" + diff --git a/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.s3tc.ctex b/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.s3tc.ctex new file mode 100644 index 00000000..9af41e70 Binary files /dev/null and b/.godot/imported/ITEM TRANSFER ROOM_wood_0003_color_1k.jpg-8f6f02749fa2a12fbd1f2a258bc26254.s3tc.ctex differ diff --git a/.godot/imported/Import_Selection.PNG-c43f6694aa6604864297e096cdd63b91.ctex b/.godot/imported/Import_Selection.PNG-c43f6694aa6604864297e096cdd63b91.ctex new file mode 100644 index 00000000..136b085b Binary files /dev/null and b/.godot/imported/Import_Selection.PNG-c43f6694aa6604864297e096cdd63b91.ctex differ diff --git a/.godot/imported/Import_Selection.PNG-c43f6694aa6604864297e096cdd63b91.md5 b/.godot/imported/Import_Selection.PNG-c43f6694aa6604864297e096cdd63b91.md5 new file mode 100644 index 00000000..565c7208 --- /dev/null +++ b/.godot/imported/Import_Selection.PNG-c43f6694aa6604864297e096cdd63b91.md5 @@ -0,0 +1,3 @@ +source_md5="9a09e1495358b459c8c3c0fb9b67ca0b" +dest_md5="41578926a67710c121bacaec521ef3b7" + diff --git a/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.ctex b/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.ctex new file mode 100644 index 00000000..82a2cd12 Binary files /dev/null and b/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.ctex differ diff --git a/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.md5 b/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.md5 new file mode 100644 index 00000000..8767a0ac --- /dev/null +++ b/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.md5 @@ -0,0 +1,3 @@ +source_md5="2642ec46a045416fa063928a432f4bf8" +dest_md5="b0cf47856ec7052f87f4c951be36e66d" + diff --git a/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.s3tc.ctex b/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.s3tc.ctex new file mode 100644 index 00000000..fd1c8d56 Binary files /dev/null and b/.godot/imported/JIBLETT.PNG-2cf0cf727a9a9bc2a9193ad4ac6c7dc4.s3tc.ctex differ diff --git a/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.ctex b/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.ctex new file mode 100644 index 00000000..bd0d0525 Binary files /dev/null and b/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.ctex differ diff --git a/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.md5 b/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.md5 new file mode 100644 index 00000000..640b6d12 --- /dev/null +++ b/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.md5 @@ -0,0 +1,3 @@ +source_md5="f8c185d0d791f6a4488a8fa70f6a8f32" +dest_md5="9fb606be67c6507538aedcbc267885a4" + diff --git a/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.s3tc.ctex b/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.s3tc.ctex new file mode 100644 index 00000000..307ab37b Binary files /dev/null and b/.godot/imported/KUBEL.PNG-bd6eff6ed8307de491529365dab55876.s3tc.ctex differ diff --git a/.godot/imported/Keyboard.png-9985773379563b72f583dd498c64241e.ctex b/.godot/imported/Keyboard.png-9985773379563b72f583dd498c64241e.ctex new file mode 100644 index 00000000..6be499ba Binary files /dev/null and b/.godot/imported/Keyboard.png-9985773379563b72f583dd498c64241e.ctex differ diff --git a/.godot/imported/Keyboard.png-9985773379563b72f583dd498c64241e.md5 b/.godot/imported/Keyboard.png-9985773379563b72f583dd498c64241e.md5 new file mode 100644 index 00000000..a5322c14 --- /dev/null +++ b/.godot/imported/Keyboard.png-9985773379563b72f583dd498c64241e.md5 @@ -0,0 +1,3 @@ +source_md5="78f96a0e1afecce067255465624ea476" +dest_md5="9432fb71f212e73e788cc033492c69d8" + diff --git a/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.ctex b/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.ctex new file mode 100644 index 00000000..5c33f318 Binary files /dev/null and b/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.ctex differ diff --git a/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.md5 b/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.md5 new file mode 100644 index 00000000..8287850e --- /dev/null +++ b/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.md5 @@ -0,0 +1,3 @@ +source_md5="0ded9553a16d291229f14af41b92f689" +dest_md5="799fa107d6c38dee7040de36ab2624dc" + diff --git a/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.s3tc.ctex b/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.s3tc.ctex new file mode 100644 index 00000000..b7186d3e Binary files /dev/null and b/.godot/imported/LOGISTIAN.PNG-c44c4e4c939e5c5e7ff37e80921ca2bc.s3tc.ctex differ diff --git a/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.ctex b/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.ctex new file mode 100644 index 00000000..d200e987 Binary files /dev/null and b/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.ctex differ diff --git a/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.md5 b/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.md5 new file mode 100644 index 00000000..cfa056d7 --- /dev/null +++ b/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.md5 @@ -0,0 +1,3 @@ +source_md5="a440c8cebb84e879ee83195f8ba89537" +dest_md5="65f8d24780ecb3151cdfa01d112f0964" + diff --git a/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.s3tc.ctex b/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.s3tc.ctex new file mode 100644 index 00000000..967fdb47 Binary files /dev/null and b/.godot/imported/LOVE JUDGEMENT.PNG-46f90645e3286ed3dab4dfdeae491b95.s3tc.ctex differ diff --git a/.godot/imported/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.fontdata b/.godot/imported/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.fontdata new file mode 100644 index 00000000..da09243e Binary files /dev/null and b/.godot/imported/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.fontdata differ diff --git a/.godot/imported/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.md5 b/.godot/imported/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.md5 new file mode 100644 index 00000000..72afca23 --- /dev/null +++ b/.godot/imported/Lust_Sans_Regular.otf-2d4d46b654c743da665ff51feb634231.md5 @@ -0,0 +1,3 @@ +source_md5="11b69c4cd5231579fb01bbd9a7ae89b5" +dest_md5="641affb0285ed088a74b889d6cecfc5b" + diff --git a/.godot/imported/MASK 01.PNG-f5c8e97a66b237dfc19d02a72a3ef47a.ctex b/.godot/imported/MASK 01.PNG-f5c8e97a66b237dfc19d02a72a3ef47a.ctex new file mode 100644 index 00000000..562fc98b Binary files /dev/null and b/.godot/imported/MASK 01.PNG-f5c8e97a66b237dfc19d02a72a3ef47a.ctex differ diff --git a/.godot/imported/MASK 01.PNG-f5c8e97a66b237dfc19d02a72a3ef47a.md5 b/.godot/imported/MASK 01.PNG-f5c8e97a66b237dfc19d02a72a3ef47a.md5 new file mode 100644 index 00000000..4dc9be7b --- /dev/null +++ b/.godot/imported/MASK 01.PNG-f5c8e97a66b237dfc19d02a72a3ef47a.md5 @@ -0,0 +1,3 @@ +source_md5="8b84d09ccffec744fc7d4dbde94cdc09" +dest_md5="e6074fe75fcc379f24d5f2a2cff906a9" + diff --git a/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.ctex b/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.ctex new file mode 100644 index 00000000..5cad0dae Binary files /dev/null and b/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.ctex differ diff --git a/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.md5 b/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.md5 new file mode 100644 index 00000000..b134491f --- /dev/null +++ b/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.md5 @@ -0,0 +1,3 @@ +source_md5="1786bc685da979b2aa32f7a7b1c87acb" +dest_md5="4b10f7ee146e96346655cf94f3e128fb" + diff --git a/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.s3tc.ctex b/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.s3tc.ctex new file mode 100644 index 00000000..2fe3e182 Binary files /dev/null and b/.godot/imported/MASK 02.PNG-cc3b7cf23538b5c82ae62fe29757d8a4.s3tc.ctex differ diff --git a/.godot/imported/MASK 03.PNG-9ab390330efa1f35084ad56075377b4d.ctex b/.godot/imported/MASK 03.PNG-9ab390330efa1f35084ad56075377b4d.ctex new file mode 100644 index 00000000..95063f04 Binary files /dev/null and b/.godot/imported/MASK 03.PNG-9ab390330efa1f35084ad56075377b4d.ctex differ diff --git a/.godot/imported/MASK 03.PNG-9ab390330efa1f35084ad56075377b4d.md5 b/.godot/imported/MASK 03.PNG-9ab390330efa1f35084ad56075377b4d.md5 new file mode 100644 index 00000000..b7dd4ba1 --- /dev/null +++ b/.godot/imported/MASK 03.PNG-9ab390330efa1f35084ad56075377b4d.md5 @@ -0,0 +1,3 @@ +source_md5="1405f9ad0fe6595f5cbf0102f60fe9cc" +dest_md5="7241acfb466d30820480c631fbd39c90" + diff --git a/.godot/imported/Material_006_albedo.png-5309dfafc69622624ddceef9686d5f68.ctex b/.godot/imported/Material_006_albedo.png-5309dfafc69622624ddceef9686d5f68.ctex new file mode 100644 index 00000000..7a825df1 Binary files /dev/null and b/.godot/imported/Material_006_albedo.png-5309dfafc69622624ddceef9686d5f68.ctex differ diff --git a/.godot/imported/Material_006_albedo.png-5309dfafc69622624ddceef9686d5f68.md5 b/.godot/imported/Material_006_albedo.png-5309dfafc69622624ddceef9686d5f68.md5 new file mode 100644 index 00000000..d2dba423 --- /dev/null +++ b/.godot/imported/Material_006_albedo.png-5309dfafc69622624ddceef9686d5f68.md5 @@ -0,0 +1,3 @@ +source_md5="e93145cdb74945bdbf3d9bc898e9fd5c" +dest_md5="78d70a736ada485f8cdc41d401706023" + diff --git a/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.ctex b/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.ctex new file mode 100644 index 00000000..8d80e2b2 Binary files /dev/null and b/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.ctex differ diff --git a/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.md5 b/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.md5 new file mode 100644 index 00000000..4c1ae433 --- /dev/null +++ b/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.md5 @@ -0,0 +1,3 @@ +source_md5="e9cd87cd8487b45704d607f8e255d457" +dest_md5="a8bdb0af3d59c0780f60401a49b13e54" + diff --git a/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.s3tc.ctex b/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.s3tc.ctex new file mode 100644 index 00000000..fa0171c1 Binary files /dev/null and b/.godot/imported/Material_albedo000.png-eaf482b3c7d4264551a6cadd99b5f04f.s3tc.ctex differ diff --git a/.godot/imported/Metal041B_2K-JPG_Color.jpg-608e9987701a24c03cd88311cafdc469.ctex b/.godot/imported/Metal041B_2K-JPG_Color.jpg-608e9987701a24c03cd88311cafdc469.ctex new file mode 100644 index 00000000..0b9223b7 Binary files /dev/null and b/.godot/imported/Metal041B_2K-JPG_Color.jpg-608e9987701a24c03cd88311cafdc469.ctex differ diff --git a/.godot/imported/Metal041B_2K-JPG_Color.jpg-608e9987701a24c03cd88311cafdc469.md5 b/.godot/imported/Metal041B_2K-JPG_Color.jpg-608e9987701a24c03cd88311cafdc469.md5 new file mode 100644 index 00000000..396930e4 --- /dev/null +++ b/.godot/imported/Metal041B_2K-JPG_Color.jpg-608e9987701a24c03cd88311cafdc469.md5 @@ -0,0 +1,3 @@ +source_md5="f7d64722ba3e5c7fd628dc948c97c553" +dest_md5="8207c35df20cc32fbb0209195fa1ae11" + diff --git a/.godot/imported/Metal041B_2K-JPG_Color.jpg-6509584ec748ef102b5902a0b70795b9.ctex b/.godot/imported/Metal041B_2K-JPG_Color.jpg-6509584ec748ef102b5902a0b70795b9.ctex new file mode 100644 index 00000000..0b9223b7 Binary files /dev/null and b/.godot/imported/Metal041B_2K-JPG_Color.jpg-6509584ec748ef102b5902a0b70795b9.ctex differ diff --git a/.godot/imported/Metal041B_2K-JPG_Color.jpg-6509584ec748ef102b5902a0b70795b9.md5 b/.godot/imported/Metal041B_2K-JPG_Color.jpg-6509584ec748ef102b5902a0b70795b9.md5 new file mode 100644 index 00000000..396930e4 --- /dev/null +++ b/.godot/imported/Metal041B_2K-JPG_Color.jpg-6509584ec748ef102b5902a0b70795b9.md5 @@ -0,0 +1,3 @@ +source_md5="f7d64722ba3e5c7fd628dc948c97c553" +dest_md5="8207c35df20cc32fbb0209195fa1ae11" + diff --git a/.godot/imported/Metal054C_1K-JPG_Color.jpg-46a38cf2c6b08c13276d25f39d98d649.ctex b/.godot/imported/Metal054C_1K-JPG_Color.jpg-46a38cf2c6b08c13276d25f39d98d649.ctex new file mode 100644 index 00000000..cd533d5b Binary files /dev/null and b/.godot/imported/Metal054C_1K-JPG_Color.jpg-46a38cf2c6b08c13276d25f39d98d649.ctex differ diff --git a/.godot/imported/Metal054C_1K-JPG_Color.jpg-46a38cf2c6b08c13276d25f39d98d649.md5 b/.godot/imported/Metal054C_1K-JPG_Color.jpg-46a38cf2c6b08c13276d25f39d98d649.md5 new file mode 100644 index 00000000..df271f94 --- /dev/null +++ b/.godot/imported/Metal054C_1K-JPG_Color.jpg-46a38cf2c6b08c13276d25f39d98d649.md5 @@ -0,0 +1,3 @@ +source_md5="d787e3dd5890a238b43158195625352a" +dest_md5="ec4d3cbaeed26a722ecae627b2d5693b" + diff --git a/.godot/imported/Metal054C_1K-JPG_Color.jpg-4a4f55cfd53271b9ab187754a07421e2.ctex b/.godot/imported/Metal054C_1K-JPG_Color.jpg-4a4f55cfd53271b9ab187754a07421e2.ctex new file mode 100644 index 00000000..cd533d5b Binary files /dev/null and b/.godot/imported/Metal054C_1K-JPG_Color.jpg-4a4f55cfd53271b9ab187754a07421e2.ctex differ diff --git a/.godot/imported/Metal054C_1K-JPG_Color.jpg-4a4f55cfd53271b9ab187754a07421e2.md5 b/.godot/imported/Metal054C_1K-JPG_Color.jpg-4a4f55cfd53271b9ab187754a07421e2.md5 new file mode 100644 index 00000000..df271f94 --- /dev/null +++ b/.godot/imported/Metal054C_1K-JPG_Color.jpg-4a4f55cfd53271b9ab187754a07421e2.md5 @@ -0,0 +1,3 @@ +source_md5="d787e3dd5890a238b43158195625352a" +dest_md5="ec4d3cbaeed26a722ecae627b2d5693b" + diff --git a/.godot/imported/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.fontdata b/.godot/imported/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.fontdata new file mode 100644 index 00000000..2c3eaf50 Binary files /dev/null and b/.godot/imported/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.fontdata differ diff --git a/.godot/imported/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.md5 b/.godot/imported/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.md5 new file mode 100644 index 00000000..a16ad53e --- /dev/null +++ b/.godot/imported/Mrs-Eaves-OT-Roman_31443.ttf-ec147a64c6637c23f1cc6429203e2cda.md5 @@ -0,0 +1,3 @@ +source_md5="f7613b03765a886aa872e7468521634f" +dest_md5="e2250c7426f14555f4b3e3093e0badab" + diff --git a/.godot/imported/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.fontdata b/.godot/imported/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.fontdata new file mode 100644 index 00000000..2a223d05 Binary files /dev/null and b/.godot/imported/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.fontdata differ diff --git a/.godot/imported/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.md5 b/.godot/imported/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.md5 new file mode 100644 index 00000000..81424ebc --- /dev/null +++ b/.godot/imported/NotoSans-Bold.ttf-ea511786a56ac30f4b4c85b7431fedff.md5 @@ -0,0 +1,3 @@ +source_md5="98f0cacc6bb63b64b98aac7cac082d27" +dest_md5="880dbe3edde211ce9adfe5b39680cca6" + diff --git a/.godot/imported/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.fontdata b/.godot/imported/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.fontdata new file mode 100644 index 00000000..f5f10d5f Binary files /dev/null and b/.godot/imported/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.fontdata differ diff --git a/.godot/imported/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.md5 b/.godot/imported/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.md5 new file mode 100644 index 00000000..c21666c7 --- /dev/null +++ b/.godot/imported/NotoSans-BoldItalic.ttf-67827065122217b040c010f611bf9ee6.md5 @@ -0,0 +1,3 @@ +source_md5="a1375023bb3f9d55dfc6d58685cd6e69" +dest_md5="f6e5b023e6ec1e72034e9d723095b1dc" + diff --git a/.godot/imported/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.fontdata b/.godot/imported/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.fontdata new file mode 100644 index 00000000..2cf3dadc Binary files /dev/null and b/.godot/imported/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.fontdata differ diff --git a/.godot/imported/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.md5 b/.godot/imported/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.md5 new file mode 100644 index 00000000..fff9e396 --- /dev/null +++ b/.godot/imported/NotoSans-Italic.ttf-cb099699cbe809c7d00a50126604cec8.md5 @@ -0,0 +1,3 @@ +source_md5="afe1714f485b424f221147e1be6cf8ad" +dest_md5="96a5c39e3d3def648262e22c65492272" + diff --git a/.godot/imported/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.fontdata b/.godot/imported/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.fontdata new file mode 100644 index 00000000..54adef16 Binary files /dev/null and b/.godot/imported/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.fontdata differ diff --git a/.godot/imported/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.md5 b/.godot/imported/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.md5 new file mode 100644 index 00000000..62897692 --- /dev/null +++ b/.godot/imported/NotoSans-Regular.ttf-cd210db7206862c5ddad57cccf951917.md5 @@ -0,0 +1,3 @@ +source_md5="5a87cce84010f7cea085ae218d44a64b" +dest_md5="206a0be87b42c8e76a2ac66234be4956" + diff --git a/.godot/imported/Overlock-Black.ttf-955909b870773856d7373c4318890105.fontdata b/.godot/imported/Overlock-Black.ttf-955909b870773856d7373c4318890105.fontdata new file mode 100644 index 00000000..e0d8ecd3 Binary files /dev/null and b/.godot/imported/Overlock-Black.ttf-955909b870773856d7373c4318890105.fontdata differ diff --git a/.godot/imported/Overlock-Black.ttf-955909b870773856d7373c4318890105.md5 b/.godot/imported/Overlock-Black.ttf-955909b870773856d7373c4318890105.md5 new file mode 100644 index 00000000..d4710fc0 --- /dev/null +++ b/.godot/imported/Overlock-Black.ttf-955909b870773856d7373c4318890105.md5 @@ -0,0 +1,3 @@ +source_md5="bb6f823c2777532e14ee3f072d10bf23" +dest_md5="2f88779e52c858fe48ca313ea2f69275" + diff --git a/.godot/imported/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.fontdata b/.godot/imported/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.fontdata new file mode 100644 index 00000000..f0a8182e Binary files /dev/null and b/.godot/imported/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.fontdata differ diff --git a/.godot/imported/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.md5 b/.godot/imported/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.md5 new file mode 100644 index 00000000..2c2f8c85 --- /dev/null +++ b/.godot/imported/Overlock-BlackItalic.ttf-a02e8ca1583fe258a2864ede0edb71bf.md5 @@ -0,0 +1,3 @@ +source_md5="f431125265462d48e64b6a62ac37390d" +dest_md5="e83c9eb43e8b93fb3ae53632543c5925" + diff --git a/.godot/imported/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.fontdata b/.godot/imported/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.fontdata new file mode 100644 index 00000000..abf90b6c Binary files /dev/null and b/.godot/imported/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.fontdata differ diff --git a/.godot/imported/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.md5 b/.godot/imported/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.md5 new file mode 100644 index 00000000..0e6201be --- /dev/null +++ b/.godot/imported/Overlock-Bold.ttf-47c2a5a7ad019aae6c9cc01ae565a0bf.md5 @@ -0,0 +1,3 @@ +source_md5="1aaa9eee728a0105be2526e19cff743f" +dest_md5="4884891879b16c6934c8fe7723db06c1" + diff --git a/.godot/imported/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.fontdata b/.godot/imported/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.fontdata new file mode 100644 index 00000000..190b22b0 Binary files /dev/null and b/.godot/imported/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.fontdata differ diff --git a/.godot/imported/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.md5 b/.godot/imported/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.md5 new file mode 100644 index 00000000..c6a4ee56 --- /dev/null +++ b/.godot/imported/Overlock-BoldItalic.ttf-a58bbd6e78ecf9ce377a4f34633bbd56.md5 @@ -0,0 +1,3 @@ +source_md5="8acd580e394a6994fde6e209698d6f38" +dest_md5="c873d702a54f02c05e2bdb59d23f710f" + diff --git a/.godot/imported/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.fontdata b/.godot/imported/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.fontdata new file mode 100644 index 00000000..cce9c02d Binary files /dev/null and b/.godot/imported/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.fontdata differ diff --git a/.godot/imported/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.md5 b/.godot/imported/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.md5 new file mode 100644 index 00000000..2881e0d5 --- /dev/null +++ b/.godot/imported/Overlock-Italic.ttf-d9f7ee600845f4afe74c9bb7da94ab68.md5 @@ -0,0 +1,3 @@ +source_md5="d6fcc4707b5dbd3a558736d6f76cd475" +dest_md5="81e0aab9a9fa7f02740576bebf10e8a1" + diff --git a/.godot/imported/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.fontdata b/.godot/imported/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.fontdata new file mode 100644 index 00000000..23fc3c59 Binary files /dev/null and b/.godot/imported/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.fontdata differ diff --git a/.godot/imported/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.md5 b/.godot/imported/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.md5 new file mode 100644 index 00000000..49808a0c --- /dev/null +++ b/.godot/imported/Overlock-Regular.ttf-07c264565e14dc60eab79bc606c211f1.md5 @@ -0,0 +1,3 @@ +source_md5="077b09543a997fb2188354010fc73051" +dest_md5="85d97175314023aa378de01d2d29eaf0" + diff --git a/.godot/imported/Overworld.gltf-8fc4d9ad10b284c6ddeb6e0214f45c99.md5 b/.godot/imported/Overworld.gltf-8fc4d9ad10b284c6ddeb6e0214f45c99.md5 new file mode 100644 index 00000000..7f29b431 --- /dev/null +++ b/.godot/imported/Overworld.gltf-8fc4d9ad10b284c6ddeb6e0214f45c99.md5 @@ -0,0 +1 @@ +source_md5="0d6702b6ec485ecca60f6d2db84aab45" diff --git a/.godot/imported/Overworld.gltf-c251af791add603a217558c289ecffa5.md5 b/.godot/imported/Overworld.gltf-c251af791add603a217558c289ecffa5.md5 new file mode 100644 index 00000000..433136b2 --- /dev/null +++ b/.godot/imported/Overworld.gltf-c251af791add603a217558c289ecffa5.md5 @@ -0,0 +1,3 @@ +source_md5="0d6702b6ec485ecca60f6d2db84aab45" +dest_md5="7d2087750a2643e50a6a62d98bc27e7c" + diff --git a/.godot/imported/Overworld.gltf-c251af791add603a217558c289ecffa5.scn b/.godot/imported/Overworld.gltf-c251af791add603a217558c289ecffa5.scn new file mode 100644 index 00000000..1388c21f Binary files /dev/null and b/.godot/imported/Overworld.gltf-c251af791add603a217558c289ecffa5.scn differ diff --git a/.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.ctex b/.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.ctex new file mode 100644 index 00000000..f3dde2c3 Binary files /dev/null and b/.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.ctex differ diff --git a/.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.md5 b/.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.md5 new file mode 100644 index 00000000..e20f6eaf --- /dev/null +++ b/.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.md5 @@ -0,0 +1,3 @@ +source_md5="68a9accee82948309badcb2b546fabf5" +dest_md5="da89e4eab1246e8ac98e1859553fe9a0" + diff --git a/.godot/imported/PUELLA.png-335370bb405dab44bd672d75edd849db.md5 b/.godot/imported/PUELLA.png-335370bb405dab44bd672d75edd849db.md5 new file mode 100644 index 00000000..fb6dafdf --- /dev/null +++ b/.godot/imported/PUELLA.png-335370bb405dab44bd672d75edd849db.md5 @@ -0,0 +1,3 @@ +source_md5="4dbe81b4d622258dd3dfccc93d635863" +dest_md5="22d4552c120a98103773931ab74f268e" + diff --git a/.godot/imported/PUELLA.png-335370bb405dab44bd672d75edd849db.s3tc.ctex b/.godot/imported/PUELLA.png-335370bb405dab44bd672d75edd849db.s3tc.ctex new file mode 100644 index 00000000..8f232b7a Binary files /dev/null and b/.godot/imported/PUELLA.png-335370bb405dab44bd672d75edd849db.s3tc.ctex differ diff --git a/.godot/imported/PUELLA.png-b84e4cf70035cd95eb206a5a08c4ab61.md5 b/.godot/imported/PUELLA.png-b84e4cf70035cd95eb206a5a08c4ab61.md5 new file mode 100644 index 00000000..fb6dafdf --- /dev/null +++ b/.godot/imported/PUELLA.png-b84e4cf70035cd95eb206a5a08c4ab61.md5 @@ -0,0 +1,3 @@ +source_md5="4dbe81b4d622258dd3dfccc93d635863" +dest_md5="22d4552c120a98103773931ab74f268e" + diff --git a/.godot/imported/PUELLA.png-b84e4cf70035cd95eb206a5a08c4ab61.s3tc.ctex b/.godot/imported/PUELLA.png-b84e4cf70035cd95eb206a5a08c4ab61.s3tc.ctex new file mode 100644 index 00000000..8f232b7a Binary files /dev/null and b/.godot/imported/PUELLA.png-b84e4cf70035cd95eb206a5a08c4ab61.s3tc.ctex differ diff --git a/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.ctex b/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.ctex new file mode 100644 index 00000000..9da7fa42 Binary files /dev/null and b/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.ctex differ diff --git a/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.md5 b/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.md5 new file mode 100644 index 00000000..fb6dafdf --- /dev/null +++ b/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.md5 @@ -0,0 +1,3 @@ +source_md5="4dbe81b4d622258dd3dfccc93d635863" +dest_md5="22d4552c120a98103773931ab74f268e" + diff --git a/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.s3tc.ctex b/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.s3tc.ctex new file mode 100644 index 00000000..8f232b7a Binary files /dev/null and b/.godot/imported/PUELLA.png-c0aec8cfc4084c64dfa7acf6d94d2a1c.s3tc.ctex differ diff --git a/.godot/imported/Portrait.svg-f37a4a2fd15fb13cfe91413c3b2384b1.ctex b/.godot/imported/Portrait.svg-f37a4a2fd15fb13cfe91413c3b2384b1.ctex new file mode 100644 index 00000000..9898de0c Binary files /dev/null and b/.godot/imported/Portrait.svg-f37a4a2fd15fb13cfe91413c3b2384b1.ctex differ diff --git a/.godot/imported/Portrait.svg-f37a4a2fd15fb13cfe91413c3b2384b1.md5 b/.godot/imported/Portrait.svg-f37a4a2fd15fb13cfe91413c3b2384b1.md5 new file mode 100644 index 00000000..29dff898 --- /dev/null +++ b/.godot/imported/Portrait.svg-f37a4a2fd15fb13cfe91413c3b2384b1.md5 @@ -0,0 +1,3 @@ +source_md5="31e62ab84458d7ce24c2a1f7b0abc736" +dest_md5="13a9ffe3130dd1a60cef2362138b1732" + diff --git a/.godot/imported/Portrait1.png-c609e542fb60d6627e07ca0a12ddd868.ctex b/.godot/imported/Portrait1.png-c609e542fb60d6627e07ca0a12ddd868.ctex new file mode 100644 index 00000000..8374e4ad Binary files /dev/null and b/.godot/imported/Portrait1.png-c609e542fb60d6627e07ca0a12ddd868.ctex differ diff --git a/.godot/imported/Portrait1.png-c609e542fb60d6627e07ca0a12ddd868.md5 b/.godot/imported/Portrait1.png-c609e542fb60d6627e07ca0a12ddd868.md5 new file mode 100644 index 00000000..2fd2696a --- /dev/null +++ b/.godot/imported/Portrait1.png-c609e542fb60d6627e07ca0a12ddd868.md5 @@ -0,0 +1,3 @@ +source_md5="6cde1534ec690d4604d0ca5e7183256e" +dest_md5="991cfeeec6977ed60dc710f404d3366a" + diff --git a/.godot/imported/Portrait2.png-c9d044982430f12029c2193cba14c11f.ctex b/.godot/imported/Portrait2.png-c9d044982430f12029c2193cba14c11f.ctex new file mode 100644 index 00000000..943225ea Binary files /dev/null and b/.godot/imported/Portrait2.png-c9d044982430f12029c2193cba14c11f.ctex differ diff --git a/.godot/imported/Portrait2.png-c9d044982430f12029c2193cba14c11f.md5 b/.godot/imported/Portrait2.png-c9d044982430f12029c2193cba14c11f.md5 new file mode 100644 index 00000000..8ed7a202 --- /dev/null +++ b/.godot/imported/Portrait2.png-c9d044982430f12029c2193cba14c11f.md5 @@ -0,0 +1,3 @@ +source_md5="1a9dd2a796d5dbc0206c3cdf61ef8f1e" +dest_md5="ea042837bd0055bce49c524cc8e7c012" + diff --git a/.godot/imported/Preview.png-2572734cdaa5a3d96d61633049331769.ctex b/.godot/imported/Preview.png-2572734cdaa5a3d96d61633049331769.ctex new file mode 100644 index 00000000..5c3c7153 Binary files /dev/null and b/.godot/imported/Preview.png-2572734cdaa5a3d96d61633049331769.ctex differ diff --git a/.godot/imported/Preview.png-2572734cdaa5a3d96d61633049331769.md5 b/.godot/imported/Preview.png-2572734cdaa5a3d96d61633049331769.md5 new file mode 100644 index 00000000..1cd78c7a --- /dev/null +++ b/.godot/imported/Preview.png-2572734cdaa5a3d96d61633049331769.md5 @@ -0,0 +1,3 @@ +source_md5="ceb5d87cfc1b99029e29e8398a0d81e8" +dest_md5="62aca30bc7fcfb49b3e3e53ba48f2cb4" + diff --git a/.godot/imported/Preview.png-f14e86bdc5fb476705ab0650599bae7f.ctex b/.godot/imported/Preview.png-f14e86bdc5fb476705ab0650599bae7f.ctex new file mode 100644 index 00000000..5c3c7153 Binary files /dev/null and b/.godot/imported/Preview.png-f14e86bdc5fb476705ab0650599bae7f.ctex differ diff --git a/.godot/imported/Preview.png-f14e86bdc5fb476705ab0650599bae7f.md5 b/.godot/imported/Preview.png-f14e86bdc5fb476705ab0650599bae7f.md5 new file mode 100644 index 00000000..1cd78c7a --- /dev/null +++ b/.godot/imported/Preview.png-f14e86bdc5fb476705ab0650599bae7f.md5 @@ -0,0 +1,3 @@ +source_md5="ceb5d87cfc1b99029e29e8398a0d81e8" +dest_md5="62aca30bc7fcfb49b3e3e53ba48f2cb4" + diff --git a/.godot/imported/RONDO.PNG-77b50e9afaf9eb46f5672e079a5f50bf.ctex b/.godot/imported/RONDO.PNG-77b50e9afaf9eb46f5672e079a5f50bf.ctex new file mode 100644 index 00000000..ca0bbb70 Binary files /dev/null and b/.godot/imported/RONDO.PNG-77b50e9afaf9eb46f5672e079a5f50bf.ctex differ diff --git a/.godot/imported/RONDO.PNG-77b50e9afaf9eb46f5672e079a5f50bf.md5 b/.godot/imported/RONDO.PNG-77b50e9afaf9eb46f5672e079a5f50bf.md5 new file mode 100644 index 00000000..76ebd720 --- /dev/null +++ b/.godot/imported/RONDO.PNG-77b50e9afaf9eb46f5672e079a5f50bf.md5 @@ -0,0 +1,3 @@ +source_md5="3d45abf6b15fcd5186045f3f9dd6c189" +dest_md5="e911d2d8e10cf6eb9ec2598321215bb1" + diff --git a/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.ctex b/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.ctex new file mode 100644 index 00000000..e5337a4e Binary files /dev/null and b/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.ctex differ diff --git a/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.md5 b/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.md5 new file mode 100644 index 00000000..00659cde --- /dev/null +++ b/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.md5 @@ -0,0 +1,3 @@ +source_md5="78e258e14090def1ce711ed82bdde5c1" +dest_md5="ce9f9de557c3e88ccda913dac3eb6c17" + diff --git a/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.s3tc.ctex b/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.s3tc.ctex new file mode 100644 index 00000000..09f0102d Binary files /dev/null and b/.godot/imported/ROYAL_RAT_PRINCEP.png-e4eeb4a5bba938a6dc238bcabe55375f.s3tc.ctex differ diff --git a/.godot/imported/Rectangles.png-b05b0423efe837e1f30c7d4738fb665d.ctex b/.godot/imported/Rectangles.png-b05b0423efe837e1f30c7d4738fb665d.ctex new file mode 100644 index 00000000..165c6586 Binary files /dev/null and b/.godot/imported/Rectangles.png-b05b0423efe837e1f30c7d4738fb665d.ctex differ diff --git a/.godot/imported/Rectangles.png-b05b0423efe837e1f30c7d4738fb665d.md5 b/.godot/imported/Rectangles.png-b05b0423efe837e1f30c7d4738fb665d.md5 new file mode 100644 index 00000000..f39ea1c7 --- /dev/null +++ b/.godot/imported/Rectangles.png-b05b0423efe837e1f30c7d4738fb665d.md5 @@ -0,0 +1,3 @@ +source_md5="256188b4a90a967d8ee69ec619667eae" +dest_md5="c4e3725c2a03d6571cc5d97cfdd641dd" + diff --git a/.godot/imported/Remove.svg-e6ac0bc0ace4deeae8709012158798f8.ctex b/.godot/imported/Remove.svg-e6ac0bc0ace4deeae8709012158798f8.ctex new file mode 100644 index 00000000..3c5c5006 Binary files /dev/null and b/.godot/imported/Remove.svg-e6ac0bc0ace4deeae8709012158798f8.ctex differ diff --git a/.godot/imported/Remove.svg-e6ac0bc0ace4deeae8709012158798f8.md5 b/.godot/imported/Remove.svg-e6ac0bc0ace4deeae8709012158798f8.md5 new file mode 100644 index 00000000..922abe7d --- /dev/null +++ b/.godot/imported/Remove.svg-e6ac0bc0ace4deeae8709012158798f8.md5 @@ -0,0 +1,3 @@ +source_md5="18a162c9f52dd4065212f393f02028e9" +dest_md5="a99932fe8556f72669d8ac23c9f53aa1" + diff --git a/.godot/imported/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.fontdata b/.godot/imported/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.fontdata new file mode 100644 index 00000000..2909421a Binary files /dev/null and b/.godot/imported/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.fontdata differ diff --git a/.godot/imported/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.md5 b/.godot/imported/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.md5 new file mode 100644 index 00000000..306b6ece --- /dev/null +++ b/.godot/imported/Roboto-Bold.ttf-a0c3395776dbc11ee676c5f1ea9c0579.md5 @@ -0,0 +1,3 @@ +source_md5="e07df86cef2e721115583d61d1fb68a6" +dest_md5="6108551724e98b30bc849171adbcdd6e" + diff --git a/.godot/imported/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.fontdata b/.godot/imported/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.fontdata new file mode 100644 index 00000000..841c0301 Binary files /dev/null and b/.godot/imported/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.fontdata differ diff --git a/.godot/imported/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.md5 b/.godot/imported/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.md5 new file mode 100644 index 00000000..3115ceb3 --- /dev/null +++ b/.godot/imported/Roboto-Italic.ttf-844485a0171d6031f98f4829003a881a.md5 @@ -0,0 +1,3 @@ +source_md5="a720f17aa773e493a7ebf8b08459e66c" +dest_md5="2613fdf48929a8755fbfb42bee54c772" + diff --git a/.godot/imported/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.fontdata b/.godot/imported/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.fontdata new file mode 100644 index 00000000..48d5df92 Binary files /dev/null and b/.godot/imported/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.fontdata differ diff --git a/.godot/imported/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.md5 b/.godot/imported/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.md5 new file mode 100644 index 00000000..24e0343c --- /dev/null +++ b/.godot/imported/Roboto-Regular.ttf-d9ce0640effe9e93230b445b37d8e692.md5 @@ -0,0 +1,3 @@ +source_md5="11eabca2251325cfc5589c9c6fb57b46" +dest_md5="46516fb88710fb949fae6518c45805ed" + diff --git a/.godot/imported/SA003.JPG-06e13a75214e9c66c2f2c1dfb205e1a7.ctex b/.godot/imported/SA003.JPG-06e13a75214e9c66c2f2c1dfb205e1a7.ctex new file mode 100644 index 00000000..f9417674 Binary files /dev/null and b/.godot/imported/SA003.JPG-06e13a75214e9c66c2f2c1dfb205e1a7.ctex differ diff --git a/.godot/imported/SA003.JPG-06e13a75214e9c66c2f2c1dfb205e1a7.md5 b/.godot/imported/SA003.JPG-06e13a75214e9c66c2f2c1dfb205e1a7.md5 new file mode 100644 index 00000000..19f20cf8 --- /dev/null +++ b/.godot/imported/SA003.JPG-06e13a75214e9c66c2f2c1dfb205e1a7.md5 @@ -0,0 +1,3 @@ +source_md5="7a67c2141016582a6222d3ed3ee89926" +dest_md5="417e19b155ed2fd947b0681ac1db37c4" + diff --git a/.godot/imported/SA003.JPG-f18800aef4998200065c6f592af97199.ctex b/.godot/imported/SA003.JPG-f18800aef4998200065c6f592af97199.ctex new file mode 100644 index 00000000..f9417674 Binary files /dev/null and b/.godot/imported/SA003.JPG-f18800aef4998200065c6f592af97199.ctex differ diff --git a/.godot/imported/SA003.JPG-f18800aef4998200065c6f592af97199.md5 b/.godot/imported/SA003.JPG-f18800aef4998200065c6f592af97199.md5 new file mode 100644 index 00000000..19f20cf8 --- /dev/null +++ b/.godot/imported/SA003.JPG-f18800aef4998200065c6f592af97199.md5 @@ -0,0 +1,3 @@ +source_md5="7a67c2141016582a6222d3ed3ee89926" +dest_md5="417e19b155ed2fd947b0681ac1db37c4" + diff --git a/.godot/imported/SA010.JPG-208453bc0be4db13b1216e150984c9b9.ctex b/.godot/imported/SA010.JPG-208453bc0be4db13b1216e150984c9b9.ctex new file mode 100644 index 00000000..4777d880 Binary files /dev/null and b/.godot/imported/SA010.JPG-208453bc0be4db13b1216e150984c9b9.ctex differ diff --git a/.godot/imported/SA010.JPG-208453bc0be4db13b1216e150984c9b9.md5 b/.godot/imported/SA010.JPG-208453bc0be4db13b1216e150984c9b9.md5 new file mode 100644 index 00000000..03761836 --- /dev/null +++ b/.godot/imported/SA010.JPG-208453bc0be4db13b1216e150984c9b9.md5 @@ -0,0 +1,3 @@ +source_md5="f78322440fa2820a2fd9824efca18d23" +dest_md5="cf87af85131a44b00f107dc01ed8e5f3" + diff --git a/.godot/imported/SA010.JPG-6569ec110330cb15a354971ccbf8315f.ctex b/.godot/imported/SA010.JPG-6569ec110330cb15a354971ccbf8315f.ctex new file mode 100644 index 00000000..4777d880 Binary files /dev/null and b/.godot/imported/SA010.JPG-6569ec110330cb15a354971ccbf8315f.ctex differ diff --git a/.godot/imported/SA010.JPG-6569ec110330cb15a354971ccbf8315f.md5 b/.godot/imported/SA010.JPG-6569ec110330cb15a354971ccbf8315f.md5 new file mode 100644 index 00000000..03761836 --- /dev/null +++ b/.godot/imported/SA010.JPG-6569ec110330cb15a354971ccbf8315f.md5 @@ -0,0 +1,3 @@ +source_md5="f78322440fa2820a2fd9824efca18d23" +dest_md5="cf87af85131a44b00f107dc01ed8e5f3" + diff --git a/.godot/imported/SA018.JPG-3f8651cfaa5bdaa6c70d100169cf0eef.ctex b/.godot/imported/SA018.JPG-3f8651cfaa5bdaa6c70d100169cf0eef.ctex new file mode 100644 index 00000000..838098a6 Binary files /dev/null and b/.godot/imported/SA018.JPG-3f8651cfaa5bdaa6c70d100169cf0eef.ctex differ diff --git a/.godot/imported/SA018.JPG-3f8651cfaa5bdaa6c70d100169cf0eef.md5 b/.godot/imported/SA018.JPG-3f8651cfaa5bdaa6c70d100169cf0eef.md5 new file mode 100644 index 00000000..d047cec8 --- /dev/null +++ b/.godot/imported/SA018.JPG-3f8651cfaa5bdaa6c70d100169cf0eef.md5 @@ -0,0 +1,3 @@ +source_md5="680fda39ab7cc00afe82325de436b62f" +dest_md5="087517d32bd52f76da0369ac1d42dbdf" + diff --git a/.godot/imported/SA018.JPG-7ff274771acb01bde4f17b0369651460.ctex b/.godot/imported/SA018.JPG-7ff274771acb01bde4f17b0369651460.ctex new file mode 100644 index 00000000..838098a6 Binary files /dev/null and b/.godot/imported/SA018.JPG-7ff274771acb01bde4f17b0369651460.ctex differ diff --git a/.godot/imported/SA018.JPG-7ff274771acb01bde4f17b0369651460.md5 b/.godot/imported/SA018.JPG-7ff274771acb01bde4f17b0369651460.md5 new file mode 100644 index 00000000..d047cec8 --- /dev/null +++ b/.godot/imported/SA018.JPG-7ff274771acb01bde4f17b0369651460.md5 @@ -0,0 +1,3 @@ +source_md5="680fda39ab7cc00afe82325de436b62f" +dest_md5="087517d32bd52f76da0369ac1d42dbdf" + diff --git a/.godot/imported/SA019.JPG-21c8dace537f3185eb797a8b1ba20495.ctex b/.godot/imported/SA019.JPG-21c8dace537f3185eb797a8b1ba20495.ctex new file mode 100644 index 00000000..b22ee792 Binary files /dev/null and b/.godot/imported/SA019.JPG-21c8dace537f3185eb797a8b1ba20495.ctex differ diff --git a/.godot/imported/SA019.JPG-21c8dace537f3185eb797a8b1ba20495.md5 b/.godot/imported/SA019.JPG-21c8dace537f3185eb797a8b1ba20495.md5 new file mode 100644 index 00000000..f8238880 --- /dev/null +++ b/.godot/imported/SA019.JPG-21c8dace537f3185eb797a8b1ba20495.md5 @@ -0,0 +1,3 @@ +source_md5="3d5725085d41c76012540f73c54ed156" +dest_md5="bbd0dc9e11f2fae950ac37048b3d2f30" + diff --git a/.godot/imported/SA019.JPG-8acf52e909a70e2db36129ea5563b8c9.ctex b/.godot/imported/SA019.JPG-8acf52e909a70e2db36129ea5563b8c9.ctex new file mode 100644 index 00000000..b22ee792 Binary files /dev/null and b/.godot/imported/SA019.JPG-8acf52e909a70e2db36129ea5563b8c9.ctex differ diff --git a/.godot/imported/SA019.JPG-8acf52e909a70e2db36129ea5563b8c9.md5 b/.godot/imported/SA019.JPG-8acf52e909a70e2db36129ea5563b8c9.md5 new file mode 100644 index 00000000..f8238880 --- /dev/null +++ b/.godot/imported/SA019.JPG-8acf52e909a70e2db36129ea5563b8c9.md5 @@ -0,0 +1,3 @@ +source_md5="3d5725085d41c76012540f73c54ed156" +dest_md5="bbd0dc9e11f2fae950ac37048b3d2f30" + diff --git a/.godot/imported/SA021.JPG-03e7c28ca9bb2b29be8d857f00125b56.ctex b/.godot/imported/SA021.JPG-03e7c28ca9bb2b29be8d857f00125b56.ctex new file mode 100644 index 00000000..adcfef29 Binary files /dev/null and b/.godot/imported/SA021.JPG-03e7c28ca9bb2b29be8d857f00125b56.ctex differ diff --git a/.godot/imported/SA021.JPG-03e7c28ca9bb2b29be8d857f00125b56.md5 b/.godot/imported/SA021.JPG-03e7c28ca9bb2b29be8d857f00125b56.md5 new file mode 100644 index 00000000..46d97e04 --- /dev/null +++ b/.godot/imported/SA021.JPG-03e7c28ca9bb2b29be8d857f00125b56.md5 @@ -0,0 +1,3 @@ +source_md5="4f127741ece73aea8d918f244e635835" +dest_md5="348b57522c4e71bb1f39a5e3beae88d9" + diff --git a/.godot/imported/SA021.JPG-f8881dc6b7b6486db1c5bf9d08e1dfb2.ctex b/.godot/imported/SA021.JPG-f8881dc6b7b6486db1c5bf9d08e1dfb2.ctex new file mode 100644 index 00000000..adcfef29 Binary files /dev/null and b/.godot/imported/SA021.JPG-f8881dc6b7b6486db1c5bf9d08e1dfb2.ctex differ diff --git a/.godot/imported/SA021.JPG-f8881dc6b7b6486db1c5bf9d08e1dfb2.md5 b/.godot/imported/SA021.JPG-f8881dc6b7b6486db1c5bf9d08e1dfb2.md5 new file mode 100644 index 00000000..46d97e04 --- /dev/null +++ b/.godot/imported/SA021.JPG-f8881dc6b7b6486db1c5bf9d08e1dfb2.md5 @@ -0,0 +1,3 @@ +source_md5="4f127741ece73aea8d918f244e635835" +dest_md5="348b57522c4e71bb1f39a5e3beae88d9" + diff --git a/.godot/imported/SA024.JPG-3ba4d687213c31f8733929d384d06087.ctex b/.godot/imported/SA024.JPG-3ba4d687213c31f8733929d384d06087.ctex new file mode 100644 index 00000000..fe302a52 Binary files /dev/null and b/.godot/imported/SA024.JPG-3ba4d687213c31f8733929d384d06087.ctex differ diff --git a/.godot/imported/SA024.JPG-3ba4d687213c31f8733929d384d06087.md5 b/.godot/imported/SA024.JPG-3ba4d687213c31f8733929d384d06087.md5 new file mode 100644 index 00000000..d29b6cff --- /dev/null +++ b/.godot/imported/SA024.JPG-3ba4d687213c31f8733929d384d06087.md5 @@ -0,0 +1,3 @@ +source_md5="7c32e1f37ce3769bc5b127f1c40c2fa8" +dest_md5="7b603faecb95508a6464fc097ea9c5a8" + diff --git a/.godot/imported/SA024.JPG-d529bb53912a771def0547a850231661.ctex b/.godot/imported/SA024.JPG-d529bb53912a771def0547a850231661.ctex new file mode 100644 index 00000000..fe302a52 Binary files /dev/null and b/.godot/imported/SA024.JPG-d529bb53912a771def0547a850231661.ctex differ diff --git a/.godot/imported/SA024.JPG-d529bb53912a771def0547a850231661.md5 b/.godot/imported/SA024.JPG-d529bb53912a771def0547a850231661.md5 new file mode 100644 index 00000000..d29b6cff --- /dev/null +++ b/.godot/imported/SA024.JPG-d529bb53912a771def0547a850231661.md5 @@ -0,0 +1,3 @@ +source_md5="7c32e1f37ce3769bc5b127f1c40c2fa8" +dest_md5="7b603faecb95508a6464fc097ea9c5a8" + diff --git a/.godot/imported/SA064.JPG-a773600343aeb0a39b0887a9da980d2e.ctex b/.godot/imported/SA064.JPG-a773600343aeb0a39b0887a9da980d2e.ctex new file mode 100644 index 00000000..94912cdb Binary files /dev/null and b/.godot/imported/SA064.JPG-a773600343aeb0a39b0887a9da980d2e.ctex differ diff --git a/.godot/imported/SA064.JPG-a773600343aeb0a39b0887a9da980d2e.md5 b/.godot/imported/SA064.JPG-a773600343aeb0a39b0887a9da980d2e.md5 new file mode 100644 index 00000000..af04fa61 --- /dev/null +++ b/.godot/imported/SA064.JPG-a773600343aeb0a39b0887a9da980d2e.md5 @@ -0,0 +1,3 @@ +source_md5="4ce133a29b276bfb05bfbd97977df458" +dest_md5="0e07c2b000245f041b8e965ecc4e31b0" + diff --git a/.godot/imported/SA064.JPG-f4ce5fc7bf25f1b5ef556eee7b4e3145.ctex b/.godot/imported/SA064.JPG-f4ce5fc7bf25f1b5ef556eee7b4e3145.ctex new file mode 100644 index 00000000..94912cdb Binary files /dev/null and b/.godot/imported/SA064.JPG-f4ce5fc7bf25f1b5ef556eee7b4e3145.ctex differ diff --git a/.godot/imported/SA064.JPG-f4ce5fc7bf25f1b5ef556eee7b4e3145.md5 b/.godot/imported/SA064.JPG-f4ce5fc7bf25f1b5ef556eee7b4e3145.md5 new file mode 100644 index 00000000..af04fa61 --- /dev/null +++ b/.godot/imported/SA064.JPG-f4ce5fc7bf25f1b5ef556eee7b4e3145.md5 @@ -0,0 +1,3 @@ +source_md5="4ce133a29b276bfb05bfbd97977df458" +dest_md5="0e07c2b000245f041b8e965ecc4e31b0" + diff --git a/.godot/imported/SA067.JPG-0f709ea2aa1e4e6c1df45cd3460d6463.ctex b/.godot/imported/SA067.JPG-0f709ea2aa1e4e6c1df45cd3460d6463.ctex new file mode 100644 index 00000000..0204b2be Binary files /dev/null and b/.godot/imported/SA067.JPG-0f709ea2aa1e4e6c1df45cd3460d6463.ctex differ diff --git a/.godot/imported/SA067.JPG-0f709ea2aa1e4e6c1df45cd3460d6463.md5 b/.godot/imported/SA067.JPG-0f709ea2aa1e4e6c1df45cd3460d6463.md5 new file mode 100644 index 00000000..ba55f8db --- /dev/null +++ b/.godot/imported/SA067.JPG-0f709ea2aa1e4e6c1df45cd3460d6463.md5 @@ -0,0 +1,3 @@ +source_md5="a3d9175835feaf1d3046f11d7ca670d7" +dest_md5="341592ef00795348abbbc96d97fd1102" + diff --git a/.godot/imported/SA067.JPG-fd0408fd85fe416b2883789340a92b68.ctex b/.godot/imported/SA067.JPG-fd0408fd85fe416b2883789340a92b68.ctex new file mode 100644 index 00000000..0204b2be Binary files /dev/null and b/.godot/imported/SA067.JPG-fd0408fd85fe416b2883789340a92b68.ctex differ diff --git a/.godot/imported/SA067.JPG-fd0408fd85fe416b2883789340a92b68.md5 b/.godot/imported/SA067.JPG-fd0408fd85fe416b2883789340a92b68.md5 new file mode 100644 index 00000000..ba55f8db --- /dev/null +++ b/.godot/imported/SA067.JPG-fd0408fd85fe416b2883789340a92b68.md5 @@ -0,0 +1,3 @@ +source_md5="a3d9175835feaf1d3046f11d7ca670d7" +dest_md5="341592ef00795348abbbc96d97fd1102" + diff --git a/.godot/imported/SA069.JPG-4b758746fb760b3ab417af064e292ea0.ctex b/.godot/imported/SA069.JPG-4b758746fb760b3ab417af064e292ea0.ctex new file mode 100644 index 00000000..9a9b5e68 Binary files /dev/null and b/.godot/imported/SA069.JPG-4b758746fb760b3ab417af064e292ea0.ctex differ diff --git a/.godot/imported/SA069.JPG-4b758746fb760b3ab417af064e292ea0.md5 b/.godot/imported/SA069.JPG-4b758746fb760b3ab417af064e292ea0.md5 new file mode 100644 index 00000000..3b2a4a2c --- /dev/null +++ b/.godot/imported/SA069.JPG-4b758746fb760b3ab417af064e292ea0.md5 @@ -0,0 +1,3 @@ +source_md5="63e08c91e231a44efb1a739557ffc9ff" +dest_md5="428c816aa8f2f168a59e9e81f4c8db0a" + diff --git a/.godot/imported/SA069.JPG-4c41741080761cbba18fa524dc0fe243.ctex b/.godot/imported/SA069.JPG-4c41741080761cbba18fa524dc0fe243.ctex new file mode 100644 index 00000000..9a9b5e68 Binary files /dev/null and b/.godot/imported/SA069.JPG-4c41741080761cbba18fa524dc0fe243.ctex differ diff --git a/.godot/imported/SA069.JPG-4c41741080761cbba18fa524dc0fe243.md5 b/.godot/imported/SA069.JPG-4c41741080761cbba18fa524dc0fe243.md5 new file mode 100644 index 00000000..3b2a4a2c --- /dev/null +++ b/.godot/imported/SA069.JPG-4c41741080761cbba18fa524dc0fe243.md5 @@ -0,0 +1,3 @@ +source_md5="63e08c91e231a44efb1a739557ffc9ff" +dest_md5="428c816aa8f2f168a59e9e81f4c8db0a" + diff --git a/.godot/imported/SA133.JPG-6b7443be21cee0ca127c18d0efb43970.ctex b/.godot/imported/SA133.JPG-6b7443be21cee0ca127c18d0efb43970.ctex new file mode 100644 index 00000000..b8e93c3c Binary files /dev/null and b/.godot/imported/SA133.JPG-6b7443be21cee0ca127c18d0efb43970.ctex differ diff --git a/.godot/imported/SA133.JPG-6b7443be21cee0ca127c18d0efb43970.md5 b/.godot/imported/SA133.JPG-6b7443be21cee0ca127c18d0efb43970.md5 new file mode 100644 index 00000000..854a1fb7 --- /dev/null +++ b/.godot/imported/SA133.JPG-6b7443be21cee0ca127c18d0efb43970.md5 @@ -0,0 +1,3 @@ +source_md5="da09e8a8ed53c540df631bb5fcb560fc" +dest_md5="ebaac713e6fc2d94bad71fd89ff72666" + diff --git a/.godot/imported/SA133.JPG-be77b94197dcfde96d6fd09b002b946c.ctex b/.godot/imported/SA133.JPG-be77b94197dcfde96d6fd09b002b946c.ctex new file mode 100644 index 00000000..b8e93c3c Binary files /dev/null and b/.godot/imported/SA133.JPG-be77b94197dcfde96d6fd09b002b946c.ctex differ diff --git a/.godot/imported/SA133.JPG-be77b94197dcfde96d6fd09b002b946c.md5 b/.godot/imported/SA133.JPG-be77b94197dcfde96d6fd09b002b946c.md5 new file mode 100644 index 00000000..854a1fb7 --- /dev/null +++ b/.godot/imported/SA133.JPG-be77b94197dcfde96d6fd09b002b946c.md5 @@ -0,0 +1,3 @@ +source_md5="da09e8a8ed53c540df631bb5fcb560fc" +dest_md5="ebaac713e6fc2d94bad71fd89ff72666" + diff --git a/.godot/imported/SA140.JPG-31908f3fe1926a8e4d50e1ccb120bfb5.ctex b/.godot/imported/SA140.JPG-31908f3fe1926a8e4d50e1ccb120bfb5.ctex new file mode 100644 index 00000000..0cd77135 Binary files /dev/null and b/.godot/imported/SA140.JPG-31908f3fe1926a8e4d50e1ccb120bfb5.ctex differ diff --git a/.godot/imported/SA140.JPG-31908f3fe1926a8e4d50e1ccb120bfb5.md5 b/.godot/imported/SA140.JPG-31908f3fe1926a8e4d50e1ccb120bfb5.md5 new file mode 100644 index 00000000..20248ee9 --- /dev/null +++ b/.godot/imported/SA140.JPG-31908f3fe1926a8e4d50e1ccb120bfb5.md5 @@ -0,0 +1,3 @@ +source_md5="7d07e860bead5168125132ea03037f9a" +dest_md5="37d6b64ef81b8c26ec49f899e83ee3d3" + diff --git a/.godot/imported/SA140.JPG-74cd28643f0219d82056fe12780f54b1.ctex b/.godot/imported/SA140.JPG-74cd28643f0219d82056fe12780f54b1.ctex new file mode 100644 index 00000000..0cd77135 Binary files /dev/null and b/.godot/imported/SA140.JPG-74cd28643f0219d82056fe12780f54b1.ctex differ diff --git a/.godot/imported/SA140.JPG-74cd28643f0219d82056fe12780f54b1.md5 b/.godot/imported/SA140.JPG-74cd28643f0219d82056fe12780f54b1.md5 new file mode 100644 index 00000000..20248ee9 --- /dev/null +++ b/.godot/imported/SA140.JPG-74cd28643f0219d82056fe12780f54b1.md5 @@ -0,0 +1,3 @@ +source_md5="7d07e860bead5168125132ea03037f9a" +dest_md5="37d6b64ef81b8c26ec49f899e83ee3d3" + diff --git a/.godot/imported/SA142.JPG-842af2946cc439a9e0e01377097b3be8.ctex b/.godot/imported/SA142.JPG-842af2946cc439a9e0e01377097b3be8.ctex new file mode 100644 index 00000000..32bba11a Binary files /dev/null and b/.godot/imported/SA142.JPG-842af2946cc439a9e0e01377097b3be8.ctex differ diff --git a/.godot/imported/SA142.JPG-842af2946cc439a9e0e01377097b3be8.md5 b/.godot/imported/SA142.JPG-842af2946cc439a9e0e01377097b3be8.md5 new file mode 100644 index 00000000..f5ac35bc --- /dev/null +++ b/.godot/imported/SA142.JPG-842af2946cc439a9e0e01377097b3be8.md5 @@ -0,0 +1,3 @@ +source_md5="e7c102b49f6e65677689d2501c5dcd54" +dest_md5="18924ad4baed9840fd51ceac246eea37" + diff --git a/.godot/imported/SA142.JPG-ad73e72532635ad8a30cdfba6b4c1f20.ctex b/.godot/imported/SA142.JPG-ad73e72532635ad8a30cdfba6b4c1f20.ctex new file mode 100644 index 00000000..32bba11a Binary files /dev/null and b/.godot/imported/SA142.JPG-ad73e72532635ad8a30cdfba6b4c1f20.ctex differ diff --git a/.godot/imported/SA142.JPG-ad73e72532635ad8a30cdfba6b4c1f20.md5 b/.godot/imported/SA142.JPG-ad73e72532635ad8a30cdfba6b4c1f20.md5 new file mode 100644 index 00000000..f5ac35bc --- /dev/null +++ b/.godot/imported/SA142.JPG-ad73e72532635ad8a30cdfba6b4c1f20.md5 @@ -0,0 +1,3 @@ +source_md5="e7c102b49f6e65677689d2501c5dcd54" +dest_md5="18924ad4baed9840fd51ceac246eea37" + diff --git a/.godot/imported/SA145.JPG-a165234babadf290269bb1672d54f25c.ctex b/.godot/imported/SA145.JPG-a165234babadf290269bb1672d54f25c.ctex new file mode 100644 index 00000000..4344a979 Binary files /dev/null and b/.godot/imported/SA145.JPG-a165234babadf290269bb1672d54f25c.ctex differ diff --git a/.godot/imported/SA145.JPG-a165234babadf290269bb1672d54f25c.md5 b/.godot/imported/SA145.JPG-a165234babadf290269bb1672d54f25c.md5 new file mode 100644 index 00000000..2855c9a0 --- /dev/null +++ b/.godot/imported/SA145.JPG-a165234babadf290269bb1672d54f25c.md5 @@ -0,0 +1,3 @@ +source_md5="862c45f0ab5f2203fae3678c96192b96" +dest_md5="6a57730cb3339b904f310e92ffcae546" + diff --git a/.godot/imported/SA145.JPG-ff090e9af6e3f36975248f85c8f44d0c.ctex b/.godot/imported/SA145.JPG-ff090e9af6e3f36975248f85c8f44d0c.ctex new file mode 100644 index 00000000..4344a979 Binary files /dev/null and b/.godot/imported/SA145.JPG-ff090e9af6e3f36975248f85c8f44d0c.ctex differ diff --git a/.godot/imported/SA145.JPG-ff090e9af6e3f36975248f85c8f44d0c.md5 b/.godot/imported/SA145.JPG-ff090e9af6e3f36975248f85c8f44d0c.md5 new file mode 100644 index 00000000..2855c9a0 --- /dev/null +++ b/.godot/imported/SA145.JPG-ff090e9af6e3f36975248f85c8f44d0c.md5 @@ -0,0 +1,3 @@ +source_md5="862c45f0ab5f2203fae3678c96192b96" +dest_md5="6a57730cb3339b904f310e92ffcae546" + diff --git a/.godot/imported/SA146.JPG-7c0f63061c92174f306ad9bd7dfdcdf3.ctex b/.godot/imported/SA146.JPG-7c0f63061c92174f306ad9bd7dfdcdf3.ctex new file mode 100644 index 00000000..695bc4e3 Binary files /dev/null and b/.godot/imported/SA146.JPG-7c0f63061c92174f306ad9bd7dfdcdf3.ctex differ diff --git a/.godot/imported/SA146.JPG-7c0f63061c92174f306ad9bd7dfdcdf3.md5 b/.godot/imported/SA146.JPG-7c0f63061c92174f306ad9bd7dfdcdf3.md5 new file mode 100644 index 00000000..885bb6a1 --- /dev/null +++ b/.godot/imported/SA146.JPG-7c0f63061c92174f306ad9bd7dfdcdf3.md5 @@ -0,0 +1,3 @@ +source_md5="8a80f94570f9588fa9fc763d4f84cefa" +dest_md5="5d066db893111d8de461edebf2d7fb55" + diff --git a/.godot/imported/SA146.JPG-9069f007d45adc20feb2f9dd6285b54a.ctex b/.godot/imported/SA146.JPG-9069f007d45adc20feb2f9dd6285b54a.ctex new file mode 100644 index 00000000..695bc4e3 Binary files /dev/null and b/.godot/imported/SA146.JPG-9069f007d45adc20feb2f9dd6285b54a.ctex differ diff --git a/.godot/imported/SA146.JPG-9069f007d45adc20feb2f9dd6285b54a.md5 b/.godot/imported/SA146.JPG-9069f007d45adc20feb2f9dd6285b54a.md5 new file mode 100644 index 00000000..885bb6a1 --- /dev/null +++ b/.godot/imported/SA146.JPG-9069f007d45adc20feb2f9dd6285b54a.md5 @@ -0,0 +1,3 @@ +source_md5="8a80f94570f9588fa9fc763d4f84cefa" +dest_md5="5d066db893111d8de461edebf2d7fb55" + diff --git a/.godot/imported/SA150.JPG-bf032fd8932190970c68e47f4b70b317.ctex b/.godot/imported/SA150.JPG-bf032fd8932190970c68e47f4b70b317.ctex new file mode 100644 index 00000000..0fcd44ce Binary files /dev/null and b/.godot/imported/SA150.JPG-bf032fd8932190970c68e47f4b70b317.ctex differ diff --git a/.godot/imported/SA150.JPG-bf032fd8932190970c68e47f4b70b317.md5 b/.godot/imported/SA150.JPG-bf032fd8932190970c68e47f4b70b317.md5 new file mode 100644 index 00000000..6246ee5c --- /dev/null +++ b/.godot/imported/SA150.JPG-bf032fd8932190970c68e47f4b70b317.md5 @@ -0,0 +1,3 @@ +source_md5="22b80874835d7c7aa0b2452b5b4c48d7" +dest_md5="3df65bd19aa6d5cd12a97f074a5ea174" + diff --git a/.godot/imported/SA150.JPG-c1401034d86a3bf0fdacbea26fb3c1da.ctex b/.godot/imported/SA150.JPG-c1401034d86a3bf0fdacbea26fb3c1da.ctex new file mode 100644 index 00000000..0fcd44ce Binary files /dev/null and b/.godot/imported/SA150.JPG-c1401034d86a3bf0fdacbea26fb3c1da.ctex differ diff --git a/.godot/imported/SA150.JPG-c1401034d86a3bf0fdacbea26fb3c1da.md5 b/.godot/imported/SA150.JPG-c1401034d86a3bf0fdacbea26fb3c1da.md5 new file mode 100644 index 00000000..6246ee5c --- /dev/null +++ b/.godot/imported/SA150.JPG-c1401034d86a3bf0fdacbea26fb3c1da.md5 @@ -0,0 +1,3 @@ +source_md5="22b80874835d7c7aa0b2452b5b4c48d7" +dest_md5="3df65bd19aa6d5cd12a97f074a5ea174" + diff --git a/.godot/imported/SA163.JPG-57de245813e355785616dc75daf240f7.ctex b/.godot/imported/SA163.JPG-57de245813e355785616dc75daf240f7.ctex new file mode 100644 index 00000000..73e314a2 Binary files /dev/null and b/.godot/imported/SA163.JPG-57de245813e355785616dc75daf240f7.ctex differ diff --git a/.godot/imported/SA163.JPG-57de245813e355785616dc75daf240f7.md5 b/.godot/imported/SA163.JPG-57de245813e355785616dc75daf240f7.md5 new file mode 100644 index 00000000..f13b1a0a --- /dev/null +++ b/.godot/imported/SA163.JPG-57de245813e355785616dc75daf240f7.md5 @@ -0,0 +1,3 @@ +source_md5="27be6e713a140d4c1dd5cb16477665a4" +dest_md5="3df1d0ee89c7b2d07646c6bdf7319a32" + diff --git a/.godot/imported/SA163.JPG-962a3c08697c75f327ecf43c48c60cc6.ctex b/.godot/imported/SA163.JPG-962a3c08697c75f327ecf43c48c60cc6.ctex new file mode 100644 index 00000000..73e314a2 Binary files /dev/null and b/.godot/imported/SA163.JPG-962a3c08697c75f327ecf43c48c60cc6.ctex differ diff --git a/.godot/imported/SA163.JPG-962a3c08697c75f327ecf43c48c60cc6.md5 b/.godot/imported/SA163.JPG-962a3c08697c75f327ecf43c48c60cc6.md5 new file mode 100644 index 00000000..f13b1a0a --- /dev/null +++ b/.godot/imported/SA163.JPG-962a3c08697c75f327ecf43c48c60cc6.md5 @@ -0,0 +1,3 @@ +source_md5="27be6e713a140d4c1dd5cb16477665a4" +dest_md5="3df1d0ee89c7b2d07646c6bdf7319a32" + diff --git a/.godot/imported/SA164.JPG-4ed993d5e86050147d07fbfceb7796de.ctex b/.godot/imported/SA164.JPG-4ed993d5e86050147d07fbfceb7796de.ctex new file mode 100644 index 00000000..5fc2f69a Binary files /dev/null and b/.godot/imported/SA164.JPG-4ed993d5e86050147d07fbfceb7796de.ctex differ diff --git a/.godot/imported/SA164.JPG-4ed993d5e86050147d07fbfceb7796de.md5 b/.godot/imported/SA164.JPG-4ed993d5e86050147d07fbfceb7796de.md5 new file mode 100644 index 00000000..53bf1bb5 --- /dev/null +++ b/.godot/imported/SA164.JPG-4ed993d5e86050147d07fbfceb7796de.md5 @@ -0,0 +1,3 @@ +source_md5="e5d557f9e13d576e1ac58fe8b75aaf70" +dest_md5="bf5439f7d97fa95f330cfd13f30809a0" + diff --git a/.godot/imported/SA164.JPG-c540b23c65f5c2c3148748414bb6b3f3.ctex b/.godot/imported/SA164.JPG-c540b23c65f5c2c3148748414bb6b3f3.ctex new file mode 100644 index 00000000..5fc2f69a Binary files /dev/null and b/.godot/imported/SA164.JPG-c540b23c65f5c2c3148748414bb6b3f3.ctex differ diff --git a/.godot/imported/SA164.JPG-c540b23c65f5c2c3148748414bb6b3f3.md5 b/.godot/imported/SA164.JPG-c540b23c65f5c2c3148748414bb6b3f3.md5 new file mode 100644 index 00000000..53bf1bb5 --- /dev/null +++ b/.godot/imported/SA164.JPG-c540b23c65f5c2c3148748414bb6b3f3.md5 @@ -0,0 +1,3 @@ +source_md5="e5d557f9e13d576e1ac58fe8b75aaf70" +dest_md5="bf5439f7d97fa95f330cfd13f30809a0" + diff --git a/.godot/imported/SA197.JPG-09d39837113d8a09cb1e6f38c72d83ab.ctex b/.godot/imported/SA197.JPG-09d39837113d8a09cb1e6f38c72d83ab.ctex new file mode 100644 index 00000000..df7b6cc7 Binary files /dev/null and b/.godot/imported/SA197.JPG-09d39837113d8a09cb1e6f38c72d83ab.ctex differ diff --git a/.godot/imported/SA197.JPG-09d39837113d8a09cb1e6f38c72d83ab.md5 b/.godot/imported/SA197.JPG-09d39837113d8a09cb1e6f38c72d83ab.md5 new file mode 100644 index 00000000..bc3b52c2 --- /dev/null +++ b/.godot/imported/SA197.JPG-09d39837113d8a09cb1e6f38c72d83ab.md5 @@ -0,0 +1,3 @@ +source_md5="b5ce272bbe3089976623271fe6e4cfeb" +dest_md5="c622439aeb80b8e34f9150debe820fba" + diff --git a/.godot/imported/SA197.JPG-f7649dd3cf40b35184a2e2a8ab39635f.ctex b/.godot/imported/SA197.JPG-f7649dd3cf40b35184a2e2a8ab39635f.ctex new file mode 100644 index 00000000..df7b6cc7 Binary files /dev/null and b/.godot/imported/SA197.JPG-f7649dd3cf40b35184a2e2a8ab39635f.ctex differ diff --git a/.godot/imported/SA197.JPG-f7649dd3cf40b35184a2e2a8ab39635f.md5 b/.godot/imported/SA197.JPG-f7649dd3cf40b35184a2e2a8ab39635f.md5 new file mode 100644 index 00000000..bc3b52c2 --- /dev/null +++ b/.godot/imported/SA197.JPG-f7649dd3cf40b35184a2e2a8ab39635f.md5 @@ -0,0 +1,3 @@ +source_md5="b5ce272bbe3089976623271fe6e4cfeb" +dest_md5="c622439aeb80b8e34f9150debe820fba" + diff --git a/.godot/imported/SA198.JPG-6188e7a660ff781c41bec7e972b4fa21.md5 b/.godot/imported/SA198.JPG-6188e7a660ff781c41bec7e972b4fa21.md5 new file mode 100644 index 00000000..8ccbedd6 --- /dev/null +++ b/.godot/imported/SA198.JPG-6188e7a660ff781c41bec7e972b4fa21.md5 @@ -0,0 +1,3 @@ +source_md5="70df6df651d8917496753e1101221f03" +dest_md5="5008018dc8924972da98e43131ef0365" + diff --git a/.godot/imported/SA198.JPG-6188e7a660ff781c41bec7e972b4fa21.s3tc.ctex b/.godot/imported/SA198.JPG-6188e7a660ff781c41bec7e972b4fa21.s3tc.ctex new file mode 100644 index 00000000..573fdf77 Binary files /dev/null and b/.godot/imported/SA198.JPG-6188e7a660ff781c41bec7e972b4fa21.s3tc.ctex differ diff --git a/.godot/imported/SA198.JPG-654932f17db4a97d98e0bcff8018c044.md5 b/.godot/imported/SA198.JPG-654932f17db4a97d98e0bcff8018c044.md5 new file mode 100644 index 00000000..8ccbedd6 --- /dev/null +++ b/.godot/imported/SA198.JPG-654932f17db4a97d98e0bcff8018c044.md5 @@ -0,0 +1,3 @@ +source_md5="70df6df651d8917496753e1101221f03" +dest_md5="5008018dc8924972da98e43131ef0365" + diff --git a/.godot/imported/SA198.JPG-654932f17db4a97d98e0bcff8018c044.s3tc.ctex b/.godot/imported/SA198.JPG-654932f17db4a97d98e0bcff8018c044.s3tc.ctex new file mode 100644 index 00000000..573fdf77 Binary files /dev/null and b/.godot/imported/SA198.JPG-654932f17db4a97d98e0bcff8018c044.s3tc.ctex differ diff --git a/.godot/imported/SA199.JPG-1d3452293c2a4a9dd25c0efc3049f651.ctex b/.godot/imported/SA199.JPG-1d3452293c2a4a9dd25c0efc3049f651.ctex new file mode 100644 index 00000000..b92afed7 Binary files /dev/null and b/.godot/imported/SA199.JPG-1d3452293c2a4a9dd25c0efc3049f651.ctex differ diff --git a/.godot/imported/SA199.JPG-1d3452293c2a4a9dd25c0efc3049f651.md5 b/.godot/imported/SA199.JPG-1d3452293c2a4a9dd25c0efc3049f651.md5 new file mode 100644 index 00000000..1afd96ae --- /dev/null +++ b/.godot/imported/SA199.JPG-1d3452293c2a4a9dd25c0efc3049f651.md5 @@ -0,0 +1,3 @@ +source_md5="9cdab8f38c3f4550dc49d0b038c74150" +dest_md5="aac0ee574329cbb999da84eaa66a3078" + diff --git a/.godot/imported/SA199.JPG-a8836dde0c6f58300efe6ca0271b919f.ctex b/.godot/imported/SA199.JPG-a8836dde0c6f58300efe6ca0271b919f.ctex new file mode 100644 index 00000000..b92afed7 Binary files /dev/null and b/.godot/imported/SA199.JPG-a8836dde0c6f58300efe6ca0271b919f.ctex differ diff --git a/.godot/imported/SA199.JPG-a8836dde0c6f58300efe6ca0271b919f.md5 b/.godot/imported/SA199.JPG-a8836dde0c6f58300efe6ca0271b919f.md5 new file mode 100644 index 00000000..1afd96ae --- /dev/null +++ b/.godot/imported/SA199.JPG-a8836dde0c6f58300efe6ca0271b919f.md5 @@ -0,0 +1,3 @@ +source_md5="9cdab8f38c3f4550dc49d0b038c74150" +dest_md5="aac0ee574329cbb999da84eaa66a3078" + diff --git a/.godot/imported/SA200.JPG-000eac3f1098b65258816543d1b2ab3c.ctex b/.godot/imported/SA200.JPG-000eac3f1098b65258816543d1b2ab3c.ctex new file mode 100644 index 00000000..7010fdca Binary files /dev/null and b/.godot/imported/SA200.JPG-000eac3f1098b65258816543d1b2ab3c.ctex differ diff --git a/.godot/imported/SA200.JPG-000eac3f1098b65258816543d1b2ab3c.md5 b/.godot/imported/SA200.JPG-000eac3f1098b65258816543d1b2ab3c.md5 new file mode 100644 index 00000000..34dec1cb --- /dev/null +++ b/.godot/imported/SA200.JPG-000eac3f1098b65258816543d1b2ab3c.md5 @@ -0,0 +1,3 @@ +source_md5="d69355139585e03e2a72208427b06c6d" +dest_md5="5f7070d9b8545ad7b764035c536e96fe" + diff --git a/.godot/imported/SA200.JPG-e1f4263f51e959ed9a5baafa120e9585.ctex b/.godot/imported/SA200.JPG-e1f4263f51e959ed9a5baafa120e9585.ctex new file mode 100644 index 00000000..7010fdca Binary files /dev/null and b/.godot/imported/SA200.JPG-e1f4263f51e959ed9a5baafa120e9585.ctex differ diff --git a/.godot/imported/SA200.JPG-e1f4263f51e959ed9a5baafa120e9585.md5 b/.godot/imported/SA200.JPG-e1f4263f51e959ed9a5baafa120e9585.md5 new file mode 100644 index 00000000..34dec1cb --- /dev/null +++ b/.godot/imported/SA200.JPG-e1f4263f51e959ed9a5baafa120e9585.md5 @@ -0,0 +1,3 @@ +source_md5="d69355139585e03e2a72208427b06c6d" +dest_md5="5f7070d9b8545ad7b764035c536e96fe" + diff --git a/.godot/imported/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.md5 b/.godot/imported/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.md5 new file mode 100644 index 00000000..2776cedf --- /dev/null +++ b/.godot/imported/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.md5 @@ -0,0 +1,3 @@ +source_md5="00c54c94d35a33d4083ed3bd4f8b9467" +dest_md5="c06f3687e152256fbecaa17f9515ffe4" + diff --git a/.godot/imported/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.oggvorbisstr b/.godot/imported/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.oggvorbisstr new file mode 100644 index 00000000..d12edc98 Binary files /dev/null and b/.godot/imported/SE_BTL_BKN_10.ogg-f6ec6e0e609e9f325bcd12539236b4be.oggvorbisstr differ diff --git a/.godot/imported/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.md5 b/.godot/imported/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.md5 new file mode 100644 index 00000000..bfdf1750 --- /dev/null +++ b/.godot/imported/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.md5 @@ -0,0 +1,3 @@ +source_md5="27a81cca7684ae5ca7db484401863eda" +dest_md5="6e24525aebc0fa07f3660b8b8a1e0d67" + diff --git a/.godot/imported/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.oggvorbisstr b/.godot/imported/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.oggvorbisstr new file mode 100644 index 00000000..f7323bcf Binary files /dev/null and b/.godot/imported/SE_BTL_BKN_21.ogg-18929f982e62102e29a8439d9e3e6246.oggvorbisstr differ diff --git a/.godot/imported/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.md5 b/.godot/imported/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.md5 new file mode 100644 index 00000000..f2d5fb6f --- /dev/null +++ b/.godot/imported/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.md5 @@ -0,0 +1,3 @@ +source_md5="ab22c7f7af722dcb6774ef07e05da115" +dest_md5="dd330fef060a053efca368223a61b1ce" + diff --git a/.godot/imported/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.scn b/.godot/imported/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.scn new file mode 100644 index 00000000..06571d53 Binary files /dev/null and b/.godot/imported/SMALL DEAD END.glb-f0d4628e34039a5d540c4414537621c4.scn differ diff --git a/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.ctex b/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.ctex differ diff --git a/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.md5 b/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.s3tc.ctex b/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_BATHEAD.png-419c8f38d19892ca1ae8ebb0925c7458.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.ctex b/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.ctex differ diff --git a/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.md5 b/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.s3tc.ctex b/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_BATHEAD_10.png-dec4085608cda023cfc72af24ceae2a0.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.ctex b/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.ctex differ diff --git a/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.md5 b/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.s3tc.ctex b/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_CEILING_1.jpg-5a200583cd40d69b0b53128131ff29da.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.ctex b/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.ctex differ diff --git a/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.md5 b/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.s3tc.ctex b/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_CEILING_1_6.jpg-0d44d5a67e71b101754c93eac881b162.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.ctex b/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.ctex differ diff --git a/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.md5 b/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.s3tc.ctex b/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_FLOOR1.jpg-45dda150bda432227ddfa96db95490f7.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.ctex b/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.ctex new file mode 100644 index 00000000..13aab80d Binary files /dev/null and b/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.ctex differ diff --git a/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.md5 b/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.md5 new file mode 100644 index 00000000..df9ec50e --- /dev/null +++ b/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.md5 @@ -0,0 +1,3 @@ +source_md5="5aad0ece79785231c6deb9b306a9d550" +dest_md5="62963caeb7b9503db23183b0b4e65e8c" + diff --git a/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.s3tc.ctex b/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.s3tc.ctex new file mode 100644 index 00000000..ee91ca4f Binary files /dev/null and b/.godot/imported/SMALL DEAD END_STONE_PANEL_1png.png-9a1b92806937fe7d16f8f844d423a18d.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.ctex b/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.ctex new file mode 100644 index 00000000..a8a4920d Binary files /dev/null and b/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.ctex differ diff --git a/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.md5 b/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.md5 new file mode 100644 index 00000000..b5bc604a --- /dev/null +++ b/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.md5 @@ -0,0 +1,3 @@ +source_md5="ca2d1872b479f7846579c5682571764e" +dest_md5="402f9a238f71ebe80de055c0d6446259" + diff --git a/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.s3tc.ctex b/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.s3tc.ctex new file mode 100644 index 00000000..db43b0a4 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_STONE_PANEL_2png.png-b063e60b45b9d034c6a33a6d379efd11.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.ctex b/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.ctex differ diff --git a/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.md5 b/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.s3tc.ctex b/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/SMALL DEAD END_WALL TILE 1.jpg-fc113c4c5f8447e4887b043b0e12c70d.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.ctex b/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.ctex new file mode 100644 index 00000000..5170933e Binary files /dev/null and b/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.ctex differ diff --git a/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.md5 b/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.md5 new file mode 100644 index 00000000..33ce497f --- /dev/null +++ b/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.md5 @@ -0,0 +1,3 @@ +source_md5="af8acb5bc9b0c5aab6d7ab3d0c33ea47" +dest_md5="64f7702b302be0a3e14bb85e3e5246cc" + diff --git a/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.s3tc.ctex b/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.s3tc.ctex new file mode 100644 index 00000000..c6cfc4ab Binary files /dev/null and b/.godot/imported/SMALL DEAD END_hand-tiile.png-aecb17417a9c3b45d2e2fd0fe1a73b52.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.ctex b/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.ctex new file mode 100644 index 00000000..e0024627 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.ctex differ diff --git a/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.md5 b/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.md5 new file mode 100644 index 00000000..136aadbf --- /dev/null +++ b/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.md5 @@ -0,0 +1,3 @@ +source_md5="f23662f00dac1543460dd091822fcd4c" +dest_md5="349388b7fa78659957b6a566ea6338f2" + diff --git a/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.s3tc.ctex b/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.s3tc.ctex new file mode 100644 index 00000000..87cf4234 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_swirled_column.png-26c5157754ba9af7aa0c0a05cb208d72.s3tc.ctex differ diff --git a/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.ctex b/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.ctex new file mode 100644 index 00000000..29b7e999 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.ctex differ diff --git a/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.md5 b/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.md5 new file mode 100644 index 00000000..d40e6756 --- /dev/null +++ b/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.md5 @@ -0,0 +1,3 @@ +source_md5="df7a9d12dd8d44f807701f71e5dffb1e" +dest_md5="721daec41aa6fe7ed818deca27645837" + diff --git a/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.s3tc.ctex b/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.s3tc.ctex new file mode 100644 index 00000000..d45b72e8 Binary files /dev/null and b/.godot/imported/SMALL DEAD END_tile2.png-766dbfb03b71c07958c4890c7e86f653.s3tc.ctex differ diff --git a/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.ctex b/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.ctex new file mode 100644 index 00000000..b33621d5 Binary files /dev/null and b/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.ctex differ diff --git a/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.md5 b/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.md5 new file mode 100644 index 00000000..c61b0585 --- /dev/null +++ b/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.md5 @@ -0,0 +1,3 @@ +source_md5="2b86bd9e23b2a784683e549393f9e913" +dest_md5="59dab683e045e1d6e1143c4bc29277e5" + diff --git a/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.s3tc.ctex b/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.s3tc.ctex new file mode 100644 index 00000000..04d30aa3 Binary files /dev/null and b/.godot/imported/STOIC.PNG-254d4b663f4366c683c07d8a74c29fb5.s3tc.ctex differ diff --git a/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.ctex b/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.ctex new file mode 100644 index 00000000..f7502d49 Binary files /dev/null and b/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.ctex differ diff --git a/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.md5 b/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.md5 new file mode 100644 index 00000000..34d31e39 --- /dev/null +++ b/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.md5 @@ -0,0 +1,3 @@ +source_md5="603738c2548612e06c0fb40a6b1a69ea" +dest_md5="4da312e5bed576fd866d50ff2cf2bd3e" + diff --git a/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.s3tc.ctex b/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.s3tc.ctex new file mode 100644 index 00000000..a7007fe5 Binary files /dev/null and b/.godot/imported/SWAN SWORD.PNG-7ff808d531b475ccc5be81a5523655a0.s3tc.ctex differ diff --git a/.godot/imported/Sample.png-9f5f8067b90aff01c40eec0f7d38cc89.ctex b/.godot/imported/Sample.png-9f5f8067b90aff01c40eec0f7d38cc89.ctex new file mode 100644 index 00000000..6a38a120 Binary files /dev/null and b/.godot/imported/Sample.png-9f5f8067b90aff01c40eec0f7d38cc89.ctex differ diff --git a/.godot/imported/Sample.png-9f5f8067b90aff01c40eec0f7d38cc89.md5 b/.godot/imported/Sample.png-9f5f8067b90aff01c40eec0f7d38cc89.md5 new file mode 100644 index 00000000..7f551f25 --- /dev/null +++ b/.godot/imported/Sample.png-9f5f8067b90aff01c40eec0f7d38cc89.md5 @@ -0,0 +1,3 @@ +source_md5="1b41725917be8b1ea2b782861f944b38" +dest_md5="d4d185e9927a275be4c6e0c22431fe92" + diff --git a/.godot/imported/Sample.png-b9ba082ceee3dc1b80a539a68a42268d.ctex b/.godot/imported/Sample.png-b9ba082ceee3dc1b80a539a68a42268d.ctex new file mode 100644 index 00000000..6a38a120 Binary files /dev/null and b/.godot/imported/Sample.png-b9ba082ceee3dc1b80a539a68a42268d.ctex differ diff --git a/.godot/imported/Sample.png-b9ba082ceee3dc1b80a539a68a42268d.md5 b/.godot/imported/Sample.png-b9ba082ceee3dc1b80a539a68a42268d.md5 new file mode 100644 index 00000000..7f551f25 --- /dev/null +++ b/.godot/imported/Sample.png-b9ba082ceee3dc1b80a539a68a42268d.md5 @@ -0,0 +1,3 @@ +source_md5="1b41725917be8b1ea2b782861f944b38" +dest_md5="d4d185e9927a275be4c6e0c22431fe92" + diff --git a/.godot/imported/Sword listo-3bbcd5610cd7da8df407b5b7a177a396.bin b/.godot/imported/Sword listo-3bbcd5610cd7da8df407b5b7a177a396.bin new file mode 100644 index 00000000..311e259f Binary files /dev/null and b/.godot/imported/Sword listo-3bbcd5610cd7da8df407b5b7a177a396.bin differ diff --git a/.godot/imported/Sword listo-3bbcd5610cd7da8df407b5b7a177a396.gltf b/.godot/imported/Sword listo-3bbcd5610cd7da8df407b5b7a177a396.gltf new file mode 100644 index 00000000..8ff2c3f8 --- /dev/null +++ b/.godot/imported/Sword listo-3bbcd5610cd7da8df407b5b7a177a396.gltf @@ -0,0 +1,314 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":26577.840989216424, + "type":"point", + "name":"Lamp" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cube" + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.481131553649902, + 5.34366512298584, + 6.5076398849487305 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.5033799372418416, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.1904841810464859, + 0.2018997073173523, + 0.2018997073173523, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"mango.001", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.06071890518069267, + 0.022503720596432686, + 0.008611893281340599, + 1 + ], + "metallicFactor":0, + "roughnessFactor":3.140000104904175 + } + }, + { + "doubleSided":true, + "name":"aro", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 1, + 0.5170888900756836, + 0, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":28, + "max":[ + 0.8388063311576843, + 14.117053985595703, + 0.19175979495048523 + ], + "min":[ + -0.8388063311576843, + 0.5096287727355957, + -0.19175979495048523 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":416, + "max":[ + 0.3234221637248993, + -0.2945218086242676, + 0.3234221637248993 + ], + "min":[ + -0.3234221637248993, + -3.4186837673187256, + -0.3234221637248993 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":416, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":624, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":249, + "max":[ + 2.2355754375457764, + 1.0402849912643433, + 0.5172948241233826 + ], + "min":[ + -2.2355754375457764, + -4.474479675292969, + -0.5172948241233826 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":249, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":396, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":336, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":336, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":672, + "target":34963 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":744, + "target":34962 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":5736, + "target":34962 + }, + { + "buffer":0, + "byteLength":1248, + "byteOffset":10728, + "target":34963 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":11976, + "target":34962 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":14964, + "target":34962 + }, + { + "buffer":0, + "byteLength":792, + "byteOffset":17952, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":18744, + "uri":"Sword%20listo-3bbcd5610cd7da8df407b5b7a177a396.bin" + } + ] +} diff --git a/.godot/imported/Sword listo-7d5daa136eb33fbdb5cabb81eabbf1c5.bin b/.godot/imported/Sword listo-7d5daa136eb33fbdb5cabb81eabbf1c5.bin new file mode 100644 index 00000000..311e259f Binary files /dev/null and b/.godot/imported/Sword listo-7d5daa136eb33fbdb5cabb81eabbf1c5.bin differ diff --git a/.godot/imported/Sword listo-7d5daa136eb33fbdb5cabb81eabbf1c5.gltf b/.godot/imported/Sword listo-7d5daa136eb33fbdb5cabb81eabbf1c5.gltf new file mode 100644 index 00000000..b0c65fcb --- /dev/null +++ b/.godot/imported/Sword listo-7d5daa136eb33fbdb5cabb81eabbf1c5.gltf @@ -0,0 +1,314 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":26577.840989216424, + "type":"point", + "name":"Lamp" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cube" + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.481131553649902, + 5.34366512298584, + 6.5076398849487305 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.5033799372418416, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.1904841810464859, + 0.2018997073173523, + 0.2018997073173523, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"mango.001", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.06071890518069267, + 0.022503720596432686, + 0.008611893281340599, + 1 + ], + "metallicFactor":0, + "roughnessFactor":3.140000104904175 + } + }, + { + "doubleSided":true, + "name":"aro", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 1, + 0.5170888900756836, + 0, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":28, + "max":[ + 0.8388063311576843, + 14.117053985595703, + 0.19175979495048523 + ], + "min":[ + -0.8388063311576843, + 0.5096287727355957, + -0.19175979495048523 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":416, + "max":[ + 0.3234221637248993, + -0.2945218086242676, + 0.3234221637248993 + ], + "min":[ + -0.3234221637248993, + -3.4186837673187256, + -0.3234221637248993 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":416, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":624, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":249, + "max":[ + 2.2355754375457764, + 1.0402849912643433, + 0.5172948241233826 + ], + "min":[ + -2.2355754375457764, + -4.474479675292969, + -0.5172948241233826 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":249, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":396, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":336, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":336, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":672, + "target":34963 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":744, + "target":34962 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":5736, + "target":34962 + }, + { + "buffer":0, + "byteLength":1248, + "byteOffset":10728, + "target":34963 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":11976, + "target":34962 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":14964, + "target":34962 + }, + { + "buffer":0, + "byteLength":792, + "byteOffset":17952, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":18744, + "uri":"Sword%20listo-7d5daa136eb33fbdb5cabb81eabbf1c5.bin" + } + ] +} diff --git a/.godot/imported/Sword listo-c265962670e3da01fc090f88cb132d4d.bin b/.godot/imported/Sword listo-c265962670e3da01fc090f88cb132d4d.bin new file mode 100644 index 00000000..311e259f Binary files /dev/null and b/.godot/imported/Sword listo-c265962670e3da01fc090f88cb132d4d.bin differ diff --git a/.godot/imported/Sword listo-c265962670e3da01fc090f88cb132d4d.gltf b/.godot/imported/Sword listo-c265962670e3da01fc090f88cb132d4d.gltf new file mode 100644 index 00000000..345e3376 --- /dev/null +++ b/.godot/imported/Sword listo-c265962670e3da01fc090f88cb132d4d.gltf @@ -0,0 +1,314 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":26577.840989216424, + "type":"point", + "name":"Lamp" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cube" + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.481131553649902, + 5.34366512298584, + 6.5076398849487305 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.5033799372418416, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.1904841810464859, + 0.2018997073173523, + 0.2018997073173523, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"mango.001", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.06071890518069267, + 0.022503720596432686, + 0.008611893281340599, + 1 + ], + "metallicFactor":0, + "roughnessFactor":3.140000104904175 + } + }, + { + "doubleSided":true, + "name":"aro", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 1, + 0.5170888900756836, + 0, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":28, + "max":[ + 0.8388063311576843, + 14.117053985595703, + 0.19175979495048523 + ], + "min":[ + -0.8388063311576843, + 0.5096287727355957, + -0.19175979495048523 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":416, + "max":[ + 0.3234221637248993, + -0.2945218086242676, + 0.3234221637248993 + ], + "min":[ + -0.3234221637248993, + -3.4186837673187256, + -0.3234221637248993 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":416, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":624, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":249, + "max":[ + 2.2355754375457764, + 1.0402849912643433, + 0.5172948241233826 + ], + "min":[ + -2.2355754375457764, + -4.474479675292969, + -0.5172948241233826 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":249, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":396, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":336, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":336, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":672, + "target":34963 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":744, + "target":34962 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":5736, + "target":34962 + }, + { + "buffer":0, + "byteLength":1248, + "byteOffset":10728, + "target":34963 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":11976, + "target":34962 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":14964, + "target":34962 + }, + { + "buffer":0, + "byteLength":792, + "byteOffset":17952, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":18744, + "uri":"Sword%20listo-c265962670e3da01fc090f88cb132d4d.bin" + } + ] +} diff --git a/.godot/imported/Sword listo-d014028d8b5e60bcff8daf9924cc7b2a.bin b/.godot/imported/Sword listo-d014028d8b5e60bcff8daf9924cc7b2a.bin new file mode 100644 index 00000000..311e259f Binary files /dev/null and b/.godot/imported/Sword listo-d014028d8b5e60bcff8daf9924cc7b2a.bin differ diff --git a/.godot/imported/Sword listo-d014028d8b5e60bcff8daf9924cc7b2a.gltf b/.godot/imported/Sword listo-d014028d8b5e60bcff8daf9924cc7b2a.gltf new file mode 100644 index 00000000..1e52cd10 --- /dev/null +++ b/.godot/imported/Sword listo-d014028d8b5e60bcff8daf9924cc7b2a.gltf @@ -0,0 +1,314 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":26577.840989216424, + "type":"point", + "name":"Lamp" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cube" + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.481131553649902, + 5.34366512298584, + 6.5076398849487305 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.5033799372418416, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.1904841810464859, + 0.2018997073173523, + 0.2018997073173523, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"mango.001", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.06071890518069267, + 0.022503720596432686, + 0.008611893281340599, + 1 + ], + "metallicFactor":0, + "roughnessFactor":3.140000104904175 + } + }, + { + "doubleSided":true, + "name":"aro", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 1, + 0.5170888900756836, + 0, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":28, + "max":[ + 0.8388063311576843, + 14.117053985595703, + 0.19175979495048523 + ], + "min":[ + -0.8388063311576843, + 0.5096287727355957, + -0.19175979495048523 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":416, + "max":[ + 0.3234221637248993, + -0.2945218086242676, + 0.3234221637248993 + ], + "min":[ + -0.3234221637248993, + -3.4186837673187256, + -0.3234221637248993 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":416, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":624, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":249, + "max":[ + 2.2355754375457764, + 1.0402849912643433, + 0.5172948241233826 + ], + "min":[ + -2.2355754375457764, + -4.474479675292969, + -0.5172948241233826 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":249, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":396, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":336, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":336, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":672, + "target":34963 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":744, + "target":34962 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":5736, + "target":34962 + }, + { + "buffer":0, + "byteLength":1248, + "byteOffset":10728, + "target":34963 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":11976, + "target":34962 + }, + { + "buffer":0, + "byteLength":2988, + "byteOffset":14964, + "target":34962 + }, + { + "buffer":0, + "byteLength":792, + "byteOffset":17952, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":18744, + "uri":"Sword%20listo-d014028d8b5e60bcff8daf9924cc7b2a.bin" + } + ] +} diff --git a/.godot/imported/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.md5 b/.godot/imported/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.md5 new file mode 100644 index 00000000..7266af5c --- /dev/null +++ b/.godot/imported/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.md5 @@ -0,0 +1,3 @@ +source_md5="9ac4d24420db470b4e9e5b0940b0de60" +dest_md5="4c84db96d152b61aedf25faa81d04981" + diff --git a/.godot/imported/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.scn b/.godot/imported/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.scn new file mode 100644 index 00000000..add6df79 Binary files /dev/null and b/.godot/imported/Sword listo.blend-3bbcd5610cd7da8df407b5b7a177a396.scn differ diff --git a/.godot/imported/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.md5 b/.godot/imported/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.md5 new file mode 100644 index 00000000..f4ca9eaf --- /dev/null +++ b/.godot/imported/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.md5 @@ -0,0 +1,3 @@ +source_md5="9ac4d24420db470b4e9e5b0940b0de60" +dest_md5="bd27a700b96d62494ef895b39df6d7a1" + diff --git a/.godot/imported/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.scn b/.godot/imported/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.scn new file mode 100644 index 00000000..fe2c79c2 Binary files /dev/null and b/.godot/imported/Sword listo.blend-7d5daa136eb33fbdb5cabb81eabbf1c5.scn differ diff --git a/.godot/imported/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.md5 b/.godot/imported/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.md5 new file mode 100644 index 00000000..b0d2ad48 --- /dev/null +++ b/.godot/imported/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.md5 @@ -0,0 +1,3 @@ +source_md5="9ac4d24420db470b4e9e5b0940b0de60" +dest_md5="5c577e496330c1b48879c1667b0b1f41" + diff --git a/.godot/imported/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.scn b/.godot/imported/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.scn new file mode 100644 index 00000000..480fd1e5 Binary files /dev/null and b/.godot/imported/Sword listo.blend-c265962670e3da01fc090f88cb132d4d.scn differ diff --git a/.godot/imported/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.md5 b/.godot/imported/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.md5 new file mode 100644 index 00000000..4185eecc --- /dev/null +++ b/.godot/imported/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.md5 @@ -0,0 +1,3 @@ +source_md5="9ac4d24420db470b4e9e5b0940b0de60" +dest_md5="e687bb1355ea58860214b1e371900031" + diff --git a/.godot/imported/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.scn b/.godot/imported/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.scn new file mode 100644 index 00000000..1ed14fd6 Binary files /dev/null and b/.godot/imported/Sword listo.blend-d014028d8b5e60bcff8daf9924cc7b2a.scn differ diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927.bin b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927.bin new file mode 100644 index 00000000..14d5bb65 Binary files /dev/null and b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927.bin differ diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927.gltf b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927.gltf new file mode 100644 index 00000000..13631345 --- /dev/null +++ b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927.gltf @@ -0,0 +1,694 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cube.008", + "rotation":[ + 0, + 0.7071068286895752, + 0, + 0.7071068286895752 + ], + "translation":[ + 17, + 0, + 13 + ] + }, + { + "mesh":1, + "name":"COLUMNS_FRONT.002", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.2534542381763458, + 0.2534542381763458, + 0.2534542381763458 + ], + "translation":[ + 20.580320358276367, + -0.060121286660432816, + 10.518290519714355 + ] + }, + { + "mesh":2, + "name":"Plane", + "scale":[ + 0.9437586069107056, + 0.9437586069107056, + 0.9437586069107056 + ], + "translation":[ + 22.542207717895508, + -0.9931226372718811, + 8.50705337524414 + ] + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material.008", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":0 + }, + "metallicFactor":0 + } + }, + { + "doubleSided":true, + "name":"Material.067", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":1 + }, + "metallicFactor":0 + } + }, + { + "doubleSided":true, + "name":"Material.069", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":2 + }, + "metallicFactor":0 + } + }, + { + "doubleSided":true, + "name":"Material.070", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":3 + }, + "metallicFactor":0 + } + }, + { + "doubleSided":true, + "name":"Material.066", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":4 + }, + "metallicFactor":0 + } + }, + { + "alphaCutoff":0.5, + "alphaMode":"MASK", + "doubleSided":true, + "name":"Material.068", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":5 + }, + "metallicFactor":0 + } + } + ], + "meshes":[ + { + "name":"Cube.008", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + }, + { + "attributes":{ + "POSITION":5, + "NORMAL":6, + "TEXCOORD_0":7, + "TANGENT":8 + }, + "indices":9, + "material":1 + }, + { + "attributes":{ + "POSITION":10, + "NORMAL":11, + "TEXCOORD_0":12, + "TANGENT":13 + }, + "indices":14, + "material":2 + }, + { + "attributes":{ + "POSITION":15, + "NORMAL":16, + "TEXCOORD_0":17, + "TANGENT":18 + }, + "indices":19, + "material":3 + } + ] + }, + { + "name":"COLUMNS_FRONT.004", + "primitives":[ + { + "attributes":{ + "POSITION":20, + "NORMAL":21, + "TEXCOORD_0":22 + }, + "indices":23, + "material":4 + } + ] + }, + { + "name":"Plane", + "primitives":[ + { + "attributes":{ + "POSITION":24, + "NORMAL":25, + "TEXCOORD_0":26, + "TANGENT":27 + }, + "indices":28, + "material":5 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + }, + { + "sampler":1, + "source":1 + }, + { + "sampler":1, + "source":2 + }, + { + "sampler":0, + "source":3 + }, + { + "sampler":1, + "source":4 + }, + { + "sampler":0, + "source":5 + } + ], + "images":[ + { + "mimeType":"image/jpeg", + "name":"wood_0025_color_1k.jpg", + "uri":"../../src/map/dungeon/rooms/models/textures/wood_0025_color_1k.jpg" + }, + { + "mimeType":"image/jpeg", + "name":"concrete_0031_color_1k.jpg", + "uri":"../../src/map/dungeon/rooms/models/textures/concrete_0031_color_1k.jpg" + }, + { + "mimeType":"image/png", + "name":"TILE4.png", + "uri":"../../src/map/dungeon/rooms/models/textures/TILE4.png" + }, + { + "mimeType":"image/png", + "name":"TILE5.png", + "uri":"../../src/map/dungeon/rooms/models/textures/TILE5.png" + }, + { + "mimeType":"image/jpeg", + "name":"concrete_0025_color_1k.jpg", + "uri":"../../src/map/dungeon/rooms/models/textures/concrete_0025_color_1k.jpg" + }, + { + "mimeType":"image/png", + "name":"5r4b2vhc34xa1.png", + "uri":"../../src/map/dungeon/rooms/models/textures/5r4b2vhc34xa1.png" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":176, + "max":[ + 7, + 1, + 8 + ], + "min":[ + -2, + -1, + 3 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":176, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":176, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":176, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":588, + "type":"SCALAR" + }, + { + "bufferView":5, + "componentType":5126, + "count":64, + "max":[ + 7, + -1, + 8 + ], + "min":[ + -2, + -1, + 3 + ], + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":64, + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":64, + "type":"VEC2" + }, + { + "bufferView":8, + "componentType":5126, + "count":64, + "type":"VEC4" + }, + { + "bufferView":9, + "componentType":5123, + "count":198, + "type":"SCALAR" + }, + { + "bufferView":10, + "componentType":5126, + "count":22, + "max":[ + 7, + -1, + 7 + ], + "min":[ + -1, + -1, + 4 + ], + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5126, + "count":22, + "type":"VEC3" + }, + { + "bufferView":12, + "componentType":5126, + "count":22, + "type":"VEC2" + }, + { + "bufferView":13, + "componentType":5126, + "count":22, + "type":"VEC4" + }, + { + "bufferView":14, + "componentType":5123, + "count":42, + "type":"SCALAR" + }, + { + "bufferView":15, + "componentType":5126, + "count":20, + "max":[ + 5, + -1, + 8 + ], + "min":[ + -2, + -1, + 3 + ], + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":20, + "type":"VEC3" + }, + { + "bufferView":17, + "componentType":5126, + "count":20, + "type":"VEC2" + }, + { + "bufferView":18, + "componentType":5126, + "count":20, + "type":"VEC4" + }, + { + "bufferView":19, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":20, + "componentType":5126, + "count":54570, + "max":[ + 16.136005401611328, + 16.20088768005371, + 3.7068216800689697 + ], + "min":[ + -0.7229757308959961, + -16.527019500732422, + -2.301102876663208 + ], + "type":"VEC3" + }, + { + "bufferView":21, + "componentType":5126, + "count":54570, + "type":"VEC3" + }, + { + "bufferView":22, + "componentType":5126, + "count":54570, + "type":"VEC2" + }, + { + "bufferView":23, + "componentType":5123, + "count":176064, + "type":"SCALAR" + }, + { + "bufferView":24, + "componentType":5126, + "count":4, + "max":[ + 0.8271481990814209, + 0, + 0.8271478414535522 + ], + "min":[ + -0.8271474838256836, + 0, + -0.8271478414535522 + ], + "type":"VEC3" + }, + { + "bufferView":25, + "componentType":5126, + "count":4, + "type":"VEC3" + }, + { + "bufferView":26, + "componentType":5126, + "count":4, + "type":"VEC2" + }, + { + "bufferView":27, + "componentType":5126, + "count":4, + "type":"VEC4" + }, + { + "bufferView":28, + "componentType":5123, + "count":6, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2112, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2112, + "byteOffset":2112, + "target":34962 + }, + { + "buffer":0, + "byteLength":1408, + "byteOffset":4224, + "target":34962 + }, + { + "buffer":0, + "byteLength":2816, + "byteOffset":5632, + "target":34962 + }, + { + "buffer":0, + "byteLength":1176, + "byteOffset":8448, + "target":34963 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":9624, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":10392, + "target":34962 + }, + { + "buffer":0, + "byteLength":512, + "byteOffset":11160, + "target":34962 + }, + { + "buffer":0, + "byteLength":1024, + "byteOffset":11672, + "target":34962 + }, + { + "buffer":0, + "byteLength":396, + "byteOffset":12696, + "target":34963 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":13092, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":13356, + "target":34962 + }, + { + "buffer":0, + "byteLength":176, + "byteOffset":13620, + "target":34962 + }, + { + "buffer":0, + "byteLength":352, + "byteOffset":13796, + "target":34962 + }, + { + "buffer":0, + "byteLength":84, + "byteOffset":14148, + "target":34963 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":14232, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":14472, + "target":34962 + }, + { + "buffer":0, + "byteLength":160, + "byteOffset":14712, + "target":34962 + }, + { + "buffer":0, + "byteLength":320, + "byteOffset":14872, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":15192, + "target":34963 + }, + { + "buffer":0, + "byteLength":654840, + "byteOffset":15252, + "target":34962 + }, + { + "buffer":0, + "byteLength":654840, + "byteOffset":670092, + "target":34962 + }, + { + "buffer":0, + "byteLength":436560, + "byteOffset":1324932, + "target":34962 + }, + { + "buffer":0, + "byteLength":352128, + "byteOffset":1761492, + "target":34963 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":2113620, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":2113668, + "target":34962 + }, + { + "buffer":0, + "byteLength":32, + "byteOffset":2113716, + "target":34962 + }, + { + "buffer":0, + "byteLength":64, + "byteOffset":2113748, + "target":34962 + }, + { + "buffer":0, + "byteLength":12, + "byteOffset":2113812, + "target":34963 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + }, + { + "magFilter":9728, + "minFilter":9984 + } + ], + "buffers":[ + { + "byteLength":2113824, + "uri":"TESTROOM-8a0c6517f0d62c88ead6b74c04127927.bin" + } + ] +} diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_5r4b2vhc34xa1.png b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_5r4b2vhc34xa1.png new file mode 100644 index 00000000..8fdb951b Binary files /dev/null and b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_5r4b2vhc34xa1.png differ diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_TILE4.png b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_TILE4.png new file mode 100644 index 00000000..8742d39e Binary files /dev/null and b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_TILE4.png differ diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_TILE5.png b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_TILE5.png new file mode 100644 index 00000000..f0845e24 Binary files /dev/null and b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_TILE5.png differ diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_concrete_0025_color_1k.jpg b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_concrete_0025_color_1k.jpg new file mode 100644 index 00000000..44a306c3 Binary files /dev/null and b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_concrete_0025_color_1k.jpg differ diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_concrete_0031_color_1k.jpg b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_concrete_0031_color_1k.jpg new file mode 100644 index 00000000..6acd3ca0 Binary files /dev/null and b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_concrete_0031_color_1k.jpg differ diff --git a/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_wood_0025_color_1k.jpg b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_wood_0025_color_1k.jpg new file mode 100644 index 00000000..63d6a506 Binary files /dev/null and b/.godot/imported/TESTROOM-8a0c6517f0d62c88ead6b74c04127927_wood_0025_color_1k.jpg differ diff --git a/.godot/imported/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.md5 b/.godot/imported/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.md5 new file mode 100644 index 00000000..34293a8f --- /dev/null +++ b/.godot/imported/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.md5 @@ -0,0 +1,3 @@ +source_md5="ee3f766495d03b2c04fb31b85f9ba98c" +dest_md5="66b21b129b5ea796b8497e46838ec64c" + diff --git a/.godot/imported/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.scn b/.godot/imported/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.scn new file mode 100644 index 00000000..a1f4c86c Binary files /dev/null and b/.godot/imported/TESTROOM.blend-8a0c6517f0d62c88ead6b74c04127927.scn differ diff --git a/.godot/imported/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.md5 b/.godot/imported/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.md5 new file mode 100644 index 00000000..1f04f414 --- /dev/null +++ b/.godot/imported/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.md5 @@ -0,0 +1,3 @@ +source_md5="fd81fcb42bd542724df8f01e011e1ac4" +dest_md5="cf865c2aa2039bb97cee8ab27c30819a" + diff --git a/.godot/imported/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.scn b/.godot/imported/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.scn new file mode 100644 index 00000000..37eb60c6 Binary files /dev/null and b/.godot/imported/TESTROOM.glb-2713f8e0c0bb5833268adc75ea12da6a.scn differ diff --git a/.godot/imported/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.md5 b/.godot/imported/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.md5 new file mode 100644 index 00000000..c7b3a893 --- /dev/null +++ b/.godot/imported/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.md5 @@ -0,0 +1,3 @@ +source_md5="f2e2ca1d615b5d266cdca1955be09d4f" +dest_md5="04d0d12d6324c65931d239f8c6b62a61" + diff --git a/.godot/imported/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.mesh b/.godot/imported/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.mesh new file mode 100644 index 00000000..c7caeb05 Binary files /dev/null and b/.godot/imported/TESTROOM.obj-cef7276c4036c22093315a9b05c220eb.mesh differ diff --git a/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.ctex b/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.ctex new file mode 100644 index 00000000..ddf90cfe Binary files /dev/null and b/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.ctex differ diff --git a/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.md5 b/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.md5 new file mode 100644 index 00000000..fb9bb229 --- /dev/null +++ b/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.md5 @@ -0,0 +1,3 @@ +source_md5="525d9fda2ea511d920c93a20c5737850" +dest_md5="6dc5243ad80c6968bba176ea9d572b4f" + diff --git a/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.s3tc.ctex b/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.s3tc.ctex new file mode 100644 index 00000000..b44280ab Binary files /dev/null and b/.godot/imported/TESTROOM_5r4b2vhc34xa1.png-486cbbeaf861e22ec4aa6495f504b0f4.s3tc.ctex differ diff --git a/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.ctex b/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.ctex new file mode 100644 index 00000000..f583e18d Binary files /dev/null and b/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.ctex differ diff --git a/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.md5 b/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.md5 new file mode 100644 index 00000000..3306ca36 --- /dev/null +++ b/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.md5 @@ -0,0 +1,3 @@ +source_md5="75e76d9e266af8c5b6821f905c564d17" +dest_md5="fd14df6bc3a4c411786648160d2ccc24" + diff --git a/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.s3tc.ctex b/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.s3tc.ctex new file mode 100644 index 00000000..67e410e4 Binary files /dev/null and b/.godot/imported/TESTROOM_TILE4.png-4a424c8e5808a7d848f9baf1d4e7ba52.s3tc.ctex differ diff --git a/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.ctex b/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.ctex new file mode 100644 index 00000000..a54fb53e Binary files /dev/null and b/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.ctex differ diff --git a/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.md5 b/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.md5 new file mode 100644 index 00000000..3295d266 --- /dev/null +++ b/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.md5 @@ -0,0 +1,3 @@ +source_md5="5d62154223333dfd5856654c0576a14d" +dest_md5="d5f31ae4b668d7b89507665084ce7a0b" + diff --git a/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.s3tc.ctex b/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.s3tc.ctex new file mode 100644 index 00000000..7bed5f2e Binary files /dev/null and b/.godot/imported/TESTROOM_TILE5.png-7fa8a691b30a148faf21085acfa01bdd.s3tc.ctex differ diff --git a/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.ctex b/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.ctex new file mode 100644 index 00000000..6bd78b82 Binary files /dev/null and b/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.ctex differ diff --git a/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.md5 b/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.md5 new file mode 100644 index 00000000..d7c9d59c --- /dev/null +++ b/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.md5 @@ -0,0 +1,3 @@ +source_md5="1dea5bd1d607d1b3b22fd536ebac1872" +dest_md5="eb01e847c6f76e30f2d41922dac805ec" + diff --git a/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.s3tc.ctex b/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.s3tc.ctex new file mode 100644 index 00000000..25b87682 Binary files /dev/null and b/.godot/imported/TESTROOM_concrete_0025_color_1k.jpg-53a70bf91be8f563a952851b71f4397e.s3tc.ctex differ diff --git a/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.ctex b/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.ctex new file mode 100644 index 00000000..a5911b74 Binary files /dev/null and b/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.ctex differ diff --git a/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.md5 b/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.md5 new file mode 100644 index 00000000..277d639c --- /dev/null +++ b/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.md5 @@ -0,0 +1,3 @@ +source_md5="12ad72a84f90c97506f9cd5e86d1dd50" +dest_md5="1ab520ce2c572ae4bd782dee518e7b28" + diff --git a/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.s3tc.ctex b/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.s3tc.ctex new file mode 100644 index 00000000..e58cdb29 Binary files /dev/null and b/.godot/imported/TESTROOM_concrete_0031_color_1k.jpg-2f3cc3d801c6071879684aa953848d74.s3tc.ctex differ diff --git a/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.ctex b/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.ctex new file mode 100644 index 00000000..c11bc29a Binary files /dev/null and b/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.ctex differ diff --git a/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.md5 b/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.md5 new file mode 100644 index 00000000..eea5966f --- /dev/null +++ b/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.md5 @@ -0,0 +1,3 @@ +source_md5="513b134470402b563e69505aa3093bc7" +dest_md5="c69c271d7e034c28fb259fcd3d678a51" + diff --git a/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.s3tc.ctex b/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.s3tc.ctex new file mode 100644 index 00000000..83d7556b Binary files /dev/null and b/.godot/imported/TESTROOM_wood_0025_color_1k.jpg-8e8c80cf2fb7c4a736beaaf39f589e7d.s3tc.ctex differ diff --git a/.godot/imported/TILE4.png-980c38e705a9999663e93f62763dcc90.ctex b/.godot/imported/TILE4.png-980c38e705a9999663e93f62763dcc90.ctex new file mode 100644 index 00000000..a9c0c1b3 Binary files /dev/null and b/.godot/imported/TILE4.png-980c38e705a9999663e93f62763dcc90.ctex differ diff --git a/.godot/imported/TILE4.png-980c38e705a9999663e93f62763dcc90.md5 b/.godot/imported/TILE4.png-980c38e705a9999663e93f62763dcc90.md5 new file mode 100644 index 00000000..e9cbfe7d --- /dev/null +++ b/.godot/imported/TILE4.png-980c38e705a9999663e93f62763dcc90.md5 @@ -0,0 +1,3 @@ +source_md5="75e76d9e266af8c5b6821f905c564d17" +dest_md5="5f7a58ffbeece1b50d110af6bb3fd329" + diff --git a/.godot/imported/TILE5.png-482149de22c8d7f4f5f6fcaf487f3a77.ctex b/.godot/imported/TILE5.png-482149de22c8d7f4f5f6fcaf487f3a77.ctex new file mode 100644 index 00000000..8d0e4cc5 Binary files /dev/null and b/.godot/imported/TILE5.png-482149de22c8d7f4f5f6fcaf487f3a77.ctex differ diff --git a/.godot/imported/TILE5.png-482149de22c8d7f4f5f6fcaf487f3a77.md5 b/.godot/imported/TILE5.png-482149de22c8d7f4f5f6fcaf487f3a77.md5 new file mode 100644 index 00000000..7910820a --- /dev/null +++ b/.godot/imported/TILE5.png-482149de22c8d7f4f5f6fcaf487f3a77.md5 @@ -0,0 +1,3 @@ +source_md5="5d62154223333dfd5856654c0576a14d" +dest_md5="5da2a9f7da9ac0844ce6fb14a90cfa8f" + diff --git a/.godot/imported/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.md5 b/.godot/imported/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.md5 new file mode 100644 index 00000000..13a3e048 --- /dev/null +++ b/.godot/imported/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.md5 @@ -0,0 +1,3 @@ +source_md5="54326217d04d66117fe0f6e18b801e44" +dest_md5="babf341c1ed7965099f67fd47774c1f4" + diff --git a/.godot/imported/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.tres b/.godot/imported/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.tres new file mode 100644 index 00000000..d337a9a2 --- /dev/null +++ b/.godot/imported/TestDialogue.dialogue-ef49d7fb6d53dc49d01e69ca7037845f.tres @@ -0,0 +1,42 @@ +[gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3] + +[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_yamfu"] + +[resource] +script = ExtResource("1_yamfu") +using_states = PackedStringArray() +titles = { +"start": "2" +} +character_names = PackedStringArray() +first_title = "2" +lines = { +"1": { +"id": "1", +"next_id": "2", +"text": "start", +"type": &"title" +}, +"2": { +"character": "", +"character_replacements": Array[Dictionary]([]), +"id": "2", +"next_id": "3", +"notes": "", +"tags": PackedStringArray(), +"text": "Hi...", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Hi...", +"type": &"dialogue" +}, +"3": { +"id": "3", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +} +} +raw_text = "~ start +Hi... +=> END" +metadata/dialogue_manager_version = "2.41.4" diff --git a/.godot/imported/TestDialogue.dialogue-fc3c6ad8e8d45320ab6210920e2f5abb.md5 b/.godot/imported/TestDialogue.dialogue-fc3c6ad8e8d45320ab6210920e2f5abb.md5 new file mode 100644 index 00000000..ed71ac16 --- /dev/null +++ b/.godot/imported/TestDialogue.dialogue-fc3c6ad8e8d45320ab6210920e2f5abb.md5 @@ -0,0 +1,3 @@ +source_md5="0f499ce1e94d3f9dd3264e1c8714075e" +dest_md5="be17891dde900d5aca482ee0e93a737e" + diff --git a/.godot/imported/TimelineEditor_Example.PNG-15eec17720b37f03e5438065226d14ca.ctex b/.godot/imported/TimelineEditor_Example.PNG-15eec17720b37f03e5438065226d14ca.ctex new file mode 100644 index 00000000..20039c29 Binary files /dev/null and b/.godot/imported/TimelineEditor_Example.PNG-15eec17720b37f03e5438065226d14ca.ctex differ diff --git a/.godot/imported/TimelineEditor_Example.PNG-15eec17720b37f03e5438065226d14ca.md5 b/.godot/imported/TimelineEditor_Example.PNG-15eec17720b37f03e5438065226d14ca.md5 new file mode 100644 index 00000000..f804af0c --- /dev/null +++ b/.godot/imported/TimelineEditor_Example.PNG-15eec17720b37f03e5438065226d14ca.md5 @@ -0,0 +1,3 @@ +source_md5="b7cab481a3c42e303ff4b33b94e19d0d" +dest_md5="22cd1b218da34994b880a29b63253056" + diff --git a/.godot/imported/Toolbar.PNG-c15bbedd058e9f4460ab85836a52b6e3.ctex b/.godot/imported/Toolbar.PNG-c15bbedd058e9f4460ab85836a52b6e3.ctex new file mode 100644 index 00000000..abe7f733 Binary files /dev/null and b/.godot/imported/Toolbar.PNG-c15bbedd058e9f4460ab85836a52b6e3.ctex differ diff --git a/.godot/imported/Toolbar.PNG-c15bbedd058e9f4460ab85836a52b6e3.md5 b/.godot/imported/Toolbar.PNG-c15bbedd058e9f4460ab85836a52b6e3.md5 new file mode 100644 index 00000000..30f84d95 --- /dev/null +++ b/.godot/imported/Toolbar.PNG-c15bbedd058e9f4460ab85836a52b6e3.md5 @@ -0,0 +1,3 @@ +source_md5="15a015655fe232e08696dc9d323b6a9c" +dest_md5="aa39b2070b5710576eecccc172656b0a" + diff --git a/.godot/imported/Unknown.png-1cc7645f56036e8d378a70ac1dd772bb.ctex b/.godot/imported/Unknown.png-1cc7645f56036e8d378a70ac1dd772bb.ctex new file mode 100644 index 00000000..6cb88907 Binary files /dev/null and b/.godot/imported/Unknown.png-1cc7645f56036e8d378a70ac1dd772bb.ctex differ diff --git a/.godot/imported/Unknown.png-1cc7645f56036e8d378a70ac1dd772bb.md5 b/.godot/imported/Unknown.png-1cc7645f56036e8d378a70ac1dd772bb.md5 new file mode 100644 index 00000000..0d65d505 --- /dev/null +++ b/.godot/imported/Unknown.png-1cc7645f56036e8d378a70ac1dd772bb.md5 @@ -0,0 +1,3 @@ +source_md5="0c7ff45ec4aefc7ec5e525ed5dc6e616" +dest_md5="a55ba44653e06e3837d1a1fd964e123c" + diff --git a/.godot/imported/ValueInUse.PNG-b73ec239496719f3ef4c2c5e92505090.ctex b/.godot/imported/ValueInUse.PNG-b73ec239496719f3ef4c2c5e92505090.ctex new file mode 100644 index 00000000..ff3ab064 Binary files /dev/null and b/.godot/imported/ValueInUse.PNG-b73ec239496719f3ef4c2c5e92505090.ctex differ diff --git a/.godot/imported/ValueInUse.PNG-b73ec239496719f3ef4c2c5e92505090.md5 b/.godot/imported/ValueInUse.PNG-b73ec239496719f3ef4c2c5e92505090.md5 new file mode 100644 index 00000000..bf4751a7 --- /dev/null +++ b/.godot/imported/ValueInUse.PNG-b73ec239496719f3ef4c2c5e92505090.md5 @@ -0,0 +1,3 @@ +source_md5="ee6cc34976b9980421cf2a25661755f7" +dest_md5="29388f4f8726ab925d28ebbd2d62550e" + diff --git a/.godot/imported/Value_Example1.PNG-c634010ced69a9a3f06bd3f936197066.ctex b/.godot/imported/Value_Example1.PNG-c634010ced69a9a3f06bd3f936197066.ctex new file mode 100644 index 00000000..804becd8 Binary files /dev/null and b/.godot/imported/Value_Example1.PNG-c634010ced69a9a3f06bd3f936197066.ctex differ diff --git a/.godot/imported/Value_Example1.PNG-c634010ced69a9a3f06bd3f936197066.md5 b/.godot/imported/Value_Example1.PNG-c634010ced69a9a3f06bd3f936197066.md5 new file mode 100644 index 00000000..8f72d284 --- /dev/null +++ b/.godot/imported/Value_Example1.PNG-c634010ced69a9a3f06bd3f936197066.md5 @@ -0,0 +1,3 @@ +source_md5="962c994a42ac5410757bb51dae5e00bc" +dest_md5="5a2da5502a5495aab53758aad5a78ff2" + diff --git a/.godot/imported/Value_ExampleTimeline.PNG-6bfa8a46f616569450bd2d9b8ad27fe3.ctex b/.godot/imported/Value_ExampleTimeline.PNG-6bfa8a46f616569450bd2d9b8ad27fe3.ctex new file mode 100644 index 00000000..d34e665c Binary files /dev/null and b/.godot/imported/Value_ExampleTimeline.PNG-6bfa8a46f616569450bd2d9b8ad27fe3.ctex differ diff --git a/.godot/imported/Value_ExampleTimeline.PNG-6bfa8a46f616569450bd2d9b8ad27fe3.md5 b/.godot/imported/Value_ExampleTimeline.PNG-6bfa8a46f616569450bd2d9b8ad27fe3.md5 new file mode 100644 index 00000000..de67610e --- /dev/null +++ b/.godot/imported/Value_ExampleTimeline.PNG-6bfa8a46f616569450bd2d9b8ad27fe3.md5 @@ -0,0 +1,3 @@ +source_md5="1c292efcc03dce611852f05feeea9132" +dest_md5="7113e55ac4f91e54f02237e70e41dc80" + diff --git a/.godot/imported/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.md5 b/.godot/imported/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.md5 new file mode 100644 index 00000000..febd0ec4 --- /dev/null +++ b/.godot/imported/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.md5 @@ -0,0 +1,3 @@ +source_md5="998221a39ffa02c1d8c32f48d7a4b9c9" +dest_md5="e279fc5aa460b0304844c9d127219142" + diff --git a/.godot/imported/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.scn b/.godot/imported/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.scn new file mode 100644 index 00000000..00981d7d Binary files /dev/null and b/.godot/imported/WATER ROOM.glb-bc34857d3a31581d8f550a5018fff4c0.scn differ diff --git a/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.ctex b/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.ctex differ diff --git a/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.md5 b/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.s3tc.ctex b/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/WATER ROOM_BATHEAD.png-3b18560b84b299d2408976951f99458f.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.ctex b/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.ctex new file mode 100644 index 00000000..d29c4d5d Binary files /dev/null and b/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.ctex differ diff --git a/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.md5 b/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.md5 new file mode 100644 index 00000000..898cc306 --- /dev/null +++ b/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.md5 @@ -0,0 +1,3 @@ +source_md5="01b66399b4959a6274c83037eed567bc" +dest_md5="b8e4494fbddc723e2afdcc833c939bf9" + diff --git a/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.s3tc.ctex b/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.s3tc.ctex new file mode 100644 index 00000000..5fbef104 Binary files /dev/null and b/.godot/imported/WATER ROOM_BATHEAD_9.png-bee301020e95b06201c79cdf176eca2e.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.ctex b/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.ctex differ diff --git a/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.md5 b/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.s3tc.ctex b/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/WATER ROOM_CEILING_1.jpg-0ca4fb9f8c1d5d91677a82cdc49fbe7d.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.ctex b/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.ctex new file mode 100644 index 00000000..b9e0be8c Binary files /dev/null and b/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.ctex differ diff --git a/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.md5 b/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.md5 new file mode 100644 index 00000000..9ddb7321 --- /dev/null +++ b/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.md5 @@ -0,0 +1,3 @@ +source_md5="d2e78fd5b067d334089d257e777251be" +dest_md5="9663ae2468b7bd65eb22d6f284c95aa5" + diff --git a/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.s3tc.ctex b/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.s3tc.ctex new file mode 100644 index 00000000..938459b9 Binary files /dev/null and b/.godot/imported/WATER ROOM_CEILING_1_5.jpg-2c0f115e32a5e950ea0a6ee43cd5ba19.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.ctex b/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.ctex new file mode 100644 index 00000000..92f65914 Binary files /dev/null and b/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.ctex differ diff --git a/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.md5 b/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.md5 new file mode 100644 index 00000000..0f0b8ad5 --- /dev/null +++ b/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.md5 @@ -0,0 +1,3 @@ +source_md5="09a9c79d7759ecdea9486cc0a24fcfb5" +dest_md5="b85c12fd2097e8379a2e48833d7e5883" + diff --git a/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.s3tc.ctex b/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.s3tc.ctex new file mode 100644 index 00000000..26fbfdb7 Binary files /dev/null and b/.godot/imported/WATER ROOM_CHAIN_TEX.png-d63844283c59913c50178c00868a37d2.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.ctex b/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.ctex new file mode 100644 index 00000000..92f65914 Binary files /dev/null and b/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.ctex differ diff --git a/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.md5 b/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.md5 new file mode 100644 index 00000000..0f0b8ad5 --- /dev/null +++ b/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.md5 @@ -0,0 +1,3 @@ +source_md5="09a9c79d7759ecdea9486cc0a24fcfb5" +dest_md5="b85c12fd2097e8379a2e48833d7e5883" + diff --git a/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.s3tc.ctex b/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.s3tc.ctex new file mode 100644 index 00000000..26fbfdb7 Binary files /dev/null and b/.godot/imported/WATER ROOM_CHAIN_TEX_14.png-239de8413cc2de2402463ade14528537.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.ctex b/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.ctex new file mode 100644 index 00000000..9bdf4bcf Binary files /dev/null and b/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.ctex differ diff --git a/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.md5 b/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.md5 new file mode 100644 index 00000000..895553ce --- /dev/null +++ b/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.md5 @@ -0,0 +1,3 @@ +source_md5="f3b481706527b714be6ddcbf94f65b95" +dest_md5="9681e79937632a144de53877b59c62db" + diff --git a/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.s3tc.ctex b/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.s3tc.ctex new file mode 100644 index 00000000..6fe06ff6 Binary files /dev/null and b/.godot/imported/WATER ROOM_FLOOR1.jpg-a3d735de913f9b7ec79b12e85fdc6d9f.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.ctex b/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.ctex new file mode 100644 index 00000000..b09452e3 Binary files /dev/null and b/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.ctex differ diff --git a/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.md5 b/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.md5 new file mode 100644 index 00000000..17101e10 --- /dev/null +++ b/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.md5 @@ -0,0 +1,3 @@ +source_md5="dac8ca5e8139a2425714e036d4a59763" +dest_md5="7ffeba2c24ae810129753fa0462dcb89" + diff --git a/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.s3tc.ctex b/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.s3tc.ctex new file mode 100644 index 00000000..7e5af72b Binary files /dev/null and b/.godot/imported/WATER ROOM_SD137.jpg-8de72a8d6416c0e48282eb4366721670.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.ctex b/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.ctex new file mode 100644 index 00000000..13aab80d Binary files /dev/null and b/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.ctex differ diff --git a/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.md5 b/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.md5 new file mode 100644 index 00000000..df9ec50e --- /dev/null +++ b/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.md5 @@ -0,0 +1,3 @@ +source_md5="5aad0ece79785231c6deb9b306a9d550" +dest_md5="62963caeb7b9503db23183b0b4e65e8c" + diff --git a/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.s3tc.ctex b/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.s3tc.ctex new file mode 100644 index 00000000..ee91ca4f Binary files /dev/null and b/.godot/imported/WATER ROOM_STONE_PANEL_1png.png-0620688018f82264b5718ddbbb6499c2.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.ctex b/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.ctex new file mode 100644 index 00000000..a8a4920d Binary files /dev/null and b/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.ctex differ diff --git a/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.md5 b/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.md5 new file mode 100644 index 00000000..b5bc604a --- /dev/null +++ b/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.md5 @@ -0,0 +1,3 @@ +source_md5="ca2d1872b479f7846579c5682571764e" +dest_md5="402f9a238f71ebe80de055c0d6446259" + diff --git a/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.s3tc.ctex b/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.s3tc.ctex new file mode 100644 index 00000000..db43b0a4 Binary files /dev/null and b/.godot/imported/WATER ROOM_STONE_PANEL_2png.png-0dda411dce2553752243c579895348d4.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.ctex b/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.ctex new file mode 100644 index 00000000..460b85e6 Binary files /dev/null and b/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.ctex differ diff --git a/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.md5 b/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.md5 new file mode 100644 index 00000000..0c1663aa --- /dev/null +++ b/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.md5 @@ -0,0 +1,3 @@ +source_md5="9c5c80fb4933cd3bc5eacafe4f1cb745" +dest_md5="313b6268d46bbe61947e19f3ee21516b" + diff --git a/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.s3tc.ctex b/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.s3tc.ctex new file mode 100644 index 00000000..e189ec8b Binary files /dev/null and b/.godot/imported/WATER ROOM_WALL TILE 1.jpg-be98c9058d5ed8730853f4168e1b43ef.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.ctex b/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.ctex new file mode 100644 index 00000000..5170933e Binary files /dev/null and b/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.ctex differ diff --git a/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.md5 b/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.md5 new file mode 100644 index 00000000..33ce497f --- /dev/null +++ b/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.md5 @@ -0,0 +1,3 @@ +source_md5="af8acb5bc9b0c5aab6d7ab3d0c33ea47" +dest_md5="64f7702b302be0a3e14bb85e3e5246cc" + diff --git a/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.s3tc.ctex b/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.s3tc.ctex new file mode 100644 index 00000000..c6cfc4ab Binary files /dev/null and b/.godot/imported/WATER ROOM_hand-tiile.png-ed45e9cd0d48f17554fc48c9aabdc3c0.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.ctex b/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.ctex new file mode 100644 index 00000000..e0024627 Binary files /dev/null and b/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.ctex differ diff --git a/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.md5 b/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.md5 new file mode 100644 index 00000000..136aadbf --- /dev/null +++ b/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.md5 @@ -0,0 +1,3 @@ +source_md5="f23662f00dac1543460dd091822fcd4c" +dest_md5="349388b7fa78659957b6a566ea6338f2" + diff --git a/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.s3tc.ctex b/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.s3tc.ctex new file mode 100644 index 00000000..87cf4234 Binary files /dev/null and b/.godot/imported/WATER ROOM_swirled_column.png-0b34f03a5167842b84722f916af9befc.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.ctex b/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.ctex new file mode 100644 index 00000000..29b7e999 Binary files /dev/null and b/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.ctex differ diff --git a/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.md5 b/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.md5 new file mode 100644 index 00000000..d40e6756 --- /dev/null +++ b/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.md5 @@ -0,0 +1,3 @@ +source_md5="df7a9d12dd8d44f807701f71e5dffb1e" +dest_md5="721daec41aa6fe7ed818deca27645837" + diff --git a/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.s3tc.ctex b/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.s3tc.ctex new file mode 100644 index 00000000..d45b72e8 Binary files /dev/null and b/.godot/imported/WATER ROOM_tile2.png-3b86bc7f6b87e8f4bc6e08799cea71ce.s3tc.ctex differ diff --git a/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.ctex b/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.ctex new file mode 100644 index 00000000..a9116dd3 Binary files /dev/null and b/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.ctex differ diff --git a/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.md5 b/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.md5 new file mode 100644 index 00000000..bc4b58a3 --- /dev/null +++ b/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.md5 @@ -0,0 +1,3 @@ +source_md5="12e960fec817172bc7453910fcac82fd" +dest_md5="0760cc3e2556bffedc8e1c0793bf66c8" + diff --git a/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.s3tc.ctex b/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.s3tc.ctex new file mode 100644 index 00000000..47475d62 Binary files /dev/null and b/.godot/imported/WATER ROOM_wood_0025_color_1k.jpg-40a444c601a5c224d243b213969c7cc2.s3tc.ctex differ diff --git a/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.ctex b/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.ctex new file mode 100644 index 00000000..cd42792e Binary files /dev/null and b/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.ctex differ diff --git a/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.md5 b/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.md5 new file mode 100644 index 00000000..dd14f1e7 --- /dev/null +++ b/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.md5 @@ -0,0 +1,3 @@ +source_md5="c1f438abbaeb7281a322638798887da2" +dest_md5="ec6dbf5eff17bd2a1ab869e41b393092" + diff --git a/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.s3tc.ctex b/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.s3tc.ctex new file mode 100644 index 00000000..6745f73c Binary files /dev/null and b/.godot/imported/WOODEN.PNG-0766d4e4d870e479d67baff5f5602910.s3tc.ctex differ diff --git a/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.ctex b/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.ctex new file mode 100644 index 00000000..5a20746a Binary files /dev/null and b/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.ctex differ diff --git a/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.md5 b/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.md5 new file mode 100644 index 00000000..b074024a --- /dev/null +++ b/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.md5 @@ -0,0 +1,3 @@ +source_md5="5d2355afc1f3d646dea09f4bf3df9f33" +dest_md5="a3f8dfa20e833cc84d79b64be32335c2" + diff --git a/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.s3tc.ctex b/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.s3tc.ctex new file mode 100644 index 00000000..cb0ec1cb Binary files /dev/null and b/.godot/imported/accessory.png-04ec32093cb21658c9558ccc9e7c09b2.s3tc.ctex differ diff --git a/.godot/imported/add-character-1.25.svg-3c1ef7e0cdcd97fe5a24f5d6eb32b444.ctex b/.godot/imported/add-character-1.25.svg-3c1ef7e0cdcd97fe5a24f5d6eb32b444.ctex new file mode 100644 index 00000000..640c72c3 Binary files /dev/null and b/.godot/imported/add-character-1.25.svg-3c1ef7e0cdcd97fe5a24f5d6eb32b444.ctex differ diff --git a/.godot/imported/add-character-1.25.svg-3c1ef7e0cdcd97fe5a24f5d6eb32b444.md5 b/.godot/imported/add-character-1.25.svg-3c1ef7e0cdcd97fe5a24f5d6eb32b444.md5 new file mode 100644 index 00000000..94f72c00 --- /dev/null +++ b/.godot/imported/add-character-1.25.svg-3c1ef7e0cdcd97fe5a24f5d6eb32b444.md5 @@ -0,0 +1,3 @@ +source_md5="e839a4e388b5f4f5a9cd88fe18029e0a" +dest_md5="b72d09feda99c216bae834e47e934a63" + diff --git a/.godot/imported/add-character-2.svg-9c2d45663361c0aec7fda875cb579ae0.ctex b/.godot/imported/add-character-2.svg-9c2d45663361c0aec7fda875cb579ae0.ctex new file mode 100644 index 00000000..5a4d7b9e Binary files /dev/null and b/.godot/imported/add-character-2.svg-9c2d45663361c0aec7fda875cb579ae0.ctex differ diff --git a/.godot/imported/add-character-2.svg-9c2d45663361c0aec7fda875cb579ae0.md5 b/.godot/imported/add-character-2.svg-9c2d45663361c0aec7fda875cb579ae0.md5 new file mode 100644 index 00000000..430aab5f --- /dev/null +++ b/.godot/imported/add-character-2.svg-9c2d45663361c0aec7fda875cb579ae0.md5 @@ -0,0 +1,3 @@ +source_md5="bb4499a498d98f1155f861f3835a76b6" +dest_md5="21f6e2a0a3c7dbc86d09a15764f5e9f7" + diff --git a/.godot/imported/add-character.svg-24c4802c30d4441d70c317a53eb83e45.ctex b/.godot/imported/add-character.svg-24c4802c30d4441d70c317a53eb83e45.ctex new file mode 100644 index 00000000..996bba17 Binary files /dev/null and b/.godot/imported/add-character.svg-24c4802c30d4441d70c317a53eb83e45.ctex differ diff --git a/.godot/imported/add-character.svg-24c4802c30d4441d70c317a53eb83e45.md5 b/.godot/imported/add-character.svg-24c4802c30d4441d70c317a53eb83e45.md5 new file mode 100644 index 00000000..46cd0942 --- /dev/null +++ b/.godot/imported/add-character.svg-24c4802c30d4441d70c317a53eb83e45.md5 @@ -0,0 +1,3 @@ +source_md5="09e9e067b3bf7cc5e1acc70d49fb50b4" +dest_md5="9cdd4088968056bd4f6296fcc41815f2" + diff --git a/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.ctex b/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.ctex new file mode 100644 index 00000000..996bba17 Binary files /dev/null and b/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.ctex differ diff --git a/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.editor.ctex b/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.editor.ctex new file mode 100644 index 00000000..996bba17 Binary files /dev/null and b/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.editor.ctex differ diff --git a/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.md5 b/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.md5 new file mode 100644 index 00000000..46cd0942 --- /dev/null +++ b/.godot/imported/add-character.svg-a658b65c1225b02657a50d5c965e0d5e.md5 @@ -0,0 +1,3 @@ +source_md5="09e9e067b3bf7cc5e1acc70d49fb50b4" +dest_md5="9cdd4088968056bd4f6296fcc41815f2" + diff --git a/.godot/imported/add-definition-1.25.svg-4ebed8c9b38e990b8d2551e3cef70881.ctex b/.godot/imported/add-definition-1.25.svg-4ebed8c9b38e990b8d2551e3cef70881.ctex new file mode 100644 index 00000000..10815bb0 Binary files /dev/null and b/.godot/imported/add-definition-1.25.svg-4ebed8c9b38e990b8d2551e3cef70881.ctex differ diff --git a/.godot/imported/add-definition-1.25.svg-4ebed8c9b38e990b8d2551e3cef70881.md5 b/.godot/imported/add-definition-1.25.svg-4ebed8c9b38e990b8d2551e3cef70881.md5 new file mode 100644 index 00000000..4ca1261a --- /dev/null +++ b/.godot/imported/add-definition-1.25.svg-4ebed8c9b38e990b8d2551e3cef70881.md5 @@ -0,0 +1,3 @@ +source_md5="7caaa99d7f2d7205728f3330a4a36980" +dest_md5="b1f8195d49fb46224eb8023c9e3ae4c3" + diff --git a/.godot/imported/add-definition-2.svg-454918059b27eb1572e6513a053c2567.ctex b/.godot/imported/add-definition-2.svg-454918059b27eb1572e6513a053c2567.ctex new file mode 100644 index 00000000..3dfe9ec5 Binary files /dev/null and b/.godot/imported/add-definition-2.svg-454918059b27eb1572e6513a053c2567.ctex differ diff --git a/.godot/imported/add-definition-2.svg-454918059b27eb1572e6513a053c2567.md5 b/.godot/imported/add-definition-2.svg-454918059b27eb1572e6513a053c2567.md5 new file mode 100644 index 00000000..d2c6b1f8 --- /dev/null +++ b/.godot/imported/add-definition-2.svg-454918059b27eb1572e6513a053c2567.md5 @@ -0,0 +1,3 @@ +source_md5="43b976e163d044ab0954c091b2912d42" +dest_md5="55fe840b06d9dbe3e5212c372e028425" + diff --git a/.godot/imported/add-definition.svg-6c717aad0d8623c9b81b21cb29fd99b6.ctex b/.godot/imported/add-definition.svg-6c717aad0d8623c9b81b21cb29fd99b6.ctex new file mode 100644 index 00000000..6d46e639 Binary files /dev/null and b/.godot/imported/add-definition.svg-6c717aad0d8623c9b81b21cb29fd99b6.ctex differ diff --git a/.godot/imported/add-definition.svg-6c717aad0d8623c9b81b21cb29fd99b6.md5 b/.godot/imported/add-definition.svg-6c717aad0d8623c9b81b21cb29fd99b6.md5 new file mode 100644 index 00000000..f8460ad1 --- /dev/null +++ b/.godot/imported/add-definition.svg-6c717aad0d8623c9b81b21cb29fd99b6.md5 @@ -0,0 +1,3 @@ +source_md5="ff7f960c7a2afca1a0c09bdc63eee85d" +dest_md5="06a4383993bdcbc3d7823320b6bde414" + diff --git a/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.ctex b/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.ctex new file mode 100644 index 00000000..37e8bb9f Binary files /dev/null and b/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.ctex differ diff --git a/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.editor.ctex b/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.editor.ctex new file mode 100644 index 00000000..37e8bb9f Binary files /dev/null and b/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.editor.ctex differ diff --git a/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.md5 b/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.md5 new file mode 100644 index 00000000..e0f0f366 --- /dev/null +++ b/.godot/imported/add-folder.svg-41a970370f904038e63c13bddbdb6450.md5 @@ -0,0 +1,3 @@ +source_md5="9a743c0d99905ec770469885445b0f3c" +dest_md5="8cedfec5895e8ba8b4aef66ba70cbc8d" + diff --git a/.godot/imported/add-glossary-1.25.svg-2a0f52cc956c5e96cc6cd47ec2e7c9fc.ctex b/.godot/imported/add-glossary-1.25.svg-2a0f52cc956c5e96cc6cd47ec2e7c9fc.ctex new file mode 100644 index 00000000..1becbe24 Binary files /dev/null and b/.godot/imported/add-glossary-1.25.svg-2a0f52cc956c5e96cc6cd47ec2e7c9fc.ctex differ diff --git a/.godot/imported/add-glossary-1.25.svg-2a0f52cc956c5e96cc6cd47ec2e7c9fc.md5 b/.godot/imported/add-glossary-1.25.svg-2a0f52cc956c5e96cc6cd47ec2e7c9fc.md5 new file mode 100644 index 00000000..b381c30a --- /dev/null +++ b/.godot/imported/add-glossary-1.25.svg-2a0f52cc956c5e96cc6cd47ec2e7c9fc.md5 @@ -0,0 +1,3 @@ +source_md5="a9c1495cb45594df6bcb87d2fcd8d81f" +dest_md5="beb1ce333c5645dbaff583275a0e1d35" + diff --git a/.godot/imported/add-glossary-2.svg-df70e38f107b9fc6109af658c7e14964.ctex b/.godot/imported/add-glossary-2.svg-df70e38f107b9fc6109af658c7e14964.ctex new file mode 100644 index 00000000..f4d7d363 Binary files /dev/null and b/.godot/imported/add-glossary-2.svg-df70e38f107b9fc6109af658c7e14964.ctex differ diff --git a/.godot/imported/add-glossary-2.svg-df70e38f107b9fc6109af658c7e14964.md5 b/.godot/imported/add-glossary-2.svg-df70e38f107b9fc6109af658c7e14964.md5 new file mode 100644 index 00000000..dd4f0d40 --- /dev/null +++ b/.godot/imported/add-glossary-2.svg-df70e38f107b9fc6109af658c7e14964.md5 @@ -0,0 +1,3 @@ +source_md5="93bd04cf2501bd340a14a98604d78479" +dest_md5="c0c589075b5cb997a2383a74a1d30e89" + diff --git a/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.ctex b/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.ctex new file mode 100644 index 00000000..1c5713b8 Binary files /dev/null and b/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.ctex differ diff --git a/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.editor.ctex b/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.editor.ctex new file mode 100644 index 00000000..1c5713b8 Binary files /dev/null and b/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.editor.ctex differ diff --git a/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.md5 b/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.md5 new file mode 100644 index 00000000..604dcee6 --- /dev/null +++ b/.godot/imported/add-glossary.svg-1cde77c043d3874d9bc84cc14d0ec9dc.md5 @@ -0,0 +1,3 @@ +source_md5="9199bc269e62949757626e698eee1efd" +dest_md5="0ed5b16bef9e73bdc620d8177c2a2efe" + diff --git a/.godot/imported/add-glossary.svg-ca3a2211ead16a8ddd6c7fce1fbd838d.ctex b/.godot/imported/add-glossary.svg-ca3a2211ead16a8ddd6c7fce1fbd838d.ctex new file mode 100644 index 00000000..c7083662 Binary files /dev/null and b/.godot/imported/add-glossary.svg-ca3a2211ead16a8ddd6c7fce1fbd838d.ctex differ diff --git a/.godot/imported/add-glossary.svg-ca3a2211ead16a8ddd6c7fce1fbd838d.md5 b/.godot/imported/add-glossary.svg-ca3a2211ead16a8ddd6c7fce1fbd838d.md5 new file mode 100644 index 00000000..bf5aa8cc --- /dev/null +++ b/.godot/imported/add-glossary.svg-ca3a2211ead16a8ddd6c7fce1fbd838d.md5 @@ -0,0 +1,3 @@ +source_md5="2174720941a0aae10ba34fa3f2f9422e" +dest_md5="a3d201eada1065d7042445274269da3c" + diff --git a/.godot/imported/add-theme-1.25.svg-4a12f9dc653eaf7ddeb686d60e81dccd.ctex b/.godot/imported/add-theme-1.25.svg-4a12f9dc653eaf7ddeb686d60e81dccd.ctex new file mode 100644 index 00000000..168e7eff Binary files /dev/null and b/.godot/imported/add-theme-1.25.svg-4a12f9dc653eaf7ddeb686d60e81dccd.ctex differ diff --git a/.godot/imported/add-theme-1.25.svg-4a12f9dc653eaf7ddeb686d60e81dccd.md5 b/.godot/imported/add-theme-1.25.svg-4a12f9dc653eaf7ddeb686d60e81dccd.md5 new file mode 100644 index 00000000..9a0b9cb1 --- /dev/null +++ b/.godot/imported/add-theme-1.25.svg-4a12f9dc653eaf7ddeb686d60e81dccd.md5 @@ -0,0 +1,3 @@ +source_md5="6460487782d4743e260390bda5baa81b" +dest_md5="67ecb7a16d69022f27c09c01c0cc31eb" + diff --git a/.godot/imported/add-theme-2.svg-c08a48497308cf495f82550c69ecc0ef.ctex b/.godot/imported/add-theme-2.svg-c08a48497308cf495f82550c69ecc0ef.ctex new file mode 100644 index 00000000..057f3d74 Binary files /dev/null and b/.godot/imported/add-theme-2.svg-c08a48497308cf495f82550c69ecc0ef.ctex differ diff --git a/.godot/imported/add-theme-2.svg-c08a48497308cf495f82550c69ecc0ef.md5 b/.godot/imported/add-theme-2.svg-c08a48497308cf495f82550c69ecc0ef.md5 new file mode 100644 index 00000000..00631b97 --- /dev/null +++ b/.godot/imported/add-theme-2.svg-c08a48497308cf495f82550c69ecc0ef.md5 @@ -0,0 +1,3 @@ +source_md5="926823d4048f2590802a2c956a2a0e69" +dest_md5="7bb54facd80a26c672170fc5021c4ed3" + diff --git a/.godot/imported/add-theme.svg-56f6ced420900816b1a7d2a532d59732.ctex b/.godot/imported/add-theme.svg-56f6ced420900816b1a7d2a532d59732.ctex new file mode 100644 index 00000000..a060889b Binary files /dev/null and b/.godot/imported/add-theme.svg-56f6ced420900816b1a7d2a532d59732.ctex differ diff --git a/.godot/imported/add-theme.svg-56f6ced420900816b1a7d2a532d59732.md5 b/.godot/imported/add-theme.svg-56f6ced420900816b1a7d2a532d59732.md5 new file mode 100644 index 00000000..91b5b749 --- /dev/null +++ b/.godot/imported/add-theme.svg-56f6ced420900816b1a7d2a532d59732.md5 @@ -0,0 +1,3 @@ +source_md5="d9bd7975bbbe5eb39e13985b22a524a1" +dest_md5="f42e8f55438709c1996f0bedb15ef385" + diff --git a/.godot/imported/add-timeline-1.25.svg-67e7c82a2cbaaed1f1477d82ecb8ce71.ctex b/.godot/imported/add-timeline-1.25.svg-67e7c82a2cbaaed1f1477d82ecb8ce71.ctex new file mode 100644 index 00000000..9139c7a8 Binary files /dev/null and b/.godot/imported/add-timeline-1.25.svg-67e7c82a2cbaaed1f1477d82ecb8ce71.ctex differ diff --git a/.godot/imported/add-timeline-1.25.svg-67e7c82a2cbaaed1f1477d82ecb8ce71.md5 b/.godot/imported/add-timeline-1.25.svg-67e7c82a2cbaaed1f1477d82ecb8ce71.md5 new file mode 100644 index 00000000..ebdc3d25 --- /dev/null +++ b/.godot/imported/add-timeline-1.25.svg-67e7c82a2cbaaed1f1477d82ecb8ce71.md5 @@ -0,0 +1,3 @@ +source_md5="ff5b74f1a474b77f13c4d14ba2736ac3" +dest_md5="8c61a63ee32660692cbb9c85d6e168ee" + diff --git a/.godot/imported/add-timeline-2.svg-00b3bf905c7bd2ca1fece872d753dfef.ctex b/.godot/imported/add-timeline-2.svg-00b3bf905c7bd2ca1fece872d753dfef.ctex new file mode 100644 index 00000000..1ba2bebe Binary files /dev/null and b/.godot/imported/add-timeline-2.svg-00b3bf905c7bd2ca1fece872d753dfef.ctex differ diff --git a/.godot/imported/add-timeline-2.svg-00b3bf905c7bd2ca1fece872d753dfef.md5 b/.godot/imported/add-timeline-2.svg-00b3bf905c7bd2ca1fece872d753dfef.md5 new file mode 100644 index 00000000..fad91a71 --- /dev/null +++ b/.godot/imported/add-timeline-2.svg-00b3bf905c7bd2ca1fece872d753dfef.md5 @@ -0,0 +1,3 @@ +source_md5="d091cc8d8bd985ffa46cd7053bef2958" +dest_md5="702fce77b51a048c5fe233a1671678e4" + diff --git a/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.ctex b/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.ctex new file mode 100644 index 00000000..8a5defe0 Binary files /dev/null and b/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.ctex differ diff --git a/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.editor.ctex b/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.editor.ctex new file mode 100644 index 00000000..8a5defe0 Binary files /dev/null and b/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.editor.ctex differ diff --git a/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.md5 b/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.md5 new file mode 100644 index 00000000..1e3a75fb --- /dev/null +++ b/.godot/imported/add-timeline.svg-86961b528ebdf01f585931a15fea1755.md5 @@ -0,0 +1,3 @@ +source_md5="afca031642362a72a2c6d4fbf6545d4a" +dest_md5="b4c33dc1d6b6498af55ee2839e45fad7" + diff --git a/.godot/imported/add-timeline.svg-fc120773b7d10b417503abc3c1b33ca0.ctex b/.godot/imported/add-timeline.svg-fc120773b7d10b417503abc3c1b33ca0.ctex new file mode 100644 index 00000000..8a5defe0 Binary files /dev/null and b/.godot/imported/add-timeline.svg-fc120773b7d10b417503abc3c1b33ca0.ctex differ diff --git a/.godot/imported/add-timeline.svg-fc120773b7d10b417503abc3c1b33ca0.md5 b/.godot/imported/add-timeline.svg-fc120773b7d10b417503abc3c1b33ca0.md5 new file mode 100644 index 00000000..1e3a75fb --- /dev/null +++ b/.godot/imported/add-timeline.svg-fc120773b7d10b417503abc3c1b33ca0.md5 @@ -0,0 +1,3 @@ +source_md5="afca031642362a72a2c6d4fbf6545d4a" +dest_md5="b4c33dc1d6b6498af55ee2839e45fad7" + diff --git a/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.ctex b/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.ctex new file mode 100644 index 00000000..edaedaf1 Binary files /dev/null and b/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.ctex differ diff --git a/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.editor.ctex b/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.editor.ctex new file mode 100644 index 00000000..edaedaf1 Binary files /dev/null and b/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.editor.ctex differ diff --git a/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.md5 b/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.md5 new file mode 100644 index 00000000..f9b01050 --- /dev/null +++ b/.godot/imported/add-variable.svg-26eb3bd7fac746c574d054e8416d3aac.md5 @@ -0,0 +1,3 @@ +source_md5="1969892d3af312edcef49a6f1ad20611" +dest_md5="dcedc539602747add72c2a9dedbc75ec" + diff --git a/.godot/imported/anger.png-dbcae35ced97cd8763301ede55f7634a.ctex b/.godot/imported/anger.png-dbcae35ced97cd8763301ede55f7634a.ctex new file mode 100644 index 00000000..2f53e957 Binary files /dev/null and b/.godot/imported/anger.png-dbcae35ced97cd8763301ede55f7634a.ctex differ diff --git a/.godot/imported/anger.png-dbcae35ced97cd8763301ede55f7634a.md5 b/.godot/imported/anger.png-dbcae35ced97cd8763301ede55f7634a.md5 new file mode 100644 index 00000000..efa33c2a --- /dev/null +++ b/.godot/imported/anger.png-dbcae35ced97cd8763301ede55f7634a.md5 @@ -0,0 +1,3 @@ +source_md5="26f10896442f0aedf0b756c224ddf3d8" +dest_md5="233c1b6ce2e39dea979317c7abe7bd61" + diff --git a/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.ctex b/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.ctex new file mode 100644 index 00000000..d1689d1b Binary files /dev/null and b/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.ctex differ diff --git a/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.md5 b/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.md5 new file mode 100644 index 00000000..feca7b6c --- /dev/null +++ b/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.md5 @@ -0,0 +1,3 @@ +source_md5="271aa52d1006ac375e0289bebe33d2c5" +dest_md5="84f59c494be93074571daa08ac8d7649" + diff --git a/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.s3tc.ctex b/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.s3tc.ctex new file mode 100644 index 00000000..cc98fa84 Binary files /dev/null and b/.godot/imported/armor.png-09542d6705cb16e2f3946b1b9613fb06.s3tc.ctex differ diff --git a/.godot/imported/arrow-down.svg-82927ec9bdee161b2d27d6f4808e76b4.ctex b/.godot/imported/arrow-down.svg-82927ec9bdee161b2d27d6f4808e76b4.ctex new file mode 100644 index 00000000..7748636a Binary files /dev/null and b/.godot/imported/arrow-down.svg-82927ec9bdee161b2d27d6f4808e76b4.ctex differ diff --git a/.godot/imported/arrow-down.svg-82927ec9bdee161b2d27d6f4808e76b4.md5 b/.godot/imported/arrow-down.svg-82927ec9bdee161b2d27d6f4808e76b4.md5 new file mode 100644 index 00000000..6c0c7e72 --- /dev/null +++ b/.godot/imported/arrow-down.svg-82927ec9bdee161b2d27d6f4808e76b4.md5 @@ -0,0 +1,3 @@ +source_md5="bc0cc6fe60b25c50c8a1c3fa5d2870ed" +dest_md5="8ca81b63c5cf31066989bd802c855aff" + diff --git a/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.ctex b/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.ctex new file mode 100644 index 00000000..db71e008 Binary files /dev/null and b/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.ctex differ diff --git a/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.md5 b/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.md5 new file mode 100644 index 00000000..0fbfbf39 --- /dev/null +++ b/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.md5 @@ -0,0 +1,3 @@ +source_md5="3606934be8005705e57452a7215b1622" +dest_md5="8e5d06cb8f9c46579868972b92dbbbdc" + diff --git a/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.s3tc.ctex b/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.s3tc.ctex new file mode 100644 index 00000000..06b15dd1 Binary files /dev/null and b/.godot/imported/atoners adornment.PNG-29f74b368fc414ed7d2bce6b0ab68e5d.s3tc.ctex differ diff --git a/.godot/imported/audio-event.svg-d192398662daf4684b0a1cb09391d1c1.ctex b/.godot/imported/audio-event.svg-d192398662daf4684b0a1cb09391d1c1.ctex new file mode 100644 index 00000000..336e22bf Binary files /dev/null and b/.godot/imported/audio-event.svg-d192398662daf4684b0a1cb09391d1c1.ctex differ diff --git a/.godot/imported/audio-event.svg-d192398662daf4684b0a1cb09391d1c1.md5 b/.godot/imported/audio-event.svg-d192398662daf4684b0a1cb09391d1c1.md5 new file mode 100644 index 00000000..1e783b7a --- /dev/null +++ b/.godot/imported/audio-event.svg-d192398662daf4684b0a1cb09391d1c1.md5 @@ -0,0 +1,3 @@ +source_md5="e157d636f0fc71ad2b6e25c22c645cf6" +dest_md5="c6697e072dcde542e936a3dfa87fb585" + diff --git a/.godot/imported/audio_event.png-abe3ddd1bd4a041a15bf5b182b4dc2c6.ctex b/.godot/imported/audio_event.png-abe3ddd1bd4a041a15bf5b182b4dc2c6.ctex new file mode 100644 index 00000000..07c9047e Binary files /dev/null and b/.godot/imported/audio_event.png-abe3ddd1bd4a041a15bf5b182b4dc2c6.ctex differ diff --git a/.godot/imported/audio_event.png-abe3ddd1bd4a041a15bf5b182b4dc2c6.md5 b/.godot/imported/audio_event.png-abe3ddd1bd4a041a15bf5b182b4dc2c6.md5 new file mode 100644 index 00000000..ad53e11c --- /dev/null +++ b/.godot/imported/audio_event.png-abe3ddd1bd4a041a15bf5b182b4dc2c6.md5 @@ -0,0 +1,3 @@ +source_md5="bc7061efa05e67d8ad40b1248a513c4b" +dest_md5="2c97a656c91a4270bb473a17758b127f" + diff --git a/.godot/imported/background-1.png-1fc779d8fd5d0bc2346042b70def9109.ctex b/.godot/imported/background-1.png-1fc779d8fd5d0bc2346042b70def9109.ctex new file mode 100644 index 00000000..2185a0be Binary files /dev/null and b/.godot/imported/background-1.png-1fc779d8fd5d0bc2346042b70def9109.ctex differ diff --git a/.godot/imported/background-1.png-1fc779d8fd5d0bc2346042b70def9109.md5 b/.godot/imported/background-1.png-1fc779d8fd5d0bc2346042b70def9109.md5 new file mode 100644 index 00000000..b182cb57 --- /dev/null +++ b/.godot/imported/background-1.png-1fc779d8fd5d0bc2346042b70def9109.md5 @@ -0,0 +1,3 @@ +source_md5="6945bd2099ce87b32082fcf7a738337d" +dest_md5="e5e95ddfab9f15477e4117b887cb4bc2" + diff --git a/.godot/imported/background-2.png-16cefbac02f843f04a3346ffecedf6b6.ctex b/.godot/imported/background-2.png-16cefbac02f843f04a3346ffecedf6b6.ctex new file mode 100644 index 00000000..3feba128 Binary files /dev/null and b/.godot/imported/background-2.png-16cefbac02f843f04a3346ffecedf6b6.ctex differ diff --git a/.godot/imported/background-2.png-16cefbac02f843f04a3346ffecedf6b6.md5 b/.godot/imported/background-2.png-16cefbac02f843f04a3346ffecedf6b6.md5 new file mode 100644 index 00000000..8a4c81fc --- /dev/null +++ b/.godot/imported/background-2.png-16cefbac02f843f04a3346ffecedf6b6.md5 @@ -0,0 +1,3 @@ +source_md5="e6b63a3561d9cb72d926761395a1bb77" +dest_md5="f750a760dff61369bfd8e15cb338d23d" + diff --git a/.godot/imported/background-music.svg-ed735c7eb8946611ace4908d8c03f881.ctex b/.godot/imported/background-music.svg-ed735c7eb8946611ace4908d8c03f881.ctex new file mode 100644 index 00000000..f1ef0982 Binary files /dev/null and b/.godot/imported/background-music.svg-ed735c7eb8946611ace4908d8c03f881.ctex differ diff --git a/.godot/imported/background-music.svg-ed735c7eb8946611ace4908d8c03f881.md5 b/.godot/imported/background-music.svg-ed735c7eb8946611ace4908d8c03f881.md5 new file mode 100644 index 00000000..787a9d1f --- /dev/null +++ b/.godot/imported/background-music.svg-ed735c7eb8946611ace4908d8c03f881.md5 @@ -0,0 +1,3 @@ +source_md5="7f239015068868389da6d90581334d8e" +dest_md5="b33dcd31fa41a52fdb0556d8b08b33a9" + diff --git a/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.ctex b/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.ctex new file mode 100644 index 00000000..e598269c Binary files /dev/null and b/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.ctex differ diff --git a/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.editor.ctex b/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.editor.ctex new file mode 100644 index 00000000..e598269c Binary files /dev/null and b/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.editor.ctex differ diff --git a/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.md5 b/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.md5 new file mode 100644 index 00000000..e0201544 --- /dev/null +++ b/.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.md5 @@ -0,0 +1,3 @@ +source_md5="7499943ca1ba6ccec4e33d32da418022" +dest_md5="9d8054937b939e87db47e3975a9c4d3e" + diff --git a/.godot/imported/base1.png-d5d7d1c85b1cab665dc0b54194bbd33b.ctex b/.godot/imported/base1.png-d5d7d1c85b1cab665dc0b54194bbd33b.ctex new file mode 100644 index 00000000..ad3abaac Binary files /dev/null and b/.godot/imported/base1.png-d5d7d1c85b1cab665dc0b54194bbd33b.ctex differ diff --git a/.godot/imported/base1.png-d5d7d1c85b1cab665dc0b54194bbd33b.md5 b/.godot/imported/base1.png-d5d7d1c85b1cab665dc0b54194bbd33b.md5 new file mode 100644 index 00000000..118ef71e --- /dev/null +++ b/.godot/imported/base1.png-d5d7d1c85b1cab665dc0b54194bbd33b.md5 @@ -0,0 +1,3 @@ +source_md5="6423ce83d06cec95d519f2ba8735c5d0" +dest_md5="47d509c1fb33545791ece4803ffe6b14" + diff --git a/.godot/imported/base2.png-4cf3c53a4d499097fe6532e4b778d0b3.ctex b/.godot/imported/base2.png-4cf3c53a4d499097fe6532e4b778d0b3.ctex new file mode 100644 index 00000000..f138e2d2 Binary files /dev/null and b/.godot/imported/base2.png-4cf3c53a4d499097fe6532e4b778d0b3.ctex differ diff --git a/.godot/imported/base2.png-4cf3c53a4d499097fe6532e4b778d0b3.md5 b/.godot/imported/base2.png-4cf3c53a4d499097fe6532e4b778d0b3.md5 new file mode 100644 index 00000000..f2e548a2 --- /dev/null +++ b/.godot/imported/base2.png-4cf3c53a4d499097fe6532e4b778d0b3.md5 @@ -0,0 +1,3 @@ +source_md5="f2b962e1f347bf7ff021f08cb005bdce" +dest_md5="eeaf8d269fa96eee39d6429064e5b597" + diff --git a/.godot/imported/base3.png-65e60d03716a9b546a46a38772fc2ace.ctex b/.godot/imported/base3.png-65e60d03716a9b546a46a38772fc2ace.ctex new file mode 100644 index 00000000..6e2e521c Binary files /dev/null and b/.godot/imported/base3.png-65e60d03716a9b546a46a38772fc2ace.ctex differ diff --git a/.godot/imported/base3.png-65e60d03716a9b546a46a38772fc2ace.md5 b/.godot/imported/base3.png-65e60d03716a9b546a46a38772fc2ace.md5 new file mode 100644 index 00000000..d60b12f8 --- /dev/null +++ b/.godot/imported/base3.png-65e60d03716a9b546a46a38772fc2ace.md5 @@ -0,0 +1,3 @@ +source_md5="a395724bfd8c425f2e80c1f13ef21d6a" +dest_md5="7adb70c8fb6fabfb486f6d3b689aa838" + diff --git a/.godot/imported/base4.png-ea3084656f4403d3ff87bdd890f73843.ctex b/.godot/imported/base4.png-ea3084656f4403d3ff87bdd890f73843.ctex new file mode 100644 index 00000000..c21ef528 Binary files /dev/null and b/.godot/imported/base4.png-ea3084656f4403d3ff87bdd890f73843.ctex differ diff --git a/.godot/imported/base4.png-ea3084656f4403d3ff87bdd890f73843.md5 b/.godot/imported/base4.png-ea3084656f4403d3ff87bdd890f73843.md5 new file mode 100644 index 00000000..48384dbb --- /dev/null +++ b/.godot/imported/base4.png-ea3084656f4403d3ff87bdd890f73843.md5 @@ -0,0 +1,3 @@ +source_md5="d173fe99d0578da13519fd8ac6e00453" +dest_md5="b00541a09bc2d7beade5c2dacd2499ee" + diff --git a/.godot/imported/blank level symbol.png-14e7d3eb360d529d659ec2284ee12ca4.ctex b/.godot/imported/blank level symbol.png-14e7d3eb360d529d659ec2284ee12ca4.ctex new file mode 100644 index 00000000..f99f54ad Binary files /dev/null and b/.godot/imported/blank level symbol.png-14e7d3eb360d529d659ec2284ee12ca4.ctex differ diff --git a/.godot/imported/blank level symbol.png-14e7d3eb360d529d659ec2284ee12ca4.md5 b/.godot/imported/blank level symbol.png-14e7d3eb360d529d659ec2284ee12ca4.md5 new file mode 100644 index 00000000..8cfd0700 --- /dev/null +++ b/.godot/imported/blank level symbol.png-14e7d3eb360d529d659ec2284ee12ca4.md5 @@ -0,0 +1,3 @@ +source_md5="37288021bb6fb724e167b7a5b205dab2" +dest_md5="72e564b44afe7d3ff7a3e6311d36e36f" + diff --git a/.godot/imported/block-1f5384908d93f77089fae16111405003.bin b/.godot/imported/block-1f5384908d93f77089fae16111405003.bin new file mode 100644 index 00000000..50a47e21 Binary files /dev/null and b/.godot/imported/block-1f5384908d93f77089fae16111405003.bin differ diff --git a/.godot/imported/block-1f5384908d93f77089fae16111405003.gltf b/.godot/imported/block-1f5384908d93f77089fae16111405003.gltf new file mode 100644 index 00000000..8eaa95bf --- /dev/null +++ b/.godot/imported/block-1f5384908d93f77089fae16111405003.gltf @@ -0,0 +1,221 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":54351.41306588226, + "type":"point", + "name":"Light" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cube" + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Light", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.358891487121582, + 4.958309173583984, + 6.925790786743164 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.39959652046304894, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "alphaMode":"BLEND", + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":0 + }, + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + } + ], + "images":[ + { + "mimeType":"image/jpeg", + "name":"stone.jpeg", + "uri":"../../src/map/overworld/Textures/kenney_prototype-textures/stone.jpeg" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":377, + "max":[ + 1, + 1, + 1 + ], + "min":[ + -1, + -1, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":377, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":377, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":377, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":576, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":4524, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":4524, + "byteOffset":4524, + "target":34962 + }, + { + "buffer":0, + "byteLength":3016, + "byteOffset":9048, + "target":34962 + }, + { + "buffer":0, + "byteLength":6032, + "byteOffset":12064, + "target":34962 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":18096, + "target":34963 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + } + ], + "buffers":[ + { + "byteLength":19248, + "uri":"block-1f5384908d93f77089fae16111405003.bin" + } + ] +} diff --git a/.godot/imported/block-5383fc484a149719e87db8517ebc8786.bin b/.godot/imported/block-5383fc484a149719e87db8517ebc8786.bin new file mode 100644 index 00000000..50a47e21 Binary files /dev/null and b/.godot/imported/block-5383fc484a149719e87db8517ebc8786.bin differ diff --git a/.godot/imported/block-5383fc484a149719e87db8517ebc8786.gltf b/.godot/imported/block-5383fc484a149719e87db8517ebc8786.gltf new file mode 100644 index 00000000..ba21f1cf --- /dev/null +++ b/.godot/imported/block-5383fc484a149719e87db8517ebc8786.gltf @@ -0,0 +1,221 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":54351.41306588226, + "type":"point", + "name":"Light" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cube" + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Light", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.358891487121582, + 4.958309173583984, + 6.925790786743164 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.39959652046304894, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "alphaMode":"BLEND", + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":0 + }, + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + } + ], + "images":[ + { + "mimeType":"image/jpeg", + "name":"stone.jpeg", + "uri":"../../src/map/SeanResources/Textures/kenney_prototype-textures/stone.jpeg" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":377, + "max":[ + 1, + 1, + 1 + ], + "min":[ + -1, + -1, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":377, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":377, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":377, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":576, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":4524, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":4524, + "byteOffset":4524, + "target":34962 + }, + { + "buffer":0, + "byteLength":3016, + "byteOffset":9048, + "target":34962 + }, + { + "buffer":0, + "byteLength":6032, + "byteOffset":12064, + "target":34962 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":18096, + "target":34963 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + } + ], + "buffers":[ + { + "byteLength":19248, + "uri":"block-5383fc484a149719e87db8517ebc8786.bin" + } + ] +} diff --git a/.godot/imported/block.blend-1f5384908d93f77089fae16111405003.md5 b/.godot/imported/block.blend-1f5384908d93f77089fae16111405003.md5 new file mode 100644 index 00000000..3c1de525 --- /dev/null +++ b/.godot/imported/block.blend-1f5384908d93f77089fae16111405003.md5 @@ -0,0 +1,3 @@ +source_md5="08e6df3b812c098239d2443cb51c27c9" +dest_md5="ea6036fcdb56537e50d518c19081615b" + diff --git a/.godot/imported/block.blend-1f5384908d93f77089fae16111405003.scn b/.godot/imported/block.blend-1f5384908d93f77089fae16111405003.scn new file mode 100644 index 00000000..e0a2b9b5 Binary files /dev/null and b/.godot/imported/block.blend-1f5384908d93f77089fae16111405003.scn differ diff --git a/.godot/imported/block.blend-5383fc484a149719e87db8517ebc8786.md5 b/.godot/imported/block.blend-5383fc484a149719e87db8517ebc8786.md5 new file mode 100644 index 00000000..c2faf912 --- /dev/null +++ b/.godot/imported/block.blend-5383fc484a149719e87db8517ebc8786.md5 @@ -0,0 +1,3 @@ +source_md5="08e6df3b812c098239d2443cb51c27c9" +dest_md5="043780894d11c7f3f63af2d341abf6f9" + diff --git a/.godot/imported/block.blend-5383fc484a149719e87db8517ebc8786.scn b/.godot/imported/block.blend-5383fc484a149719e87db8517ebc8786.scn new file mode 100644 index 00000000..948c070b Binary files /dev/null and b/.godot/imported/block.blend-5383fc484a149719e87db8517ebc8786.scn differ diff --git a/.godot/imported/block.obj-09374a5e79353ad3292cf52cd6adaa94.md5 b/.godot/imported/block.obj-09374a5e79353ad3292cf52cd6adaa94.md5 new file mode 100644 index 00000000..8942b885 --- /dev/null +++ b/.godot/imported/block.obj-09374a5e79353ad3292cf52cd6adaa94.md5 @@ -0,0 +1,3 @@ +source_md5="368f4d190de7a4eeed1e94862ad3d064" +dest_md5="820dd76fe28789aef4f83c9fdf1a24d5" + diff --git a/.godot/imported/block.obj-09374a5e79353ad3292cf52cd6adaa94.mesh b/.godot/imported/block.obj-09374a5e79353ad3292cf52cd6adaa94.mesh new file mode 100644 index 00000000..4855b5a5 Binary files /dev/null and b/.godot/imported/block.obj-09374a5e79353ad3292cf52cd6adaa94.mesh differ diff --git a/.godot/imported/block.obj-e80c8c88f1276c5acf359f666c3d88b9.md5 b/.godot/imported/block.obj-e80c8c88f1276c5acf359f666c3d88b9.md5 new file mode 100644 index 00000000..ec55d9d9 --- /dev/null +++ b/.godot/imported/block.obj-e80c8c88f1276c5acf359f666c3d88b9.md5 @@ -0,0 +1,3 @@ +source_md5="368f4d190de7a4eeed1e94862ad3d064" +dest_md5="3bb5e95091a533927377df87f799cbe7" + diff --git a/.godot/imported/block.obj-e80c8c88f1276c5acf359f666c3d88b9.mesh b/.godot/imported/block.obj-e80c8c88f1276c5acf359f666c3d88b9.mesh new file mode 100644 index 00000000..f5c11f3b Binary files /dev/null and b/.godot/imported/block.obj-e80c8c88f1276c5acf359f666c3d88b9.mesh differ diff --git a/.godot/imported/blue-checkerboard-cc0.png-1c2a1348fd1d3b6ea7498ed312065a17.md5 b/.godot/imported/blue-checkerboard-cc0.png-1c2a1348fd1d3b6ea7498ed312065a17.md5 new file mode 100644 index 00000000..5482faa2 --- /dev/null +++ b/.godot/imported/blue-checkerboard-cc0.png-1c2a1348fd1d3b6ea7498ed312065a17.md5 @@ -0,0 +1,3 @@ +source_md5="f50fd5e0093966c8c33658f36e9be85b" +dest_md5="dc95e300bb162e8729ee2464882efdca" + diff --git a/.godot/imported/blue-checkerboard-cc0.png-1c2a1348fd1d3b6ea7498ed312065a17.s3tc.ctex b/.godot/imported/blue-checkerboard-cc0.png-1c2a1348fd1d3b6ea7498ed312065a17.s3tc.ctex new file mode 100644 index 00000000..276d813b Binary files /dev/null and b/.godot/imported/blue-checkerboard-cc0.png-1c2a1348fd1d3b6ea7498ed312065a17.s3tc.ctex differ diff --git a/.godot/imported/bricks_0012_color_1k.jpg-c58bb1a8de58a0f87fac7ce012904291.ctex b/.godot/imported/bricks_0012_color_1k.jpg-c58bb1a8de58a0f87fac7ce012904291.ctex new file mode 100644 index 00000000..ab65ab7c Binary files /dev/null and b/.godot/imported/bricks_0012_color_1k.jpg-c58bb1a8de58a0f87fac7ce012904291.ctex differ diff --git a/.godot/imported/bricks_0012_color_1k.jpg-c58bb1a8de58a0f87fac7ce012904291.md5 b/.godot/imported/bricks_0012_color_1k.jpg-c58bb1a8de58a0f87fac7ce012904291.md5 new file mode 100644 index 00000000..76b2b79b --- /dev/null +++ b/.godot/imported/bricks_0012_color_1k.jpg-c58bb1a8de58a0f87fac7ce012904291.md5 @@ -0,0 +1,3 @@ +source_md5="a72fcc165d3cf8e7b484148da7c34c8d" +dest_md5="36e1ba8cebe262d58e876910c5c70ed6" + diff --git a/.godot/imported/bricks_0012_color_1k.jpg-f70f79897bd8d72d126a7fda9a3a8827.ctex b/.godot/imported/bricks_0012_color_1k.jpg-f70f79897bd8d72d126a7fda9a3a8827.ctex new file mode 100644 index 00000000..ab65ab7c Binary files /dev/null and b/.godot/imported/bricks_0012_color_1k.jpg-f70f79897bd8d72d126a7fda9a3a8827.ctex differ diff --git a/.godot/imported/bricks_0012_color_1k.jpg-f70f79897bd8d72d126a7fda9a3a8827.md5 b/.godot/imported/bricks_0012_color_1k.jpg-f70f79897bd8d72d126a7fda9a3a8827.md5 new file mode 100644 index 00000000..76b2b79b --- /dev/null +++ b/.godot/imported/bricks_0012_color_1k.jpg-f70f79897bd8d72d126a7fda9a3a8827.md5 @@ -0,0 +1,3 @@ +source_md5="a72fcc165d3cf8e7b484148da7c34c8d" +dest_md5="36e1ba8cebe262d58e876910c5c70ed6" + diff --git a/.godot/imported/brickwall_g.png-94d2e7075454cf3ab1278b97aa90e702.ctex b/.godot/imported/brickwall_g.png-94d2e7075454cf3ab1278b97aa90e702.ctex new file mode 100644 index 00000000..7aabe9e3 Binary files /dev/null and b/.godot/imported/brickwall_g.png-94d2e7075454cf3ab1278b97aa90e702.ctex differ diff --git a/.godot/imported/brickwall_g.png-94d2e7075454cf3ab1278b97aa90e702.md5 b/.godot/imported/brickwall_g.png-94d2e7075454cf3ab1278b97aa90e702.md5 new file mode 100644 index 00000000..f26a26c6 --- /dev/null +++ b/.godot/imported/brickwall_g.png-94d2e7075454cf3ab1278b97aa90e702.md5 @@ -0,0 +1,3 @@ +source_md5="a11224f7960bb51d4311bcf6c9bbc373" +dest_md5="aa956850228af0c5c219a785d18c7602" + diff --git a/.godot/imported/brickwall_g2.png-924f32dc0d9a20f9f0e9298cda91b264.ctex b/.godot/imported/brickwall_g2.png-924f32dc0d9a20f9f0e9298cda91b264.ctex new file mode 100644 index 00000000..f1c15ffa Binary files /dev/null and b/.godot/imported/brickwall_g2.png-924f32dc0d9a20f9f0e9298cda91b264.ctex differ diff --git a/.godot/imported/brickwall_g2.png-924f32dc0d9a20f9f0e9298cda91b264.md5 b/.godot/imported/brickwall_g2.png-924f32dc0d9a20f9f0e9298cda91b264.md5 new file mode 100644 index 00000000..484121e9 --- /dev/null +++ b/.godot/imported/brickwall_g2.png-924f32dc0d9a20f9f0e9298cda91b264.md5 @@ -0,0 +1,3 @@ +source_md5="67c62576ff082aee6d20f371a0ad8099" +dest_md5="4152dce732c0f2fa2d31ad5ca556d7bf" + diff --git a/.godot/imported/call-node.svg-18ac09155d5b32a52ebd8691a3af4366.ctex b/.godot/imported/call-node.svg-18ac09155d5b32a52ebd8691a3af4366.ctex new file mode 100644 index 00000000..ad2cea44 Binary files /dev/null and b/.godot/imported/call-node.svg-18ac09155d5b32a52ebd8691a3af4366.ctex differ diff --git a/.godot/imported/call-node.svg-18ac09155d5b32a52ebd8691a3af4366.md5 b/.godot/imported/call-node.svg-18ac09155d5b32a52ebd8691a3af4366.md5 new file mode 100644 index 00000000..f3fbb450 --- /dev/null +++ b/.godot/imported/call-node.svg-18ac09155d5b32a52ebd8691a3af4366.md5 @@ -0,0 +1,3 @@ +source_md5="820bb9f58aea78b1e5f97e795a2e48e4" +dest_md5="4e3d03c43a1f1e6b2b3df1936cacb94e" + diff --git a/.godot/imported/change-background.svg-b779e98a98d293a18e8d288547972610.ctex b/.godot/imported/change-background.svg-b779e98a98d293a18e8d288547972610.ctex new file mode 100644 index 00000000..4cf9c9ab Binary files /dev/null and b/.godot/imported/change-background.svg-b779e98a98d293a18e8d288547972610.ctex differ diff --git a/.godot/imported/change-background.svg-b779e98a98d293a18e8d288547972610.md5 b/.godot/imported/change-background.svg-b779e98a98d293a18e8d288547972610.md5 new file mode 100644 index 00000000..889149d0 --- /dev/null +++ b/.godot/imported/change-background.svg-b779e98a98d293a18e8d288547972610.md5 @@ -0,0 +1,3 @@ +source_md5="2927c4ecb374e329804ba99da575cbd1" +dest_md5="fdaf4f2fd9bb576e3d5510973515277a" + diff --git a/.godot/imported/change-scene.svg-6725a8049733078ddbd90a4b2658171a.ctex b/.godot/imported/change-scene.svg-6725a8049733078ddbd90a4b2658171a.ctex new file mode 100644 index 00000000..744aa9ac Binary files /dev/null and b/.godot/imported/change-scene.svg-6725a8049733078ddbd90a4b2658171a.ctex differ diff --git a/.godot/imported/change-scene.svg-6725a8049733078ddbd90a4b2658171a.md5 b/.godot/imported/change-scene.svg-6725a8049733078ddbd90a4b2658171a.md5 new file mode 100644 index 00000000..346a2002 --- /dev/null +++ b/.godot/imported/change-scene.svg-6725a8049733078ddbd90a4b2658171a.md5 @@ -0,0 +1,3 @@ +source_md5="2fde142ced0e37805aff1735e0d7e5db" +dest_md5="cd4e19d2d992514d078d18be7041692d" + diff --git a/.godot/imported/change-timeline.svg-3fc1cb78cceef83db78cae34f53baa54.ctex b/.godot/imported/change-timeline.svg-3fc1cb78cceef83db78cae34f53baa54.ctex new file mode 100644 index 00000000..3734ae5d Binary files /dev/null and b/.godot/imported/change-timeline.svg-3fc1cb78cceef83db78cae34f53baa54.ctex differ diff --git a/.godot/imported/change-timeline.svg-3fc1cb78cceef83db78cae34f53baa54.md5 b/.godot/imported/change-timeline.svg-3fc1cb78cceef83db78cae34f53baa54.md5 new file mode 100644 index 00000000..b6e124dd --- /dev/null +++ b/.godot/imported/change-timeline.svg-3fc1cb78cceef83db78cae34f53baa54.md5 @@ -0,0 +1,3 @@ +source_md5="6926e3d1f80a5ea3b7c96f94f89656e4" +dest_md5="d58cbfdbd1ef8ba14a87d7b2e978abd4" + diff --git a/.godot/imported/character-1.25.svg-f8560c64a6c9ea126837d22490545cc1.ctex b/.godot/imported/character-1.25.svg-f8560c64a6c9ea126837d22490545cc1.ctex new file mode 100644 index 00000000..215d9394 Binary files /dev/null and b/.godot/imported/character-1.25.svg-f8560c64a6c9ea126837d22490545cc1.ctex differ diff --git a/.godot/imported/character-1.25.svg-f8560c64a6c9ea126837d22490545cc1.md5 b/.godot/imported/character-1.25.svg-f8560c64a6c9ea126837d22490545cc1.md5 new file mode 100644 index 00000000..c6016906 --- /dev/null +++ b/.godot/imported/character-1.25.svg-f8560c64a6c9ea126837d22490545cc1.md5 @@ -0,0 +1,3 @@ +source_md5="416277bed8fece73ed4101416cf8b232" +dest_md5="d857b11d5b2cd1cedc7c69d7056b1fee" + diff --git a/.godot/imported/character-2.svg-6a7c147375663e487c6aad504c0ac5e9.ctex b/.godot/imported/character-2.svg-6a7c147375663e487c6aad504c0ac5e9.ctex new file mode 100644 index 00000000..ea6b843d Binary files /dev/null and b/.godot/imported/character-2.svg-6a7c147375663e487c6aad504c0ac5e9.ctex differ diff --git a/.godot/imported/character-2.svg-6a7c147375663e487c6aad504c0ac5e9.md5 b/.godot/imported/character-2.svg-6a7c147375663e487c6aad504c0ac5e9.md5 new file mode 100644 index 00000000..f7f06e81 --- /dev/null +++ b/.godot/imported/character-2.svg-6a7c147375663e487c6aad504c0ac5e9.md5 @@ -0,0 +1,3 @@ +source_md5="0f83bfcc459ba8919d2f57f18659692b" +dest_md5="963b1978118cc71dc33728b1256000ab" + diff --git a/.godot/imported/character-join.svg-18bdcb819b53221120d980471e3e3d32.ctex b/.godot/imported/character-join.svg-18bdcb819b53221120d980471e3e3d32.ctex new file mode 100644 index 00000000..0100c188 Binary files /dev/null and b/.godot/imported/character-join.svg-18bdcb819b53221120d980471e3e3d32.ctex differ diff --git a/.godot/imported/character-join.svg-18bdcb819b53221120d980471e3e3d32.md5 b/.godot/imported/character-join.svg-18bdcb819b53221120d980471e3e3d32.md5 new file mode 100644 index 00000000..19762d6e --- /dev/null +++ b/.godot/imported/character-join.svg-18bdcb819b53221120d980471e3e3d32.md5 @@ -0,0 +1,3 @@ +source_md5="59fb3cd3678ba86f5b0d7434997626ea" +dest_md5="65db975fda1b76275b83a74803a5425d" + diff --git a/.godot/imported/character-leave.svg-95abf444b6078dd9d945a62d79c6512b.ctex b/.godot/imported/character-leave.svg-95abf444b6078dd9d945a62d79c6512b.ctex new file mode 100644 index 00000000..a56a6dd1 Binary files /dev/null and b/.godot/imported/character-leave.svg-95abf444b6078dd9d945a62d79c6512b.ctex differ diff --git a/.godot/imported/character-leave.svg-95abf444b6078dd9d945a62d79c6512b.md5 b/.godot/imported/character-leave.svg-95abf444b6078dd9d945a62d79c6512b.md5 new file mode 100644 index 00000000..30a4c13e --- /dev/null +++ b/.godot/imported/character-leave.svg-95abf444b6078dd9d945a62d79c6512b.md5 @@ -0,0 +1,3 @@ +source_md5="a44ceea52275e998db8fc7b0a83f5f6a" +dest_md5="5962567d928d647d099d24e43555f459" + diff --git a/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.ctex b/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.ctex new file mode 100644 index 00000000..c6798cd8 Binary files /dev/null and b/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.ctex differ diff --git a/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.editor.ctex b/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.editor.ctex new file mode 100644 index 00000000..c6798cd8 Binary files /dev/null and b/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.editor.ctex differ diff --git a/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.md5 b/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.md5 new file mode 100644 index 00000000..17c6ff5b --- /dev/null +++ b/.godot/imported/character.svg-48bc1c93fa13733a935ca2c669d933a7.md5 @@ -0,0 +1,3 @@ +source_md5="c3daef67731ff1cf29d3eb7a17b4162c" +dest_md5="e3e18acab8e75e8ef6b95b8e99729338" + diff --git a/.godot/imported/character.svg-673b36f24b45dbf2773f02c6fa0eb3f0.ctex b/.godot/imported/character.svg-673b36f24b45dbf2773f02c6fa0eb3f0.ctex new file mode 100644 index 00000000..7725b903 Binary files /dev/null and b/.godot/imported/character.svg-673b36f24b45dbf2773f02c6fa0eb3f0.ctex differ diff --git a/.godot/imported/character.svg-673b36f24b45dbf2773f02c6fa0eb3f0.md5 b/.godot/imported/character.svg-673b36f24b45dbf2773f02c6fa0eb3f0.md5 new file mode 100644 index 00000000..acb83dfb --- /dev/null +++ b/.godot/imported/character.svg-673b36f24b45dbf2773f02c6fa0eb3f0.md5 @@ -0,0 +1,3 @@ +source_md5="859760eae3676f7fe3cdf54e2e1ce617" +dest_md5="d505b832a60e526ed046c0b901ca565e" + diff --git a/.godot/imported/character.svg-89c6ba7fbc42ad2d5168608df91b8534.ctex b/.godot/imported/character.svg-89c6ba7fbc42ad2d5168608df91b8534.ctex new file mode 100644 index 00000000..215d9394 Binary files /dev/null and b/.godot/imported/character.svg-89c6ba7fbc42ad2d5168608df91b8534.ctex differ diff --git a/.godot/imported/character.svg-89c6ba7fbc42ad2d5168608df91b8534.md5 b/.godot/imported/character.svg-89c6ba7fbc42ad2d5168608df91b8534.md5 new file mode 100644 index 00000000..c6016906 --- /dev/null +++ b/.godot/imported/character.svg-89c6ba7fbc42ad2d5168608df91b8534.md5 @@ -0,0 +1,3 @@ +source_md5="416277bed8fece73ed4101416cf8b232" +dest_md5="d857b11d5b2cd1cedc7c69d7056b1fee" + diff --git a/.godot/imported/character.svg-dce8982b5c5669e98479bbff64aab08f.ctex b/.godot/imported/character.svg-dce8982b5c5669e98479bbff64aab08f.ctex new file mode 100644 index 00000000..c6798cd8 Binary files /dev/null and b/.godot/imported/character.svg-dce8982b5c5669e98479bbff64aab08f.ctex differ diff --git a/.godot/imported/character.svg-dce8982b5c5669e98479bbff64aab08f.md5 b/.godot/imported/character.svg-dce8982b5c5669e98479bbff64aab08f.md5 new file mode 100644 index 00000000..17c6ff5b --- /dev/null +++ b/.godot/imported/character.svg-dce8982b5c5669e98479bbff64aab08f.md5 @@ -0,0 +1,3 @@ +source_md5="c3daef67731ff1cf29d3eb7a17b4162c" +dest_md5="e3e18acab8e75e8ef6b95b8e99729338" + diff --git a/.godot/imported/choice.svg-13eab5623c86309807d0cbedab2ce888.ctex b/.godot/imported/choice.svg-13eab5623c86309807d0cbedab2ce888.ctex new file mode 100644 index 00000000..8075e50d Binary files /dev/null and b/.godot/imported/choice.svg-13eab5623c86309807d0cbedab2ce888.ctex differ diff --git a/.godot/imported/choice.svg-13eab5623c86309807d0cbedab2ce888.md5 b/.godot/imported/choice.svg-13eab5623c86309807d0cbedab2ce888.md5 new file mode 100644 index 00000000..6ec5c141 --- /dev/null +++ b/.godot/imported/choice.svg-13eab5623c86309807d0cbedab2ce888.md5 @@ -0,0 +1,3 @@ +source_md5="a1d7c036619a4452335eae250904c678" +dest_md5="ab9067e1cd983d6cbacc6566b9461c18" + diff --git a/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.ctex b/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.ctex new file mode 100644 index 00000000..0dc91e84 Binary files /dev/null and b/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.ctex differ diff --git a/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.editor.ctex b/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.editor.ctex new file mode 100644 index 00000000..0dc91e84 Binary files /dev/null and b/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.editor.ctex differ diff --git a/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.md5 b/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.md5 new file mode 100644 index 00000000..49eee3ec --- /dev/null +++ b/.godot/imported/choices_layer_icon.svg-2f676308da08dddba733cb2bfba8fc69.md5 @@ -0,0 +1,3 @@ +source_md5="78973b8253d9e52f8563778f03befafb" +dest_md5="2f979dc58081d7629456efd12fa6cb45" + diff --git a/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.ctex b/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.ctex new file mode 100644 index 00000000..310b0731 Binary files /dev/null and b/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.ctex differ diff --git a/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.editor.ctex b/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.editor.ctex new file mode 100644 index 00000000..310b0731 Binary files /dev/null and b/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.editor.ctex differ diff --git a/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.md5 b/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.md5 new file mode 100644 index 00000000..55893b8a --- /dev/null +++ b/.godot/imported/clear_background.svg-32f657ae646e5867a8ceb0543ae207de.md5 @@ -0,0 +1,3 @@ +source_md5="30f17aae51a9df3969416b8ca3cd5729" +dest_md5="ac0f6d48b3a2ad4dc2ddb747731e5664" + diff --git a/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.ctex b/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.ctex new file mode 100644 index 00000000..3751f032 Binary files /dev/null and b/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.ctex differ diff --git a/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.editor.ctex b/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.editor.ctex new file mode 100644 index 00000000..3751f032 Binary files /dev/null and b/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.editor.ctex differ diff --git a/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.md5 b/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.md5 new file mode 100644 index 00000000..97fe672a --- /dev/null +++ b/.godot/imported/clear_characters.svg-58481eec0869d46b2d90f2102edd1687.md5 @@ -0,0 +1,3 @@ +source_md5="9e6b4886767373681d3ec0ecaadc1e1d" +dest_md5="4d9048e0479242bee54aa64f0e42d185" + diff --git a/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.ctex b/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.ctex new file mode 100644 index 00000000..8411f92e Binary files /dev/null and b/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.ctex differ diff --git a/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.editor.ctex b/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.editor.ctex new file mode 100644 index 00000000..8411f92e Binary files /dev/null and b/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.editor.ctex differ diff --git a/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.md5 b/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.md5 new file mode 100644 index 00000000..303c4785 --- /dev/null +++ b/.godot/imported/clear_music.svg-ab19a5f3dc85de8ba17b7c720b838a73.md5 @@ -0,0 +1,3 @@ +source_md5="b2ce40ebc594cdff2e1364403b8d9845" +dest_md5="60e3412f13cda1ece4f688e74342e823" + diff --git a/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.ctex b/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.ctex new file mode 100644 index 00000000..21d50e9c Binary files /dev/null and b/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.ctex differ diff --git a/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.editor.ctex b/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.editor.ctex new file mode 100644 index 00000000..21d50e9c Binary files /dev/null and b/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.editor.ctex differ diff --git a/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.md5 b/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.md5 new file mode 100644 index 00000000..171ebb86 --- /dev/null +++ b/.godot/imported/clear_positions.svg-9c6ef9c2e28a63b87a3c7d0ed63620d8.md5 @@ -0,0 +1,3 @@ +source_md5="1dce6b29b1669cbfdc98ac801bbf97ad" +dest_md5="f71ae3e9d5205d6e52d32506cbc25479" + diff --git a/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.ctex b/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.ctex new file mode 100644 index 00000000..0385c724 Binary files /dev/null and b/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.ctex differ diff --git a/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.editor.ctex b/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.editor.ctex new file mode 100644 index 00000000..0385c724 Binary files /dev/null and b/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.editor.ctex differ diff --git a/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.md5 b/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.md5 new file mode 100644 index 00000000..6ba6b26d --- /dev/null +++ b/.godot/imported/clear_style.svg-ab3288e6e47f45c4e12ce1862403a99c.md5 @@ -0,0 +1,3 @@ +source_md5="bc166ad350b453ce7f3602601b173496" +dest_md5="0b8f3f0c04783935de1b97330722c347" + diff --git a/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.ctex b/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.ctex new file mode 100644 index 00000000..39c6e7f7 Binary files /dev/null and b/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.ctex differ diff --git a/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.editor.ctex b/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.editor.ctex new file mode 100644 index 00000000..39c6e7f7 Binary files /dev/null and b/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.editor.ctex differ diff --git a/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.md5 b/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.md5 new file mode 100644 index 00000000..b0452fe8 --- /dev/null +++ b/.godot/imported/clear_textbox.svg-04935e3d82350d24a197adcb47df6f57.md5 @@ -0,0 +1,3 @@ +source_md5="a6f2abcbb0fdcdc5824228ee6dc528c5" +dest_md5="ff02bfde8cc05ff932eb840bc2c4efc1" + diff --git a/.godot/imported/close-dialog.svg-bb378589acef276803372ba9bd39145a.ctex b/.godot/imported/close-dialog.svg-bb378589acef276803372ba9bd39145a.ctex new file mode 100644 index 00000000..69212f3d Binary files /dev/null and b/.godot/imported/close-dialog.svg-bb378589acef276803372ba9bd39145a.ctex differ diff --git a/.godot/imported/close-dialog.svg-bb378589acef276803372ba9bd39145a.md5 b/.godot/imported/close-dialog.svg-bb378589acef276803372ba9bd39145a.md5 new file mode 100644 index 00000000..3955fee7 --- /dev/null +++ b/.godot/imported/close-dialog.svg-bb378589acef276803372ba9bd39145a.md5 @@ -0,0 +1,3 @@ +source_md5="7bc5d0de04e7f5c4fb8bf3484c8eeb33" +dest_md5="cc76f77b8ba819bc2927a5d317b981ff" + diff --git a/.godot/imported/closed-icon.svg-b4822d061d964b0ee1a7fa1cc7cd7a4c.ctex b/.godot/imported/closed-icon.svg-b4822d061d964b0ee1a7fa1cc7cd7a4c.ctex new file mode 100644 index 00000000..714ac7a7 Binary files /dev/null and b/.godot/imported/closed-icon.svg-b4822d061d964b0ee1a7fa1cc7cd7a4c.ctex differ diff --git a/.godot/imported/closed-icon.svg-b4822d061d964b0ee1a7fa1cc7cd7a4c.md5 b/.godot/imported/closed-icon.svg-b4822d061d964b0ee1a7fa1cc7cd7a4c.md5 new file mode 100644 index 00000000..7435a676 --- /dev/null +++ b/.godot/imported/closed-icon.svg-b4822d061d964b0ee1a7fa1cc7cd7a4c.md5 @@ -0,0 +1,3 @@ +source_md5="6b6e8ee1d4985f0902a281cfdf049fe5" +dest_md5="7e01b0f7200ea05420b73081aa82db70" + diff --git a/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.ctex b/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.ctex new file mode 100644 index 00000000..714ac7a7 Binary files /dev/null and b/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.ctex differ diff --git a/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.editor.ctex b/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.editor.ctex new file mode 100644 index 00000000..714ac7a7 Binary files /dev/null and b/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.editor.ctex differ diff --git a/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.md5 b/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.md5 new file mode 100644 index 00000000..7435a676 --- /dev/null +++ b/.godot/imported/closed-icon.svg-b4f16653b91d6792313a130565319b2f.md5 @@ -0,0 +1,3 @@ +source_md5="6b6e8ee1d4985f0902a281cfdf049fe5" +dest_md5="7e01b0f7200ea05420b73081aa82db70" + diff --git a/.godot/imported/concrete_0003_color_1k.jpg-2f4e4f06b7c0849bcb371ce77a9bd668.ctex b/.godot/imported/concrete_0003_color_1k.jpg-2f4e4f06b7c0849bcb371ce77a9bd668.ctex new file mode 100644 index 00000000..57bfef07 Binary files /dev/null and b/.godot/imported/concrete_0003_color_1k.jpg-2f4e4f06b7c0849bcb371ce77a9bd668.ctex differ diff --git a/.godot/imported/concrete_0003_color_1k.jpg-2f4e4f06b7c0849bcb371ce77a9bd668.md5 b/.godot/imported/concrete_0003_color_1k.jpg-2f4e4f06b7c0849bcb371ce77a9bd668.md5 new file mode 100644 index 00000000..cdb4bd54 --- /dev/null +++ b/.godot/imported/concrete_0003_color_1k.jpg-2f4e4f06b7c0849bcb371ce77a9bd668.md5 @@ -0,0 +1,3 @@ +source_md5="38d377da2e9cfd3684318fbc5f8272c9" +dest_md5="e0e26c91f001fe5ef5bbea459f567d82" + diff --git a/.godot/imported/concrete_0003_color_1k.jpg-8497dd296ad2deae175e0d615b606e51.ctex b/.godot/imported/concrete_0003_color_1k.jpg-8497dd296ad2deae175e0d615b606e51.ctex new file mode 100644 index 00000000..57bfef07 Binary files /dev/null and b/.godot/imported/concrete_0003_color_1k.jpg-8497dd296ad2deae175e0d615b606e51.ctex differ diff --git a/.godot/imported/concrete_0003_color_1k.jpg-8497dd296ad2deae175e0d615b606e51.md5 b/.godot/imported/concrete_0003_color_1k.jpg-8497dd296ad2deae175e0d615b606e51.md5 new file mode 100644 index 00000000..cdb4bd54 --- /dev/null +++ b/.godot/imported/concrete_0003_color_1k.jpg-8497dd296ad2deae175e0d615b606e51.md5 @@ -0,0 +1,3 @@ +source_md5="38d377da2e9cfd3684318fbc5f8272c9" +dest_md5="e0e26c91f001fe5ef5bbea459f567d82" + diff --git a/.godot/imported/concrete_0017_color_1k.jpg-2b5665acc8d523eaeffc77394ddb9e9d.ctex b/.godot/imported/concrete_0017_color_1k.jpg-2b5665acc8d523eaeffc77394ddb9e9d.ctex new file mode 100644 index 00000000..37f5085c Binary files /dev/null and b/.godot/imported/concrete_0017_color_1k.jpg-2b5665acc8d523eaeffc77394ddb9e9d.ctex differ diff --git a/.godot/imported/concrete_0017_color_1k.jpg-2b5665acc8d523eaeffc77394ddb9e9d.md5 b/.godot/imported/concrete_0017_color_1k.jpg-2b5665acc8d523eaeffc77394ddb9e9d.md5 new file mode 100644 index 00000000..a032997a --- /dev/null +++ b/.godot/imported/concrete_0017_color_1k.jpg-2b5665acc8d523eaeffc77394ddb9e9d.md5 @@ -0,0 +1,3 @@ +source_md5="d85f3ec0d67d92fab571b4f2bfad4be3" +dest_md5="e79a6eeb38754e38c11d8a5925326cd3" + diff --git a/.godot/imported/concrete_0017_color_1k.jpg-d3ebb5e0ec2612ad5ee07db46b7e3122.ctex b/.godot/imported/concrete_0017_color_1k.jpg-d3ebb5e0ec2612ad5ee07db46b7e3122.ctex new file mode 100644 index 00000000..37f5085c Binary files /dev/null and b/.godot/imported/concrete_0017_color_1k.jpg-d3ebb5e0ec2612ad5ee07db46b7e3122.ctex differ diff --git a/.godot/imported/concrete_0017_color_1k.jpg-d3ebb5e0ec2612ad5ee07db46b7e3122.md5 b/.godot/imported/concrete_0017_color_1k.jpg-d3ebb5e0ec2612ad5ee07db46b7e3122.md5 new file mode 100644 index 00000000..a032997a --- /dev/null +++ b/.godot/imported/concrete_0017_color_1k.jpg-d3ebb5e0ec2612ad5ee07db46b7e3122.md5 @@ -0,0 +1,3 @@ +source_md5="d85f3ec0d67d92fab571b4f2bfad4be3" +dest_md5="e79a6eeb38754e38c11d8a5925326cd3" + diff --git a/.godot/imported/concrete_0025_color_1k.jpg-32a1d54289d6f4d0fdc82cb51ed08284.ctex b/.godot/imported/concrete_0025_color_1k.jpg-32a1d54289d6f4d0fdc82cb51ed08284.ctex new file mode 100644 index 00000000..41032671 Binary files /dev/null and b/.godot/imported/concrete_0025_color_1k.jpg-32a1d54289d6f4d0fdc82cb51ed08284.ctex differ diff --git a/.godot/imported/concrete_0025_color_1k.jpg-32a1d54289d6f4d0fdc82cb51ed08284.md5 b/.godot/imported/concrete_0025_color_1k.jpg-32a1d54289d6f4d0fdc82cb51ed08284.md5 new file mode 100644 index 00000000..3e10bd53 --- /dev/null +++ b/.godot/imported/concrete_0025_color_1k.jpg-32a1d54289d6f4d0fdc82cb51ed08284.md5 @@ -0,0 +1,3 @@ +source_md5="1dea5bd1d607d1b3b22fd536ebac1872" +dest_md5="0daa065376c1575f602cf6ccd3bf0d63" + diff --git a/.godot/imported/concrete_0025_color_1k.jpg-bdd902425af5afe87c587e1df77ccdcc.ctex b/.godot/imported/concrete_0025_color_1k.jpg-bdd902425af5afe87c587e1df77ccdcc.ctex new file mode 100644 index 00000000..41032671 Binary files /dev/null and b/.godot/imported/concrete_0025_color_1k.jpg-bdd902425af5afe87c587e1df77ccdcc.ctex differ diff --git a/.godot/imported/concrete_0025_color_1k.jpg-bdd902425af5afe87c587e1df77ccdcc.md5 b/.godot/imported/concrete_0025_color_1k.jpg-bdd902425af5afe87c587e1df77ccdcc.md5 new file mode 100644 index 00000000..3e10bd53 --- /dev/null +++ b/.godot/imported/concrete_0025_color_1k.jpg-bdd902425af5afe87c587e1df77ccdcc.md5 @@ -0,0 +1,3 @@ +source_md5="1dea5bd1d607d1b3b22fd536ebac1872" +dest_md5="0daa065376c1575f602cf6ccd3bf0d63" + diff --git a/.godot/imported/concrete_0025_color_1k.jpg-ff60daf8bc88a9088c23bd0085507c11.ctex b/.godot/imported/concrete_0025_color_1k.jpg-ff60daf8bc88a9088c23bd0085507c11.ctex new file mode 100644 index 00000000..41032671 Binary files /dev/null and b/.godot/imported/concrete_0025_color_1k.jpg-ff60daf8bc88a9088c23bd0085507c11.ctex differ diff --git a/.godot/imported/concrete_0025_color_1k.jpg-ff60daf8bc88a9088c23bd0085507c11.md5 b/.godot/imported/concrete_0025_color_1k.jpg-ff60daf8bc88a9088c23bd0085507c11.md5 new file mode 100644 index 00000000..3e10bd53 --- /dev/null +++ b/.godot/imported/concrete_0025_color_1k.jpg-ff60daf8bc88a9088c23bd0085507c11.md5 @@ -0,0 +1,3 @@ +source_md5="1dea5bd1d607d1b3b22fd536ebac1872" +dest_md5="0daa065376c1575f602cf6ccd3bf0d63" + diff --git a/.godot/imported/concrete_0031_color_1k.jpg-1f919e3991cdcbd850317bf0bbb21ef6.ctex b/.godot/imported/concrete_0031_color_1k.jpg-1f919e3991cdcbd850317bf0bbb21ef6.ctex new file mode 100644 index 00000000..ea3d5cd3 Binary files /dev/null and b/.godot/imported/concrete_0031_color_1k.jpg-1f919e3991cdcbd850317bf0bbb21ef6.ctex differ diff --git a/.godot/imported/concrete_0031_color_1k.jpg-1f919e3991cdcbd850317bf0bbb21ef6.md5 b/.godot/imported/concrete_0031_color_1k.jpg-1f919e3991cdcbd850317bf0bbb21ef6.md5 new file mode 100644 index 00000000..ef5fe06b --- /dev/null +++ b/.godot/imported/concrete_0031_color_1k.jpg-1f919e3991cdcbd850317bf0bbb21ef6.md5 @@ -0,0 +1,3 @@ +source_md5="12ad72a84f90c97506f9cd5e86d1dd50" +dest_md5="43a176a5c768992d6c513e6a1d5a950b" + diff --git a/.godot/imported/concrete_0031_color_1k.jpg-3000fcb21a2f5a9694da148c6e568de3.md5 b/.godot/imported/concrete_0031_color_1k.jpg-3000fcb21a2f5a9694da148c6e568de3.md5 new file mode 100644 index 00000000..277d639c --- /dev/null +++ b/.godot/imported/concrete_0031_color_1k.jpg-3000fcb21a2f5a9694da148c6e568de3.md5 @@ -0,0 +1,3 @@ +source_md5="12ad72a84f90c97506f9cd5e86d1dd50" +dest_md5="1ab520ce2c572ae4bd782dee518e7b28" + diff --git a/.godot/imported/concrete_0031_color_1k.jpg-3000fcb21a2f5a9694da148c6e568de3.s3tc.ctex b/.godot/imported/concrete_0031_color_1k.jpg-3000fcb21a2f5a9694da148c6e568de3.s3tc.ctex new file mode 100644 index 00000000..e58cdb29 Binary files /dev/null and b/.godot/imported/concrete_0031_color_1k.jpg-3000fcb21a2f5a9694da148c6e568de3.s3tc.ctex differ diff --git a/.godot/imported/concrete_0031_color_1k.jpg-a0b2c06ff07addac33be240eb48709a4.md5 b/.godot/imported/concrete_0031_color_1k.jpg-a0b2c06ff07addac33be240eb48709a4.md5 new file mode 100644 index 00000000..277d639c --- /dev/null +++ b/.godot/imported/concrete_0031_color_1k.jpg-a0b2c06ff07addac33be240eb48709a4.md5 @@ -0,0 +1,3 @@ +source_md5="12ad72a84f90c97506f9cd5e86d1dd50" +dest_md5="1ab520ce2c572ae4bd782dee518e7b28" + diff --git a/.godot/imported/concrete_0031_color_1k.jpg-a0b2c06ff07addac33be240eb48709a4.s3tc.ctex b/.godot/imported/concrete_0031_color_1k.jpg-a0b2c06ff07addac33be240eb48709a4.s3tc.ctex new file mode 100644 index 00000000..e58cdb29 Binary files /dev/null and b/.godot/imported/concrete_0031_color_1k.jpg-a0b2c06ff07addac33be240eb48709a4.s3tc.ctex differ diff --git a/.godot/imported/condition.svg-9263ad20f1666fc3284ae39867031dd1.ctex b/.godot/imported/condition.svg-9263ad20f1666fc3284ae39867031dd1.ctex new file mode 100644 index 00000000..6227d92c Binary files /dev/null and b/.godot/imported/condition.svg-9263ad20f1666fc3284ae39867031dd1.ctex differ diff --git a/.godot/imported/condition.svg-9263ad20f1666fc3284ae39867031dd1.md5 b/.godot/imported/condition.svg-9263ad20f1666fc3284ae39867031dd1.md5 new file mode 100644 index 00000000..2152ee0e --- /dev/null +++ b/.godot/imported/condition.svg-9263ad20f1666fc3284ae39867031dd1.md5 @@ -0,0 +1,3 @@ +source_md5="c9c3e7f937f16d6bed099a5eae65e2e1" +dest_md5="fbcfd8d507e5dd4b3aa48125413af001" + diff --git a/.godot/imported/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.md5 b/.godot/imported/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.md5 new file mode 100644 index 00000000..2c4e2026 --- /dev/null +++ b/.godot/imported/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.md5 @@ -0,0 +1,3 @@ +source_md5="ff0777529a747653d7eaef449f81428e" +dest_md5="aba3a63d29120c0408c3c4665c587846" + diff --git a/.godot/imported/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.mp3str b/.godot/imported/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.mp3str new file mode 100644 index 00000000..6b61acfc Binary files /dev/null and b/.godot/imported/crossing-the-gate.mp3-77e9ee5ef6cc348e3d96e4d008be918a.mp3str differ diff --git a/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.ctex b/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.ctex new file mode 100644 index 00000000..4db3900e Binary files /dev/null and b/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.ctex differ diff --git a/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.md5 b/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.md5 new file mode 100644 index 00000000..68c95ce1 --- /dev/null +++ b/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.md5 @@ -0,0 +1,3 @@ +source_md5="105f5b0b4ec833bc4673ddc995e17f3e" +dest_md5="c34fd49ac73549bc49777a6c0cabf715" + diff --git a/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.s3tc.ctex b/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.s3tc.ctex new file mode 100644 index 00000000..37d3f823 Binary files /dev/null and b/.godot/imported/cursor.png-0fec02edb5cdc5cc9912cb19d5a7e260.s3tc.ctex differ diff --git a/.godot/imported/cursor.png-285d01ac76f9e471b077617fecd52a4b.ctex b/.godot/imported/cursor.png-285d01ac76f9e471b077617fecd52a4b.ctex new file mode 100644 index 00000000..4db3900e Binary files /dev/null and b/.godot/imported/cursor.png-285d01ac76f9e471b077617fecd52a4b.ctex differ diff --git a/.godot/imported/cursor.png-285d01ac76f9e471b077617fecd52a4b.md5 b/.godot/imported/cursor.png-285d01ac76f9e471b077617fecd52a4b.md5 new file mode 100644 index 00000000..348eab71 --- /dev/null +++ b/.godot/imported/cursor.png-285d01ac76f9e471b077617fecd52a4b.md5 @@ -0,0 +1,3 @@ +source_md5="105f5b0b4ec833bc4673ddc995e17f3e" +dest_md5="cbf2403c591fc2cc98d17f6c81115148" + diff --git a/.godot/imported/custom-event.svg-61c74689fdedceabc20c58e3a5fdb790.ctex b/.godot/imported/custom-event.svg-61c74689fdedceabc20c58e3a5fdb790.ctex new file mode 100644 index 00000000..0974e65a Binary files /dev/null and b/.godot/imported/custom-event.svg-61c74689fdedceabc20c58e3a5fdb790.ctex differ diff --git a/.godot/imported/custom-event.svg-61c74689fdedceabc20c58e3a5fdb790.md5 b/.godot/imported/custom-event.svg-61c74689fdedceabc20c58e3a5fdb790.md5 new file mode 100644 index 00000000..faea6ca0 --- /dev/null +++ b/.godot/imported/custom-event.svg-61c74689fdedceabc20c58e3a5fdb790.md5 @@ -0,0 +1,3 @@ +source_md5="a5499bf24db18bb99dc1109dec4c5253" +dest_md5="d60091dbf116eadd4c6b8e4f39a5df8f" + diff --git a/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.ctex b/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.ctex new file mode 100644 index 00000000..9c758ad8 Binary files /dev/null and b/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.ctex differ diff --git a/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.editor.ctex b/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.editor.ctex new file mode 100644 index 00000000..9c758ad8 Binary files /dev/null and b/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.editor.ctex differ diff --git a/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.md5 b/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.md5 new file mode 100644 index 00000000..607a4ef6 --- /dev/null +++ b/.godot/imported/decrement_icon.svg-9556cf56db91e200fb946372e010fd5e.md5 @@ -0,0 +1,3 @@ +source_md5="925ef575724d02e565e9b53d2fe2f98e" +dest_md5="8daa0e9ca89f0d75c9b534ef2b224bd7" + diff --git a/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.ctex b/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.ctex new file mode 100644 index 00000000..1e8884fd Binary files /dev/null and b/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.ctex differ diff --git a/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.editor.ctex b/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.editor.ctex new file mode 100644 index 00000000..1e8884fd Binary files /dev/null and b/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.editor.ctex differ diff --git a/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.md5 b/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.md5 new file mode 100644 index 00000000..ea487a2c --- /dev/null +++ b/.godot/imported/default.svg-3f34de5e45bef5de4d9c15ef78c00c6c.md5 @@ -0,0 +1,3 @@ +source_md5="2f8ecb95fa4d5237afffc3d4c81a2795" +dest_md5="8d99198c584b79077742acac40074142" + diff --git a/.godot/imported/definition-1.25.svg-7298ef82f76fa611485bd53d1f0aebe0.ctex b/.godot/imported/definition-1.25.svg-7298ef82f76fa611485bd53d1f0aebe0.ctex new file mode 100644 index 00000000..16e86f71 Binary files /dev/null and b/.godot/imported/definition-1.25.svg-7298ef82f76fa611485bd53d1f0aebe0.ctex differ diff --git a/.godot/imported/definition-1.25.svg-7298ef82f76fa611485bd53d1f0aebe0.md5 b/.godot/imported/definition-1.25.svg-7298ef82f76fa611485bd53d1f0aebe0.md5 new file mode 100644 index 00000000..0416a268 --- /dev/null +++ b/.godot/imported/definition-1.25.svg-7298ef82f76fa611485bd53d1f0aebe0.md5 @@ -0,0 +1,3 @@ +source_md5="3700cfa3376427000e8ac59c724f757e" +dest_md5="87ab4f4c39f8f01ec902e57cea1ae174" + diff --git a/.godot/imported/definition-2.svg-533f2834cedbb3e21c178f7a40ec34a3.ctex b/.godot/imported/definition-2.svg-533f2834cedbb3e21c178f7a40ec34a3.ctex new file mode 100644 index 00000000..83e60bda Binary files /dev/null and b/.godot/imported/definition-2.svg-533f2834cedbb3e21c178f7a40ec34a3.ctex differ diff --git a/.godot/imported/definition-2.svg-533f2834cedbb3e21c178f7a40ec34a3.md5 b/.godot/imported/definition-2.svg-533f2834cedbb3e21c178f7a40ec34a3.md5 new file mode 100644 index 00000000..e590513a --- /dev/null +++ b/.godot/imported/definition-2.svg-533f2834cedbb3e21c178f7a40ec34a3.md5 @@ -0,0 +1,3 @@ +source_md5="af798e82a811c8b5e02fc1f32923513f" +dest_md5="3b93c3a2301d38252f5efdede93227ef" + diff --git a/.godot/imported/definition.svg-336e1b41e3ab4ef43367e0f0bbc50c2c.ctex b/.godot/imported/definition.svg-336e1b41e3ab4ef43367e0f0bbc50c2c.ctex new file mode 100644 index 00000000..b93ae6bb Binary files /dev/null and b/.godot/imported/definition.svg-336e1b41e3ab4ef43367e0f0bbc50c2c.ctex differ diff --git a/.godot/imported/definition.svg-336e1b41e3ab4ef43367e0f0bbc50c2c.md5 b/.godot/imported/definition.svg-336e1b41e3ab4ef43367e0f0bbc50c2c.md5 new file mode 100644 index 00000000..4fafe1d2 --- /dev/null +++ b/.godot/imported/definition.svg-336e1b41e3ab4ef43367e0f0bbc50c2c.md5 @@ -0,0 +1,3 @@ +source_md5="22c458700fc37f14f3136224856bc95f" +dest_md5="6d715040b6cada8ef663fe000ff9e636" + diff --git a/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.ctex b/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.ctex new file mode 100644 index 00000000..b93ae6bb Binary files /dev/null and b/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.ctex differ diff --git a/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.editor.ctex b/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.editor.ctex new file mode 100644 index 00000000..b93ae6bb Binary files /dev/null and b/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.editor.ctex differ diff --git a/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.md5 b/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.md5 new file mode 100644 index 00000000..4fafe1d2 --- /dev/null +++ b/.godot/imported/definition.svg-dbaabe55d84e4ad95047a50fc6c13843.md5 @@ -0,0 +1,3 @@ +source_md5="22c458700fc37f14f3136224856bc95f" +dest_md5="6d715040b6cada8ef663fe000ff9e636" + diff --git a/.godot/imported/demo01_PixelSky.png-9dc88074652f1cf1cbde52ac5796abdf.ctex b/.godot/imported/demo01_PixelSky.png-9dc88074652f1cf1cbde52ac5796abdf.ctex new file mode 100644 index 00000000..64daa96e Binary files /dev/null and b/.godot/imported/demo01_PixelSky.png-9dc88074652f1cf1cbde52ac5796abdf.ctex differ diff --git a/.godot/imported/demo01_PixelSky.png-9dc88074652f1cf1cbde52ac5796abdf.md5 b/.godot/imported/demo01_PixelSky.png-9dc88074652f1cf1cbde52ac5796abdf.md5 new file mode 100644 index 00000000..bfb62c3b --- /dev/null +++ b/.godot/imported/demo01_PixelSky.png-9dc88074652f1cf1cbde52ac5796abdf.md5 @@ -0,0 +1,3 @@ +source_md5="5eb679e07e4219baa65d412869602008" +dest_md5="d9d88bbc8fce662e3114ba173008e237" + diff --git a/.godot/imported/df-1.png-dd38cabf6782fa8ec6317d8193b3bb58.ctex b/.godot/imported/df-1.png-dd38cabf6782fa8ec6317d8193b3bb58.ctex new file mode 100644 index 00000000..86bd10a6 Binary files /dev/null and b/.godot/imported/df-1.png-dd38cabf6782fa8ec6317d8193b3bb58.ctex differ diff --git a/.godot/imported/df-1.png-dd38cabf6782fa8ec6317d8193b3bb58.md5 b/.godot/imported/df-1.png-dd38cabf6782fa8ec6317d8193b3bb58.md5 new file mode 100644 index 00000000..fed19a32 --- /dev/null +++ b/.godot/imported/df-1.png-dd38cabf6782fa8ec6317d8193b3bb58.md5 @@ -0,0 +1,3 @@ +source_md5="1f12596e1045d8fa77a6e06b27d69d37" +dest_md5="5c4218b71f35a867f4524318fd17a3bf" + diff --git a/.godot/imported/df-2.png-6e4167303060ad7b046acda78c51329c.ctex b/.godot/imported/df-2.png-6e4167303060ad7b046acda78c51329c.ctex new file mode 100644 index 00000000..c8e13061 Binary files /dev/null and b/.godot/imported/df-2.png-6e4167303060ad7b046acda78c51329c.ctex differ diff --git a/.godot/imported/df-2.png-6e4167303060ad7b046acda78c51329c.md5 b/.godot/imported/df-2.png-6e4167303060ad7b046acda78c51329c.md5 new file mode 100644 index 00000000..c1169ff9 --- /dev/null +++ b/.godot/imported/df-2.png-6e4167303060ad7b046acda78c51329c.md5 @@ -0,0 +1,3 @@ +source_md5="36b79f1cecdd48ff47f7122a1368cea0" +dest_md5="8445d818a2111ef55051db043a5145cf" + diff --git a/.godot/imported/df-3.png-e1bbeb9edcf0b295ecce73d91ad4c986.ctex b/.godot/imported/df-3.png-e1bbeb9edcf0b295ecce73d91ad4c986.ctex new file mode 100644 index 00000000..26c0e101 Binary files /dev/null and b/.godot/imported/df-3.png-e1bbeb9edcf0b295ecce73d91ad4c986.ctex differ diff --git a/.godot/imported/df-3.png-e1bbeb9edcf0b295ecce73d91ad4c986.md5 b/.godot/imported/df-3.png-e1bbeb9edcf0b295ecce73d91ad4c986.md5 new file mode 100644 index 00000000..a206a327 --- /dev/null +++ b/.godot/imported/df-3.png-e1bbeb9edcf0b295ecce73d91ad4c986.md5 @@ -0,0 +1,3 @@ +source_md5="970933745c10206f5591d36415c2963d" +dest_md5="328616173e8a3e55f54eec07a8b92f2e" + diff --git a/.godot/imported/dialogic-hero-1.3.png-7a281002dc7b4ec8e79698bd2ada9b48.ctex b/.godot/imported/dialogic-hero-1.3.png-7a281002dc7b4ec8e79698bd2ada9b48.ctex new file mode 100644 index 00000000..b72d83cb Binary files /dev/null and b/.godot/imported/dialogic-hero-1.3.png-7a281002dc7b4ec8e79698bd2ada9b48.ctex differ diff --git a/.godot/imported/dialogic-hero-1.3.png-7a281002dc7b4ec8e79698bd2ada9b48.md5 b/.godot/imported/dialogic-hero-1.3.png-7a281002dc7b4ec8e79698bd2ada9b48.md5 new file mode 100644 index 00000000..faa72ea4 --- /dev/null +++ b/.godot/imported/dialogic-hero-1.3.png-7a281002dc7b4ec8e79698bd2ada9b48.md5 @@ -0,0 +1,3 @@ +source_md5="b0518ed4cc2300b87847e6c4b188b31e" +dest_md5="acba8de15ce60f08acd127f9ab817465" + diff --git a/.godot/imported/dialogic-logo.svg-e43201cabc9573eeb3f78fd91ea9d909.ctex b/.godot/imported/dialogic-logo.svg-e43201cabc9573eeb3f78fd91ea9d909.ctex new file mode 100644 index 00000000..d4c9f61c Binary files /dev/null and b/.godot/imported/dialogic-logo.svg-e43201cabc9573eeb3f78fd91ea9d909.ctex differ diff --git a/.godot/imported/dialogic-logo.svg-e43201cabc9573eeb3f78fd91ea9d909.md5 b/.godot/imported/dialogic-logo.svg-e43201cabc9573eeb3f78fd91ea9d909.md5 new file mode 100644 index 00000000..56905aa5 --- /dev/null +++ b/.godot/imported/dialogic-logo.svg-e43201cabc9573eeb3f78fd91ea9d909.md5 @@ -0,0 +1,3 @@ +source_md5="419b3c6e755f1fd560a915ba47b55a41" +dest_md5="e1600197da5f98b2261b99464b119916" + diff --git a/.godot/imported/dialogic.csv-16baf6209d98cb8a09f0e1636bad0317.md5 b/.godot/imported/dialogic.csv-16baf6209d98cb8a09f0e1636bad0317.md5 new file mode 100644 index 00000000..690c9c01 --- /dev/null +++ b/.godot/imported/dialogic.csv-16baf6209d98cb8a09f0e1636bad0317.md5 @@ -0,0 +1,3 @@ +source_md5="84eb286694f6a92413651151e9358228" +dest_md5="68093806e7b8f58cc8ea71b398ffc0f5" + diff --git a/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.ctex b/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.ctex new file mode 100644 index 00000000..145c6751 Binary files /dev/null and b/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.ctex differ diff --git a/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.editor.ctex b/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.editor.ctex new file mode 100644 index 00000000..145c6751 Binary files /dev/null and b/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.editor.ctex differ diff --git a/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.md5 b/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.md5 new file mode 100644 index 00000000..b964c768 --- /dev/null +++ b/.godot/imported/divide.svg-4928f878a07ba93ebc44d8ae73ad4c1f.md5 @@ -0,0 +1,3 @@ +source_md5="62f491511a5b89f28e6309064c76778b" +dest_md5="4c90437118304e05734b45214fcd4060" + diff --git a/.godot/imported/droney.mp3-7dd594403d939d2237ca85424564e2e7.md5 b/.godot/imported/droney.mp3-7dd594403d939d2237ca85424564e2e7.md5 new file mode 100644 index 00000000..eae58af5 --- /dev/null +++ b/.godot/imported/droney.mp3-7dd594403d939d2237ca85424564e2e7.md5 @@ -0,0 +1,3 @@ +source_md5="e21ab1fbc01fc73d459ff7d730b2964c" +dest_md5="a656a284f1ebc77a5f2d29bf5e9ade93" + diff --git a/.godot/imported/droney.mp3-7dd594403d939d2237ca85424564e2e7.mp3str b/.godot/imported/droney.mp3-7dd594403d939d2237ca85424564e2e7.mp3str new file mode 100644 index 00000000..77fe3495 Binary files /dev/null and b/.godot/imported/droney.mp3-7dd594403d939d2237ca85424564e2e7.mp3str differ diff --git a/.godot/imported/dungeongenerator3dicon.svg-8ea7452a326a8749c574f5171cab795a.ctex b/.godot/imported/dungeongenerator3dicon.svg-8ea7452a326a8749c574f5171cab795a.ctex new file mode 100644 index 00000000..29deaa19 Binary files /dev/null and b/.godot/imported/dungeongenerator3dicon.svg-8ea7452a326a8749c574f5171cab795a.ctex differ diff --git a/.godot/imported/dungeongenerator3dicon.svg-8ea7452a326a8749c574f5171cab795a.md5 b/.godot/imported/dungeongenerator3dicon.svg-8ea7452a326a8749c574f5171cab795a.md5 new file mode 100644 index 00000000..8de6c3c6 --- /dev/null +++ b/.godot/imported/dungeongenerator3dicon.svg-8ea7452a326a8749c574f5171cab795a.md5 @@ -0,0 +1,3 @@ +source_md5="7184990e5e205b95258262ee8cbbce6c" +dest_md5="96ead44e4b22c6a1b5f3fb9931fbadfe" + diff --git a/.godot/imported/dungeonroom3dicon.svg-7eed1d33227e64437c65643acbd1d7c7.ctex b/.godot/imported/dungeonroom3dicon.svg-7eed1d33227e64437c65643acbd1d7c7.ctex new file mode 100644 index 00000000..0c0d723b Binary files /dev/null and b/.godot/imported/dungeonroom3dicon.svg-7eed1d33227e64437c65643acbd1d7c7.ctex differ diff --git a/.godot/imported/dungeonroom3dicon.svg-7eed1d33227e64437c65643acbd1d7c7.md5 b/.godot/imported/dungeonroom3dicon.svg-7eed1d33227e64437c65643acbd1d7c7.md5 new file mode 100644 index 00000000..e6c79015 --- /dev/null +++ b/.godot/imported/dungeonroom3dicon.svg-7eed1d33227e64437c65643acbd1d7c7.md5 @@ -0,0 +1,3 @@ +source_md5="10a1af3121ad65260fdffaef30edaca8" +dest_md5="55c76cfca7c944bc71a1b326589ab2cb" + diff --git a/.godot/imported/emit-signal.svg-e7476cdba0b41b81b70ecd21f85b0b2f.ctex b/.godot/imported/emit-signal.svg-e7476cdba0b41b81b70ecd21f85b0b2f.ctex new file mode 100644 index 00000000..254b2cf3 Binary files /dev/null and b/.godot/imported/emit-signal.svg-e7476cdba0b41b81b70ecd21f85b0b2f.ctex differ diff --git a/.godot/imported/emit-signal.svg-e7476cdba0b41b81b70ecd21f85b0b2f.md5 b/.godot/imported/emit-signal.svg-e7476cdba0b41b81b70ecd21f85b0b2f.md5 new file mode 100644 index 00000000..bfbca2e2 --- /dev/null +++ b/.godot/imported/emit-signal.svg-e7476cdba0b41b81b70ecd21f85b0b2f.md5 @@ -0,0 +1,3 @@ +source_md5="641130cc62cf72a9a046f7bba6c57cb3" +dest_md5="7b553f7f4f9e33e4ef407c2d8eeb4958" + diff --git a/.godot/imported/end-branch.svg-393dc31ec86d0bbd6ec737e9a12197f7.ctex b/.godot/imported/end-branch.svg-393dc31ec86d0bbd6ec737e9a12197f7.ctex new file mode 100644 index 00000000..eb319e13 Binary files /dev/null and b/.godot/imported/end-branch.svg-393dc31ec86d0bbd6ec737e9a12197f7.ctex differ diff --git a/.godot/imported/end-branch.svg-393dc31ec86d0bbd6ec737e9a12197f7.md5 b/.godot/imported/end-branch.svg-393dc31ec86d0bbd6ec737e9a12197f7.md5 new file mode 100644 index 00000000..8fa8473f --- /dev/null +++ b/.godot/imported/end-branch.svg-393dc31ec86d0bbd6ec737e9a12197f7.md5 @@ -0,0 +1,3 @@ +source_md5="18fff865a97f79ee0a36a1a8b1fe1a31" +dest_md5="8a70537b317dcb3e4a94272643349233" + diff --git a/.godot/imported/enemy sprite.png-fcecea314f898bab115cddd27add0ec6.md5 b/.godot/imported/enemy sprite.png-fcecea314f898bab115cddd27add0ec6.md5 new file mode 100644 index 00000000..e38718e1 --- /dev/null +++ b/.godot/imported/enemy sprite.png-fcecea314f898bab115cddd27add0ec6.md5 @@ -0,0 +1,3 @@ +source_md5="1261ad9536d90a364f8db9c550a5bbbb" +dest_md5="96ba71e55e965c61db70b6716053bc13" + diff --git a/.godot/imported/enemy sprite.png-fcecea314f898bab115cddd27add0ec6.s3tc.ctex b/.godot/imported/enemy sprite.png-fcecea314f898bab115cddd27add0ec6.s3tc.ctex new file mode 100644 index 00000000..955c27bc Binary files /dev/null and b/.godot/imported/enemy sprite.png-fcecea314f898bab115cddd27add0ec6.s3tc.ctex differ diff --git a/.godot/imported/error-sign.svg-7d93dee82584cb708ab0dfad824e912d.md5 b/.godot/imported/error-sign.svg-7d93dee82584cb708ab0dfad824e912d.md5 new file mode 100644 index 00000000..ca0fcf2e --- /dev/null +++ b/.godot/imported/error-sign.svg-7d93dee82584cb708ab0dfad824e912d.md5 @@ -0,0 +1,3 @@ +source_md5="0e03255d6c911a16d10f40cb63b1f9e8" +dest_md5="c1d06a1f40cc4e68bb258b2791c1ad5c" + diff --git a/.godot/imported/error-sign.svg-7d93dee82584cb708ab0dfad824e912d.s3tc.ctex b/.godot/imported/error-sign.svg-7d93dee82584cb708ab0dfad824e912d.s3tc.ctex new file mode 100644 index 00000000..edb30e35 Binary files /dev/null and b/.godot/imported/error-sign.svg-7d93dee82584cb708ab0dfad824e912d.s3tc.ctex differ diff --git a/.godot/imported/event-outline.svg-dc6df459774b696f133781b19e6a23b1.ctex b/.godot/imported/event-outline.svg-dc6df459774b696f133781b19e6a23b1.ctex new file mode 100644 index 00000000..83287cee Binary files /dev/null and b/.godot/imported/event-outline.svg-dc6df459774b696f133781b19e6a23b1.ctex differ diff --git a/.godot/imported/event-outline.svg-dc6df459774b696f133781b19e6a23b1.md5 b/.godot/imported/event-outline.svg-dc6df459774b696f133781b19e6a23b1.md5 new file mode 100644 index 00000000..ebde7e7c --- /dev/null +++ b/.godot/imported/event-outline.svg-dc6df459774b696f133781b19e6a23b1.md5 @@ -0,0 +1,3 @@ +source_md5="6ad5abf7b6ced4f600a6178f5bed0187" +dest_md5="0f5c772d40d763391ab17b50c188e88c" + diff --git a/.godot/imported/event-solid.svg-cce07667012ff90529b2ea6eca09ef64.ctex b/.godot/imported/event-solid.svg-cce07667012ff90529b2ea6eca09ef64.ctex new file mode 100644 index 00000000..3bc86f61 Binary files /dev/null and b/.godot/imported/event-solid.svg-cce07667012ff90529b2ea6eca09ef64.ctex differ diff --git a/.godot/imported/event-solid.svg-cce07667012ff90529b2ea6eca09ef64.md5 b/.godot/imported/event-solid.svg-cce07667012ff90529b2ea6eca09ef64.md5 new file mode 100644 index 00000000..48bf5ed9 --- /dev/null +++ b/.godot/imported/event-solid.svg-cce07667012ff90529b2ea6eca09ef64.md5 @@ -0,0 +1,3 @@ +source_md5="adcd07c2ff3d297b83fd1a58b313ed90" +dest_md5="215e78baf2ad64b8b1f2e3eae43273f2" + diff --git a/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.ctex b/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.ctex new file mode 100644 index 00000000..d8cc58e6 Binary files /dev/null and b/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.ctex differ diff --git a/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.editor.ctex b/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.editor.ctex new file mode 100644 index 00000000..d8cc58e6 Binary files /dev/null and b/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.editor.ctex differ diff --git a/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.md5 b/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.md5 new file mode 100644 index 00000000..bd5fd446 --- /dev/null +++ b/.godot/imported/event_portrait_position.svg-f91e8e0cc02545b0b28152d6ef70ff10.md5 @@ -0,0 +1,3 @@ +source_md5="975f458585a14f52f083e1706fbac2a5" +dest_md5="37ac753a47cd28e9259d875797416a65" + diff --git a/.godot/imported/expand-icon.svg-1c8e60c84d41732547c2efaeb5ea7d61.ctex b/.godot/imported/expand-icon.svg-1c8e60c84d41732547c2efaeb5ea7d61.ctex new file mode 100644 index 00000000..7d3e24ac Binary files /dev/null and b/.godot/imported/expand-icon.svg-1c8e60c84d41732547c2efaeb5ea7d61.ctex differ diff --git a/.godot/imported/expand-icon.svg-1c8e60c84d41732547c2efaeb5ea7d61.md5 b/.godot/imported/expand-icon.svg-1c8e60c84d41732547c2efaeb5ea7d61.md5 new file mode 100644 index 00000000..9f01332c --- /dev/null +++ b/.godot/imported/expand-icon.svg-1c8e60c84d41732547c2efaeb5ea7d61.md5 @@ -0,0 +1,3 @@ +source_md5="4d9e324f29aada425daae8fb9cadbd5d" +dest_md5="33ca5924ad0434651d328c5df2dd29b6" + diff --git a/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.ctex b/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.ctex new file mode 100644 index 00000000..7d3e24ac Binary files /dev/null and b/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.ctex differ diff --git a/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.editor.ctex b/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.editor.ctex new file mode 100644 index 00000000..7d3e24ac Binary files /dev/null and b/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.editor.ctex differ diff --git a/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.md5 b/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.md5 new file mode 100644 index 00000000..9f01332c --- /dev/null +++ b/.godot/imported/expand-icon.svg-26099b197ab0f314e2253848fcc22962.md5 @@ -0,0 +1,3 @@ +source_md5="4d9e324f29aada425daae8fb9cadbd5d" +dest_md5="33ca5924ad0434651d328c5df2dd29b6" + diff --git a/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.ctex b/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.ctex new file mode 100644 index 00000000..5a4c7769 Binary files /dev/null and b/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.ctex differ diff --git a/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.md5 b/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.md5 new file mode 100644 index 00000000..f370ca03 --- /dev/null +++ b/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.md5 @@ -0,0 +1,3 @@ +source_md5="b4b754748d943a51b7eda7538095f5a4" +dest_md5="6abd37493958f2251c05ace07814386c" + diff --git a/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.s3tc.ctex b/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.s3tc.ctex new file mode 100644 index 00000000..51c8bd90 Binary files /dev/null and b/.godot/imported/floor_minimap.png-4fd86e7d3e861a95a2ca94eeca8e02e2.s3tc.ctex differ diff --git a/.godot/imported/floor_minimap.png-c34ac46769b33b9bc6e6e5b475f197c8.md5 b/.godot/imported/floor_minimap.png-c34ac46769b33b9bc6e6e5b475f197c8.md5 new file mode 100644 index 00000000..f370ca03 --- /dev/null +++ b/.godot/imported/floor_minimap.png-c34ac46769b33b9bc6e6e5b475f197c8.md5 @@ -0,0 +1,3 @@ +source_md5="b4b754748d943a51b7eda7538095f5a4" +dest_md5="6abd37493958f2251c05ace07814386c" + diff --git a/.godot/imported/floor_minimap.png-c34ac46769b33b9bc6e6e5b475f197c8.s3tc.ctex b/.godot/imported/floor_minimap.png-c34ac46769b33b9bc6e6e5b475f197c8.s3tc.ctex new file mode 100644 index 00000000..51c8bd90 Binary files /dev/null and b/.godot/imported/floor_minimap.png-c34ac46769b33b9bc6e6e5b475f197c8.s3tc.ctex differ diff --git a/.godot/imported/folder.svg-3209c1ff45131a205cbeb3923822ebc7.ctex b/.godot/imported/folder.svg-3209c1ff45131a205cbeb3923822ebc7.ctex new file mode 100644 index 00000000..364bfde9 Binary files /dev/null and b/.godot/imported/folder.svg-3209c1ff45131a205cbeb3923822ebc7.ctex differ diff --git a/.godot/imported/folder.svg-3209c1ff45131a205cbeb3923822ebc7.md5 b/.godot/imported/folder.svg-3209c1ff45131a205cbeb3923822ebc7.md5 new file mode 100644 index 00000000..2c651c1c --- /dev/null +++ b/.godot/imported/folder.svg-3209c1ff45131a205cbeb3923822ebc7.md5 @@ -0,0 +1,3 @@ +source_md5="7ec5f03a5ef5126df5245a786f92058a" +dest_md5="43e6e3c565cecde497e3dca4f9324533" + diff --git a/.godot/imported/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.md5 b/.godot/imported/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.md5 new file mode 100644 index 00000000..f98d758c --- /dev/null +++ b/.godot/imported/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.md5 @@ -0,0 +1,3 @@ +source_md5="6ca1a1f038fa1b185c458539f3628abe" +dest_md5="84903930e81b4896b6c7c5628887649f" + diff --git a/.godot/imported/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.scn b/.godot/imported/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.scn new file mode 100644 index 00000000..5ed36b22 Binary files /dev/null and b/.godot/imported/free-modular-lowpoly-dungeon-cc0-by-rgsdev.glb-3f9c0eedad3e0ef421e24580ad8e0e11.scn differ diff --git a/.godot/imported/frown.png-2ea012492bc6286b36736d621adfd96a.ctex b/.godot/imported/frown.png-2ea012492bc6286b36736d621adfd96a.ctex new file mode 100644 index 00000000..3ce2345f Binary files /dev/null and b/.godot/imported/frown.png-2ea012492bc6286b36736d621adfd96a.ctex differ diff --git a/.godot/imported/frown.png-2ea012492bc6286b36736d621adfd96a.md5 b/.godot/imported/frown.png-2ea012492bc6286b36736d621adfd96a.md5 new file mode 100644 index 00000000..560fed65 --- /dev/null +++ b/.godot/imported/frown.png-2ea012492bc6286b36736d621adfd96a.md5 @@ -0,0 +1,3 @@ +source_md5="98f2e73937d0c01b90ed3dfeef04d509" +dest_md5="a21d19651e9afdf485f2f8770be962cf" + diff --git a/.godot/imported/go-to.svg-119e813c34907fb6f30d6ed2a5cdc6b9.ctex b/.godot/imported/go-to.svg-119e813c34907fb6f30d6ed2a5cdc6b9.ctex new file mode 100644 index 00000000..c211b5f7 Binary files /dev/null and b/.godot/imported/go-to.svg-119e813c34907fb6f30d6ed2a5cdc6b9.ctex differ diff --git a/.godot/imported/go-to.svg-119e813c34907fb6f30d6ed2a5cdc6b9.md5 b/.godot/imported/go-to.svg-119e813c34907fb6f30d6ed2a5cdc6b9.md5 new file mode 100644 index 00000000..c509de2e --- /dev/null +++ b/.godot/imported/go-to.svg-119e813c34907fb6f30d6ed2a5cdc6b9.md5 @@ -0,0 +1,3 @@ +source_md5="29b9e99b13b824058e032d8631a9df1a" +dest_md5="ef187b8e46402e87962258993b791568" + diff --git a/.godot/imported/goddess.png-acb5c411edb71ef5e959e417175ba39f.md5 b/.godot/imported/goddess.png-acb5c411edb71ef5e959e417175ba39f.md5 new file mode 100644 index 00000000..3a0d9e1f --- /dev/null +++ b/.godot/imported/goddess.png-acb5c411edb71ef5e959e417175ba39f.md5 @@ -0,0 +1,3 @@ +source_md5="a2fa942c374842ad9dc44cd2cb0bedfd" +dest_md5="ed8163e17e65ed63bd9bbf214964e8bb" + diff --git a/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.ctex b/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.ctex new file mode 100644 index 00000000..5af287ff Binary files /dev/null and b/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.ctex differ diff --git a/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.md5 b/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.md5 new file mode 100644 index 00000000..3a0d9e1f --- /dev/null +++ b/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.md5 @@ -0,0 +1,3 @@ +source_md5="a2fa942c374842ad9dc44cd2cb0bedfd" +dest_md5="ed8163e17e65ed63bd9bbf214964e8bb" + diff --git a/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.s3tc.ctex b/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.s3tc.ctex new file mode 100644 index 00000000..3556eb99 Binary files /dev/null and b/.godot/imported/goddess.png-ece4a774e12a532ccdb07508e1cccffb.s3tc.ctex differ diff --git a/.godot/imported/grass.png-c0e202dfddb17d10192fcf564284e777.ctex b/.godot/imported/grass.png-c0e202dfddb17d10192fcf564284e777.ctex new file mode 100644 index 00000000..d0b69ef3 Binary files /dev/null and b/.godot/imported/grass.png-c0e202dfddb17d10192fcf564284e777.ctex differ diff --git a/.godot/imported/grass.png-c0e202dfddb17d10192fcf564284e777.md5 b/.godot/imported/grass.png-c0e202dfddb17d10192fcf564284e777.md5 new file mode 100644 index 00000000..ddccaa81 --- /dev/null +++ b/.godot/imported/grass.png-c0e202dfddb17d10192fcf564284e777.md5 @@ -0,0 +1,3 @@ +source_md5="734488ec13f6e3facc1caa3c42d3c235" +dest_md5="948361e56e81ccdbcb243a5a6141756f" + diff --git a/.godot/imported/grass2.png-0fa5d397d436ee4b6565c17f1af0c08e.ctex b/.godot/imported/grass2.png-0fa5d397d436ee4b6565c17f1af0c08e.ctex new file mode 100644 index 00000000..3483617f Binary files /dev/null and b/.godot/imported/grass2.png-0fa5d397d436ee4b6565c17f1af0c08e.ctex differ diff --git a/.godot/imported/grass2.png-0fa5d397d436ee4b6565c17f1af0c08e.md5 b/.godot/imported/grass2.png-0fa5d397d436ee4b6565c17f1af0c08e.md5 new file mode 100644 index 00000000..4640b7ae --- /dev/null +++ b/.godot/imported/grass2.png-0fa5d397d436ee4b6565c17f1af0c08e.md5 @@ -0,0 +1,3 @@ +source_md5="734488ec13f6e3facc1caa3c42d3c235" +dest_md5="395f06ca415132fcbadc07a8c593fdf5" + diff --git a/.godot/imported/ground_0007_color_1k.jpg-23bbb3ed2a85d404abf17cac8fa83e3b.ctex b/.godot/imported/ground_0007_color_1k.jpg-23bbb3ed2a85d404abf17cac8fa83e3b.ctex new file mode 100644 index 00000000..7ab6d3a4 Binary files /dev/null and b/.godot/imported/ground_0007_color_1k.jpg-23bbb3ed2a85d404abf17cac8fa83e3b.ctex differ diff --git a/.godot/imported/ground_0007_color_1k.jpg-23bbb3ed2a85d404abf17cac8fa83e3b.md5 b/.godot/imported/ground_0007_color_1k.jpg-23bbb3ed2a85d404abf17cac8fa83e3b.md5 new file mode 100644 index 00000000..be7d7c6f --- /dev/null +++ b/.godot/imported/ground_0007_color_1k.jpg-23bbb3ed2a85d404abf17cac8fa83e3b.md5 @@ -0,0 +1,3 @@ +source_md5="9de321ceb44f15e05e1647ffda053a58" +dest_md5="9a7e75cd8cd8173fc563dd671a323ed6" + diff --git a/.godot/imported/ground_0007_color_1k.jpg-611595c4a213ed7dcb4b42d8174b8644.ctex b/.godot/imported/ground_0007_color_1k.jpg-611595c4a213ed7dcb4b42d8174b8644.ctex new file mode 100644 index 00000000..7ab6d3a4 Binary files /dev/null and b/.godot/imported/ground_0007_color_1k.jpg-611595c4a213ed7dcb4b42d8174b8644.ctex differ diff --git a/.godot/imported/ground_0007_color_1k.jpg-611595c4a213ed7dcb4b42d8174b8644.md5 b/.godot/imported/ground_0007_color_1k.jpg-611595c4a213ed7dcb4b42d8174b8644.md5 new file mode 100644 index 00000000..be7d7c6f --- /dev/null +++ b/.godot/imported/ground_0007_color_1k.jpg-611595c4a213ed7dcb4b42d8174b8644.md5 @@ -0,0 +1,3 @@ +source_md5="9de321ceb44f15e05e1647ffda053a58" +dest_md5="9a7e75cd8cd8173fc563dd671a323ed6" + diff --git a/.godot/imported/ground_0014_color_1k.jpg-59c13356598b25b8faac71247215e563.md5 b/.godot/imported/ground_0014_color_1k.jpg-59c13356598b25b8faac71247215e563.md5 new file mode 100644 index 00000000..df8a723f --- /dev/null +++ b/.godot/imported/ground_0014_color_1k.jpg-59c13356598b25b8faac71247215e563.md5 @@ -0,0 +1,3 @@ +source_md5="4c95506dcf9389af5c722555dc656916" +dest_md5="5795ebb93f3c44be2d4859b6062d7a19" + diff --git a/.godot/imported/ground_0014_color_1k.jpg-59c13356598b25b8faac71247215e563.s3tc.ctex b/.godot/imported/ground_0014_color_1k.jpg-59c13356598b25b8faac71247215e563.s3tc.ctex new file mode 100644 index 00000000..829822cd Binary files /dev/null and b/.godot/imported/ground_0014_color_1k.jpg-59c13356598b25b8faac71247215e563.s3tc.ctex differ diff --git a/.godot/imported/ground_0014_color_1k.jpg-fa6f7425e82e17da40992bdabcb7abf6.md5 b/.godot/imported/ground_0014_color_1k.jpg-fa6f7425e82e17da40992bdabcb7abf6.md5 new file mode 100644 index 00000000..df8a723f --- /dev/null +++ b/.godot/imported/ground_0014_color_1k.jpg-fa6f7425e82e17da40992bdabcb7abf6.md5 @@ -0,0 +1,3 @@ +source_md5="4c95506dcf9389af5c722555dc656916" +dest_md5="5795ebb93f3c44be2d4859b6062d7a19" + diff --git a/.godot/imported/ground_0014_color_1k.jpg-fa6f7425e82e17da40992bdabcb7abf6.s3tc.ctex b/.godot/imported/ground_0014_color_1k.jpg-fa6f7425e82e17da40992bdabcb7abf6.s3tc.ctex new file mode 100644 index 00000000..829822cd Binary files /dev/null and b/.godot/imported/ground_0014_color_1k.jpg-fa6f7425e82e17da40992bdabcb7abf6.s3tc.ctex differ diff --git a/.godot/imported/ground_0016_color_1k.jpg-0a262ad6b75261045c7e1efcc14e5678.ctex b/.godot/imported/ground_0016_color_1k.jpg-0a262ad6b75261045c7e1efcc14e5678.ctex new file mode 100644 index 00000000..86086c87 Binary files /dev/null and b/.godot/imported/ground_0016_color_1k.jpg-0a262ad6b75261045c7e1efcc14e5678.ctex differ diff --git a/.godot/imported/ground_0016_color_1k.jpg-0a262ad6b75261045c7e1efcc14e5678.md5 b/.godot/imported/ground_0016_color_1k.jpg-0a262ad6b75261045c7e1efcc14e5678.md5 new file mode 100644 index 00000000..8afd80d5 --- /dev/null +++ b/.godot/imported/ground_0016_color_1k.jpg-0a262ad6b75261045c7e1efcc14e5678.md5 @@ -0,0 +1,3 @@ +source_md5="799cfead739a815fc61d178d24682de0" +dest_md5="368786afc2f6b90763a37a02858927f0" + diff --git a/.godot/imported/ground_0016_color_1k.jpg-a4efe95629fea34ad33603c3be9db939.ctex b/.godot/imported/ground_0016_color_1k.jpg-a4efe95629fea34ad33603c3be9db939.ctex new file mode 100644 index 00000000..86086c87 Binary files /dev/null and b/.godot/imported/ground_0016_color_1k.jpg-a4efe95629fea34ad33603c3be9db939.ctex differ diff --git a/.godot/imported/ground_0016_color_1k.jpg-a4efe95629fea34ad33603c3be9db939.md5 b/.godot/imported/ground_0016_color_1k.jpg-a4efe95629fea34ad33603c3be9db939.md5 new file mode 100644 index 00000000..8afd80d5 --- /dev/null +++ b/.godot/imported/ground_0016_color_1k.jpg-a4efe95629fea34ad33603c3be9db939.md5 @@ -0,0 +1,3 @@ +source_md5="799cfead739a815fc61d178d24682de0" +dest_md5="368786afc2f6b90763a37a02858927f0" + diff --git a/.godot/imported/ground_0024_color_1k.jpg-21b0ecef8c3b5265f871dd42a7214c40.ctex b/.godot/imported/ground_0024_color_1k.jpg-21b0ecef8c3b5265f871dd42a7214c40.ctex new file mode 100644 index 00000000..f4f29395 Binary files /dev/null and b/.godot/imported/ground_0024_color_1k.jpg-21b0ecef8c3b5265f871dd42a7214c40.ctex differ diff --git a/.godot/imported/ground_0024_color_1k.jpg-21b0ecef8c3b5265f871dd42a7214c40.md5 b/.godot/imported/ground_0024_color_1k.jpg-21b0ecef8c3b5265f871dd42a7214c40.md5 new file mode 100644 index 00000000..8618e4ce --- /dev/null +++ b/.godot/imported/ground_0024_color_1k.jpg-21b0ecef8c3b5265f871dd42a7214c40.md5 @@ -0,0 +1,3 @@ +source_md5="f2b355265552af27752293a6b44bdb92" +dest_md5="f1c4437f081659766181533cdcbabcb3" + diff --git a/.godot/imported/ground_0024_color_1k.jpg-294e793392c3433e74eda19b5ba4b883.ctex b/.godot/imported/ground_0024_color_1k.jpg-294e793392c3433e74eda19b5ba4b883.ctex new file mode 100644 index 00000000..f4f29395 Binary files /dev/null and b/.godot/imported/ground_0024_color_1k.jpg-294e793392c3433e74eda19b5ba4b883.ctex differ diff --git a/.godot/imported/ground_0024_color_1k.jpg-294e793392c3433e74eda19b5ba4b883.md5 b/.godot/imported/ground_0024_color_1k.jpg-294e793392c3433e74eda19b5ba4b883.md5 new file mode 100644 index 00000000..8618e4ce --- /dev/null +++ b/.godot/imported/ground_0024_color_1k.jpg-294e793392c3433e74eda19b5ba4b883.md5 @@ -0,0 +1,3 @@ +source_md5="f2b355265552af27752293a6b44bdb92" +dest_md5="f1c4437f081659766181533cdcbabcb3" + diff --git a/.godot/imported/history_button_positions.png-72533a28ddfc07077b44d0a6e96e1baa.ctex b/.godot/imported/history_button_positions.png-72533a28ddfc07077b44d0a6e96e1baa.ctex new file mode 100644 index 00000000..e8f67509 Binary files /dev/null and b/.godot/imported/history_button_positions.png-72533a28ddfc07077b44d0a6e96e1baa.ctex differ diff --git a/.godot/imported/history_button_positions.png-72533a28ddfc07077b44d0a6e96e1baa.md5 b/.godot/imported/history_button_positions.png-72533a28ddfc07077b44d0a6e96e1baa.md5 new file mode 100644 index 00000000..de318ed9 --- /dev/null +++ b/.godot/imported/history_button_positions.png-72533a28ddfc07077b44d0a6e96e1baa.md5 @@ -0,0 +1,3 @@ +source_md5="37f5c893f3ee609a7e99208ee85458ee" +dest_md5="2751a7dc12f457b10b47edb0fcd9b3a0" + diff --git a/.godot/imported/history_character_color_example.png-e1c188d6ea27265bea79e5b0452da876.ctex b/.godot/imported/history_character_color_example.png-e1c188d6ea27265bea79e5b0452da876.ctex new file mode 100644 index 00000000..4d9a530a Binary files /dev/null and b/.godot/imported/history_character_color_example.png-e1c188d6ea27265bea79e5b0452da876.ctex differ diff --git a/.godot/imported/history_character_color_example.png-e1c188d6ea27265bea79e5b0452da876.md5 b/.godot/imported/history_character_color_example.png-e1c188d6ea27265bea79e5b0452da876.md5 new file mode 100644 index 00000000..9b23ec6e --- /dev/null +++ b/.godot/imported/history_character_color_example.png-e1c188d6ea27265bea79e5b0452da876.md5 @@ -0,0 +1,3 @@ +source_md5="1d4e698f970d2426ec23bdafc935b4dd" +dest_md5="c8c0fc49e89cf073073f14ed9b35d4b3" + diff --git a/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.ctex b/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.ctex new file mode 100644 index 00000000..c584df1e Binary files /dev/null and b/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.ctex differ diff --git a/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.editor.ctex b/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.editor.ctex new file mode 100644 index 00000000..c584df1e Binary files /dev/null and b/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.editor.ctex differ diff --git a/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.md5 b/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.md5 new file mode 100644 index 00000000..cd62a305 --- /dev/null +++ b/.godot/imported/history_icon.svg-0be9d23e65368ea3983968e4ce0e43d3.md5 @@ -0,0 +1,3 @@ +source_md5="4205bba7a0d7ca7593e97a11895d0670" +dest_md5="dd97bbdd5da41bb1febd2dfb34e34b32" + diff --git a/.godot/imported/history_log_margin.png-7951084d0435f2e56c190e6e2640f6c5.ctex b/.godot/imported/history_log_margin.png-7951084d0435f2e56c190e6e2640f6c5.ctex new file mode 100644 index 00000000..070adeab Binary files /dev/null and b/.godot/imported/history_log_margin.png-7951084d0435f2e56c190e6e2640f6c5.ctex differ diff --git a/.godot/imported/history_log_margin.png-7951084d0435f2e56c190e6e2640f6c5.md5 b/.godot/imported/history_log_margin.png-7951084d0435f2e56c190e6e2640f6c5.md5 new file mode 100644 index 00000000..30f4c0d8 --- /dev/null +++ b/.godot/imported/history_log_margin.png-7951084d0435f2e56c190e6e2640f6c5.md5 @@ -0,0 +1,3 @@ +source_md5="10a4101b754eab89d6776f5e887c6b14" +dest_md5="2d1f4a2144f306d5f34ff8c2b7ad593d" + diff --git a/.godot/imported/history_row_scene_tree.png-45ecd56d38d8cae30e7bfa33cc7d6498.ctex b/.godot/imported/history_row_scene_tree.png-45ecd56d38d8cae30e7bfa33cc7d6498.ctex new file mode 100644 index 00000000..ba3bd96a Binary files /dev/null and b/.godot/imported/history_row_scene_tree.png-45ecd56d38d8cae30e7bfa33cc7d6498.ctex differ diff --git a/.godot/imported/history_row_scene_tree.png-45ecd56d38d8cae30e7bfa33cc7d6498.md5 b/.godot/imported/history_row_scene_tree.png-45ecd56d38d8cae30e7bfa33cc7d6498.md5 new file mode 100644 index 00000000..29e419d6 --- /dev/null +++ b/.godot/imported/history_row_scene_tree.png-45ecd56d38d8cae30e7bfa33cc7d6498.md5 @@ -0,0 +1,3 @@ +source_md5="4d91379ef756cb415ba3540edb20c4b3" +dest_md5="110eb54d789e129fd0f8c66637a80ebd" + diff --git a/.godot/imported/history_row_script_variables.png-7faf5863895922f33870b2c95d224224.ctex b/.godot/imported/history_row_script_variables.png-7faf5863895922f33870b2c95d224224.ctex new file mode 100644 index 00000000..ef77a2eb Binary files /dev/null and b/.godot/imported/history_row_script_variables.png-7faf5863895922f33870b2c95d224224.ctex differ diff --git a/.godot/imported/history_row_script_variables.png-7faf5863895922f33870b2c95d224224.md5 b/.godot/imported/history_row_script_variables.png-7faf5863895922f33870b2c95d224224.md5 new file mode 100644 index 00000000..031c7c63 --- /dev/null +++ b/.godot/imported/history_row_script_variables.png-7faf5863895922f33870b2c95d224224.md5 @@ -0,0 +1,3 @@ +source_md5="91c49f2218365c3cde74195627f3c030" +dest_md5="9627af6a56d47f72ab95df22c3ddcfed" + diff --git a/.godot/imported/history_scene_tree.png-452d329581c0c1aabc4c7ba3d492f918.ctex b/.godot/imported/history_scene_tree.png-452d329581c0c1aabc4c7ba3d492f918.ctex new file mode 100644 index 00000000..33332e78 Binary files /dev/null and b/.godot/imported/history_scene_tree.png-452d329581c0c1aabc4c7ba3d492f918.ctex differ diff --git a/.godot/imported/history_scene_tree.png-452d329581c0c1aabc4c7ba3d492f918.md5 b/.godot/imported/history_scene_tree.png-452d329581c0c1aabc4c7ba3d492f918.md5 new file mode 100644 index 00000000..fe82aac2 --- /dev/null +++ b/.godot/imported/history_scene_tree.png-452d329581c0c1aabc4c7ba3d492f918.md5 @@ -0,0 +1,3 @@ +source_md5="7f26efe8a2fd7724ba026b00b059fb7c" +dest_md5="461b57ae6a7218ff0145813cb3e183c3" + diff --git a/.godot/imported/history_screen_margin.png-5500c4e829498bbfd61b259518ec8556.ctex b/.godot/imported/history_screen_margin.png-5500c4e829498bbfd61b259518ec8556.ctex new file mode 100644 index 00000000..724e4167 Binary files /dev/null and b/.godot/imported/history_screen_margin.png-5500c4e829498bbfd61b259518ec8556.ctex differ diff --git a/.godot/imported/history_screen_margin.png-5500c4e829498bbfd61b259518ec8556.md5 b/.godot/imported/history_screen_margin.png-5500c4e829498bbfd61b259518ec8556.md5 new file mode 100644 index 00000000..a565ea0f --- /dev/null +++ b/.godot/imported/history_screen_margin.png-5500c4e829498bbfd61b259518ec8556.md5 @@ -0,0 +1,3 @@ +source_md5="be3cf2ca2a202bbfa3a1f7d3a72226da" +dest_md5="1bb18e9c7d02eb6e67903c4a38e4da76" + diff --git a/.godot/imported/history_script_variables.png-149d850163ef255e463f2a6fe425c246.ctex b/.godot/imported/history_script_variables.png-149d850163ef255e463f2a6fe425c246.ctex new file mode 100644 index 00000000..b21daa54 Binary files /dev/null and b/.godot/imported/history_script_variables.png-149d850163ef255e463f2a6fe425c246.ctex differ diff --git a/.godot/imported/history_script_variables.png-149d850163ef255e463f2a6fe425c246.md5 b/.godot/imported/history_script_variables.png-149d850163ef255e463f2a6fe425c246.md5 new file mode 100644 index 00000000..f722a7d4 --- /dev/null +++ b/.godot/imported/history_script_variables.png-149d850163ef255e463f2a6fe425c246.md5 @@ -0,0 +1,3 @@ +source_md5="12ad5925f67b6b508a76a7ff11db85af" +dest_md5="cbd134474104788946bc60807c28dafc" + diff --git a/.godot/imported/history_settings_explained.png-cfaf538faf67b5a114d0d588774b6c80.ctex b/.godot/imported/history_settings_explained.png-cfaf538faf67b5a114d0d588774b6c80.ctex new file mode 100644 index 00000000..9a9fe564 Binary files /dev/null and b/.godot/imported/history_settings_explained.png-cfaf538faf67b5a114d0d588774b6c80.ctex differ diff --git a/.godot/imported/history_settings_explained.png-cfaf538faf67b5a114d0d588774b6c80.md5 b/.godot/imported/history_settings_explained.png-cfaf538faf67b5a114d0d588774b6c80.md5 new file mode 100644 index 00000000..77b595ec --- /dev/null +++ b/.godot/imported/history_settings_explained.png-cfaf538faf67b5a114d0d588774b6c80.md5 @@ -0,0 +1,3 @@ +source_md5="fd4d996f20869f8662d6882d270ed09a" +dest_md5="eefd7191f7fbe974f8e4ae5f058d6e3f" + diff --git a/.godot/imported/icon.png-12e444f0ed59397c7537943ea85b475c.ctex b/.godot/imported/icon.png-12e444f0ed59397c7537943ea85b475c.ctex new file mode 100644 index 00000000..8c3e78cc Binary files /dev/null and b/.godot/imported/icon.png-12e444f0ed59397c7537943ea85b475c.ctex differ diff --git a/.godot/imported/icon.png-12e444f0ed59397c7537943ea85b475c.md5 b/.godot/imported/icon.png-12e444f0ed59397c7537943ea85b475c.md5 new file mode 100644 index 00000000..19dc25ec --- /dev/null +++ b/.godot/imported/icon.png-12e444f0ed59397c7537943ea85b475c.md5 @@ -0,0 +1,3 @@ +source_md5="7a0a5362d2c9e4571cc53cbf8189b9d5" +dest_md5="a686b037a8455b9665e8f58b79e587af" + diff --git a/.godot/imported/icon.png-5e2e422904d471016252dff8d4bdfa96.ctex b/.godot/imported/icon.png-5e2e422904d471016252dff8d4bdfa96.ctex new file mode 100644 index 00000000..ca39af05 Binary files /dev/null and b/.godot/imported/icon.png-5e2e422904d471016252dff8d4bdfa96.ctex differ diff --git a/.godot/imported/icon.png-5e2e422904d471016252dff8d4bdfa96.md5 b/.godot/imported/icon.png-5e2e422904d471016252dff8d4bdfa96.md5 new file mode 100644 index 00000000..03c9c8bf --- /dev/null +++ b/.godot/imported/icon.png-5e2e422904d471016252dff8d4bdfa96.md5 @@ -0,0 +1,3 @@ +source_md5="4feb0c446a646180aa899b77332c239d" +dest_md5="1e32d579acdee87c7c0f98f5a32e9f97" + diff --git a/.godot/imported/icon.png-6a95c038153eac5ac32780e8a0c1529b.ctex b/.godot/imported/icon.png-6a95c038153eac5ac32780e8a0c1529b.ctex new file mode 100644 index 00000000..205239b3 Binary files /dev/null and b/.godot/imported/icon.png-6a95c038153eac5ac32780e8a0c1529b.ctex differ diff --git a/.godot/imported/icon.png-6a95c038153eac5ac32780e8a0c1529b.md5 b/.godot/imported/icon.png-6a95c038153eac5ac32780e8a0c1529b.md5 new file mode 100644 index 00000000..2f568b2e --- /dev/null +++ b/.godot/imported/icon.png-6a95c038153eac5ac32780e8a0c1529b.md5 @@ -0,0 +1,3 @@ +source_md5="09af69d8817805cc95da466823076f40" +dest_md5="b5622aa9abd79fe2da324758d0c2d22c" + diff --git a/.godot/imported/icon.png-85989da147a1404ecd08c88eac72cda1.ctex b/.godot/imported/icon.png-85989da147a1404ecd08c88eac72cda1.ctex new file mode 100644 index 00000000..3ba8d1a7 Binary files /dev/null and b/.godot/imported/icon.png-85989da147a1404ecd08c88eac72cda1.ctex differ diff --git a/.godot/imported/icon.png-85989da147a1404ecd08c88eac72cda1.md5 b/.godot/imported/icon.png-85989da147a1404ecd08c88eac72cda1.md5 new file mode 100644 index 00000000..6f173974 --- /dev/null +++ b/.godot/imported/icon.png-85989da147a1404ecd08c88eac72cda1.md5 @@ -0,0 +1,3 @@ +source_md5="c9b1247dc9353bac7fad831d21881f6d" +dest_md5="c18827e5413ae7f5fd9aeb511b778609" + diff --git a/.godot/imported/icon.png-8e345f81e023043fdbb4f75b1b0e9bb0.ctex b/.godot/imported/icon.png-8e345f81e023043fdbb4f75b1b0e9bb0.ctex new file mode 100644 index 00000000..205239b3 Binary files /dev/null and b/.godot/imported/icon.png-8e345f81e023043fdbb4f75b1b0e9bb0.ctex differ diff --git a/.godot/imported/icon.png-8e345f81e023043fdbb4f75b1b0e9bb0.md5 b/.godot/imported/icon.png-8e345f81e023043fdbb4f75b1b0e9bb0.md5 new file mode 100644 index 00000000..2f568b2e --- /dev/null +++ b/.godot/imported/icon.png-8e345f81e023043fdbb4f75b1b0e9bb0.md5 @@ -0,0 +1,3 @@ +source_md5="09af69d8817805cc95da466823076f40" +dest_md5="b5622aa9abd79fe2da324758d0c2d22c" + diff --git a/.godot/imported/icon.png-99064bb3920f49262c581fccbfcfc353.ctex b/.godot/imported/icon.png-99064bb3920f49262c581fccbfcfc353.ctex new file mode 100644 index 00000000..25e1ad64 Binary files /dev/null and b/.godot/imported/icon.png-99064bb3920f49262c581fccbfcfc353.ctex differ diff --git a/.godot/imported/icon.png-99064bb3920f49262c581fccbfcfc353.md5 b/.godot/imported/icon.png-99064bb3920f49262c581fccbfcfc353.md5 new file mode 100644 index 00000000..aae98d95 --- /dev/null +++ b/.godot/imported/icon.png-99064bb3920f49262c581fccbfcfc353.md5 @@ -0,0 +1,3 @@ +source_md5="2db3214dc9cf9adc179c1d8a56fd9fdc" +dest_md5="d4cb8025c81e9a7d18697c648ef33cec" + diff --git a/.godot/imported/icon.png-aea103d18fdc694e2da87b3c5a56be35.ctex b/.godot/imported/icon.png-aea103d18fdc694e2da87b3c5a56be35.ctex new file mode 100644 index 00000000..48d1e9d9 Binary files /dev/null and b/.godot/imported/icon.png-aea103d18fdc694e2da87b3c5a56be35.ctex differ diff --git a/.godot/imported/icon.png-aea103d18fdc694e2da87b3c5a56be35.md5 b/.godot/imported/icon.png-aea103d18fdc694e2da87b3c5a56be35.md5 new file mode 100644 index 00000000..3afcea55 --- /dev/null +++ b/.godot/imported/icon.png-aea103d18fdc694e2da87b3c5a56be35.md5 @@ -0,0 +1,3 @@ +source_md5="074aebe15f5a16fb81f8e336f7ef4f31" +dest_md5="91603cb9681e7281ac82d34dedcc0929" + diff --git a/.godot/imported/icon.png-b4986c88bf1e20891dc480c8f4703ca4.ctex b/.godot/imported/icon.png-b4986c88bf1e20891dc480c8f4703ca4.ctex new file mode 100644 index 00000000..205239b3 Binary files /dev/null and b/.godot/imported/icon.png-b4986c88bf1e20891dc480c8f4703ca4.ctex differ diff --git a/.godot/imported/icon.png-b4986c88bf1e20891dc480c8f4703ca4.md5 b/.godot/imported/icon.png-b4986c88bf1e20891dc480c8f4703ca4.md5 new file mode 100644 index 00000000..2f568b2e --- /dev/null +++ b/.godot/imported/icon.png-b4986c88bf1e20891dc480c8f4703ca4.md5 @@ -0,0 +1,3 @@ +source_md5="09af69d8817805cc95da466823076f40" +dest_md5="b5622aa9abd79fe2da324758d0c2d22c" + diff --git a/.godot/imported/icon.png-cab4c78f59b171335e340ba590cf5991.ctex b/.godot/imported/icon.png-cab4c78f59b171335e340ba590cf5991.ctex new file mode 100644 index 00000000..a3f80413 Binary files /dev/null and b/.godot/imported/icon.png-cab4c78f59b171335e340ba590cf5991.ctex differ diff --git a/.godot/imported/icon.png-cab4c78f59b171335e340ba590cf5991.md5 b/.godot/imported/icon.png-cab4c78f59b171335e340ba590cf5991.md5 new file mode 100644 index 00000000..afab0e07 --- /dev/null +++ b/.godot/imported/icon.png-cab4c78f59b171335e340ba590cf5991.md5 @@ -0,0 +1,3 @@ +source_md5="7fa66c787715a315c60a61c4c039e276" +dest_md5="2aa368c5a047cde6b403709b403548b6" + diff --git a/.godot/imported/icon.png-ee52cc92a2b11ac2a101ff92d2eaaa7c.ctex b/.godot/imported/icon.png-ee52cc92a2b11ac2a101ff92d2eaaa7c.ctex new file mode 100644 index 00000000..80e35be0 Binary files /dev/null and b/.godot/imported/icon.png-ee52cc92a2b11ac2a101ff92d2eaaa7c.ctex differ diff --git a/.godot/imported/icon.png-ee52cc92a2b11ac2a101ff92d2eaaa7c.md5 b/.godot/imported/icon.png-ee52cc92a2b11ac2a101ff92d2eaaa7c.md5 new file mode 100644 index 00000000..5670e304 --- /dev/null +++ b/.godot/imported/icon.png-ee52cc92a2b11ac2a101ff92d2eaaa7c.md5 @@ -0,0 +1,3 @@ +source_md5="d7f3e0171b043616892626bd3faf3d9c" +dest_md5="923c4abf50ddbbd64fd3e664ac6b1d91" + diff --git a/.godot/imported/icon.png-fab76b8a5886dac0012cf73c317dbee4.ctex b/.godot/imported/icon.png-fab76b8a5886dac0012cf73c317dbee4.ctex new file mode 100644 index 00000000..641cd243 Binary files /dev/null and b/.godot/imported/icon.png-fab76b8a5886dac0012cf73c317dbee4.ctex differ diff --git a/.godot/imported/icon.png-fab76b8a5886dac0012cf73c317dbee4.md5 b/.godot/imported/icon.png-fab76b8a5886dac0012cf73c317dbee4.md5 new file mode 100644 index 00000000..8e26bb01 --- /dev/null +++ b/.godot/imported/icon.png-fab76b8a5886dac0012cf73c317dbee4.md5 @@ -0,0 +1,3 @@ +source_md5="e98e3fdaa809931f96f9aa61f611542d" +dest_md5="1dd681fa63057fd8a0c40af5eb1e3049" + diff --git a/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.ctex b/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.ctex new file mode 100644 index 00000000..c2573759 Binary files /dev/null and b/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.ctex differ diff --git a/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.editor.ctex b/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.editor.ctex new file mode 100644 index 00000000..c2573759 Binary files /dev/null and b/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.editor.ctex differ diff --git a/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.md5 b/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.md5 new file mode 100644 index 00000000..8c298717 --- /dev/null +++ b/.godot/imported/icon.svg-17eb5d3e2a3cfbe59852220758c5b7bd.md5 @@ -0,0 +1,3 @@ +source_md5="688517e8d6beedf0a204acb225d593c9" +dest_md5="295fc438da56bdca37c8eba219a33427" + diff --git a/.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex b/.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex new file mode 100644 index 00000000..473bdcbf Binary files /dev/null and b/.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex differ diff --git a/.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.md5 b/.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.md5 new file mode 100644 index 00000000..1453d80c --- /dev/null +++ b/.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.md5 @@ -0,0 +1,3 @@ +source_md5="8f7e2f59f94c2d027afdf9062256597f" +dest_md5="7bc31e672d4b50be0203498199ecdf62" + diff --git a/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.ctex b/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.ctex new file mode 100644 index 00000000..b80d6732 Binary files /dev/null and b/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.ctex differ diff --git a/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.editor.ctex b/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.editor.ctex new file mode 100644 index 00000000..b80d6732 Binary files /dev/null and b/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.editor.ctex differ diff --git a/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.md5 b/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.md5 new file mode 100644 index 00000000..ab3963ed --- /dev/null +++ b/.godot/imported/icon.svg-372a9bfce8bea67fff1988d7acf09a9a.md5 @@ -0,0 +1,3 @@ +source_md5="09db40509fd3fe90f76bf15e85df24df" +dest_md5="b9220460e5daeb590910984a2bd69118" + diff --git a/.godot/imported/icon.svg-3fd3169593c3fd142e77475bb0bb8a61.ctex b/.godot/imported/icon.svg-3fd3169593c3fd142e77475bb0bb8a61.ctex new file mode 100644 index 00000000..bad810b0 Binary files /dev/null and b/.godot/imported/icon.svg-3fd3169593c3fd142e77475bb0bb8a61.ctex differ diff --git a/.godot/imported/icon.svg-3fd3169593c3fd142e77475bb0bb8a61.md5 b/.godot/imported/icon.svg-3fd3169593c3fd142e77475bb0bb8a61.md5 new file mode 100644 index 00000000..9260340d --- /dev/null +++ b/.godot/imported/icon.svg-3fd3169593c3fd142e77475bb0bb8a61.md5 @@ -0,0 +1,3 @@ +source_md5="e762b9c3dc4e862ec8bb33f42c9794d5" +dest_md5="a0afb56f65a8d2ce14feabda578a1aff" + diff --git a/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.ctex b/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.ctex new file mode 100644 index 00000000..0a43e9c9 Binary files /dev/null and b/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.ctex differ diff --git a/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.editor.ctex b/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.editor.ctex new file mode 100644 index 00000000..0a43e9c9 Binary files /dev/null and b/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.editor.ctex differ diff --git a/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.md5 b/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.md5 new file mode 100644 index 00000000..acb99633 --- /dev/null +++ b/.godot/imported/icon.svg-4f340f6efbb83004dbd5c761dd1dc448.md5 @@ -0,0 +1,3 @@ +source_md5="df30ed83a959e6f174a3292a819f523b" +dest_md5="7f8b3b6b1157f2083ee1bb50efe42554" + diff --git a/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.ctex b/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.ctex new file mode 100644 index 00000000..d74ef112 Binary files /dev/null and b/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.ctex differ diff --git a/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.editor.ctex b/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.editor.ctex new file mode 100644 index 00000000..d74ef112 Binary files /dev/null and b/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.editor.ctex differ diff --git a/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.md5 b/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.md5 new file mode 100644 index 00000000..c4aebb97 --- /dev/null +++ b/.godot/imported/icon.svg-4fc0c12c53379638e37d654e7bbaea1a.md5 @@ -0,0 +1,3 @@ +source_md5="f9869a509c2361a22a8562fc0dfd15d0" +dest_md5="f748a638f0ba32da4c303bac9ee66dfe" + diff --git a/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.ctex b/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.ctex new file mode 100644 index 00000000..6cb548eb Binary files /dev/null and b/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.ctex differ diff --git a/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.editor.ctex b/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.editor.ctex new file mode 100644 index 00000000..6cb548eb Binary files /dev/null and b/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.editor.ctex differ diff --git a/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.md5 b/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.md5 new file mode 100644 index 00000000..7877c897 --- /dev/null +++ b/.godot/imported/icon.svg-502d45c064cc30f576b7b105a01357ce.md5 @@ -0,0 +1,3 @@ +source_md5="67cdbf50c84f2da8883ea0c27bd647ec" +dest_md5="3c1d5d5b9a5e0d2b8e16fd72ff4a40b3" + diff --git a/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.ctex b/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.ctex new file mode 100644 index 00000000..481d3966 Binary files /dev/null and b/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.ctex differ diff --git a/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.editor.ctex b/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.editor.ctex new file mode 100644 index 00000000..481d3966 Binary files /dev/null and b/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.editor.ctex differ diff --git a/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.md5 b/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.md5 new file mode 100644 index 00000000..0ab24256 --- /dev/null +++ b/.godot/imported/icon.svg-7e9f52b17ae6e5e1f284e12048cb8f05.md5 @@ -0,0 +1,3 @@ +source_md5="e2f27d948dbb37f86a9e0f8245534a28" +dest_md5="aefa5f45c39e7ede660a32acf1b86fa6" + diff --git a/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.ctex b/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.ctex new file mode 100644 index 00000000..796f552f Binary files /dev/null and b/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.ctex differ diff --git a/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.editor.ctex b/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.editor.ctex new file mode 100644 index 00000000..796f552f Binary files /dev/null and b/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.editor.ctex differ diff --git a/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.md5 b/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.md5 new file mode 100644 index 00000000..281127af --- /dev/null +++ b/.godot/imported/icon.svg-82841efe3f86e947d4f66fd24dc8f52c.md5 @@ -0,0 +1,3 @@ +source_md5="730bbf5d2747b93da2c4b2fa4960fd58" +dest_md5="6b9841d28ab9f01bd7c50f385b5dbd88" + diff --git a/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.ctex b/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.ctex new file mode 100644 index 00000000..b9612a61 Binary files /dev/null and b/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.ctex differ diff --git a/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.editor.ctex b/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.editor.ctex new file mode 100644 index 00000000..b9612a61 Binary files /dev/null and b/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.editor.ctex differ diff --git a/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.md5 b/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.md5 new file mode 100644 index 00000000..df2a8e22 --- /dev/null +++ b/.godot/imported/icon.svg-aad0408eebe298e9d92c76d6f2c79cf6.md5 @@ -0,0 +1,3 @@ +source_md5="64c0ab7bb211e30379421ed8ebc7d814" +dest_md5="fe402de27aae344823857035ee8dbe5a" + diff --git a/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.ctex b/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.ctex new file mode 100644 index 00000000..8277b827 Binary files /dev/null and b/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.ctex differ diff --git a/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.editor.ctex b/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.editor.ctex new file mode 100644 index 00000000..8277b827 Binary files /dev/null and b/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.editor.ctex differ diff --git a/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.md5 b/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.md5 new file mode 100644 index 00000000..2dc9a346 --- /dev/null +++ b/.godot/imported/icon.svg-cb8e50b081a310c64183b12c6d12fcf2.md5 @@ -0,0 +1,3 @@ +source_md5="9a68df75af937f50e29f5c35c142b11d" +dest_md5="1c9ca36cec12c24d9b5789aee933ecaa" + diff --git a/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.ctex b/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.ctex new file mode 100644 index 00000000..1245ae6d Binary files /dev/null and b/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.ctex differ diff --git a/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.editor.ctex b/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.editor.ctex new file mode 100644 index 00000000..1245ae6d Binary files /dev/null and b/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.editor.ctex differ diff --git a/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.md5 b/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.md5 new file mode 100644 index 00000000..8770b4bd --- /dev/null +++ b/.godot/imported/icon.svg-d4407cb145fa5c1d965de3d2bd63ce5f.md5 @@ -0,0 +1,3 @@ +source_md5="4804019530d675a762baa83f01e86fed" +dest_md5="aed157ff936cfd1fd82c350d333b7204" + diff --git a/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.ctex b/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.ctex new file mode 100644 index 00000000..a4e8c7e7 Binary files /dev/null and b/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.ctex differ diff --git a/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.editor.ctex b/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.editor.ctex new file mode 100644 index 00000000..a4e8c7e7 Binary files /dev/null and b/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.editor.ctex differ diff --git a/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.md5 b/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.md5 new file mode 100644 index 00000000..6399b8f7 --- /dev/null +++ b/.godot/imported/icon.svg-e2501ddcdef01c7f2c3538940f5abfc1.md5 @@ -0,0 +1,3 @@ +source_md5="f4401af633a41276b253b745bc69a4c9" +dest_md5="e3b43ee4bff76bec9ee15d1f64dca2c3" + diff --git a/.godot/imported/icon_bg.png-5937ce0a857c4a8a9d624ea9ebf09a97.ctex b/.godot/imported/icon_bg.png-5937ce0a857c4a8a9d624ea9ebf09a97.ctex new file mode 100644 index 00000000..7f75f6e3 Binary files /dev/null and b/.godot/imported/icon_bg.png-5937ce0a857c4a8a9d624ea9ebf09a97.ctex differ diff --git a/.godot/imported/icon_bg.png-5937ce0a857c4a8a9d624ea9ebf09a97.md5 b/.godot/imported/icon_bg.png-5937ce0a857c4a8a9d624ea9ebf09a97.md5 new file mode 100644 index 00000000..3792cecd --- /dev/null +++ b/.godot/imported/icon_bg.png-5937ce0a857c4a8a9d624ea9ebf09a97.md5 @@ -0,0 +1,3 @@ +source_md5="401a603326829230ef3866d0beb72204" +dest_md5="d87dbd7ffefca0fee522b5c38a4521c5" + diff --git a/.godot/imported/icon_character.png-97a1851bbafe2b302ea88c25a87ee2c1.ctex b/.godot/imported/icon_character.png-97a1851bbafe2b302ea88c25a87ee2c1.ctex new file mode 100644 index 00000000..d3d0e5cb Binary files /dev/null and b/.godot/imported/icon_character.png-97a1851bbafe2b302ea88c25a87ee2c1.ctex differ diff --git a/.godot/imported/icon_character.png-97a1851bbafe2b302ea88c25a87ee2c1.md5 b/.godot/imported/icon_character.png-97a1851bbafe2b302ea88c25a87ee2c1.md5 new file mode 100644 index 00000000..af470d0c --- /dev/null +++ b/.godot/imported/icon_character.png-97a1851bbafe2b302ea88c25a87ee2c1.md5 @@ -0,0 +1,3 @@ +source_md5="752536c79b6906a3e6066b9d23c16071" +dest_md5="e5df63acfe8ba06f919f37b03be28728" + diff --git a/.godot/imported/icon_jump.png-50f6cdd715fcbdbed16b43c5beb6b851.ctex b/.godot/imported/icon_jump.png-50f6cdd715fcbdbed16b43c5beb6b851.ctex new file mode 100644 index 00000000..ed105c4d Binary files /dev/null and b/.godot/imported/icon_jump.png-50f6cdd715fcbdbed16b43c5beb6b851.ctex differ diff --git a/.godot/imported/icon_jump.png-50f6cdd715fcbdbed16b43c5beb6b851.md5 b/.godot/imported/icon_jump.png-50f6cdd715fcbdbed16b43c5beb6b851.md5 new file mode 100644 index 00000000..632fa711 --- /dev/null +++ b/.godot/imported/icon_jump.png-50f6cdd715fcbdbed16b43c5beb6b851.md5 @@ -0,0 +1,3 @@ +source_md5="5d398c698575bc755efe771a9dc770b0" +dest_md5="059b408e25d126e24ca52141627df76c" + diff --git a/.godot/imported/icon_label.png-3923bd1131990c8869923c838ffdb9ae.ctex b/.godot/imported/icon_label.png-3923bd1131990c8869923c838ffdb9ae.ctex new file mode 100644 index 00000000..22905bdf Binary files /dev/null and b/.godot/imported/icon_label.png-3923bd1131990c8869923c838ffdb9ae.ctex differ diff --git a/.godot/imported/icon_label.png-3923bd1131990c8869923c838ffdb9ae.md5 b/.godot/imported/icon_label.png-3923bd1131990c8869923c838ffdb9ae.md5 new file mode 100644 index 00000000..ee7bd081 --- /dev/null +++ b/.godot/imported/icon_label.png-3923bd1131990c8869923c838ffdb9ae.md5 @@ -0,0 +1,3 @@ +source_md5="068e6ffaff185da95ce0cf34b231c93d" +dest_md5="e471e0e58aa7b055a862f8d3fe879ed2" + diff --git a/.godot/imported/icon_music.png-ffc971ba1265164a55f745186974be5f.ctex b/.godot/imported/icon_music.png-ffc971ba1265164a55f745186974be5f.ctex new file mode 100644 index 00000000..522f3ed9 Binary files /dev/null and b/.godot/imported/icon_music.png-ffc971ba1265164a55f745186974be5f.ctex differ diff --git a/.godot/imported/icon_music.png-ffc971ba1265164a55f745186974be5f.md5 b/.godot/imported/icon_music.png-ffc971ba1265164a55f745186974be5f.md5 new file mode 100644 index 00000000..bb3df89e --- /dev/null +++ b/.godot/imported/icon_music.png-ffc971ba1265164a55f745186974be5f.md5 @@ -0,0 +1,3 @@ +source_md5="48f264d588486662c7de1b64660ee2d7" +dest_md5="d0011b17b1fcda459a55257bfff975e3" + diff --git a/.godot/imported/icon_position.png-221b7c348ec45b22fd4df49fdb92a7aa.ctex b/.godot/imported/icon_position.png-221b7c348ec45b22fd4df49fdb92a7aa.ctex new file mode 100644 index 00000000..5b690030 Binary files /dev/null and b/.godot/imported/icon_position.png-221b7c348ec45b22fd4df49fdb92a7aa.ctex differ diff --git a/.godot/imported/icon_position.png-221b7c348ec45b22fd4df49fdb92a7aa.md5 b/.godot/imported/icon_position.png-221b7c348ec45b22fd4df49fdb92a7aa.md5 new file mode 100644 index 00000000..564a413c --- /dev/null +++ b/.godot/imported/icon_position.png-221b7c348ec45b22fd4df49fdb92a7aa.md5 @@ -0,0 +1,3 @@ +source_md5="b4fee7cf3a4bbcbb98adee5f6e39c2a7" +dest_md5="e74f2bd81843f433d4115ac814149cf2" + diff --git a/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.ctex b/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.ctex new file mode 100644 index 00000000..c46125a5 Binary files /dev/null and b/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.ctex differ diff --git a/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.editor.ctex b/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.editor.ctex new file mode 100644 index 00000000..c46125a5 Binary files /dev/null and b/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.editor.ctex differ diff --git a/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.md5 b/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.md5 new file mode 100644 index 00000000..15cbf6e5 --- /dev/null +++ b/.godot/imported/icon_return.svg-dc7fb704ff391638f73cbbc2b30b32fa.md5 @@ -0,0 +1,3 @@ +source_md5="77dfb6f668cd07b745fad2d16ec0b3d2" +dest_md5="520725b27e120e9a834b5a5c9b3d08d8" + diff --git a/.godot/imported/icon_sound.png-7a1a8a5533773d97969b6311b6a9133f.ctex b/.godot/imported/icon_sound.png-7a1a8a5533773d97969b6311b6a9133f.ctex new file mode 100644 index 00000000..39b5d168 Binary files /dev/null and b/.godot/imported/icon_sound.png-7a1a8a5533773d97969b6311b6a9133f.ctex differ diff --git a/.godot/imported/icon_sound.png-7a1a8a5533773d97969b6311b6a9133f.md5 b/.godot/imported/icon_sound.png-7a1a8a5533773d97969b6311b6a9133f.md5 new file mode 100644 index 00000000..8b0d64ca --- /dev/null +++ b/.godot/imported/icon_sound.png-7a1a8a5533773d97969b6311b6a9133f.md5 @@ -0,0 +1,3 @@ +source_md5="9272dae77c7ac10419d7b3ae729d86cb" +dest_md5="59ea1233fc5f0cb30d5ea2b26356192a" + diff --git a/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.ctex b/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.ctex new file mode 100644 index 00000000..40cbde0c Binary files /dev/null and b/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.ctex differ diff --git a/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.editor.ctex b/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.editor.ctex new file mode 100644 index 00000000..40cbde0c Binary files /dev/null and b/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.editor.ctex differ diff --git a/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.md5 b/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.md5 new file mode 100644 index 00000000..3b1f8371 --- /dev/null +++ b/.godot/imported/increment_icon.svg-081e6509e76349f0628c55a41e85fd65.md5 @@ -0,0 +1,3 @@ +source_md5="f6b4969900c67afebec0b35d39963c9b" +dest_md5="37f1cf720b50470007ae134bbb9603f6" + diff --git a/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.ctex b/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.ctex new file mode 100644 index 00000000..2cb098da Binary files /dev/null and b/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.ctex differ diff --git a/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.editor.ctex b/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.editor.ctex new file mode 100644 index 00000000..2cb098da Binary files /dev/null and b/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.editor.ctex differ diff --git a/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.md5 b/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.md5 new file mode 100644 index 00000000..b888bb80 --- /dev/null +++ b/.godot/imported/input_layer_icon.svg-3f439e08e8c66cbf3522ce60714f7588.md5 @@ -0,0 +1,3 @@ +source_md5="a0215ad3244a02c0ee5079b9fda2483e" +dest_md5="4dd028db0abb3cbdeb688ceac0afb13f" + diff --git a/.godot/imported/inventory_background.png-d8cc6b5ec52e3c266040bf16e4b5e553.ctex b/.godot/imported/inventory_background.png-d8cc6b5ec52e3c266040bf16e4b5e553.ctex new file mode 100644 index 00000000..331722f0 Binary files /dev/null and b/.godot/imported/inventory_background.png-d8cc6b5ec52e3c266040bf16e4b5e553.ctex differ diff --git a/.godot/imported/inventory_background.png-d8cc6b5ec52e3c266040bf16e4b5e553.md5 b/.godot/imported/inventory_background.png-d8cc6b5ec52e3c266040bf16e4b5e553.md5 new file mode 100644 index 00000000..c1a786f0 --- /dev/null +++ b/.godot/imported/inventory_background.png-d8cc6b5ec52e3c266040bf16e4b5e553.md5 @@ -0,0 +1,3 @@ +source_md5="e1b0ecd0bc8fa587ad3ed3c61fb07eee" +dest_md5="480e041381e49ba8f49f6af7db88a864" + diff --git a/.godot/imported/item sprite.png-ae08147396363cdc2f712dad48d468ec.md5 b/.godot/imported/item sprite.png-ae08147396363cdc2f712dad48d468ec.md5 new file mode 100644 index 00000000..e5004b8a --- /dev/null +++ b/.godot/imported/item sprite.png-ae08147396363cdc2f712dad48d468ec.md5 @@ -0,0 +1,3 @@ +source_md5="7e9c6b582d6f465425cc4f28f6ba53d7" +dest_md5="d33aa65146f99ea8f85f8fb22a96ef25" + diff --git a/.godot/imported/item sprite.png-ae08147396363cdc2f712dad48d468ec.s3tc.ctex b/.godot/imported/item sprite.png-ae08147396363cdc2f712dad48d468ec.s3tc.ctex new file mode 100644 index 00000000..5c5f6444 Binary files /dev/null and b/.godot/imported/item sprite.png-ae08147396363cdc2f712dad48d468ec.s3tc.ctex differ diff --git a/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.ctex b/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.ctex new file mode 100644 index 00000000..96bcbb40 Binary files /dev/null and b/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.ctex differ diff --git a/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.editor.ctex b/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.editor.ctex new file mode 100644 index 00000000..96bcbb40 Binary files /dev/null and b/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.editor.ctex differ diff --git a/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.md5 b/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.md5 new file mode 100644 index 00000000..9ad05aeb --- /dev/null +++ b/.godot/imported/join.svg-2f0d7b9e8e01cf0e62b8c3a85aff6213.md5 @@ -0,0 +1,3 @@ +source_md5="7281a95f16bb3308758aae0342362c4f" +dest_md5="7eff0e74f54fbf16005343d133c0e943" + diff --git a/.godot/imported/joy.png-a06db3f0763984942582106f69acd2ac.ctex b/.godot/imported/joy.png-a06db3f0763984942582106f69acd2ac.ctex new file mode 100644 index 00000000..cd0d02ad Binary files /dev/null and b/.godot/imported/joy.png-a06db3f0763984942582106f69acd2ac.ctex differ diff --git a/.godot/imported/joy.png-a06db3f0763984942582106f69acd2ac.md5 b/.godot/imported/joy.png-a06db3f0763984942582106f69acd2ac.md5 new file mode 100644 index 00000000..3d3751ac --- /dev/null +++ b/.godot/imported/joy.png-a06db3f0763984942582106f69acd2ac.md5 @@ -0,0 +1,3 @@ +source_md5="d0fa3bf1dc7f8a44b4a883e2d4788a1c" +dest_md5="9582da5443c28cd5957b5daf6d7d0d43" + diff --git a/.godot/imported/katar.PNG-64792536265ff7c6213050533f028b81.ctex b/.godot/imported/katar.PNG-64792536265ff7c6213050533f028b81.ctex new file mode 100644 index 00000000..d7023ba2 Binary files /dev/null and b/.godot/imported/katar.PNG-64792536265ff7c6213050533f028b81.ctex differ diff --git a/.godot/imported/katar.PNG-64792536265ff7c6213050533f028b81.md5 b/.godot/imported/katar.PNG-64792536265ff7c6213050533f028b81.md5 new file mode 100644 index 00000000..c40adcc6 --- /dev/null +++ b/.godot/imported/katar.PNG-64792536265ff7c6213050533f028b81.md5 @@ -0,0 +1,3 @@ +source_md5="603e42b624381273b4afe312ec6c498f" +dest_md5="ad2c4dd5c50c5244bd99b94014f6440f" + diff --git a/.godot/imported/kenney-dark-grey-checkboard-cc0.png-a474cdcb7f780d0c1f0fbe07f09dca20.md5 b/.godot/imported/kenney-dark-grey-checkboard-cc0.png-a474cdcb7f780d0c1f0fbe07f09dca20.md5 new file mode 100644 index 00000000..242097b2 --- /dev/null +++ b/.godot/imported/kenney-dark-grey-checkboard-cc0.png-a474cdcb7f780d0c1f0fbe07f09dca20.md5 @@ -0,0 +1,3 @@ +source_md5="a14462ba8f850219af39a32d7e86591f" +dest_md5="701329ea698e19a46e784ffd9ce32877" + diff --git a/.godot/imported/kenney-dark-grey-checkboard-cc0.png-a474cdcb7f780d0c1f0fbe07f09dca20.s3tc.ctex b/.godot/imported/kenney-dark-grey-checkboard-cc0.png-a474cdcb7f780d0c1f0fbe07f09dca20.s3tc.ctex new file mode 100644 index 00000000..f4c4d697 Binary files /dev/null and b/.godot/imported/kenney-dark-grey-checkboard-cc0.png-a474cdcb7f780d0c1f0fbe07f09dca20.s3tc.ctex differ diff --git a/.godot/imported/kenney-dark-grey-grid-cc0.png-641e868f49742dac557c00f298646a06.md5 b/.godot/imported/kenney-dark-grey-grid-cc0.png-641e868f49742dac557c00f298646a06.md5 new file mode 100644 index 00000000..66aa0c77 --- /dev/null +++ b/.godot/imported/kenney-dark-grey-grid-cc0.png-641e868f49742dac557c00f298646a06.md5 @@ -0,0 +1,3 @@ +source_md5="a6af615bb38b6c2fee78ab04fa233325" +dest_md5="c66e4f8b962046d9771024cc4d41cdc5" + diff --git a/.godot/imported/kenney-dark-grey-grid-cc0.png-641e868f49742dac557c00f298646a06.s3tc.ctex b/.godot/imported/kenney-dark-grey-grid-cc0.png-641e868f49742dac557c00f298646a06.s3tc.ctex new file mode 100644 index 00000000..958c390f Binary files /dev/null and b/.godot/imported/kenney-dark-grey-grid-cc0.png-641e868f49742dac557c00f298646a06.s3tc.ctex differ diff --git a/.godot/imported/kenney-green-checkerboar-cc0.png-5b7bcfea56d2c3f2ba54eb8bc0be04ac.md5 b/.godot/imported/kenney-green-checkerboar-cc0.png-5b7bcfea56d2c3f2ba54eb8bc0be04ac.md5 new file mode 100644 index 00000000..d38d9e21 --- /dev/null +++ b/.godot/imported/kenney-green-checkerboar-cc0.png-5b7bcfea56d2c3f2ba54eb8bc0be04ac.md5 @@ -0,0 +1,3 @@ +source_md5="9cb1ebb5c188684eefa343f2e2f75054" +dest_md5="7c285f34cb37ddb09e3025ae260f1ff9" + diff --git a/.godot/imported/kenney-green-checkerboar-cc0.png-5b7bcfea56d2c3f2ba54eb8bc0be04ac.s3tc.ctex b/.godot/imported/kenney-green-checkerboar-cc0.png-5b7bcfea56d2c3f2ba54eb8bc0be04ac.s3tc.ctex new file mode 100644 index 00000000..cede7638 Binary files /dev/null and b/.godot/imported/kenney-green-checkerboar-cc0.png-5b7bcfea56d2c3f2ba54eb8bc0be04ac.s3tc.ctex differ diff --git a/.godot/imported/kenney-grey-checkerboard-cc0.png-e0b9147c60d57a064eba7df286f44f21.md5 b/.godot/imported/kenney-grey-checkerboard-cc0.png-e0b9147c60d57a064eba7df286f44f21.md5 new file mode 100644 index 00000000..f17ef509 --- /dev/null +++ b/.godot/imported/kenney-grey-checkerboard-cc0.png-e0b9147c60d57a064eba7df286f44f21.md5 @@ -0,0 +1,3 @@ +source_md5="e47fdd0ed9bc48a18abf616b6e7ed27d" +dest_md5="8016a7540d71d783f1468930c82eb4a0" + diff --git a/.godot/imported/kenney-grey-checkerboard-cc0.png-e0b9147c60d57a064eba7df286f44f21.s3tc.ctex b/.godot/imported/kenney-grey-checkerboard-cc0.png-e0b9147c60d57a064eba7df286f44f21.s3tc.ctex new file mode 100644 index 00000000..b22efb2e Binary files /dev/null and b/.godot/imported/kenney-grey-checkerboard-cc0.png-e0b9147c60d57a064eba7df286f44f21.s3tc.ctex differ diff --git a/.godot/imported/kenney-orange-checkerboard-cc0.png-b451adc6009037708d3774ae5cabc4ed.md5 b/.godot/imported/kenney-orange-checkerboard-cc0.png-b451adc6009037708d3774ae5cabc4ed.md5 new file mode 100644 index 00000000..e35ee087 --- /dev/null +++ b/.godot/imported/kenney-orange-checkerboard-cc0.png-b451adc6009037708d3774ae5cabc4ed.md5 @@ -0,0 +1,3 @@ +source_md5="460626afa86eae274c5914e894da7d8a" +dest_md5="e451d35a6d234f429754dc454438c9aa" + diff --git a/.godot/imported/kenney-orange-checkerboard-cc0.png-b451adc6009037708d3774ae5cabc4ed.s3tc.ctex b/.godot/imported/kenney-orange-checkerboard-cc0.png-b451adc6009037708d3774ae5cabc4ed.s3tc.ctex new file mode 100644 index 00000000..ace7a337 Binary files /dev/null and b/.godot/imported/kenney-orange-checkerboard-cc0.png-b451adc6009037708d3774ae5cabc4ed.s3tc.ctex differ diff --git a/.godot/imported/kenney-red-checkerboard-cc0.png-de703f131e4265ef1314045e85661e68.md5 b/.godot/imported/kenney-red-checkerboard-cc0.png-de703f131e4265ef1314045e85661e68.md5 new file mode 100644 index 00000000..de9e496d --- /dev/null +++ b/.godot/imported/kenney-red-checkerboard-cc0.png-de703f131e4265ef1314045e85661e68.md5 @@ -0,0 +1,3 @@ +source_md5="a9f094459fa9d0cabea31256e91cfa3d" +dest_md5="144172cabde31479e494581dd16ceedc" + diff --git a/.godot/imported/kenney-red-checkerboard-cc0.png-de703f131e4265ef1314045e85661e68.s3tc.ctex b/.godot/imported/kenney-red-checkerboard-cc0.png-de703f131e4265ef1314045e85661e68.s3tc.ctex new file mode 100644 index 00000000..c63d9e5f Binary files /dev/null and b/.godot/imported/kenney-red-checkerboard-cc0.png-de703f131e4265ef1314045e85661e68.s3tc.ctex differ diff --git a/.godot/imported/label.svg-06aec152723c3fcf6a4a30c809ff95ca.ctex b/.godot/imported/label.svg-06aec152723c3fcf6a4a30c809ff95ca.ctex new file mode 100644 index 00000000..6c47d591 Binary files /dev/null and b/.godot/imported/label.svg-06aec152723c3fcf6a4a30c809ff95ca.ctex differ diff --git a/.godot/imported/label.svg-06aec152723c3fcf6a4a30c809ff95ca.md5 b/.godot/imported/label.svg-06aec152723c3fcf6a4a30c809ff95ca.md5 new file mode 100644 index 00000000..c0786a79 --- /dev/null +++ b/.godot/imported/label.svg-06aec152723c3fcf6a4a30c809ff95ca.md5 @@ -0,0 +1,3 @@ +source_md5="54dd9a6a11f7f5d5f6e1ec49f376e6e1" +dest_md5="b53f44b81005c799f10178e576c629ae" + diff --git a/.godot/imported/label.svg-1e5369b09915049583eed270d116d4e1.ctex b/.godot/imported/label.svg-1e5369b09915049583eed270d116d4e1.ctex new file mode 100644 index 00000000..742f1699 Binary files /dev/null and b/.godot/imported/label.svg-1e5369b09915049583eed270d116d4e1.ctex differ diff --git a/.godot/imported/label.svg-1e5369b09915049583eed270d116d4e1.md5 b/.godot/imported/label.svg-1e5369b09915049583eed270d116d4e1.md5 new file mode 100644 index 00000000..0686be14 --- /dev/null +++ b/.godot/imported/label.svg-1e5369b09915049583eed270d116d4e1.md5 @@ -0,0 +1,3 @@ +source_md5="557ae577979655a75af0336af89f8d15" +dest_md5="8858fa0752735cfc32fc49bc9e084fc4" + diff --git a/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.ctex b/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.ctex new file mode 100644 index 00000000..e9446843 Binary files /dev/null and b/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.ctex differ diff --git a/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.editor.ctex b/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.editor.ctex new file mode 100644 index 00000000..e9446843 Binary files /dev/null and b/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.editor.ctex differ diff --git a/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.md5 b/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.md5 new file mode 100644 index 00000000..fde19b86 --- /dev/null +++ b/.godot/imported/leave.svg-c936f6e3d601b8c12c23f205a765084e.md5 @@ -0,0 +1,3 @@ +source_md5="3a352c371c1ed0171e9c302c334ec96c" +dest_md5="7a764a1467cc5151deb089deed0ead45" + diff --git a/.godot/imported/leaves.png-158232e083d161143dba94e37a5bcc15.ctex b/.godot/imported/leaves.png-158232e083d161143dba94e37a5bcc15.ctex new file mode 100644 index 00000000..f8ac25b7 Binary files /dev/null and b/.godot/imported/leaves.png-158232e083d161143dba94e37a5bcc15.ctex differ diff --git a/.godot/imported/leaves.png-158232e083d161143dba94e37a5bcc15.md5 b/.godot/imported/leaves.png-158232e083d161143dba94e37a5bcc15.md5 new file mode 100644 index 00000000..23935dc3 --- /dev/null +++ b/.godot/imported/leaves.png-158232e083d161143dba94e37a5bcc15.md5 @@ -0,0 +1,3 @@ +source_md5="8e02149960da5e10600192ce5eb13dcc" +dest_md5="9c5599aee6344be5c0b8e2a5ac87f55e" + diff --git a/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.ctex b/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.ctex new file mode 100644 index 00000000..1fac4523 Binary files /dev/null and b/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.ctex differ diff --git a/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.md5 b/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.md5 new file mode 100644 index 00000000..b99eb68a --- /dev/null +++ b/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.md5 @@ -0,0 +1,3 @@ +source_md5="af411fcf48f75636ca33561fb4a53655" +dest_md5="e9e00ab308dee5e45859e85a96d62ecb" + diff --git a/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.s3tc.ctex b/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.s3tc.ctex new file mode 100644 index 00000000..e272fbc0 Binary files /dev/null and b/.godot/imported/map_brickwall.jpg-769eb620c593a0c2aec11a51d3375aec.s3tc.ctex differ diff --git a/.godot/imported/map_brickwall.jpg-a0eb70b2d82aec79cfaae10dba8eb46c.md5 b/.godot/imported/map_brickwall.jpg-a0eb70b2d82aec79cfaae10dba8eb46c.md5 new file mode 100644 index 00000000..b99eb68a --- /dev/null +++ b/.godot/imported/map_brickwall.jpg-a0eb70b2d82aec79cfaae10dba8eb46c.md5 @@ -0,0 +1,3 @@ +source_md5="af411fcf48f75636ca33561fb4a53655" +dest_md5="e9e00ab308dee5e45859e85a96d62ecb" + diff --git a/.godot/imported/map_brickwall.jpg-a0eb70b2d82aec79cfaae10dba8eb46c.s3tc.ctex b/.godot/imported/map_brickwall.jpg-a0eb70b2d82aec79cfaae10dba8eb46c.s3tc.ctex new file mode 100644 index 00000000..e272fbc0 Binary files /dev/null and b/.godot/imported/map_brickwall.jpg-a0eb70b2d82aec79cfaae10dba8eb46c.s3tc.ctex differ diff --git a/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.ctex b/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.ctex new file mode 100644 index 00000000..28946738 Binary files /dev/null and b/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.ctex differ diff --git a/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.md5 b/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.md5 new file mode 100644 index 00000000..60bff34c --- /dev/null +++ b/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.md5 @@ -0,0 +1,3 @@ +source_md5="fda80a7a1fb096003f11b7974bcab9fb" +dest_md5="98a718c974cbaef7bcda48fd2f1764c9" + diff --git a/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.s3tc.ctex b/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.s3tc.ctex new file mode 100644 index 00000000..545dc296 Binary files /dev/null and b/.godot/imported/map_ceiling.jpg-206aba6e11eacf4f5f6696b3ba8e351a.s3tc.ctex differ diff --git a/.godot/imported/map_ceiling.jpg-5cb9b463472498acebe8dac38d679077.md5 b/.godot/imported/map_ceiling.jpg-5cb9b463472498acebe8dac38d679077.md5 new file mode 100644 index 00000000..60bff34c --- /dev/null +++ b/.godot/imported/map_ceiling.jpg-5cb9b463472498acebe8dac38d679077.md5 @@ -0,0 +1,3 @@ +source_md5="fda80a7a1fb096003f11b7974bcab9fb" +dest_md5="98a718c974cbaef7bcda48fd2f1764c9" + diff --git a/.godot/imported/map_ceiling.jpg-5cb9b463472498acebe8dac38d679077.s3tc.ctex b/.godot/imported/map_ceiling.jpg-5cb9b463472498acebe8dac38d679077.s3tc.ctex new file mode 100644 index 00000000..545dc296 Binary files /dev/null and b/.godot/imported/map_ceiling.jpg-5cb9b463472498acebe8dac38d679077.s3tc.ctex differ diff --git a/.godot/imported/map_pockroof.jpg-461dec1fee4b0e3d27b222f237f7eec6.md5 b/.godot/imported/map_pockroof.jpg-461dec1fee4b0e3d27b222f237f7eec6.md5 new file mode 100644 index 00000000..54c02165 --- /dev/null +++ b/.godot/imported/map_pockroof.jpg-461dec1fee4b0e3d27b222f237f7eec6.md5 @@ -0,0 +1,3 @@ +source_md5="36a63c88dac6a5fa898efb748d7bd496" +dest_md5="903d2abac80301bdb0eebb64839644f3" + diff --git a/.godot/imported/map_pockroof.jpg-461dec1fee4b0e3d27b222f237f7eec6.s3tc.ctex b/.godot/imported/map_pockroof.jpg-461dec1fee4b0e3d27b222f237f7eec6.s3tc.ctex new file mode 100644 index 00000000..9d1d6020 Binary files /dev/null and b/.godot/imported/map_pockroof.jpg-461dec1fee4b0e3d27b222f237f7eec6.s3tc.ctex differ diff --git a/.godot/imported/marble_0008_color_1k.jpg-58eccbce2e2ccbf5657918d713f78d07.ctex b/.godot/imported/marble_0008_color_1k.jpg-58eccbce2e2ccbf5657918d713f78d07.ctex new file mode 100644 index 00000000..b6010926 Binary files /dev/null and b/.godot/imported/marble_0008_color_1k.jpg-58eccbce2e2ccbf5657918d713f78d07.ctex differ diff --git a/.godot/imported/marble_0008_color_1k.jpg-58eccbce2e2ccbf5657918d713f78d07.md5 b/.godot/imported/marble_0008_color_1k.jpg-58eccbce2e2ccbf5657918d713f78d07.md5 new file mode 100644 index 00000000..a65f82c6 --- /dev/null +++ b/.godot/imported/marble_0008_color_1k.jpg-58eccbce2e2ccbf5657918d713f78d07.md5 @@ -0,0 +1,3 @@ +source_md5="e82ca98d5329a16a1418e5cb184e8c10" +dest_md5="44ecf576458d052df3397a06c2c27298" + diff --git a/.godot/imported/marble_0008_color_1k.jpg-ffa6a97a0171b20c4ff26de8c5033d97.ctex b/.godot/imported/marble_0008_color_1k.jpg-ffa6a97a0171b20c4ff26de8c5033d97.ctex new file mode 100644 index 00000000..b6010926 Binary files /dev/null and b/.godot/imported/marble_0008_color_1k.jpg-ffa6a97a0171b20c4ff26de8c5033d97.ctex differ diff --git a/.godot/imported/marble_0008_color_1k.jpg-ffa6a97a0171b20c4ff26de8c5033d97.md5 b/.godot/imported/marble_0008_color_1k.jpg-ffa6a97a0171b20c4ff26de8c5033d97.md5 new file mode 100644 index 00000000..a65f82c6 --- /dev/null +++ b/.godot/imported/marble_0008_color_1k.jpg-ffa6a97a0171b20c4ff26de8c5033d97.md5 @@ -0,0 +1,3 @@ +source_md5="e82ca98d5329a16a1418e5cb184e8c10" +dest_md5="44ecf576458d052df3397a06c2c27298" + diff --git a/.godot/imported/marble_0009_color_1k.jpg-acbd9f805c25185c8be8e262206daca8.ctex b/.godot/imported/marble_0009_color_1k.jpg-acbd9f805c25185c8be8e262206daca8.ctex new file mode 100644 index 00000000..6f4c8e5d Binary files /dev/null and b/.godot/imported/marble_0009_color_1k.jpg-acbd9f805c25185c8be8e262206daca8.ctex differ diff --git a/.godot/imported/marble_0009_color_1k.jpg-acbd9f805c25185c8be8e262206daca8.md5 b/.godot/imported/marble_0009_color_1k.jpg-acbd9f805c25185c8be8e262206daca8.md5 new file mode 100644 index 00000000..8b334e5f --- /dev/null +++ b/.godot/imported/marble_0009_color_1k.jpg-acbd9f805c25185c8be8e262206daca8.md5 @@ -0,0 +1,3 @@ +source_md5="637abd60a1b0f01966202fb93d6023b5" +dest_md5="99439269ac8d7ee3154199999eb5a30f" + diff --git a/.godot/imported/marble_0009_color_1k.jpg-d5f6042a7495ac1a5cad40cca031aa66.ctex b/.godot/imported/marble_0009_color_1k.jpg-d5f6042a7495ac1a5cad40cca031aa66.ctex new file mode 100644 index 00000000..6f4c8e5d Binary files /dev/null and b/.godot/imported/marble_0009_color_1k.jpg-d5f6042a7495ac1a5cad40cca031aa66.ctex differ diff --git a/.godot/imported/marble_0009_color_1k.jpg-d5f6042a7495ac1a5cad40cca031aa66.md5 b/.godot/imported/marble_0009_color_1k.jpg-d5f6042a7495ac1a5cad40cca031aa66.md5 new file mode 100644 index 00000000..8b334e5f --- /dev/null +++ b/.godot/imported/marble_0009_color_1k.jpg-d5f6042a7495ac1a5cad40cca031aa66.md5 @@ -0,0 +1,3 @@ +source_md5="637abd60a1b0f01966202fb93d6023b5" +dest_md5="99439269ac8d7ee3154199999eb5a30f" + diff --git a/.godot/imported/marble_0017_color_1k.jpg-0087c7ccfb04a0892e7c09426944435f.ctex b/.godot/imported/marble_0017_color_1k.jpg-0087c7ccfb04a0892e7c09426944435f.ctex new file mode 100644 index 00000000..524f5b00 Binary files /dev/null and b/.godot/imported/marble_0017_color_1k.jpg-0087c7ccfb04a0892e7c09426944435f.ctex differ diff --git a/.godot/imported/marble_0017_color_1k.jpg-0087c7ccfb04a0892e7c09426944435f.md5 b/.godot/imported/marble_0017_color_1k.jpg-0087c7ccfb04a0892e7c09426944435f.md5 new file mode 100644 index 00000000..7a952974 --- /dev/null +++ b/.godot/imported/marble_0017_color_1k.jpg-0087c7ccfb04a0892e7c09426944435f.md5 @@ -0,0 +1,3 @@ +source_md5="e8df86fc2ae348237dfcce8c9eeff5c1" +dest_md5="c2c78e8db6c4ed20fde249c65a051846" + diff --git a/.godot/imported/marble_0017_color_1k.jpg-e97e917050c6263014fa091fabedeaff.ctex b/.godot/imported/marble_0017_color_1k.jpg-e97e917050c6263014fa091fabedeaff.ctex new file mode 100644 index 00000000..524f5b00 Binary files /dev/null and b/.godot/imported/marble_0017_color_1k.jpg-e97e917050c6263014fa091fabedeaff.ctex differ diff --git a/.godot/imported/marble_0017_color_1k.jpg-e97e917050c6263014fa091fabedeaff.md5 b/.godot/imported/marble_0017_color_1k.jpg-e97e917050c6263014fa091fabedeaff.md5 new file mode 100644 index 00000000..7a952974 --- /dev/null +++ b/.godot/imported/marble_0017_color_1k.jpg-e97e917050c6263014fa091fabedeaff.md5 @@ -0,0 +1,3 @@ +source_md5="e8df86fc2ae348237dfcce8c9eeff5c1" +dest_md5="c2c78e8db6c4ed20fde249c65a051846" + diff --git a/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.ctex b/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.ctex new file mode 100644 index 00000000..ecf56851 Binary files /dev/null and b/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.ctex differ diff --git a/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.md5 b/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.md5 new file mode 100644 index 00000000..dfaf7cc5 --- /dev/null +++ b/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.md5 @@ -0,0 +1,3 @@ +source_md5="a1757b8d777c30b2fe4b2d274d9aff87" +dest_md5="460ecd4de252e2a9cbe657cd222670d9" + diff --git a/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.s3tc.ctex b/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.s3tc.ctex new file mode 100644 index 00000000..d6954c21 Binary files /dev/null and b/.godot/imported/material_0_albedo.png-5a7fcb21970f1593e419e3d2ab373637.s3tc.ctex differ diff --git a/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.ctex b/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.ctex new file mode 100644 index 00000000..18acf75b Binary files /dev/null and b/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.ctex differ diff --git a/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.md5 b/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.md5 new file mode 100644 index 00000000..03cd8d19 --- /dev/null +++ b/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.md5 @@ -0,0 +1,3 @@ +source_md5="3b34b21831ace0476b06ba8da5b9cb9f" +dest_md5="0b64bc193bac83a667a00cae466d5a9e" + diff --git a/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.s3tc.ctex b/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.s3tc.ctex new file mode 100644 index 00000000..9f35d0e3 Binary files /dev/null and b/.godot/imported/material_1_albedo.png-6ccd7cc5bd5f602d8fc9922dd970d9f7.s3tc.ctex differ diff --git a/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.ctex b/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.ctex new file mode 100644 index 00000000..18acf75b Binary files /dev/null and b/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.ctex differ diff --git a/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.md5 b/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.md5 new file mode 100644 index 00000000..03cd8d19 --- /dev/null +++ b/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.md5 @@ -0,0 +1,3 @@ +source_md5="3b34b21831ace0476b06ba8da5b9cb9f" +dest_md5="0b64bc193bac83a667a00cae466d5a9e" + diff --git a/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.s3tc.ctex b/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.s3tc.ctex new file mode 100644 index 00000000..9f35d0e3 Binary files /dev/null and b/.godot/imported/material_2_albedo.png-05beedd96064d6a55ea054ff85f4c6ab.s3tc.ctex differ diff --git a/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.ctex b/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.ctex new file mode 100644 index 00000000..411e71ca Binary files /dev/null and b/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.ctex differ diff --git a/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.md5 b/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.md5 new file mode 100644 index 00000000..2d23755c --- /dev/null +++ b/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.md5 @@ -0,0 +1,3 @@ +source_md5="ab439121cee15f842c7c3dfa8eddda92" +dest_md5="5f746697eab3c4cdc8e4becee5b95e40" + diff --git a/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.s3tc.ctex b/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.s3tc.ctex new file mode 100644 index 00000000..fd38177b Binary files /dev/null and b/.godot/imported/material_3_albedo.png-d295e5889be7de2a67c35ff1e5e68b28.s3tc.ctex differ diff --git a/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.ctex b/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.ctex new file mode 100644 index 00000000..da69a1c5 Binary files /dev/null and b/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.ctex differ diff --git a/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.md5 b/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.md5 new file mode 100644 index 00000000..5f73b60d --- /dev/null +++ b/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.md5 @@ -0,0 +1,3 @@ +source_md5="130bcf70a60203d939e8ec5dde312d7d" +dest_md5="d4bca9824c1d102f5b1799caefe318a5" + diff --git a/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.s3tc.ctex b/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.s3tc.ctex new file mode 100644 index 00000000..0c6809a9 Binary files /dev/null and b/.godot/imported/material_9_albedo.png-08f81ba5caa2bfd3bbfd7839d92721c4.s3tc.ctex differ diff --git a/.godot/imported/metal_0004_color_1k.jpg-8f829599b925eacf06774376c3414af1.ctex b/.godot/imported/metal_0004_color_1k.jpg-8f829599b925eacf06774376c3414af1.ctex new file mode 100644 index 00000000..da8a3881 Binary files /dev/null and b/.godot/imported/metal_0004_color_1k.jpg-8f829599b925eacf06774376c3414af1.ctex differ diff --git a/.godot/imported/metal_0004_color_1k.jpg-8f829599b925eacf06774376c3414af1.md5 b/.godot/imported/metal_0004_color_1k.jpg-8f829599b925eacf06774376c3414af1.md5 new file mode 100644 index 00000000..5faa67ea --- /dev/null +++ b/.godot/imported/metal_0004_color_1k.jpg-8f829599b925eacf06774376c3414af1.md5 @@ -0,0 +1,3 @@ +source_md5="ff1d0df3fcd10b9b89aac622dd2114bb" +dest_md5="04b435180f4e9b9643d94858c9cf86fe" + diff --git a/.godot/imported/metal_0004_color_1k.jpg-90079254d4cd390325218195ad198910.ctex b/.godot/imported/metal_0004_color_1k.jpg-90079254d4cd390325218195ad198910.ctex new file mode 100644 index 00000000..da8a3881 Binary files /dev/null and b/.godot/imported/metal_0004_color_1k.jpg-90079254d4cd390325218195ad198910.ctex differ diff --git a/.godot/imported/metal_0004_color_1k.jpg-90079254d4cd390325218195ad198910.md5 b/.godot/imported/metal_0004_color_1k.jpg-90079254d4cd390325218195ad198910.md5 new file mode 100644 index 00000000..5faa67ea --- /dev/null +++ b/.godot/imported/metal_0004_color_1k.jpg-90079254d4cd390325218195ad198910.md5 @@ -0,0 +1,3 @@ +source_md5="ff1d0df3fcd10b9b89aac622dd2114bb" +dest_md5="04b435180f4e9b9643d94858c9cf86fe" + diff --git a/.godot/imported/metal_0029_color_1k.jpg-012adf1fa1a9eff72740f0dcfebc8d64.ctex b/.godot/imported/metal_0029_color_1k.jpg-012adf1fa1a9eff72740f0dcfebc8d64.ctex new file mode 100644 index 00000000..67f942f8 Binary files /dev/null and b/.godot/imported/metal_0029_color_1k.jpg-012adf1fa1a9eff72740f0dcfebc8d64.ctex differ diff --git a/.godot/imported/metal_0029_color_1k.jpg-012adf1fa1a9eff72740f0dcfebc8d64.md5 b/.godot/imported/metal_0029_color_1k.jpg-012adf1fa1a9eff72740f0dcfebc8d64.md5 new file mode 100644 index 00000000..45c71f5f --- /dev/null +++ b/.godot/imported/metal_0029_color_1k.jpg-012adf1fa1a9eff72740f0dcfebc8d64.md5 @@ -0,0 +1,3 @@ +source_md5="491e0e1fe48d7cc9c32bd675264c03ad" +dest_md5="66c800cb26618ebeeac0cb4becc82cef" + diff --git a/.godot/imported/metal_0029_color_1k.jpg-4262b487fc42e673fd7a120278f89585.ctex b/.godot/imported/metal_0029_color_1k.jpg-4262b487fc42e673fd7a120278f89585.ctex new file mode 100644 index 00000000..67f942f8 Binary files /dev/null and b/.godot/imported/metal_0029_color_1k.jpg-4262b487fc42e673fd7a120278f89585.ctex differ diff --git a/.godot/imported/metal_0029_color_1k.jpg-4262b487fc42e673fd7a120278f89585.md5 b/.godot/imported/metal_0029_color_1k.jpg-4262b487fc42e673fd7a120278f89585.md5 new file mode 100644 index 00000000..45c71f5f --- /dev/null +++ b/.godot/imported/metal_0029_color_1k.jpg-4262b487fc42e673fd7a120278f89585.md5 @@ -0,0 +1,3 @@ +source_md5="491e0e1fe48d7cc9c32bd675264c03ad" +dest_md5="66c800cb26618ebeeac0cb4becc82cef" + diff --git a/.godot/imported/metal_0059_color_1k.jpg-69e8f84925090fc9fba2b71335e85de5.ctex b/.godot/imported/metal_0059_color_1k.jpg-69e8f84925090fc9fba2b71335e85de5.ctex new file mode 100644 index 00000000..d918ed02 Binary files /dev/null and b/.godot/imported/metal_0059_color_1k.jpg-69e8f84925090fc9fba2b71335e85de5.ctex differ diff --git a/.godot/imported/metal_0059_color_1k.jpg-69e8f84925090fc9fba2b71335e85de5.md5 b/.godot/imported/metal_0059_color_1k.jpg-69e8f84925090fc9fba2b71335e85de5.md5 new file mode 100644 index 00000000..46165bff --- /dev/null +++ b/.godot/imported/metal_0059_color_1k.jpg-69e8f84925090fc9fba2b71335e85de5.md5 @@ -0,0 +1,3 @@ +source_md5="b3c4911acc16cb2ad5c855208bf90b26" +dest_md5="8ff3863ac5529b6bb2944fd8fda1cfa5" + diff --git a/.godot/imported/metal_0059_color_1k.jpg-d6389e101cbb19f40dfccda29d99234a.ctex b/.godot/imported/metal_0059_color_1k.jpg-d6389e101cbb19f40dfccda29d99234a.ctex new file mode 100644 index 00000000..d918ed02 Binary files /dev/null and b/.godot/imported/metal_0059_color_1k.jpg-d6389e101cbb19f40dfccda29d99234a.ctex differ diff --git a/.godot/imported/metal_0059_color_1k.jpg-d6389e101cbb19f40dfccda29d99234a.md5 b/.godot/imported/metal_0059_color_1k.jpg-d6389e101cbb19f40dfccda29d99234a.md5 new file mode 100644 index 00000000..46165bff --- /dev/null +++ b/.godot/imported/metal_0059_color_1k.jpg-d6389e101cbb19f40dfccda29d99234a.md5 @@ -0,0 +1,3 @@ +source_md5="b3c4911acc16cb2ad5c855208bf90b26" +dest_md5="8ff3863ac5529b6bb2944fd8fda1cfa5" + diff --git a/.godot/imported/metal_0065_color_1k.jpg-1cbc741f654edfbdeb3f36b16ad4c523.ctex b/.godot/imported/metal_0065_color_1k.jpg-1cbc741f654edfbdeb3f36b16ad4c523.ctex new file mode 100644 index 00000000..16fa118e Binary files /dev/null and b/.godot/imported/metal_0065_color_1k.jpg-1cbc741f654edfbdeb3f36b16ad4c523.ctex differ diff --git a/.godot/imported/metal_0065_color_1k.jpg-1cbc741f654edfbdeb3f36b16ad4c523.md5 b/.godot/imported/metal_0065_color_1k.jpg-1cbc741f654edfbdeb3f36b16ad4c523.md5 new file mode 100644 index 00000000..40661250 --- /dev/null +++ b/.godot/imported/metal_0065_color_1k.jpg-1cbc741f654edfbdeb3f36b16ad4c523.md5 @@ -0,0 +1,3 @@ +source_md5="9c058d6b2f60569b2650fc531ba0fc1f" +dest_md5="2ee4a99d77bd09a309cd72ea6f7113f5" + diff --git a/.godot/imported/metal_0065_color_1k.jpg-63bef07694920c80b2fd77399278954e.ctex b/.godot/imported/metal_0065_color_1k.jpg-63bef07694920c80b2fd77399278954e.ctex new file mode 100644 index 00000000..16fa118e Binary files /dev/null and b/.godot/imported/metal_0065_color_1k.jpg-63bef07694920c80b2fd77399278954e.ctex differ diff --git a/.godot/imported/metal_0065_color_1k.jpg-63bef07694920c80b2fd77399278954e.md5 b/.godot/imported/metal_0065_color_1k.jpg-63bef07694920c80b2fd77399278954e.md5 new file mode 100644 index 00000000..40661250 --- /dev/null +++ b/.godot/imported/metal_0065_color_1k.jpg-63bef07694920c80b2fd77399278954e.md5 @@ -0,0 +1,3 @@ +source_md5="9c058d6b2f60569b2650fc531ba0fc1f" +dest_md5="2ee4a99d77bd09a309cd72ea6f7113f5" + diff --git a/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.ctex b/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.ctex new file mode 100644 index 00000000..607935ca Binary files /dev/null and b/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.ctex differ diff --git a/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.editor.ctex b/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.editor.ctex new file mode 100644 index 00000000..607935ca Binary files /dev/null and b/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.editor.ctex differ diff --git a/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.md5 b/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.md5 new file mode 100644 index 00000000..680526e0 --- /dev/null +++ b/.godot/imported/minus.svg-29f22d1aa24635bae2c03057c07be8bc.md5 @@ -0,0 +1,3 @@ +source_md5="159200581cadb87c2ff36de86e08b82c" +dest_md5="67f970c0d966c9b87a7d4aa6f33ddc70" + diff --git a/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.ctex b/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.ctex new file mode 100644 index 00000000..b85fc0c9 Binary files /dev/null and b/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.ctex differ diff --git a/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.editor.ctex b/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.editor.ctex new file mode 100644 index 00000000..b85fc0c9 Binary files /dev/null and b/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.editor.ctex differ diff --git a/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.md5 b/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.md5 new file mode 100644 index 00000000..d6a45407 --- /dev/null +++ b/.godot/imported/multiply.svg-0e9db99aafb66d43ee14adcca26c5b47.md5 @@ -0,0 +1,3 @@ +source_md5="d192a6d0a2e87426fd647f1802965346" +dest_md5="e43163e8e907c6cd816e101f6b528c73" + diff --git a/.godot/imported/neutral.png-b67f36561d5798f6bdf0e487c71053f7.ctex b/.godot/imported/neutral.png-b67f36561d5798f6bdf0e487c71053f7.ctex new file mode 100644 index 00000000..7fef5b97 Binary files /dev/null and b/.godot/imported/neutral.png-b67f36561d5798f6bdf0e487c71053f7.ctex differ diff --git a/.godot/imported/neutral.png-b67f36561d5798f6bdf0e487c71053f7.md5 b/.godot/imported/neutral.png-b67f36561d5798f6bdf0e487c71053f7.md5 new file mode 100644 index 00000000..35df513d --- /dev/null +++ b/.godot/imported/neutral.png-b67f36561d5798f6bdf0e487c71053f7.md5 @@ -0,0 +1,3 @@ +source_md5="2d7943141f0b574c876963379366c42e" +dest_md5="259ec50c4e2e136c91734f0cebddd86a" + diff --git a/.godot/imported/next-indicator-dialogic-1.png-694f122eff55e969b54cc43e62eb4758.ctex b/.godot/imported/next-indicator-dialogic-1.png-694f122eff55e969b54cc43e62eb4758.ctex new file mode 100644 index 00000000..c861bba6 Binary files /dev/null and b/.godot/imported/next-indicator-dialogic-1.png-694f122eff55e969b54cc43e62eb4758.ctex differ diff --git a/.godot/imported/next-indicator-dialogic-1.png-694f122eff55e969b54cc43e62eb4758.md5 b/.godot/imported/next-indicator-dialogic-1.png-694f122eff55e969b54cc43e62eb4758.md5 new file mode 100644 index 00000000..9c50c4fc --- /dev/null +++ b/.godot/imported/next-indicator-dialogic-1.png-694f122eff55e969b54cc43e62eb4758.md5 @@ -0,0 +1,3 @@ +source_md5="694e7b86bccb523721a52f7de9d5b0be" +dest_md5="e28934252ec0410de273730b12516331" + diff --git a/.godot/imported/next-indicator.png-e3b7b80d9da791a1d0a061a728b6f781.ctex b/.godot/imported/next-indicator.png-e3b7b80d9da791a1d0a061a728b6f781.ctex new file mode 100644 index 00000000..90eb75af Binary files /dev/null and b/.godot/imported/next-indicator.png-e3b7b80d9da791a1d0a061a728b6f781.ctex differ diff --git a/.godot/imported/next-indicator.png-e3b7b80d9da791a1d0a061a728b6f781.md5 b/.godot/imported/next-indicator.png-e3b7b80d9da791a1d0a061a728b6f781.md5 new file mode 100644 index 00000000..e349ed03 --- /dev/null +++ b/.godot/imported/next-indicator.png-e3b7b80d9da791a1d0a061a728b6f781.md5 @@ -0,0 +1,3 @@ +source_md5="b711376f5d8d1bc7a93559a8fabde3d5" +dest_md5="b30b59c341bb330de06489a8653c4007" + diff --git a/.godot/imported/next.svg-689f85597f487815b8ddefa23d22bf6f.ctex b/.godot/imported/next.svg-689f85597f487815b8ddefa23d22bf6f.ctex new file mode 100644 index 00000000..7b50c702 Binary files /dev/null and b/.godot/imported/next.svg-689f85597f487815b8ddefa23d22bf6f.ctex differ diff --git a/.godot/imported/next.svg-689f85597f487815b8ddefa23d22bf6f.md5 b/.godot/imported/next.svg-689f85597f487815b8ddefa23d22bf6f.md5 new file mode 100644 index 00000000..7985f3b8 --- /dev/null +++ b/.godot/imported/next.svg-689f85597f487815b8ddefa23d22bf6f.md5 @@ -0,0 +1,3 @@ +source_md5="b2dbd84c134cb4e4256438a0d44d6067" +dest_md5="d5500e58a3443397744eadd7ea4acd6b" + diff --git a/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.ctex b/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.ctex new file mode 100644 index 00000000..717d924d Binary files /dev/null and b/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.ctex differ diff --git a/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.editor.ctex b/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.editor.ctex new file mode 100644 index 00000000..717d924d Binary files /dev/null and b/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.editor.ctex differ diff --git a/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.md5 b/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.md5 new file mode 100644 index 00000000..8a94b517 --- /dev/null +++ b/.godot/imported/node_next_indicator_icon.svg-06167a3b3e290941c1c34386ebd60af8.md5 @@ -0,0 +1,3 @@ +source_md5="66f0fc3f883eb2261e0dfdcac691ca8f" +dest_md5="98c5bb6da7e540160916998dbfb5dc7a" + diff --git a/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.ctex b/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.ctex new file mode 100644 index 00000000..54adb360 Binary files /dev/null and b/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.ctex differ diff --git a/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.editor.ctex b/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.editor.ctex new file mode 100644 index 00000000..54adb360 Binary files /dev/null and b/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.editor.ctex differ diff --git a/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.md5 b/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.md5 new file mode 100644 index 00000000..c8c71930 --- /dev/null +++ b/.godot/imported/open-icon.svg-1a2ae6d0121a79b624c0fb87cc9ceea2.md5 @@ -0,0 +1,3 @@ +source_md5="17bf297f42b6eab3850fd64448597a12" +dest_md5="c1888eaba5c547d3b14d62e1cfdb790a" + diff --git a/.godot/imported/open-icon.svg-425ea3b137355c35fcecd5dde0b0ca7b.ctex b/.godot/imported/open-icon.svg-425ea3b137355c35fcecd5dde0b0ca7b.ctex new file mode 100644 index 00000000..54adb360 Binary files /dev/null and b/.godot/imported/open-icon.svg-425ea3b137355c35fcecd5dde0b0ca7b.ctex differ diff --git a/.godot/imported/open-icon.svg-425ea3b137355c35fcecd5dde0b0ca7b.md5 b/.godot/imported/open-icon.svg-425ea3b137355c35fcecd5dde0b0ca7b.md5 new file mode 100644 index 00000000..c8c71930 --- /dev/null +++ b/.godot/imported/open-icon.svg-425ea3b137355c35fcecd5dde0b0ca7b.md5 @@ -0,0 +1,3 @@ +source_md5="17bf297f42b6eab3850fd64448597a12" +dest_md5="c1888eaba5c547d3b14d62e1cfdb790a" + diff --git a/.godot/imported/others_0020_color_1k.jpg-97b8044fdd674dcae730cb9bfc8fbca4.md5 b/.godot/imported/others_0020_color_1k.jpg-97b8044fdd674dcae730cb9bfc8fbca4.md5 new file mode 100644 index 00000000..35501e6d --- /dev/null +++ b/.godot/imported/others_0020_color_1k.jpg-97b8044fdd674dcae730cb9bfc8fbca4.md5 @@ -0,0 +1,3 @@ +source_md5="ba45219ebb70d8f2b3b4151fe3d8d020" +dest_md5="499f33e778b3169fa6194584f2c9e477" + diff --git a/.godot/imported/others_0020_color_1k.jpg-97b8044fdd674dcae730cb9bfc8fbca4.s3tc.ctex b/.godot/imported/others_0020_color_1k.jpg-97b8044fdd674dcae730cb9bfc8fbca4.s3tc.ctex new file mode 100644 index 00000000..951ad617 Binary files /dev/null and b/.godot/imported/others_0020_color_1k.jpg-97b8044fdd674dcae730cb9bfc8fbca4.s3tc.ctex differ diff --git a/.godot/imported/others_0020_color_1k.jpg-ef37b5d2de0d9cfcc53341330b48010b.md5 b/.godot/imported/others_0020_color_1k.jpg-ef37b5d2de0d9cfcc53341330b48010b.md5 new file mode 100644 index 00000000..35501e6d --- /dev/null +++ b/.godot/imported/others_0020_color_1k.jpg-ef37b5d2de0d9cfcc53341330b48010b.md5 @@ -0,0 +1,3 @@ +source_md5="ba45219ebb70d8f2b3b4151fe3d8d020" +dest_md5="499f33e778b3169fa6194584f2c9e477" + diff --git a/.godot/imported/others_0020_color_1k.jpg-ef37b5d2de0d9cfcc53341330b48010b.s3tc.ctex b/.godot/imported/others_0020_color_1k.jpg-ef37b5d2de0d9cfcc53341330b48010b.s3tc.ctex new file mode 100644 index 00000000..951ad617 Binary files /dev/null and b/.godot/imported/others_0020_color_1k.jpg-ef37b5d2de0d9cfcc53341330b48010b.s3tc.ctex differ diff --git a/.godot/imported/pl3 avoid.png-f8f5fd2a91f270ef9417e3b4bda0f35d.ctex b/.godot/imported/pl3 avoid.png-f8f5fd2a91f270ef9417e3b4bda0f35d.ctex new file mode 100644 index 00000000..e4a1f550 Binary files /dev/null and b/.godot/imported/pl3 avoid.png-f8f5fd2a91f270ef9417e3b4bda0f35d.ctex differ diff --git a/.godot/imported/pl3 avoid.png-f8f5fd2a91f270ef9417e3b4bda0f35d.md5 b/.godot/imported/pl3 avoid.png-f8f5fd2a91f270ef9417e3b4bda0f35d.md5 new file mode 100644 index 00000000..572bb377 --- /dev/null +++ b/.godot/imported/pl3 avoid.png-f8f5fd2a91f270ef9417e3b4bda0f35d.md5 @@ -0,0 +1,3 @@ +source_md5="99c08d84b27c0e23746a882f9f84b64e" +dest_md5="93a87c2b2ea059d014e67bc8e346db17" + diff --git a/.godot/imported/pl3 blink.png-bc002e72d459c371c5ebb5d3d237500e.ctex b/.godot/imported/pl3 blink.png-bc002e72d459c371c5ebb5d3d237500e.ctex new file mode 100644 index 00000000..53183562 Binary files /dev/null and b/.godot/imported/pl3 blink.png-bc002e72d459c371c5ebb5d3d237500e.ctex differ diff --git a/.godot/imported/pl3 blink.png-bc002e72d459c371c5ebb5d3d237500e.md5 b/.godot/imported/pl3 blink.png-bc002e72d459c371c5ebb5d3d237500e.md5 new file mode 100644 index 00000000..347bdc7e --- /dev/null +++ b/.godot/imported/pl3 blink.png-bc002e72d459c371c5ebb5d3d237500e.md5 @@ -0,0 +1,3 @@ +source_md5="7e8d4bddfda6988de87a5a8af9278c0c" +dest_md5="e41dec4bb11a1a8ccbfec93d710fcac4" + diff --git a/.godot/imported/pl3 concept.png-baa2419b24f73cd7e47554567e865964.ctex b/.godot/imported/pl3 concept.png-baa2419b24f73cd7e47554567e865964.ctex new file mode 100644 index 00000000..ffe2dcf5 Binary files /dev/null and b/.godot/imported/pl3 concept.png-baa2419b24f73cd7e47554567e865964.ctex differ diff --git a/.godot/imported/pl3 concept.png-baa2419b24f73cd7e47554567e865964.md5 b/.godot/imported/pl3 concept.png-baa2419b24f73cd7e47554567e865964.md5 new file mode 100644 index 00000000..649395e2 --- /dev/null +++ b/.godot/imported/pl3 concept.png-baa2419b24f73cd7e47554567e865964.md5 @@ -0,0 +1,3 @@ +source_md5="4e01cba3bf6c7fcb9371d2f6137f2cb0" +dest_md5="4bf6c53d04577fcc9397fa47223fecea" + diff --git a/.godot/imported/pl3 confusion.png-447505e4db69107e418a56eb99214d80.ctex b/.godot/imported/pl3 confusion.png-447505e4db69107e418a56eb99214d80.ctex new file mode 100644 index 00000000..0de95aec Binary files /dev/null and b/.godot/imported/pl3 confusion.png-447505e4db69107e418a56eb99214d80.ctex differ diff --git a/.godot/imported/pl3 confusion.png-447505e4db69107e418a56eb99214d80.md5 b/.godot/imported/pl3 confusion.png-447505e4db69107e418a56eb99214d80.md5 new file mode 100644 index 00000000..9562e8a5 --- /dev/null +++ b/.godot/imported/pl3 confusion.png-447505e4db69107e418a56eb99214d80.md5 @@ -0,0 +1,3 @@ +source_md5="ccf8cab895df94f6efbd41ac2aeb44f3" +dest_md5="8fcf648751e8ad1f61f3ab09ea9788ff" + diff --git a/.godot/imported/pl3 doubt.png-ad639761c380e37b578d46414772df73.ctex b/.godot/imported/pl3 doubt.png-ad639761c380e37b578d46414772df73.ctex new file mode 100644 index 00000000..d2f0312f Binary files /dev/null and b/.godot/imported/pl3 doubt.png-ad639761c380e37b578d46414772df73.ctex differ diff --git a/.godot/imported/pl3 doubt.png-ad639761c380e37b578d46414772df73.md5 b/.godot/imported/pl3 doubt.png-ad639761c380e37b578d46414772df73.md5 new file mode 100644 index 00000000..79042f6f --- /dev/null +++ b/.godot/imported/pl3 doubt.png-ad639761c380e37b578d46414772df73.md5 @@ -0,0 +1,3 @@ +source_md5="b2e1c2bf864f98356e6a96fc5cfd3162" +dest_md5="42dc95b0689305fc1942fdc38db201c9" + diff --git a/.godot/imported/pl3 happy.png-7a49313244ae7097b2150a258b29afbc.ctex b/.godot/imported/pl3 happy.png-7a49313244ae7097b2150a258b29afbc.ctex new file mode 100644 index 00000000..c366549e Binary files /dev/null and b/.godot/imported/pl3 happy.png-7a49313244ae7097b2150a258b29afbc.ctex differ diff --git a/.godot/imported/pl3 happy.png-7a49313244ae7097b2150a258b29afbc.md5 b/.godot/imported/pl3 happy.png-7a49313244ae7097b2150a258b29afbc.md5 new file mode 100644 index 00000000..f8ada69e --- /dev/null +++ b/.godot/imported/pl3 happy.png-7a49313244ae7097b2150a258b29afbc.md5 @@ -0,0 +1,3 @@ +source_md5="e21c59f9782337f095426067718e4eda" +dest_md5="48faaae7382fb3598c93eade0f941ea9" + diff --git a/.godot/imported/pl3 plot.png-92e4eb96f6aac50f2afc301dcb1954fb.ctex b/.godot/imported/pl3 plot.png-92e4eb96f6aac50f2afc301dcb1954fb.ctex new file mode 100644 index 00000000..3634f6ce Binary files /dev/null and b/.godot/imported/pl3 plot.png-92e4eb96f6aac50f2afc301dcb1954fb.ctex differ diff --git a/.godot/imported/pl3 plot.png-92e4eb96f6aac50f2afc301dcb1954fb.md5 b/.godot/imported/pl3 plot.png-92e4eb96f6aac50f2afc301dcb1954fb.md5 new file mode 100644 index 00000000..a3495543 --- /dev/null +++ b/.godot/imported/pl3 plot.png-92e4eb96f6aac50f2afc301dcb1954fb.md5 @@ -0,0 +1,3 @@ +source_md5="874a06aa47db4dab8dd8ffa8b67e8b9d" +dest_md5="6589ec911a7256452d347e13527a4824" + diff --git a/.godot/imported/pl3 sad.png-4ce7b7a2f701590bc444115bab6e0c4e.ctex b/.godot/imported/pl3 sad.png-4ce7b7a2f701590bc444115bab6e0c4e.ctex new file mode 100644 index 00000000..9c7c8a6e Binary files /dev/null and b/.godot/imported/pl3 sad.png-4ce7b7a2f701590bc444115bab6e0c4e.ctex differ diff --git a/.godot/imported/pl3 sad.png-4ce7b7a2f701590bc444115bab6e0c4e.md5 b/.godot/imported/pl3 sad.png-4ce7b7a2f701590bc444115bab6e0c4e.md5 new file mode 100644 index 00000000..e1cdf101 --- /dev/null +++ b/.godot/imported/pl3 sad.png-4ce7b7a2f701590bc444115bab6e0c4e.md5 @@ -0,0 +1,3 @@ +source_md5="1e62bbabfab13d99bd8302d570f89611" +dest_md5="1327f9f4341b875dbb03a5cb30fcf33e" + diff --git a/.godot/imported/pl3 shy.png-7dc343f1ee98343c9fe2c9cf93a8d574.ctex b/.godot/imported/pl3 shy.png-7dc343f1ee98343c9fe2c9cf93a8d574.ctex new file mode 100644 index 00000000..2644f7a3 Binary files /dev/null and b/.godot/imported/pl3 shy.png-7dc343f1ee98343c9fe2c9cf93a8d574.ctex differ diff --git a/.godot/imported/pl3 shy.png-7dc343f1ee98343c9fe2c9cf93a8d574.md5 b/.godot/imported/pl3 shy.png-7dc343f1ee98343c9fe2c9cf93a8d574.md5 new file mode 100644 index 00000000..08501f51 --- /dev/null +++ b/.godot/imported/pl3 shy.png-7dc343f1ee98343c9fe2c9cf93a8d574.md5 @@ -0,0 +1,3 @@ +source_md5="cb7d267568c3a62709f5dd670191b8f0" +dest_md5="58c9cc3e27fe2cc657adf3b17223cfda" + diff --git a/.godot/imported/pl3 surprise.png-92cfd8f7846a35eec2d62e62d532d7e6.ctex b/.godot/imported/pl3 surprise.png-92cfd8f7846a35eec2d62e62d532d7e6.ctex new file mode 100644 index 00000000..a41d966a Binary files /dev/null and b/.godot/imported/pl3 surprise.png-92cfd8f7846a35eec2d62e62d532d7e6.ctex differ diff --git a/.godot/imported/pl3 surprise.png-92cfd8f7846a35eec2d62e62d532d7e6.md5 b/.godot/imported/pl3 surprise.png-92cfd8f7846a35eec2d62e62d532d7e6.md5 new file mode 100644 index 00000000..dc960d8c --- /dev/null +++ b/.godot/imported/pl3 surprise.png-92cfd8f7846a35eec2d62e62d532d7e6.md5 @@ -0,0 +1,3 @@ +source_md5="849893174ce6f1a0fb2000ffa57406af" +dest_md5="2125169a747cb48bfac5bc057ae16fea" + diff --git a/.godot/imported/pl5 blink.png-dd40283850366d49ae61df7b137ffd77.ctex b/.godot/imported/pl5 blink.png-dd40283850366d49ae61df7b137ffd77.ctex new file mode 100644 index 00000000..f1192f84 Binary files /dev/null and b/.godot/imported/pl5 blink.png-dd40283850366d49ae61df7b137ffd77.ctex differ diff --git a/.godot/imported/pl5 blink.png-dd40283850366d49ae61df7b137ffd77.md5 b/.godot/imported/pl5 blink.png-dd40283850366d49ae61df7b137ffd77.md5 new file mode 100644 index 00000000..ea2576e7 --- /dev/null +++ b/.godot/imported/pl5 blink.png-dd40283850366d49ae61df7b137ffd77.md5 @@ -0,0 +1,3 @@ +source_md5="8ee20ccf60d41f7e9fa5f3c243a80b1f" +dest_md5="d342fc379530a8b9cb9a8c00d50bc8e0" + diff --git a/.godot/imported/pl5 doubt.png-c657bfaf88fd5c06956ec703146704c8.ctex b/.godot/imported/pl5 doubt.png-c657bfaf88fd5c06956ec703146704c8.ctex new file mode 100644 index 00000000..3af16814 Binary files /dev/null and b/.godot/imported/pl5 doubt.png-c657bfaf88fd5c06956ec703146704c8.ctex differ diff --git a/.godot/imported/pl5 doubt.png-c657bfaf88fd5c06956ec703146704c8.md5 b/.godot/imported/pl5 doubt.png-c657bfaf88fd5c06956ec703146704c8.md5 new file mode 100644 index 00000000..3def3167 --- /dev/null +++ b/.godot/imported/pl5 doubt.png-c657bfaf88fd5c06956ec703146704c8.md5 @@ -0,0 +1,3 @@ +source_md5="8848cef007246245b58e92492bbb8793" +dest_md5="83228f407e12f3c408c4416500b739b0" + diff --git a/.godot/imported/pl5 hate.png-004951da12b71d275d61f3fe7af6c760.ctex b/.godot/imported/pl5 hate.png-004951da12b71d275d61f3fe7af6c760.ctex new file mode 100644 index 00000000..819c38e2 Binary files /dev/null and b/.godot/imported/pl5 hate.png-004951da12b71d275d61f3fe7af6c760.ctex differ diff --git a/.godot/imported/pl5 hate.png-004951da12b71d275d61f3fe7af6c760.md5 b/.godot/imported/pl5 hate.png-004951da12b71d275d61f3fe7af6c760.md5 new file mode 100644 index 00000000..ad09bb58 --- /dev/null +++ b/.godot/imported/pl5 hate.png-004951da12b71d275d61f3fe7af6c760.md5 @@ -0,0 +1,3 @@ +source_md5="fae777b71979d0602372e0bdf3d2a85b" +dest_md5="6723e1982069fd18dc50a0e151b617f7" + diff --git a/.godot/imported/pl5 plot.png-7c5bbb51327eb4b7b1b78f4597ed6c60.ctex b/.godot/imported/pl5 plot.png-7c5bbb51327eb4b7b1b78f4597ed6c60.ctex new file mode 100644 index 00000000..962e97d2 Binary files /dev/null and b/.godot/imported/pl5 plot.png-7c5bbb51327eb4b7b1b78f4597ed6c60.ctex differ diff --git a/.godot/imported/pl5 plot.png-7c5bbb51327eb4b7b1b78f4597ed6c60.md5 b/.godot/imported/pl5 plot.png-7c5bbb51327eb4b7b1b78f4597ed6c60.md5 new file mode 100644 index 00000000..41f6adb9 --- /dev/null +++ b/.godot/imported/pl5 plot.png-7c5bbb51327eb4b7b1b78f4597ed6c60.md5 @@ -0,0 +1,3 @@ +source_md5="57885dd72cf66781faf0966a19e589a0" +dest_md5="c238ed91bc7ceb94542a2c7f3b8e045d" + diff --git a/.godot/imported/pl5 sad.png-778e9490c4f77059d6c87f720b2bbff7.ctex b/.godot/imported/pl5 sad.png-778e9490c4f77059d6c87f720b2bbff7.ctex new file mode 100644 index 00000000..8c0372c3 Binary files /dev/null and b/.godot/imported/pl5 sad.png-778e9490c4f77059d6c87f720b2bbff7.ctex differ diff --git a/.godot/imported/pl5 sad.png-778e9490c4f77059d6c87f720b2bbff7.md5 b/.godot/imported/pl5 sad.png-778e9490c4f77059d6c87f720b2bbff7.md5 new file mode 100644 index 00000000..6e844c8c --- /dev/null +++ b/.godot/imported/pl5 sad.png-778e9490c4f77059d6c87f720b2bbff7.md5 @@ -0,0 +1,3 @@ +source_md5="aeddabd06743e7b758be8847da083437" +dest_md5="02adc0ed2d0bd61d8167ffe82fc72023" + diff --git a/.godot/imported/pl5 scoff.png-f0b3e5d0a8895f55d2377978a0992a32.ctex b/.godot/imported/pl5 scoff.png-f0b3e5d0a8895f55d2377978a0992a32.ctex new file mode 100644 index 00000000..e24b2d41 Binary files /dev/null and b/.godot/imported/pl5 scoff.png-f0b3e5d0a8895f55d2377978a0992a32.ctex differ diff --git a/.godot/imported/pl5 scoff.png-f0b3e5d0a8895f55d2377978a0992a32.md5 b/.godot/imported/pl5 scoff.png-f0b3e5d0a8895f55d2377978a0992a32.md5 new file mode 100644 index 00000000..fd717405 --- /dev/null +++ b/.godot/imported/pl5 scoff.png-f0b3e5d0a8895f55d2377978a0992a32.md5 @@ -0,0 +1,3 @@ +source_md5="970ab18f0dc2d00f2099693ef4cb0a91" +dest_md5="d78565e45a8bcd5b6d0eeee73c19c84f" + diff --git a/.godot/imported/pl5 shy.png-db66f14e608e1c150163af82c8a9f341.ctex b/.godot/imported/pl5 shy.png-db66f14e608e1c150163af82c8a9f341.ctex new file mode 100644 index 00000000..abc992af Binary files /dev/null and b/.godot/imported/pl5 shy.png-db66f14e608e1c150163af82c8a9f341.ctex differ diff --git a/.godot/imported/pl5 shy.png-db66f14e608e1c150163af82c8a9f341.md5 b/.godot/imported/pl5 shy.png-db66f14e608e1c150163af82c8a9f341.md5 new file mode 100644 index 00000000..252c6aa3 --- /dev/null +++ b/.godot/imported/pl5 shy.png-db66f14e608e1c150163af82c8a9f341.md5 @@ -0,0 +1,3 @@ +source_md5="2974517f9c4036b565489129590add64" +dest_md5="90acb89923bba86aaa14f105565b8388" + diff --git a/.godot/imported/pl5 surprise.png-9f07d67f3c68589bb2cfec738d68b9a7.ctex b/.godot/imported/pl5 surprise.png-9f07d67f3c68589bb2cfec738d68b9a7.ctex new file mode 100644 index 00000000..bd876e9b Binary files /dev/null and b/.godot/imported/pl5 surprise.png-9f07d67f3c68589bb2cfec738d68b9a7.ctex differ diff --git a/.godot/imported/pl5 surprise.png-9f07d67f3c68589bb2cfec738d68b9a7.md5 b/.godot/imported/pl5 surprise.png-9f07d67f3c68589bb2cfec738d68b9a7.md5 new file mode 100644 index 00000000..04645117 --- /dev/null +++ b/.godot/imported/pl5 surprise.png-9f07d67f3c68589bb2cfec738d68b9a7.md5 @@ -0,0 +1,3 @@ +source_md5="49dcec5f60fffe078b752ff6418e070a" +dest_md5="98597d561e0ca48ad4bdc4c79d20caed" + diff --git a/.godot/imported/pl5.png-0e78d740b51df476d423c20a3850d39a.ctex b/.godot/imported/pl5.png-0e78d740b51df476d423c20a3850d39a.ctex new file mode 100644 index 00000000..a96ad78c Binary files /dev/null and b/.godot/imported/pl5.png-0e78d740b51df476d423c20a3850d39a.ctex differ diff --git a/.godot/imported/pl5.png-0e78d740b51df476d423c20a3850d39a.md5 b/.godot/imported/pl5.png-0e78d740b51df476d423c20a3850d39a.md5 new file mode 100644 index 00000000..1a90b675 --- /dev/null +++ b/.godot/imported/pl5.png-0e78d740b51df476d423c20a3850d39a.md5 @@ -0,0 +1,3 @@ +source_md5="c44fc930b225f416c97e3f735dd83a1d" +dest_md5="2b5635587aae7185a5b0fe0656081ecf" + diff --git a/.godot/imported/placeholder.png-6d0c54195bfc7f2fee1c48a6dc2863f5.ctex b/.godot/imported/placeholder.png-6d0c54195bfc7f2fee1c48a6dc2863f5.ctex new file mode 100644 index 00000000..3a9ab664 Binary files /dev/null and b/.godot/imported/placeholder.png-6d0c54195bfc7f2fee1c48a6dc2863f5.ctex differ diff --git a/.godot/imported/placeholder.png-6d0c54195bfc7f2fee1c48a6dc2863f5.md5 b/.godot/imported/placeholder.png-6d0c54195bfc7f2fee1c48a6dc2863f5.md5 new file mode 100644 index 00000000..c49c083a --- /dev/null +++ b/.godot/imported/placeholder.png-6d0c54195bfc7f2fee1c48a6dc2863f5.md5 @@ -0,0 +1,3 @@ +source_md5="198220045f68a40861d3e2ef6b5944a3" +dest_md5="8b877de4bb45e30207f3688ed8c93af3" + diff --git a/.godot/imported/player sprite.png-af45e24c44bac98580b3025a59db6721.md5 b/.godot/imported/player sprite.png-af45e24c44bac98580b3025a59db6721.md5 new file mode 100644 index 00000000..895e5ddd --- /dev/null +++ b/.godot/imported/player sprite.png-af45e24c44bac98580b3025a59db6721.md5 @@ -0,0 +1,3 @@ +source_md5="77a973100bb677c831126a4798ed1f09" +dest_md5="8bd23cc4f04d7a971cb47e6cb2ef68ad" + diff --git a/.godot/imported/player sprite.png-af45e24c44bac98580b3025a59db6721.s3tc.ctex b/.godot/imported/player sprite.png-af45e24c44bac98580b3025a59db6721.s3tc.ctex new file mode 100644 index 00000000..8b0c70a3 Binary files /dev/null and b/.godot/imported/player sprite.png-af45e24c44bac98580b3025a59db6721.s3tc.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme-0.75.svg-e385f2d5f8698a1eb274188a6319de45.ctex b/.godot/imported/plugin-editor-icon-dark-theme-0.75.svg-e385f2d5f8698a1eb274188a6319de45.ctex new file mode 100644 index 00000000..290412f7 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-dark-theme-0.75.svg-e385f2d5f8698a1eb274188a6319de45.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme-0.75.svg-e385f2d5f8698a1eb274188a6319de45.md5 b/.godot/imported/plugin-editor-icon-dark-theme-0.75.svg-e385f2d5f8698a1eb274188a6319de45.md5 new file mode 100644 index 00000000..ef5f3577 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-dark-theme-0.75.svg-e385f2d5f8698a1eb274188a6319de45.md5 @@ -0,0 +1,3 @@ +source_md5="2f2cd914a240a02c77277150d8d11293" +dest_md5="990d3931c1bf83d23e6701cd9f4cf44a" + diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.25.svg-77426e66de94b03eee223702e494fc59.ctex b/.godot/imported/plugin-editor-icon-dark-theme-1.25.svg-77426e66de94b03eee223702e494fc59.ctex new file mode 100644 index 00000000..dab1814d Binary files /dev/null and b/.godot/imported/plugin-editor-icon-dark-theme-1.25.svg-77426e66de94b03eee223702e494fc59.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.25.svg-77426e66de94b03eee223702e494fc59.md5 b/.godot/imported/plugin-editor-icon-dark-theme-1.25.svg-77426e66de94b03eee223702e494fc59.md5 new file mode 100644 index 00000000..d3332a82 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-dark-theme-1.25.svg-77426e66de94b03eee223702e494fc59.md5 @@ -0,0 +1,3 @@ +source_md5="ea6908260c098e8a6346ec918ca6157f" +dest_md5="86a7e47ef4c7bacf00abcd9610d7c53d" + diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.5.svg-929f75a0513df90d21fa132ddf63d8c2.ctex b/.godot/imported/plugin-editor-icon-dark-theme-1.5.svg-929f75a0513df90d21fa132ddf63d8c2.ctex new file mode 100644 index 00000000..ac03c301 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-dark-theme-1.5.svg-929f75a0513df90d21fa132ddf63d8c2.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.5.svg-929f75a0513df90d21fa132ddf63d8c2.md5 b/.godot/imported/plugin-editor-icon-dark-theme-1.5.svg-929f75a0513df90d21fa132ddf63d8c2.md5 new file mode 100644 index 00000000..2297a19b --- /dev/null +++ b/.godot/imported/plugin-editor-icon-dark-theme-1.5.svg-929f75a0513df90d21fa132ddf63d8c2.md5 @@ -0,0 +1,3 @@ +source_md5="a8a8ed4cd7200586a5ec9f64534f1390" +dest_md5="0799ea282d9bdc88a534cbbde0be80d4" + diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.75.svg-4aa36b7d72fd87a7a254633a6422ee50.ctex b/.godot/imported/plugin-editor-icon-dark-theme-1.75.svg-4aa36b7d72fd87a7a254633a6422ee50.ctex new file mode 100644 index 00000000..91be43a8 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-dark-theme-1.75.svg-4aa36b7d72fd87a7a254633a6422ee50.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.75.svg-4aa36b7d72fd87a7a254633a6422ee50.md5 b/.godot/imported/plugin-editor-icon-dark-theme-1.75.svg-4aa36b7d72fd87a7a254633a6422ee50.md5 new file mode 100644 index 00000000..29da2bb2 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-dark-theme-1.75.svg-4aa36b7d72fd87a7a254633a6422ee50.md5 @@ -0,0 +1,3 @@ +source_md5="03314ea6a5ed0e01b0260c16b061bd2b" +dest_md5="4f64aa8ee2ec9ee806491fb7e9c0516c" + diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.svg-d64b8c8865f9b1cc41ae5f2610c77bca.ctex b/.godot/imported/plugin-editor-icon-dark-theme-1.svg-d64b8c8865f9b1cc41ae5f2610c77bca.ctex new file mode 100644 index 00000000..3c41ee28 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-dark-theme-1.svg-d64b8c8865f9b1cc41ae5f2610c77bca.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme-1.svg-d64b8c8865f9b1cc41ae5f2610c77bca.md5 b/.godot/imported/plugin-editor-icon-dark-theme-1.svg-d64b8c8865f9b1cc41ae5f2610c77bca.md5 new file mode 100644 index 00000000..09eec068 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-dark-theme-1.svg-d64b8c8865f9b1cc41ae5f2610c77bca.md5 @@ -0,0 +1,3 @@ +source_md5="8a03a8dba58e250abfc720e423deab16" +dest_md5="92dc5ec034dc51d349b0092f63008371" + diff --git a/.godot/imported/plugin-editor-icon-dark-theme-2.svg-a093879dab0b11ee3cff0e5413cc6170.ctex b/.godot/imported/plugin-editor-icon-dark-theme-2.svg-a093879dab0b11ee3cff0e5413cc6170.ctex new file mode 100644 index 00000000..c21cd0b0 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-dark-theme-2.svg-a093879dab0b11ee3cff0e5413cc6170.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme-2.svg-a093879dab0b11ee3cff0e5413cc6170.md5 b/.godot/imported/plugin-editor-icon-dark-theme-2.svg-a093879dab0b11ee3cff0e5413cc6170.md5 new file mode 100644 index 00000000..a0ce8a44 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-dark-theme-2.svg-a093879dab0b11ee3cff0e5413cc6170.md5 @@ -0,0 +1,3 @@ +source_md5="094a40814e7cb25377530a53c1360b0b" +dest_md5="5fcd04f7c566c056f88f065a6851dfaa" + diff --git a/.godot/imported/plugin-editor-icon-dark-theme.svg-4945c419e7e7434b4eff87c00fedb862.ctex b/.godot/imported/plugin-editor-icon-dark-theme.svg-4945c419e7e7434b4eff87c00fedb862.ctex new file mode 100644 index 00000000..b883faec Binary files /dev/null and b/.godot/imported/plugin-editor-icon-dark-theme.svg-4945c419e7e7434b4eff87c00fedb862.ctex differ diff --git a/.godot/imported/plugin-editor-icon-dark-theme.svg-4945c419e7e7434b4eff87c00fedb862.md5 b/.godot/imported/plugin-editor-icon-dark-theme.svg-4945c419e7e7434b4eff87c00fedb862.md5 new file mode 100644 index 00000000..f6d6508f --- /dev/null +++ b/.godot/imported/plugin-editor-icon-dark-theme.svg-4945c419e7e7434b4eff87c00fedb862.md5 @@ -0,0 +1,3 @@ +source_md5="88087a55e226ff426644ecad7414d3f7" +dest_md5="e3644645f0e9abae956461e430cf76e9" + diff --git a/.godot/imported/plugin-editor-icon-light-theme-0.75.svg-b0084f7944d498c708ed5783cbfa3c02.ctex b/.godot/imported/plugin-editor-icon-light-theme-0.75.svg-b0084f7944d498c708ed5783cbfa3c02.ctex new file mode 100644 index 00000000..321f2d4e Binary files /dev/null and b/.godot/imported/plugin-editor-icon-light-theme-0.75.svg-b0084f7944d498c708ed5783cbfa3c02.ctex differ diff --git a/.godot/imported/plugin-editor-icon-light-theme-0.75.svg-b0084f7944d498c708ed5783cbfa3c02.md5 b/.godot/imported/plugin-editor-icon-light-theme-0.75.svg-b0084f7944d498c708ed5783cbfa3c02.md5 new file mode 100644 index 00000000..bbf020c6 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-light-theme-0.75.svg-b0084f7944d498c708ed5783cbfa3c02.md5 @@ -0,0 +1,3 @@ +source_md5="f184b86d7aed4123c2bbfae034ed045a" +dest_md5="5fdd4d9220b8b43cb71d0a54cf93f85e" + diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.25.svg-b4a3d8bc3495118f83700d2ce43b9be7.ctex b/.godot/imported/plugin-editor-icon-light-theme-1.25.svg-b4a3d8bc3495118f83700d2ce43b9be7.ctex new file mode 100644 index 00000000..562406f6 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-light-theme-1.25.svg-b4a3d8bc3495118f83700d2ce43b9be7.ctex differ diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.25.svg-b4a3d8bc3495118f83700d2ce43b9be7.md5 b/.godot/imported/plugin-editor-icon-light-theme-1.25.svg-b4a3d8bc3495118f83700d2ce43b9be7.md5 new file mode 100644 index 00000000..4fc3f215 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-light-theme-1.25.svg-b4a3d8bc3495118f83700d2ce43b9be7.md5 @@ -0,0 +1,3 @@ +source_md5="81a8e792fcbcce2d818a4b7febc65ff0" +dest_md5="094d5472d838350b3f8bfefa61f49aa4" + diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.5.svg-f900489ee9fce4301b8f007f506f3191.ctex b/.godot/imported/plugin-editor-icon-light-theme-1.5.svg-f900489ee9fce4301b8f007f506f3191.ctex new file mode 100644 index 00000000..debcffd1 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-light-theme-1.5.svg-f900489ee9fce4301b8f007f506f3191.ctex differ diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.5.svg-f900489ee9fce4301b8f007f506f3191.md5 b/.godot/imported/plugin-editor-icon-light-theme-1.5.svg-f900489ee9fce4301b8f007f506f3191.md5 new file mode 100644 index 00000000..e0954cd1 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-light-theme-1.5.svg-f900489ee9fce4301b8f007f506f3191.md5 @@ -0,0 +1,3 @@ +source_md5="4ba34d0805ee0a919041bd914bd9b3be" +dest_md5="adf1a5d3d7cc51d65185edd9ea5dcd0e" + diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.75.svg-bdebfc66b49fc138951dde8a5be12ad7.ctex b/.godot/imported/plugin-editor-icon-light-theme-1.75.svg-bdebfc66b49fc138951dde8a5be12ad7.ctex new file mode 100644 index 00000000..0c19f4f6 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-light-theme-1.75.svg-bdebfc66b49fc138951dde8a5be12ad7.ctex differ diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.75.svg-bdebfc66b49fc138951dde8a5be12ad7.md5 b/.godot/imported/plugin-editor-icon-light-theme-1.75.svg-bdebfc66b49fc138951dde8a5be12ad7.md5 new file mode 100644 index 00000000..ce4ec9cf --- /dev/null +++ b/.godot/imported/plugin-editor-icon-light-theme-1.75.svg-bdebfc66b49fc138951dde8a5be12ad7.md5 @@ -0,0 +1,3 @@ +source_md5="7a5e70b95115d05366f18b6cdd839409" +dest_md5="d2ab77ff91f63593916401137ef4f050" + diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.svg-84bb375f8bd3080f4537646a33b4b1f1.ctex b/.godot/imported/plugin-editor-icon-light-theme-1.svg-84bb375f8bd3080f4537646a33b4b1f1.ctex new file mode 100644 index 00000000..113a8f26 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-light-theme-1.svg-84bb375f8bd3080f4537646a33b4b1f1.ctex differ diff --git a/.godot/imported/plugin-editor-icon-light-theme-1.svg-84bb375f8bd3080f4537646a33b4b1f1.md5 b/.godot/imported/plugin-editor-icon-light-theme-1.svg-84bb375f8bd3080f4537646a33b4b1f1.md5 new file mode 100644 index 00000000..859f834a --- /dev/null +++ b/.godot/imported/plugin-editor-icon-light-theme-1.svg-84bb375f8bd3080f4537646a33b4b1f1.md5 @@ -0,0 +1,3 @@ +source_md5="42c474a03b48315b6c63ff41fce18d9e" +dest_md5="668a984246b54cce8b06222d3aef6bc3" + diff --git a/.godot/imported/plugin-editor-icon-light-theme-2.svg-c96a194e2c41299d9490146c0e071557.ctex b/.godot/imported/plugin-editor-icon-light-theme-2.svg-c96a194e2c41299d9490146c0e071557.ctex new file mode 100644 index 00000000..e7b9016d Binary files /dev/null and b/.godot/imported/plugin-editor-icon-light-theme-2.svg-c96a194e2c41299d9490146c0e071557.ctex differ diff --git a/.godot/imported/plugin-editor-icon-light-theme-2.svg-c96a194e2c41299d9490146c0e071557.md5 b/.godot/imported/plugin-editor-icon-light-theme-2.svg-c96a194e2c41299d9490146c0e071557.md5 new file mode 100644 index 00000000..13aca060 --- /dev/null +++ b/.godot/imported/plugin-editor-icon-light-theme-2.svg-c96a194e2c41299d9490146c0e071557.md5 @@ -0,0 +1,3 @@ +source_md5="b338d8ba15cd0abb651bc4c003885c2b" +dest_md5="beb34a8506041ea408ef2a25aca482a2" + diff --git a/.godot/imported/plugin-editor-icon-light-theme.svg-fbd42cd06e4ce1cb7eef3585a7eb830a.ctex b/.godot/imported/plugin-editor-icon-light-theme.svg-fbd42cd06e4ce1cb7eef3585a7eb830a.ctex new file mode 100644 index 00000000..91a1b754 Binary files /dev/null and b/.godot/imported/plugin-editor-icon-light-theme.svg-fbd42cd06e4ce1cb7eef3585a7eb830a.ctex differ diff --git a/.godot/imported/plugin-editor-icon-light-theme.svg-fbd42cd06e4ce1cb7eef3585a7eb830a.md5 b/.godot/imported/plugin-editor-icon-light-theme.svg-fbd42cd06e4ce1cb7eef3585a7eb830a.md5 new file mode 100644 index 00000000..cfcdec2e --- /dev/null +++ b/.godot/imported/plugin-editor-icon-light-theme.svg-fbd42cd06e4ce1cb7eef3585a7eb830a.md5 @@ -0,0 +1,3 @@ +source_md5="1b58305e651ca229ed91e96eac1a0483" +dest_md5="625fc5087be1515cd4e123bac9672462" + diff --git a/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.ctex b/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.ctex new file mode 100644 index 00000000..2b91d547 Binary files /dev/null and b/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.ctex differ diff --git a/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.editor.ctex b/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.editor.ctex new file mode 100644 index 00000000..2b91d547 Binary files /dev/null and b/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.editor.ctex differ diff --git a/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.md5 b/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.md5 new file mode 100644 index 00000000..ce92e719 --- /dev/null +++ b/.godot/imported/plugin-icon.svg-aa6701e8ed73f5fe5d177dfddce3a0e3.md5 @@ -0,0 +1,3 @@ +source_md5="a6d44f78f47880bbc89b7248fa95ad36" +dest_md5="b69b71884097b99c822329f872410cdb" + diff --git a/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.ctex b/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.ctex new file mode 100644 index 00000000..07a0ac16 Binary files /dev/null and b/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.ctex differ diff --git a/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.editor.ctex b/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.editor.ctex new file mode 100644 index 00000000..07a0ac16 Binary files /dev/null and b/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.editor.ctex differ diff --git a/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.md5 b/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.md5 new file mode 100644 index 00000000..270a708c --- /dev/null +++ b/.godot/imported/plus.svg-e094b0b8505b5d910717883d06553532.md5 @@ -0,0 +1,3 @@ +source_md5="dd47c4cd05b2a319c3d5c0f7bcd06400" +dest_md5="9eda6082fc2448bbbda96c61bab50a20" + diff --git a/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.ctex b/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.ctex new file mode 100644 index 00000000..7b4b6178 Binary files /dev/null and b/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.ctex differ diff --git a/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.editor.ctex b/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.editor.ctex new file mode 100644 index 00000000..7b4b6178 Binary files /dev/null and b/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.editor.ctex differ diff --git a/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.md5 b/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.md5 new file mode 100644 index 00000000..c0fb66f8 --- /dev/null +++ b/.godot/imported/popup_glossary_layer_icon.svg-4af96bdb70714a5289a4ffe42cf8f357.md5 @@ -0,0 +1,3 @@ +source_md5="371902ded9cbd356d3d8e9942aae77a0" +dest_md5="06aa17d92327275a68f5ff9f25380951" + diff --git a/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.ctex b/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.ctex new file mode 100644 index 00000000..0810898c Binary files /dev/null and b/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.ctex differ diff --git a/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.editor.ctex b/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.editor.ctex new file mode 100644 index 00000000..0810898c Binary files /dev/null and b/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.editor.ctex differ diff --git a/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.md5 b/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.md5 new file mode 100644 index 00000000..9f75ce0f --- /dev/null +++ b/.godot/imported/portrait.svg-7d29c7cfe3e086d65dce33c3d66c48cd.md5 @@ -0,0 +1,3 @@ +source_md5="7bcfa24f5ed797d5bd34aa24be90c2fd" +dest_md5="35afbf641ad7dbc1d9630ed643b9e2a8" + diff --git a/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.ctex b/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.ctex new file mode 100644 index 00000000..95e0f683 Binary files /dev/null and b/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.ctex differ diff --git a/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.editor.ctex b/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.editor.ctex new file mode 100644 index 00000000..95e0f683 Binary files /dev/null and b/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.editor.ctex differ diff --git a/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.md5 b/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.md5 new file mode 100644 index 00000000..d2aa3965 --- /dev/null +++ b/.godot/imported/portrait_layer_icon.svg-4bc8b0ebd4dd0977a12c09f30758d7e1.md5 @@ -0,0 +1,3 @@ +source_md5="6928abc0a5c87840083f3c0fbe5e1a56" +dest_md5="40946acd5cad5ec1a9b72cc66c3fe756" + diff --git a/.godot/imported/preview.png-136e526350ab989f1e1d2ba13d756aaa.ctex b/.godot/imported/preview.png-136e526350ab989f1e1d2ba13d756aaa.ctex new file mode 100644 index 00000000..922af638 Binary files /dev/null and b/.godot/imported/preview.png-136e526350ab989f1e1d2ba13d756aaa.ctex differ diff --git a/.godot/imported/preview.png-136e526350ab989f1e1d2ba13d756aaa.md5 b/.godot/imported/preview.png-136e526350ab989f1e1d2ba13d756aaa.md5 new file mode 100644 index 00000000..2dd3c623 --- /dev/null +++ b/.godot/imported/preview.png-136e526350ab989f1e1d2ba13d756aaa.md5 @@ -0,0 +1,3 @@ +source_md5="3f350675f3376e681ac1998581aff82c" +dest_md5="d36e8faf3162df457bff1d5958b5b49e" + diff --git a/.godot/imported/preview.png-38205c265cdc5033fdb5a79a6f5d3394.ctex b/.godot/imported/preview.png-38205c265cdc5033fdb5a79a6f5d3394.ctex new file mode 100644 index 00000000..99a8b2d4 Binary files /dev/null and b/.godot/imported/preview.png-38205c265cdc5033fdb5a79a6f5d3394.ctex differ diff --git a/.godot/imported/preview.png-38205c265cdc5033fdb5a79a6f5d3394.md5 b/.godot/imported/preview.png-38205c265cdc5033fdb5a79a6f5d3394.md5 new file mode 100644 index 00000000..fcdc0108 --- /dev/null +++ b/.godot/imported/preview.png-38205c265cdc5033fdb5a79a6f5d3394.md5 @@ -0,0 +1,3 @@ +source_md5="39b694d2494455c3acd5d0a8e31ac4f7" +dest_md5="24f37c87a2341df104539545328b0f5b" + diff --git a/.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.ctex b/.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.ctex new file mode 100644 index 00000000..42a64204 Binary files /dev/null and b/.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.ctex differ diff --git a/.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.md5 b/.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.md5 new file mode 100644 index 00000000..b27e7171 --- /dev/null +++ b/.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.md5 @@ -0,0 +1,3 @@ +source_md5="d1109e0551927326921b354e2641e81c" +dest_md5="7405b3e23d3f7f9c0d268a0ef7da6232" + diff --git a/.godot/imported/preview.png-566f98d1e24a8b079521a4925ee523c7.ctex b/.godot/imported/preview.png-566f98d1e24a8b079521a4925ee523c7.ctex new file mode 100644 index 00000000..293fc225 Binary files /dev/null and b/.godot/imported/preview.png-566f98d1e24a8b079521a4925ee523c7.ctex differ diff --git a/.godot/imported/preview.png-566f98d1e24a8b079521a4925ee523c7.md5 b/.godot/imported/preview.png-566f98d1e24a8b079521a4925ee523c7.md5 new file mode 100644 index 00000000..db63eadf --- /dev/null +++ b/.godot/imported/preview.png-566f98d1e24a8b079521a4925ee523c7.md5 @@ -0,0 +1,3 @@ +source_md5="3bf7a641111825cfce5ca8cd50331bc8" +dest_md5="e85fb29be1450d99a53f0560188e6646" + diff --git a/.godot/imported/preview.png-573567ffd6162e40c78fe5aca0af73c9.ctex b/.godot/imported/preview.png-573567ffd6162e40c78fe5aca0af73c9.ctex new file mode 100644 index 00000000..77c88388 Binary files /dev/null and b/.godot/imported/preview.png-573567ffd6162e40c78fe5aca0af73c9.ctex differ diff --git a/.godot/imported/preview.png-573567ffd6162e40c78fe5aca0af73c9.md5 b/.godot/imported/preview.png-573567ffd6162e40c78fe5aca0af73c9.md5 new file mode 100644 index 00000000..cc198b77 --- /dev/null +++ b/.godot/imported/preview.png-573567ffd6162e40c78fe5aca0af73c9.md5 @@ -0,0 +1,3 @@ +source_md5="9ae98d5cc7051e56e62123b297dfce71" +dest_md5="df02a4d90fcc99401b46842d5263419a" + diff --git a/.godot/imported/preview.png-8a6dae1a8e205382d354326ea6961ed2.ctex b/.godot/imported/preview.png-8a6dae1a8e205382d354326ea6961ed2.ctex new file mode 100644 index 00000000..1b05c224 Binary files /dev/null and b/.godot/imported/preview.png-8a6dae1a8e205382d354326ea6961ed2.ctex differ diff --git a/.godot/imported/preview.png-8a6dae1a8e205382d354326ea6961ed2.md5 b/.godot/imported/preview.png-8a6dae1a8e205382d354326ea6961ed2.md5 new file mode 100644 index 00000000..e62fb3d4 --- /dev/null +++ b/.godot/imported/preview.png-8a6dae1a8e205382d354326ea6961ed2.md5 @@ -0,0 +1,3 @@ +source_md5="d3a9983c4e5f8519d83eb7c4ab6c5ee5" +dest_md5="15819b6d59f4a317512689967de590b3" + diff --git a/.godot/imported/preview.png-ae89c99370d002f2ecf00af8e270d88c.ctex b/.godot/imported/preview.png-ae89c99370d002f2ecf00af8e270d88c.ctex new file mode 100644 index 00000000..57d46f2c Binary files /dev/null and b/.godot/imported/preview.png-ae89c99370d002f2ecf00af8e270d88c.ctex differ diff --git a/.godot/imported/preview.png-ae89c99370d002f2ecf00af8e270d88c.md5 b/.godot/imported/preview.png-ae89c99370d002f2ecf00af8e270d88c.md5 new file mode 100644 index 00000000..fc04d678 --- /dev/null +++ b/.godot/imported/preview.png-ae89c99370d002f2ecf00af8e270d88c.md5 @@ -0,0 +1,3 @@ +source_md5="e23430d0d07ff8462cb87ba27bd8c87f" +dest_md5="38a4bca7b0c1bcf74a48b6c20d305fd9" + diff --git a/.godot/imported/preview.png-b328f7e30aebed2adb4720cdbf791362.ctex b/.godot/imported/preview.png-b328f7e30aebed2adb4720cdbf791362.ctex new file mode 100644 index 00000000..d15542a7 Binary files /dev/null and b/.godot/imported/preview.png-b328f7e30aebed2adb4720cdbf791362.ctex differ diff --git a/.godot/imported/preview.png-b328f7e30aebed2adb4720cdbf791362.md5 b/.godot/imported/preview.png-b328f7e30aebed2adb4720cdbf791362.md5 new file mode 100644 index 00000000..33e758d0 --- /dev/null +++ b/.godot/imported/preview.png-b328f7e30aebed2adb4720cdbf791362.md5 @@ -0,0 +1,3 @@ +source_md5="d69da923c74b8509e2ffb595dd00cdfb" +dest_md5="1e007ff7d441f584373ad43240aa572c" + diff --git a/.godot/imported/preview.png-bcceb5d2b7f92c1d0f818071294dc895.ctex b/.godot/imported/preview.png-bcceb5d2b7f92c1d0f818071294dc895.ctex new file mode 100644 index 00000000..664255df Binary files /dev/null and b/.godot/imported/preview.png-bcceb5d2b7f92c1d0f818071294dc895.ctex differ diff --git a/.godot/imported/preview.png-bcceb5d2b7f92c1d0f818071294dc895.md5 b/.godot/imported/preview.png-bcceb5d2b7f92c1d0f818071294dc895.md5 new file mode 100644 index 00000000..fb4f3b16 --- /dev/null +++ b/.godot/imported/preview.png-bcceb5d2b7f92c1d0f818071294dc895.md5 @@ -0,0 +1,3 @@ +source_md5="ca0ef605d71dc16da59d9c757119be21" +dest_md5="4d5c4e190be5355bf9a57d6b97005b4b" + diff --git a/.godot/imported/preview.png-c20c74f5253522c0ea9ec9a21fcd804d.ctex b/.godot/imported/preview.png-c20c74f5253522c0ea9ec9a21fcd804d.ctex new file mode 100644 index 00000000..5da53078 Binary files /dev/null and b/.godot/imported/preview.png-c20c74f5253522c0ea9ec9a21fcd804d.ctex differ diff --git a/.godot/imported/preview.png-c20c74f5253522c0ea9ec9a21fcd804d.md5 b/.godot/imported/preview.png-c20c74f5253522c0ea9ec9a21fcd804d.md5 new file mode 100644 index 00000000..95121960 --- /dev/null +++ b/.godot/imported/preview.png-c20c74f5253522c0ea9ec9a21fcd804d.md5 @@ -0,0 +1,3 @@ +source_md5="a152b50a598c9c7a631855355ebab467" +dest_md5="363a6de2e7d1090892ad724f694be852" + diff --git a/.godot/imported/preview.png-d02c673e03782a715fbd3fbe644d96d1.ctex b/.godot/imported/preview.png-d02c673e03782a715fbd3fbe644d96d1.ctex new file mode 100644 index 00000000..cbe8f126 Binary files /dev/null and b/.godot/imported/preview.png-d02c673e03782a715fbd3fbe644d96d1.ctex differ diff --git a/.godot/imported/preview.png-d02c673e03782a715fbd3fbe644d96d1.md5 b/.godot/imported/preview.png-d02c673e03782a715fbd3fbe644d96d1.md5 new file mode 100644 index 00000000..bf03cf51 --- /dev/null +++ b/.godot/imported/preview.png-d02c673e03782a715fbd3fbe644d96d1.md5 @@ -0,0 +1,3 @@ +source_md5="865b9bf3fc2621fd011e2dea4357da94" +dest_md5="cb0d3ead7351bd51e4d86a7e05c01b01" + diff --git a/.godot/imported/preview.png-dcc8befd9aebdd8b4c988971a734c72f.ctex b/.godot/imported/preview.png-dcc8befd9aebdd8b4c988971a734c72f.ctex new file mode 100644 index 00000000..1c0306b7 Binary files /dev/null and b/.godot/imported/preview.png-dcc8befd9aebdd8b4c988971a734c72f.ctex differ diff --git a/.godot/imported/preview.png-dcc8befd9aebdd8b4c988971a734c72f.md5 b/.godot/imported/preview.png-dcc8befd9aebdd8b4c988971a734c72f.md5 new file mode 100644 index 00000000..b66a1def --- /dev/null +++ b/.godot/imported/preview.png-dcc8befd9aebdd8b4c988971a734c72f.md5 @@ -0,0 +1,3 @@ +source_md5="5d415435eab3dde1919f363dc7fa3d4b" +dest_md5="61d2e89bfa4d2321a1f3822b5d20cdee" + diff --git a/.godot/imported/preview.png-fffb64b5a80dfa536274e4a967369cfc.ctex b/.godot/imported/preview.png-fffb64b5a80dfa536274e4a967369cfc.ctex new file mode 100644 index 00000000..6a4a2203 Binary files /dev/null and b/.godot/imported/preview.png-fffb64b5a80dfa536274e4a967369cfc.ctex differ diff --git a/.godot/imported/preview.png-fffb64b5a80dfa536274e4a967369cfc.md5 b/.godot/imported/preview.png-fffb64b5a80dfa536274e4a967369cfc.md5 new file mode 100644 index 00000000..430f1eef --- /dev/null +++ b/.godot/imported/preview.png-fffb64b5a80dfa536274e4a967369cfc.md5 @@ -0,0 +1,3 @@ +source_md5="339a68973789623ee83e483ebd8b8755" +dest_md5="2969777b11df7a144e6fffa4a8cbcd0e" + diff --git a/.godot/imported/preview_character.png-54f0625ad8281c635fea35a4930d95b6.ctex b/.godot/imported/preview_character.png-54f0625ad8281c635fea35a4930d95b6.ctex new file mode 100644 index 00000000..0dad754d Binary files /dev/null and b/.godot/imported/preview_character.png-54f0625ad8281c635fea35a4930d95b6.ctex differ diff --git a/.godot/imported/preview_character.png-54f0625ad8281c635fea35a4930d95b6.md5 b/.godot/imported/preview_character.png-54f0625ad8281c635fea35a4930d95b6.md5 new file mode 100644 index 00000000..5c5299b0 --- /dev/null +++ b/.godot/imported/preview_character.png-54f0625ad8281c635fea35a4930d95b6.md5 @@ -0,0 +1,3 @@ +source_md5="89cf37cd7bb5c97d1c445fa8d5c3dc36" +dest_md5="4961c9856b9d41b4a68b1d1a80cc40dc" + diff --git a/.godot/imported/preview_character_speaker.png-c0667c648e2901adcbe8bf93ddda7f06.ctex b/.godot/imported/preview_character_speaker.png-c0667c648e2901adcbe8bf93ddda7f06.ctex new file mode 100644 index 00000000..4b2cf137 Binary files /dev/null and b/.godot/imported/preview_character_speaker.png-c0667c648e2901adcbe8bf93ddda7f06.ctex differ diff --git a/.godot/imported/preview_character_speaker.png-c0667c648e2901adcbe8bf93ddda7f06.md5 b/.godot/imported/preview_character_speaker.png-c0667c648e2901adcbe8bf93ddda7f06.md5 new file mode 100644 index 00000000..1f3b0671 --- /dev/null +++ b/.godot/imported/preview_character_speaker.png-c0667c648e2901adcbe8bf93ddda7f06.md5 @@ -0,0 +1,3 @@ +source_md5="0032c6f5366e34f69331acf78307eed8" +dest_md5="1964cad018f861ef345c8d583e339fe0" + diff --git a/.godot/imported/princess_blank.png-fb2f5b52f38dc68c3bb1b4bf7bd4d155.ctex b/.godot/imported/princess_blank.png-fb2f5b52f38dc68c3bb1b4bf7bd4d155.ctex new file mode 100644 index 00000000..37a3f42e Binary files /dev/null and b/.godot/imported/princess_blank.png-fb2f5b52f38dc68c3bb1b4bf7bd4d155.ctex differ diff --git a/.godot/imported/princess_blank.png-fb2f5b52f38dc68c3bb1b4bf7bd4d155.md5 b/.godot/imported/princess_blank.png-fb2f5b52f38dc68c3bb1b4bf7bd4d155.md5 new file mode 100644 index 00000000..cc8ed006 --- /dev/null +++ b/.godot/imported/princess_blank.png-fb2f5b52f38dc68c3bb1b4bf7bd4d155.md5 @@ -0,0 +1,3 @@ +source_md5="2ec819445878c61d1905b829e58141b6" +dest_md5="2d572b60d1e5460f5b7569725d474208" + diff --git a/.godot/imported/question.svg-e8715956b6df35b64adef0a9d414d62b.ctex b/.godot/imported/question.svg-e8715956b6df35b64adef0a9d414d62b.ctex new file mode 100644 index 00000000..f40ce4fc Binary files /dev/null and b/.godot/imported/question.svg-e8715956b6df35b64adef0a9d414d62b.ctex differ diff --git a/.godot/imported/question.svg-e8715956b6df35b64adef0a9d414d62b.md5 b/.godot/imported/question.svg-e8715956b6df35b64adef0a9d414d62b.md5 new file mode 100644 index 00000000..cd22eddf --- /dev/null +++ b/.godot/imported/question.svg-e8715956b6df35b64adef0a9d414d62b.md5 @@ -0,0 +1,3 @@ +source_md5="9a170014c1483b88da333108c15b1b82" +dest_md5="685bb6305c46d339861dad970abc31a7" + diff --git a/.godot/imported/raft-2c98b38360650f9653f91ea9247b4101.bin b/.godot/imported/raft-2c98b38360650f9653f91ea9247b4101.bin new file mode 100644 index 00000000..402d5a25 Binary files /dev/null and b/.godot/imported/raft-2c98b38360650f9653f91ea9247b4101.bin differ diff --git a/.godot/imported/raft-2c98b38360650f9653f91ea9247b4101.gltf b/.godot/imported/raft-2c98b38360650f9653f91ea9247b4101.gltf new file mode 100644 index 00000000..313ceafd --- /dev/null +++ b/.godot/imported/raft-2c98b38360650f9653f91ea9247b4101.gltf @@ -0,0 +1,838 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":54351.41306588226, + "type":"point", + "name":"Light" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Light", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.358891487121582, + 4.958309173583984, + 6.925790786743164 + ] + }, + { + "mesh":0, + "name":"Cylinder", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 0.1391819268465042, + 0, + 0 + ] + }, + { + "mesh":1, + "name":"Cylinder.001", + "rotation":[ + 0.667732298374176, + 0.247933492064476, + 0.23467805981636047, + 0.6615050435066223 + ], + "translation":[ + 0.40171605348587036, + 0, + 0 + ] + }, + { + "mesh":2, + "name":"Cylinder.002", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 0.7554576992988586, + 0, + 0 + ] + }, + { + "mesh":3, + "name":"Cylinder.003", + "rotation":[ + 0.4399608075618744, + -0.5594330430030823, + -0.5528618693351746, + 0.43337389826774597 + ], + "translation":[ + 1.0721206665039062, + 0, + 0 + ] + }, + { + "mesh":4, + "name":"Cylinder.004", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 1.3232544660568237, + 0, + 0 + ] + }, + { + "mesh":5, + "name":"Cylinder.005", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 2.627760648727417, + 0, + 0 + ] + }, + { + "mesh":6, + "name":"Cylinder.006", + "rotation":[ + 0.4399608075618744, + -0.5594330430030823, + -0.5528618693351746, + 0.43337389826774597 + ], + "translation":[ + 2.3313939571380615, + 0, + 0 + ] + }, + { + "mesh":7, + "name":"Cylinder.007", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 1.9697651863098145, + 0, + 0 + ] + }, + { + "mesh":8, + "name":"Cylinder.008", + "rotation":[ + 0.667732298374176, + 0.247933492064476, + 0.23467805981636047, + 0.6615050435066223 + ], + "translation":[ + 1.6211259365081787, + 0, + 0 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.39959652046304894, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material.006", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":0 + }, + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cylinder", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.001", + "primitives":[ + { + "attributes":{ + "POSITION":4, + "NORMAL":5, + "TEXCOORD_0":6 + }, + "indices":7, + "material":0 + } + ] + }, + { + "name":"Cylinder.002", + "primitives":[ + { + "attributes":{ + "POSITION":8, + "NORMAL":9, + "TEXCOORD_0":10 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.003", + "primitives":[ + { + "attributes":{ + "POSITION":11, + "NORMAL":12, + "TEXCOORD_0":13 + }, + "indices":7, + "material":0 + } + ] + }, + { + "name":"Cylinder.004", + "primitives":[ + { + "attributes":{ + "POSITION":14, + "NORMAL":15, + "TEXCOORD_0":16 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.005", + "primitives":[ + { + "attributes":{ + "POSITION":17, + "NORMAL":18, + "TEXCOORD_0":19 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.006", + "primitives":[ + { + "attributes":{ + "POSITION":20, + "NORMAL":21, + "TEXCOORD_0":22 + }, + "indices":7, + "material":0 + } + ] + }, + { + "name":"Cylinder.007", + "primitives":[ + { + "attributes":{ + "POSITION":23, + "NORMAL":24, + "TEXCOORD_0":25 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.008", + "primitives":[ + { + "attributes":{ + "POSITION":26, + "NORMAL":27, + "TEXCOORD_0":28 + }, + "indices":7, + "material":0 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + } + ], + "images":[ + { + "mimeType":"image/jpeg", + "name":"stick.jpeg", + "uri":"../../src/map/overworld/Textures/kenney_prototype-textures/stick.jpeg" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5123, + "count":426, + "type":"SCALAR" + }, + { + "bufferView":4, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":368, + "type":"VEC2" + }, + { + "bufferView":7, + "componentType":5123, + "count":426, + "type":"SCALAR" + }, + { + "bufferView":8, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":9, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":11, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":12, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":13, + "componentType":5126, + "count":368, + "type":"VEC2" + }, + { + "bufferView":14, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":15, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":17, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":18, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":19, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":20, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":21, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":22, + "componentType":5126, + "count":368, + "type":"VEC2" + }, + { + "bufferView":23, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":24, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":25, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":26, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":27, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":28, + "componentType":5126, + "count":368, + "type":"VEC2" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":4464, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":4464, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":8928, + "target":34962 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":11904, + "target":34963 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":12756, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":17172, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":21588, + "target":34962 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":24532, + "target":34963 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":25384, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":29848, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":34312, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":37288, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":41704, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":46120, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":49064, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":53528, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":57992, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":60968, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":65432, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":69896, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":72872, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":77288, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":81704, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":84648, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":89112, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":93576, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":96552, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":100968, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":105384, + "target":34962 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + } + ], + "buffers":[ + { + "byteLength":108328, + "uri":"raft-2c98b38360650f9653f91ea9247b4101.bin" + } + ] +} diff --git a/.godot/imported/raft-e3f08faad8e4298999a47ed827026ab1.bin b/.godot/imported/raft-e3f08faad8e4298999a47ed827026ab1.bin new file mode 100644 index 00000000..402d5a25 Binary files /dev/null and b/.godot/imported/raft-e3f08faad8e4298999a47ed827026ab1.bin differ diff --git a/.godot/imported/raft-e3f08faad8e4298999a47ed827026ab1.gltf b/.godot/imported/raft-e3f08faad8e4298999a47ed827026ab1.gltf new file mode 100644 index 00000000..90b96422 --- /dev/null +++ b/.godot/imported/raft-e3f08faad8e4298999a47ed827026ab1.gltf @@ -0,0 +1,838 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":54351.41306588226, + "type":"point", + "name":"Light" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Light", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.358891487121582, + 4.958309173583984, + 6.925790786743164 + ] + }, + { + "mesh":0, + "name":"Cylinder", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 0.1391819268465042, + 0, + 0 + ] + }, + { + "mesh":1, + "name":"Cylinder.001", + "rotation":[ + 0.667732298374176, + 0.247933492064476, + 0.23467805981636047, + 0.6615050435066223 + ], + "translation":[ + 0.40171605348587036, + 0, + 0 + ] + }, + { + "mesh":2, + "name":"Cylinder.002", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 0.7554576992988586, + 0, + 0 + ] + }, + { + "mesh":3, + "name":"Cylinder.003", + "rotation":[ + 0.4399608075618744, + -0.5594330430030823, + -0.5528618693351746, + 0.43337389826774597 + ], + "translation":[ + 1.0721206665039062, + 0, + 0 + ] + }, + { + "mesh":4, + "name":"Cylinder.004", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 1.3232544660568237, + 0, + 0 + ] + }, + { + "mesh":5, + "name":"Cylinder.005", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 2.627760648727417, + 0, + 0 + ] + }, + { + "mesh":6, + "name":"Cylinder.006", + "rotation":[ + 0.4399608075618744, + -0.5594330430030823, + -0.5528618693351746, + 0.43337389826774597 + ], + "translation":[ + 2.3313939571380615, + 0, + 0 + ] + }, + { + "mesh":7, + "name":"Cylinder.007", + "rotation":[ + 0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 1.9697651863098145, + 0, + 0 + ] + }, + { + "mesh":8, + "name":"Cylinder.008", + "rotation":[ + 0.667732298374176, + 0.247933492064476, + 0.23467805981636047, + 0.6615050435066223 + ], + "translation":[ + 1.6211259365081787, + 0, + 0 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.39959652046304894, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material.006", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":0 + }, + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cylinder", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.001", + "primitives":[ + { + "attributes":{ + "POSITION":4, + "NORMAL":5, + "TEXCOORD_0":6 + }, + "indices":7, + "material":0 + } + ] + }, + { + "name":"Cylinder.002", + "primitives":[ + { + "attributes":{ + "POSITION":8, + "NORMAL":9, + "TEXCOORD_0":10 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.003", + "primitives":[ + { + "attributes":{ + "POSITION":11, + "NORMAL":12, + "TEXCOORD_0":13 + }, + "indices":7, + "material":0 + } + ] + }, + { + "name":"Cylinder.004", + "primitives":[ + { + "attributes":{ + "POSITION":14, + "NORMAL":15, + "TEXCOORD_0":16 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.005", + "primitives":[ + { + "attributes":{ + "POSITION":17, + "NORMAL":18, + "TEXCOORD_0":19 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.006", + "primitives":[ + { + "attributes":{ + "POSITION":20, + "NORMAL":21, + "TEXCOORD_0":22 + }, + "indices":7, + "material":0 + } + ] + }, + { + "name":"Cylinder.007", + "primitives":[ + { + "attributes":{ + "POSITION":23, + "NORMAL":24, + "TEXCOORD_0":25 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.008", + "primitives":[ + { + "attributes":{ + "POSITION":26, + "NORMAL":27, + "TEXCOORD_0":28 + }, + "indices":7, + "material":0 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + } + ], + "images":[ + { + "mimeType":"image/jpeg", + "name":"stick.jpeg", + "uri":"../../src/map/SeanResources/Textures/kenney_prototype-textures/stick.jpeg" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5123, + "count":426, + "type":"SCALAR" + }, + { + "bufferView":4, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":368, + "type":"VEC2" + }, + { + "bufferView":7, + "componentType":5123, + "count":426, + "type":"SCALAR" + }, + { + "bufferView":8, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":9, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":11, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":12, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":13, + "componentType":5126, + "count":368, + "type":"VEC2" + }, + { + "bufferView":14, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":15, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":17, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":18, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":19, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":20, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":21, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":22, + "componentType":5126, + "count":368, + "type":"VEC2" + }, + { + "bufferView":23, + "componentType":5126, + "count":372, + "max":[ + 0.1483619660139084, + 6.629031658172607, + 0.09673397243022919 + ], + "min":[ + -0.18499334156513214, + -0.01328333280980587, + -0.09984726458787918 + ], + "type":"VEC3" + }, + { + "bufferView":24, + "componentType":5126, + "count":372, + "type":"VEC3" + }, + { + "bufferView":25, + "componentType":5126, + "count":372, + "type":"VEC2" + }, + { + "bufferView":26, + "componentType":5126, + "count":368, + "max":[ + 0.22972938418388367, + 6.629032135009766, + 0.19579584896564484 + ], + "min":[ + -0.3168380856513977, + -0.013283764012157917, + -0.21937963366508484 + ], + "type":"VEC3" + }, + { + "bufferView":27, + "componentType":5126, + "count":368, + "type":"VEC3" + }, + { + "bufferView":28, + "componentType":5126, + "count":368, + "type":"VEC2" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":4464, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":4464, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":8928, + "target":34962 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":11904, + "target":34963 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":12756, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":17172, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":21588, + "target":34962 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":24532, + "target":34963 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":25384, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":29848, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":34312, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":37288, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":41704, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":46120, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":49064, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":53528, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":57992, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":60968, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":65432, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":69896, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":72872, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":77288, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":81704, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":84648, + "target":34962 + }, + { + "buffer":0, + "byteLength":4464, + "byteOffset":89112, + "target":34962 + }, + { + "buffer":0, + "byteLength":2976, + "byteOffset":93576, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":96552, + "target":34962 + }, + { + "buffer":0, + "byteLength":4416, + "byteOffset":100968, + "target":34962 + }, + { + "buffer":0, + "byteLength":2944, + "byteOffset":105384, + "target":34962 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + } + ], + "buffers":[ + { + "byteLength":108328, + "uri":"raft-e3f08faad8e4298999a47ed827026ab1.bin" + } + ] +} diff --git a/.godot/imported/raft.blend-2c98b38360650f9653f91ea9247b4101.md5 b/.godot/imported/raft.blend-2c98b38360650f9653f91ea9247b4101.md5 new file mode 100644 index 00000000..75da0ce4 --- /dev/null +++ b/.godot/imported/raft.blend-2c98b38360650f9653f91ea9247b4101.md5 @@ -0,0 +1,3 @@ +source_md5="d2719aa4a8d9cc07a26e79112fb7f164" +dest_md5="1043461d6e89e78cabdf648f85ad9501" + diff --git a/.godot/imported/raft.blend-2c98b38360650f9653f91ea9247b4101.scn b/.godot/imported/raft.blend-2c98b38360650f9653f91ea9247b4101.scn new file mode 100644 index 00000000..c7c5b22f Binary files /dev/null and b/.godot/imported/raft.blend-2c98b38360650f9653f91ea9247b4101.scn differ diff --git a/.godot/imported/raft.blend-e3f08faad8e4298999a47ed827026ab1.md5 b/.godot/imported/raft.blend-e3f08faad8e4298999a47ed827026ab1.md5 new file mode 100644 index 00000000..4b597fd9 --- /dev/null +++ b/.godot/imported/raft.blend-e3f08faad8e4298999a47ed827026ab1.md5 @@ -0,0 +1,3 @@ +source_md5="d2719aa4a8d9cc07a26e79112fb7f164" +dest_md5="f48424eea3c56807592a6e358ad8ebc1" + diff --git a/.godot/imported/raft.blend-e3f08faad8e4298999a47ed827026ab1.scn b/.godot/imported/raft.blend-e3f08faad8e4298999a47ed827026ab1.scn new file mode 100644 index 00000000..04df7a07 Binary files /dev/null and b/.godot/imported/raft.blend-e3f08faad8e4298999a47ed827026ab1.scn differ diff --git a/.godot/imported/raft.obj-043dcb29a245908cfea0a95347a8ad8b.md5 b/.godot/imported/raft.obj-043dcb29a245908cfea0a95347a8ad8b.md5 new file mode 100644 index 00000000..4273a914 --- /dev/null +++ b/.godot/imported/raft.obj-043dcb29a245908cfea0a95347a8ad8b.md5 @@ -0,0 +1,3 @@ +source_md5="067d4ca14830772bf6ea8650a9a2562d" +dest_md5="6e8029a59e9fe5ed4ac48f31747c8160" + diff --git a/.godot/imported/raft.obj-043dcb29a245908cfea0a95347a8ad8b.mesh b/.godot/imported/raft.obj-043dcb29a245908cfea0a95347a8ad8b.mesh new file mode 100644 index 00000000..512df373 Binary files /dev/null and b/.godot/imported/raft.obj-043dcb29a245908cfea0a95347a8ad8b.mesh differ diff --git a/.godot/imported/raft.obj-740340cd383da379e548113ce036a62f.md5 b/.godot/imported/raft.obj-740340cd383da379e548113ce036a62f.md5 new file mode 100644 index 00000000..92da3e24 --- /dev/null +++ b/.godot/imported/raft.obj-740340cd383da379e548113ce036a62f.md5 @@ -0,0 +1,3 @@ +source_md5="067d4ca14830772bf6ea8650a9a2562d" +dest_md5="f399e4a0c450af5c917753d167185794" + diff --git a/.godot/imported/raft.obj-740340cd383da379e548113ce036a62f.mesh b/.godot/imported/raft.obj-740340cd383da379e548113ce036a62f.mesh new file mode 100644 index 00000000..636a1e7f Binary files /dev/null and b/.godot/imported/raft.obj-740340cd383da379e548113ce036a62f.mesh differ diff --git a/.godot/imported/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.md5 b/.godot/imported/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.md5 new file mode 100644 index 00000000..3fe8cedc --- /dev/null +++ b/.godot/imported/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.md5 @@ -0,0 +1,3 @@ +source_md5="8629e091f437f3374827a3acb004883d" +dest_md5="ca22e2e134bb8604e32d2372c270d1ee" + diff --git a/.godot/imported/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.tres b/.godot/imported/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.tres new file mode 100644 index 00000000..1109dba0 --- /dev/null +++ b/.godot/imported/ratdialogue.dialogue-44b9fe9da69f8da8a6bfdeb5429ef4a3.tres @@ -0,0 +1,337 @@ +[gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3] + +[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_5qsh7"] + +[resource] +script = ExtResource("1_5qsh7") +using_states = PackedStringArray() +titles = { +"B1": "21", +"B2": "27", +"B3": "33", +"B4": "38", +"B5": "42", +"general": "13", +"hit": "46", +"introduction": "3" +} +character_names = PackedStringArray("Royal Rat Princep, Tekohcyo") +first_title = "3" +lines = { +"1": { +"id": "1", +"next_id": "3", +"text": "introduction", +"type": &"title" +}, +"10": { +"id": "10", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"12": { +"id": "12", +"next_id": "13", +"text": "general", +"type": &"title" +}, +"13": { +"id": "13", +"is_snippet": false, +"next_id": "21", +"siblings": [{ +"id": "13", +"weight": 1.0 +}, { +"id": "14", +"weight": 1.0 +}, { +"id": "15", +"weight": 1.0 +}, { +"id": "16", +"weight": 1.0 +}, { +"id": "17", +"weight": 1.0 +}], +"type": &"goto" +}, +"14": { +"id": "14", +"is_snippet": false, +"next_id": "27", +"type": &"goto" +}, +"15": { +"id": "15", +"is_snippet": false, +"next_id": "33", +"type": &"goto" +}, +"16": { +"id": "16", +"is_snippet": false, +"next_id": "38", +"type": &"goto" +}, +"17": { +"id": "17", +"is_snippet": false, +"next_id": "42", +"type": &"goto" +}, +"18": { +"id": "18", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"20": { +"id": "20", +"next_id": "21", +"text": "B1", +"type": &"title" +}, +"21": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "21", +"next_id": "24", +"notes": "", +"tags": PackedStringArray(), +"text": "It became too much to bear, imagining what secrets they spoke within the walls. +The Goddess could change their hearts… +At least, it is what I dreamed of.", +"text_replacements": Array[Dictionary]([]), +"translation_key": "It became too much to bear, imagining what secrets they spoke within the walls. +The Goddess could change their hearts… +At least, it is what I dreamed of.", +"type": &"dialogue" +}, +"24": { +"id": "24", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"26": { +"id": "26", +"next_id": "27", +"text": "B2", +"type": &"title" +}, +"27": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "27", +"next_id": "30", +"notes": "", +"tags": PackedStringArray(), +"text": "I knew the Tower would save me. When it showed itself to me, I felt a hope I hadn’t felt since I was a child. +Though it must have been a false hope in those days. What despairs did I possibly have to define that hope by? +I was surrounded by love and play. The ideal environment for all living creatures.", +"text_replacements": Array[Dictionary]([]), +"translation_key": "I knew the Tower would save me. When it showed itself to me, I felt a hope I hadn’t felt since I was a child. +Though it must have been a false hope in those days. What despairs did I possibly have to define that hope by? +I was surrounded by love and play. The ideal environment for all living creatures.", +"type": &"dialogue" +}, +"3": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "3", +"next_id": "5", +"notes": "", +"tags": PackedStringArray(), +"text": "I do not know thee but I perceive thine sorrows vividly, +for I am embraced by their brethren.", +"text_replacements": Array[Dictionary]([]), +"translation_key": "I do not know thee but I perceive thine sorrows vividly, +for I am embraced by their brethren.", +"type": &"dialogue" +}, +"30": { +"id": "30", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"32": { +"id": "32", +"next_id": "33", +"text": "B3", +"type": &"title" +}, +"33": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "33", +"next_id": "35", +"notes": "", +"tags": PackedStringArray(), +"text": "Though I am fearful of what my resolve could lead me to, I have yet to step foot in the audience chamber at the top. +The thousand hands of the tower have always placed me gently where I fell, where I wished, and where I appear before you...", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Though I am fearful of what my resolve could lead me to, I have yet to step foot in the audience chamber at the top. +The thousand hands of the tower have always placed me gently where I fell, where I wished, and where I appear before you...", +"type": &"dialogue" +}, +"35": { +"id": "35", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"37": { +"id": "37", +"next_id": "38", +"text": "B4", +"type": &"title" +}, +"38": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "38", +"next_id": "39", +"notes": "", +"tags": PackedStringArray(), +"text": "Is it my own heart that needs to change, or the subjects around me?", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Is it my own heart that needs to change, or the subjects around me?", +"type": &"dialogue" +}, +"39": { +"id": "39", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"41": { +"id": "41", +"next_id": "42", +"text": "B5", +"type": &"title" +}, +"42": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "42", +"next_id": "43", +"notes": "", +"tags": PackedStringArray(), +"text": "The walls of the Tower may deceive you.", +"text_replacements": Array[Dictionary]([]), +"translation_key": "The walls of the Tower may deceive you.", +"type": &"dialogue" +}, +"43": { +"id": "43", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"45": { +"id": "45", +"next_id": "46", +"text": "hit", +"type": &"title" +}, +"46": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "46", +"next_id": "47", +"notes": "", +"tags": PackedStringArray(), +"text": "I suppose in the end, any end is, relievingly, an end.", +"text_replacements": Array[Dictionary]([]), +"translation_key": "I suppose in the end, any end is, relievingly, an end.", +"type": &"dialogue" +}, +"47": { +"id": "47", +"is_snippet": false, +"next_id": "end", +"type": &"goto" +}, +"5": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "5", +"next_id": "7", +"notes": "", +"tags": PackedStringArray(), +"text": "Though it be in mind only, I am traitor to mine country and family. +But a plague on the mind is a plague on one's world is it not?", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Though it be in mind only, I am traitor to mine country and family. +But a plague on the mind is a plague on one's world is it not?", +"type": &"dialogue" +}, +"7": { +"character": "Royal Rat Princep, Tekohcyo", +"character_replacements": Array[Dictionary]([]), +"id": "7", +"next_id": "10", +"notes": "", +"tags": PackedStringArray(), +"text": "Alas, the tower has rejected me, so here I reside. +Unable to return home, but unable to climb it.", +"text_replacements": Array[Dictionary]([]), +"translation_key": "Alas, the tower has rejected me, so here I reside. +Unable to return home, but unable to climb it.", +"type": &"dialogue" +} +} +raw_text = "~ introduction + +Royal Rat Princep, Tekohcyo: I do not know thee but I perceive thine sorrows vividly, + for I am embraced by their brethren. +Royal Rat Princep, Tekohcyo: Though it be in mind only, I am traitor to mine country and family. + But a plague on the mind is a plague on one's world is it not? +Royal Rat Princep, Tekohcyo: Alas, the tower has rejected me, so here I reside. + Unable to return home, but unable to climb it. + +=> END + +~ general +% => B1 +% => B2 +% => B3 +% => B4 +% => B5 +=> END + +~ B1 +Royal Rat Princep, Tekohcyo: It became too much to bear, imagining what secrets they spoke within the walls. + The Goddess could change their hearts… + At least, it is what I dreamed of. +=> END + +~ B2 +Royal Rat Princep, Tekohcyo: I knew the Tower would save me. When it showed itself to me, I felt a hope I hadn’t felt since I was a child. + Though it must have been a false hope in those days. What despairs did I possibly have to define that hope by? + I was surrounded by love and play. The ideal environment for all living creatures. +=> END + +~ B3 +Royal Rat Princep, Tekohcyo: Though I am fearful of what my resolve could lead me to, I have yet to step foot in the audience chamber at the top. + The thousand hands of the tower have always placed me gently where I fell, where I wished, and where I appear before you... +=> END + +~ B4 +Royal Rat Princep, Tekohcyo: Is it my own heart that needs to change, or the subjects around me? +=> END + +~ B5 +Royal Rat Princep, Tekohcyo: The walls of the Tower may deceive you. +=> END + +~ hit +Royal Rat Princep, Tekohcyo: I suppose in the end, any end is, relievingly, an end. +=> END + +" +metadata/dialogue_manager_version = "2.41.4" diff --git a/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.ctex b/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.ctex new file mode 100644 index 00000000..f258eca4 Binary files /dev/null and b/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.ctex differ diff --git a/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.editor.ctex b/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.editor.ctex new file mode 100644 index 00000000..f258eca4 Binary files /dev/null and b/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.editor.ctex differ diff --git a/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.md5 b/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.md5 new file mode 100644 index 00000000..aa82897d --- /dev/null +++ b/.godot/imported/responses_menu.svg-87cf63ca685d53616205049572f4eb8f.md5 @@ -0,0 +1,3 @@ +source_md5="1e7aed9fa4932e94c0480d93c3fa62e7" +dest_md5="917352163b04f44f32ae01f93a6e9e6c" + diff --git a/.godot/imported/rock.png-81ea409133a1eaa0e4c552f470d9dcf1.ctex b/.godot/imported/rock.png-81ea409133a1eaa0e4c552f470d9dcf1.ctex new file mode 100644 index 00000000..4c5063f6 Binary files /dev/null and b/.godot/imported/rock.png-81ea409133a1eaa0e4c552f470d9dcf1.ctex differ diff --git a/.godot/imported/rock.png-81ea409133a1eaa0e4c552f470d9dcf1.md5 b/.godot/imported/rock.png-81ea409133a1eaa0e4c552f470d9dcf1.md5 new file mode 100644 index 00000000..2b7b48cb --- /dev/null +++ b/.godot/imported/rock.png-81ea409133a1eaa0e4c552f470d9dcf1.md5 @@ -0,0 +1,3 @@ +source_md5="0fa196520733ec1c46b546b0b7d41d8f" +dest_md5="624edb7d7746d73d10f779278a9a9b78" + diff --git a/.godot/imported/rock2.png-75f3e5eb3df068add9acb9f56615fb10.ctex b/.godot/imported/rock2.png-75f3e5eb3df068add9acb9f56615fb10.ctex new file mode 100644 index 00000000..0310552b Binary files /dev/null and b/.godot/imported/rock2.png-75f3e5eb3df068add9acb9f56615fb10.ctex differ diff --git a/.godot/imported/rock2.png-75f3e5eb3df068add9acb9f56615fb10.md5 b/.godot/imported/rock2.png-75f3e5eb3df068add9acb9f56615fb10.md5 new file mode 100644 index 00000000..3bf3324c --- /dev/null +++ b/.godot/imported/rock2.png-75f3e5eb3df068add9acb9f56615fb10.md5 @@ -0,0 +1,3 @@ +source_md5="7e845e33b59a4b1e42171b178069cfc8" +dest_md5="69f187d55a3cf9060d2377a319614abe" + diff --git a/.godot/imported/rock_0005_color_1k.jpg-3f988f8db6f1cf25025fe94457e17d98.ctex b/.godot/imported/rock_0005_color_1k.jpg-3f988f8db6f1cf25025fe94457e17d98.ctex new file mode 100644 index 00000000..df630f4d Binary files /dev/null and b/.godot/imported/rock_0005_color_1k.jpg-3f988f8db6f1cf25025fe94457e17d98.ctex differ diff --git a/.godot/imported/rock_0005_color_1k.jpg-3f988f8db6f1cf25025fe94457e17d98.md5 b/.godot/imported/rock_0005_color_1k.jpg-3f988f8db6f1cf25025fe94457e17d98.md5 new file mode 100644 index 00000000..96bbf8cd --- /dev/null +++ b/.godot/imported/rock_0005_color_1k.jpg-3f988f8db6f1cf25025fe94457e17d98.md5 @@ -0,0 +1,3 @@ +source_md5="d2229e3fd5a6c15013592addb5fb5145" +dest_md5="664d68f8ecc72aba0378b258f3b7f272" + diff --git a/.godot/imported/rock_0005_color_1k.jpg-a3fd01a9b093b56206c0b3c8378af4cc.ctex b/.godot/imported/rock_0005_color_1k.jpg-a3fd01a9b093b56206c0b3c8378af4cc.ctex new file mode 100644 index 00000000..df630f4d Binary files /dev/null and b/.godot/imported/rock_0005_color_1k.jpg-a3fd01a9b093b56206c0b3c8378af4cc.ctex differ diff --git a/.godot/imported/rock_0005_color_1k.jpg-a3fd01a9b093b56206c0b3c8378af4cc.md5 b/.godot/imported/rock_0005_color_1k.jpg-a3fd01a9b093b56206c0b3c8378af4cc.md5 new file mode 100644 index 00000000..96bbf8cd --- /dev/null +++ b/.godot/imported/rock_0005_color_1k.jpg-a3fd01a9b093b56206c0b3c8378af4cc.md5 @@ -0,0 +1,3 @@ +source_md5="d2229e3fd5a6c15013592addb5fb5145" +dest_md5="664d68f8ecc72aba0378b258f3b7f272" + diff --git a/.godot/imported/rpg_box.webp-6ea0804b52e01599dbc94ffacc31d433.ctex b/.godot/imported/rpg_box.webp-6ea0804b52e01599dbc94ffacc31d433.ctex new file mode 100644 index 00000000..b29cfaa5 Binary files /dev/null and b/.godot/imported/rpg_box.webp-6ea0804b52e01599dbc94ffacc31d433.ctex differ diff --git a/.godot/imported/rpg_box.webp-6ea0804b52e01599dbc94ffacc31d433.md5 b/.godot/imported/rpg_box.webp-6ea0804b52e01599dbc94ffacc31d433.md5 new file mode 100644 index 00000000..3881c709 --- /dev/null +++ b/.godot/imported/rpg_box.webp-6ea0804b52e01599dbc94ffacc31d433.md5 @@ -0,0 +1,3 @@ +source_md5="8b2627754c7b97f1127a12dcc931d12a" +dest_md5="4e993a19415c4235dd4663ae28f744e8" + diff --git a/.godot/imported/save-icon.svg-c1c4c7c762fbbb1d60a352823ed4a7b3.ctex b/.godot/imported/save-icon.svg-c1c4c7c762fbbb1d60a352823ed4a7b3.ctex new file mode 100644 index 00000000..a8147850 Binary files /dev/null and b/.godot/imported/save-icon.svg-c1c4c7c762fbbb1d60a352823ed4a7b3.ctex differ diff --git a/.godot/imported/save-icon.svg-c1c4c7c762fbbb1d60a352823ed4a7b3.md5 b/.godot/imported/save-icon.svg-c1c4c7c762fbbb1d60a352823ed4a7b3.md5 new file mode 100644 index 00000000..e808d0ca --- /dev/null +++ b/.godot/imported/save-icon.svg-c1c4c7c762fbbb1d60a352823ed4a7b3.md5 @@ -0,0 +1,3 @@ +source_md5="69e05be0b2e8152493eacc137be4e87e" +dest_md5="ffd424e2651cc126c047607c339d39bf" + diff --git a/.godot/imported/sealing rod.PNG-4b6f479656dc98395fbaa74abf404389.ctex b/.godot/imported/sealing rod.PNG-4b6f479656dc98395fbaa74abf404389.ctex new file mode 100644 index 00000000..8ed44acc Binary files /dev/null and b/.godot/imported/sealing rod.PNG-4b6f479656dc98395fbaa74abf404389.ctex differ diff --git a/.godot/imported/sealing rod.PNG-4b6f479656dc98395fbaa74abf404389.md5 b/.godot/imported/sealing rod.PNG-4b6f479656dc98395fbaa74abf404389.md5 new file mode 100644 index 00000000..774d811c --- /dev/null +++ b/.godot/imported/sealing rod.PNG-4b6f479656dc98395fbaa74abf404389.md5 @@ -0,0 +1,3 @@ +source_md5="fce617668ccb7996d24f4a5d7309a586" +dest_md5="50f20a781cb2610676d710ca758aa981" + diff --git a/.godot/imported/set-glossary.svg-4d41f2a240341526674b450e964b979b.ctex b/.godot/imported/set-glossary.svg-4d41f2a240341526674b450e964b979b.ctex new file mode 100644 index 00000000..696e16ea Binary files /dev/null and b/.godot/imported/set-glossary.svg-4d41f2a240341526674b450e964b979b.ctex differ diff --git a/.godot/imported/set-glossary.svg-4d41f2a240341526674b450e964b979b.md5 b/.godot/imported/set-glossary.svg-4d41f2a240341526674b450e964b979b.md5 new file mode 100644 index 00000000..e1076981 --- /dev/null +++ b/.godot/imported/set-glossary.svg-4d41f2a240341526674b450e964b979b.md5 @@ -0,0 +1,3 @@ +source_md5="25c31e9bb8afe198824befa890acb2d6" +dest_md5="5a92e5966e15e451e0bb9c7cc1c876b8" + diff --git a/.godot/imported/set-theme.svg-1d90327d314f7032240973a0de491cbf.ctex b/.godot/imported/set-theme.svg-1d90327d314f7032240973a0de491cbf.ctex new file mode 100644 index 00000000..ea26033c Binary files /dev/null and b/.godot/imported/set-theme.svg-1d90327d314f7032240973a0de491cbf.ctex differ diff --git a/.godot/imported/set-theme.svg-1d90327d314f7032240973a0de491cbf.md5 b/.godot/imported/set-theme.svg-1d90327d314f7032240973a0de491cbf.md5 new file mode 100644 index 00000000..e0c2e81b --- /dev/null +++ b/.godot/imported/set-theme.svg-1d90327d314f7032240973a0de491cbf.md5 @@ -0,0 +1,3 @@ +source_md5="cf216848275880a1178ff46b087ca51d" +dest_md5="ca63d706537a8d629d82f0ce2afe0bf9" + diff --git a/.godot/imported/set-value.svg-6fb3742ed5c2df51d2350fc9d9c789b0.ctex b/.godot/imported/set-value.svg-6fb3742ed5c2df51d2350fc9d9c789b0.ctex new file mode 100644 index 00000000..07fe8af1 Binary files /dev/null and b/.godot/imported/set-value.svg-6fb3742ed5c2df51d2350fc9d9c789b0.ctex differ diff --git a/.godot/imported/set-value.svg-6fb3742ed5c2df51d2350fc9d9c789b0.md5 b/.godot/imported/set-value.svg-6fb3742ed5c2df51d2350fc9d9c789b0.md5 new file mode 100644 index 00000000..761748c6 --- /dev/null +++ b/.godot/imported/set-value.svg-6fb3742ed5c2df51d2350fc9d9c789b0.md5 @@ -0,0 +1,3 @@ +source_md5="5bb806d2b81bee08af33148f7b5946d8" +dest_md5="b84b21fb814a8a8f0c9174e352fd884c" + diff --git a/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.ctex b/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.ctex new file mode 100644 index 00000000..3114c87e Binary files /dev/null and b/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.ctex differ diff --git a/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.editor.ctex b/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.editor.ctex new file mode 100644 index 00000000..3114c87e Binary files /dev/null and b/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.editor.ctex differ diff --git a/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.md5 b/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.md5 new file mode 100644 index 00000000..314e2ff3 --- /dev/null +++ b/.godot/imported/set.svg-f100fad003be2285d5d0da5c58417203.md5 @@ -0,0 +1,3 @@ +source_md5="ed1bc19da3e89fc59672df24a72593e4" +dest_md5="4407a3c16cb9f67a26b81677e523128f" + diff --git a/.godot/imported/shock.png-8c83d26226ef9a4e882afabd3875355f.ctex b/.godot/imported/shock.png-8c83d26226ef9a4e882afabd3875355f.ctex new file mode 100644 index 00000000..64886929 Binary files /dev/null and b/.godot/imported/shock.png-8c83d26226ef9a4e882afabd3875355f.ctex differ diff --git a/.godot/imported/shock.png-8c83d26226ef9a4e882afabd3875355f.md5 b/.godot/imported/shock.png-8c83d26226ef9a4e882afabd3875355f.md5 new file mode 100644 index 00000000..3049e551 --- /dev/null +++ b/.godot/imported/shock.png-8c83d26226ef9a4e882afabd3875355f.md5 @@ -0,0 +1,3 @@ +source_md5="624dbd61ce61726f7d0c9b98b3e11acd" +dest_md5="07da5a804f57aae39a6a078549cb98b5" + diff --git a/.godot/imported/slash_0000_Classic_30.png-29bf4d1f49823b71f227d5df12819eb4.ctex b/.godot/imported/slash_0000_Classic_30.png-29bf4d1f49823b71f227d5df12819eb4.ctex new file mode 100644 index 00000000..7727d7cd Binary files /dev/null and b/.godot/imported/slash_0000_Classic_30.png-29bf4d1f49823b71f227d5df12819eb4.ctex differ diff --git a/.godot/imported/slash_0000_Classic_30.png-29bf4d1f49823b71f227d5df12819eb4.md5 b/.godot/imported/slash_0000_Classic_30.png-29bf4d1f49823b71f227d5df12819eb4.md5 new file mode 100644 index 00000000..cb1a14a1 --- /dev/null +++ b/.godot/imported/slash_0000_Classic_30.png-29bf4d1f49823b71f227d5df12819eb4.md5 @@ -0,0 +1,3 @@ +source_md5="2ea950e0a4491adcaec86266d7780a4d" +dest_md5="635171d791c6f0e24182f1f1f47ec586" + diff --git a/.godot/imported/slash_0000_Classic_30.png-2c428e005da5748673e1d7868aa6b18a.ctex b/.godot/imported/slash_0000_Classic_30.png-2c428e005da5748673e1d7868aa6b18a.ctex new file mode 100644 index 00000000..7727d7cd Binary files /dev/null and b/.godot/imported/slash_0000_Classic_30.png-2c428e005da5748673e1d7868aa6b18a.ctex differ diff --git a/.godot/imported/slash_0000_Classic_30.png-2c428e005da5748673e1d7868aa6b18a.md5 b/.godot/imported/slash_0000_Classic_30.png-2c428e005da5748673e1d7868aa6b18a.md5 new file mode 100644 index 00000000..cb1a14a1 --- /dev/null +++ b/.godot/imported/slash_0000_Classic_30.png-2c428e005da5748673e1d7868aa6b18a.md5 @@ -0,0 +1,3 @@ +source_md5="2ea950e0a4491adcaec86266d7780a4d" +dest_md5="635171d791c6f0e24182f1f1f47ec586" + diff --git a/.godot/imported/slash_0000_Classic_30.png-eacfa292c07792385483c362d52b6ee4.ctex b/.godot/imported/slash_0000_Classic_30.png-eacfa292c07792385483c362d52b6ee4.ctex new file mode 100644 index 00000000..7727d7cd Binary files /dev/null and b/.godot/imported/slash_0000_Classic_30.png-eacfa292c07792385483c362d52b6ee4.ctex differ diff --git a/.godot/imported/slash_0000_Classic_30.png-eacfa292c07792385483c362d52b6ee4.md5 b/.godot/imported/slash_0000_Classic_30.png-eacfa292c07792385483c362d52b6ee4.md5 new file mode 100644 index 00000000..cb1a14a1 --- /dev/null +++ b/.godot/imported/slash_0000_Classic_30.png-eacfa292c07792385483c362d52b6ee4.md5 @@ -0,0 +1,3 @@ +source_md5="2ea950e0a4491adcaec86266d7780a4d" +dest_md5="635171d791c6f0e24182f1f1f47ec586" + diff --git a/.godot/imported/slash_0001_Classic_29.png-3673010723601f8b6d22db47032b50c1.ctex b/.godot/imported/slash_0001_Classic_29.png-3673010723601f8b6d22db47032b50c1.ctex new file mode 100644 index 00000000..7e38be5c Binary files /dev/null and b/.godot/imported/slash_0001_Classic_29.png-3673010723601f8b6d22db47032b50c1.ctex differ diff --git a/.godot/imported/slash_0001_Classic_29.png-3673010723601f8b6d22db47032b50c1.md5 b/.godot/imported/slash_0001_Classic_29.png-3673010723601f8b6d22db47032b50c1.md5 new file mode 100644 index 00000000..43ac3a83 --- /dev/null +++ b/.godot/imported/slash_0001_Classic_29.png-3673010723601f8b6d22db47032b50c1.md5 @@ -0,0 +1,3 @@ +source_md5="44165d53f148a315c42af7552b6bfa56" +dest_md5="341700c6e0387b42deadece1b859a006" + diff --git a/.godot/imported/slash_0001_Classic_29.png-873f50b24aab76e39353bc85d2d112f9.ctex b/.godot/imported/slash_0001_Classic_29.png-873f50b24aab76e39353bc85d2d112f9.ctex new file mode 100644 index 00000000..7e38be5c Binary files /dev/null and b/.godot/imported/slash_0001_Classic_29.png-873f50b24aab76e39353bc85d2d112f9.ctex differ diff --git a/.godot/imported/slash_0001_Classic_29.png-873f50b24aab76e39353bc85d2d112f9.md5 b/.godot/imported/slash_0001_Classic_29.png-873f50b24aab76e39353bc85d2d112f9.md5 new file mode 100644 index 00000000..43ac3a83 --- /dev/null +++ b/.godot/imported/slash_0001_Classic_29.png-873f50b24aab76e39353bc85d2d112f9.md5 @@ -0,0 +1,3 @@ +source_md5="44165d53f148a315c42af7552b6bfa56" +dest_md5="341700c6e0387b42deadece1b859a006" + diff --git a/.godot/imported/slash_0001_Classic_29.png-8b6cb25db8f26faae8c794cbe9767b96.ctex b/.godot/imported/slash_0001_Classic_29.png-8b6cb25db8f26faae8c794cbe9767b96.ctex new file mode 100644 index 00000000..7e38be5c Binary files /dev/null and b/.godot/imported/slash_0001_Classic_29.png-8b6cb25db8f26faae8c794cbe9767b96.ctex differ diff --git a/.godot/imported/slash_0001_Classic_29.png-8b6cb25db8f26faae8c794cbe9767b96.md5 b/.godot/imported/slash_0001_Classic_29.png-8b6cb25db8f26faae8c794cbe9767b96.md5 new file mode 100644 index 00000000..43ac3a83 --- /dev/null +++ b/.godot/imported/slash_0001_Classic_29.png-8b6cb25db8f26faae8c794cbe9767b96.md5 @@ -0,0 +1,3 @@ +source_md5="44165d53f148a315c42af7552b6bfa56" +dest_md5="341700c6e0387b42deadece1b859a006" + diff --git a/.godot/imported/slash_0002_Classic_28.png-4e04a86162e517edc488454a4efd1ae0.ctex b/.godot/imported/slash_0002_Classic_28.png-4e04a86162e517edc488454a4efd1ae0.ctex new file mode 100644 index 00000000..c9821e7b Binary files /dev/null and b/.godot/imported/slash_0002_Classic_28.png-4e04a86162e517edc488454a4efd1ae0.ctex differ diff --git a/.godot/imported/slash_0002_Classic_28.png-4e04a86162e517edc488454a4efd1ae0.md5 b/.godot/imported/slash_0002_Classic_28.png-4e04a86162e517edc488454a4efd1ae0.md5 new file mode 100644 index 00000000..71651564 --- /dev/null +++ b/.godot/imported/slash_0002_Classic_28.png-4e04a86162e517edc488454a4efd1ae0.md5 @@ -0,0 +1,3 @@ +source_md5="2c9a2176d4da443056aa7eafe6a31853" +dest_md5="00b11e09b0993a895ad9841a624b8f65" + diff --git a/.godot/imported/slash_0002_Classic_28.png-597c35b28abcb81bd5ff794f73b0fdd0.ctex b/.godot/imported/slash_0002_Classic_28.png-597c35b28abcb81bd5ff794f73b0fdd0.ctex new file mode 100644 index 00000000..c9821e7b Binary files /dev/null and b/.godot/imported/slash_0002_Classic_28.png-597c35b28abcb81bd5ff794f73b0fdd0.ctex differ diff --git a/.godot/imported/slash_0002_Classic_28.png-597c35b28abcb81bd5ff794f73b0fdd0.md5 b/.godot/imported/slash_0002_Classic_28.png-597c35b28abcb81bd5ff794f73b0fdd0.md5 new file mode 100644 index 00000000..71651564 --- /dev/null +++ b/.godot/imported/slash_0002_Classic_28.png-597c35b28abcb81bd5ff794f73b0fdd0.md5 @@ -0,0 +1,3 @@ +source_md5="2c9a2176d4da443056aa7eafe6a31853" +dest_md5="00b11e09b0993a895ad9841a624b8f65" + diff --git a/.godot/imported/slash_0002_Classic_28.png-bc5f15dbf78e5c65f8a46c18ab17cb35.ctex b/.godot/imported/slash_0002_Classic_28.png-bc5f15dbf78e5c65f8a46c18ab17cb35.ctex new file mode 100644 index 00000000..c9821e7b Binary files /dev/null and b/.godot/imported/slash_0002_Classic_28.png-bc5f15dbf78e5c65f8a46c18ab17cb35.ctex differ diff --git a/.godot/imported/slash_0002_Classic_28.png-bc5f15dbf78e5c65f8a46c18ab17cb35.md5 b/.godot/imported/slash_0002_Classic_28.png-bc5f15dbf78e5c65f8a46c18ab17cb35.md5 new file mode 100644 index 00000000..71651564 --- /dev/null +++ b/.godot/imported/slash_0002_Classic_28.png-bc5f15dbf78e5c65f8a46c18ab17cb35.md5 @@ -0,0 +1,3 @@ +source_md5="2c9a2176d4da443056aa7eafe6a31853" +dest_md5="00b11e09b0993a895ad9841a624b8f65" + diff --git a/.godot/imported/slash_0003_Classic_27.png-078b05e50b2569ff0c44cefb95389ee3.ctex b/.godot/imported/slash_0003_Classic_27.png-078b05e50b2569ff0c44cefb95389ee3.ctex new file mode 100644 index 00000000..2a016862 Binary files /dev/null and b/.godot/imported/slash_0003_Classic_27.png-078b05e50b2569ff0c44cefb95389ee3.ctex differ diff --git a/.godot/imported/slash_0003_Classic_27.png-078b05e50b2569ff0c44cefb95389ee3.md5 b/.godot/imported/slash_0003_Classic_27.png-078b05e50b2569ff0c44cefb95389ee3.md5 new file mode 100644 index 00000000..0917341c --- /dev/null +++ b/.godot/imported/slash_0003_Classic_27.png-078b05e50b2569ff0c44cefb95389ee3.md5 @@ -0,0 +1,3 @@ +source_md5="c13f3a83c286f57ec2088a647d559292" +dest_md5="cb99e8232ae6df72083d254922cdc330" + diff --git a/.godot/imported/slash_0003_Classic_27.png-a5584650bbab5644c4f68a72c7102891.ctex b/.godot/imported/slash_0003_Classic_27.png-a5584650bbab5644c4f68a72c7102891.ctex new file mode 100644 index 00000000..2a016862 Binary files /dev/null and b/.godot/imported/slash_0003_Classic_27.png-a5584650bbab5644c4f68a72c7102891.ctex differ diff --git a/.godot/imported/slash_0003_Classic_27.png-a5584650bbab5644c4f68a72c7102891.md5 b/.godot/imported/slash_0003_Classic_27.png-a5584650bbab5644c4f68a72c7102891.md5 new file mode 100644 index 00000000..0917341c --- /dev/null +++ b/.godot/imported/slash_0003_Classic_27.png-a5584650bbab5644c4f68a72c7102891.md5 @@ -0,0 +1,3 @@ +source_md5="c13f3a83c286f57ec2088a647d559292" +dest_md5="cb99e8232ae6df72083d254922cdc330" + diff --git a/.godot/imported/slash_0003_Classic_27.png-e6e9f96a812c6c1dc9c174b34a127296.ctex b/.godot/imported/slash_0003_Classic_27.png-e6e9f96a812c6c1dc9c174b34a127296.ctex new file mode 100644 index 00000000..2a016862 Binary files /dev/null and b/.godot/imported/slash_0003_Classic_27.png-e6e9f96a812c6c1dc9c174b34a127296.ctex differ diff --git a/.godot/imported/slash_0003_Classic_27.png-e6e9f96a812c6c1dc9c174b34a127296.md5 b/.godot/imported/slash_0003_Classic_27.png-e6e9f96a812c6c1dc9c174b34a127296.md5 new file mode 100644 index 00000000..0917341c --- /dev/null +++ b/.godot/imported/slash_0003_Classic_27.png-e6e9f96a812c6c1dc9c174b34a127296.md5 @@ -0,0 +1,3 @@ +source_md5="c13f3a83c286f57ec2088a647d559292" +dest_md5="cb99e8232ae6df72083d254922cdc330" + diff --git a/.godot/imported/slash_0004_Classic_26.png-2ac987800cb2865f139b46d65ad72e26.ctex b/.godot/imported/slash_0004_Classic_26.png-2ac987800cb2865f139b46d65ad72e26.ctex new file mode 100644 index 00000000..f498020d Binary files /dev/null and b/.godot/imported/slash_0004_Classic_26.png-2ac987800cb2865f139b46d65ad72e26.ctex differ diff --git a/.godot/imported/slash_0004_Classic_26.png-2ac987800cb2865f139b46d65ad72e26.md5 b/.godot/imported/slash_0004_Classic_26.png-2ac987800cb2865f139b46d65ad72e26.md5 new file mode 100644 index 00000000..0a502983 --- /dev/null +++ b/.godot/imported/slash_0004_Classic_26.png-2ac987800cb2865f139b46d65ad72e26.md5 @@ -0,0 +1,3 @@ +source_md5="c422180b16a2258619389b70985686d4" +dest_md5="08aced7830431a67e79e700116646739" + diff --git a/.godot/imported/slash_0004_Classic_26.png-3b819375f20037fb6804f872f9394e16.ctex b/.godot/imported/slash_0004_Classic_26.png-3b819375f20037fb6804f872f9394e16.ctex new file mode 100644 index 00000000..f498020d Binary files /dev/null and b/.godot/imported/slash_0004_Classic_26.png-3b819375f20037fb6804f872f9394e16.ctex differ diff --git a/.godot/imported/slash_0004_Classic_26.png-3b819375f20037fb6804f872f9394e16.md5 b/.godot/imported/slash_0004_Classic_26.png-3b819375f20037fb6804f872f9394e16.md5 new file mode 100644 index 00000000..0a502983 --- /dev/null +++ b/.godot/imported/slash_0004_Classic_26.png-3b819375f20037fb6804f872f9394e16.md5 @@ -0,0 +1,3 @@ +source_md5="c422180b16a2258619389b70985686d4" +dest_md5="08aced7830431a67e79e700116646739" + diff --git a/.godot/imported/slash_0004_Classic_26.png-edc418ced5f957bf9acd48ba10300783.ctex b/.godot/imported/slash_0004_Classic_26.png-edc418ced5f957bf9acd48ba10300783.ctex new file mode 100644 index 00000000..f498020d Binary files /dev/null and b/.godot/imported/slash_0004_Classic_26.png-edc418ced5f957bf9acd48ba10300783.ctex differ diff --git a/.godot/imported/slash_0004_Classic_26.png-edc418ced5f957bf9acd48ba10300783.md5 b/.godot/imported/slash_0004_Classic_26.png-edc418ced5f957bf9acd48ba10300783.md5 new file mode 100644 index 00000000..0a502983 --- /dev/null +++ b/.godot/imported/slash_0004_Classic_26.png-edc418ced5f957bf9acd48ba10300783.md5 @@ -0,0 +1,3 @@ +source_md5="c422180b16a2258619389b70985686d4" +dest_md5="08aced7830431a67e79e700116646739" + diff --git a/.godot/imported/slash_0005_Layer-1.png-1d7636cfc5c4b430e4a056383d58afa9.ctex b/.godot/imported/slash_0005_Layer-1.png-1d7636cfc5c4b430e4a056383d58afa9.ctex new file mode 100644 index 00000000..4c8da4be Binary files /dev/null and b/.godot/imported/slash_0005_Layer-1.png-1d7636cfc5c4b430e4a056383d58afa9.ctex differ diff --git a/.godot/imported/slash_0005_Layer-1.png-1d7636cfc5c4b430e4a056383d58afa9.md5 b/.godot/imported/slash_0005_Layer-1.png-1d7636cfc5c4b430e4a056383d58afa9.md5 new file mode 100644 index 00000000..25e8546b --- /dev/null +++ b/.godot/imported/slash_0005_Layer-1.png-1d7636cfc5c4b430e4a056383d58afa9.md5 @@ -0,0 +1,3 @@ +source_md5="803db3519cbe075a68791f7b5b2c30af" +dest_md5="eaae8130d70df0708ec45c6728301571" + diff --git a/.godot/imported/slash_0005_Layer-1.png-e9a5a7f6279134cbc1e523399aaf9074.ctex b/.godot/imported/slash_0005_Layer-1.png-e9a5a7f6279134cbc1e523399aaf9074.ctex new file mode 100644 index 00000000..4c8da4be Binary files /dev/null and b/.godot/imported/slash_0005_Layer-1.png-e9a5a7f6279134cbc1e523399aaf9074.ctex differ diff --git a/.godot/imported/slash_0005_Layer-1.png-e9a5a7f6279134cbc1e523399aaf9074.md5 b/.godot/imported/slash_0005_Layer-1.png-e9a5a7f6279134cbc1e523399aaf9074.md5 new file mode 100644 index 00000000..25e8546b --- /dev/null +++ b/.godot/imported/slash_0005_Layer-1.png-e9a5a7f6279134cbc1e523399aaf9074.md5 @@ -0,0 +1,3 @@ +source_md5="803db3519cbe075a68791f7b5b2c30af" +dest_md5="eaae8130d70df0708ec45c6728301571" + diff --git a/.godot/imported/slash_0005_Layer-1.png-f0db16369ffe7e03d2067cb0a51098f2.ctex b/.godot/imported/slash_0005_Layer-1.png-f0db16369ffe7e03d2067cb0a51098f2.ctex new file mode 100644 index 00000000..4c8da4be Binary files /dev/null and b/.godot/imported/slash_0005_Layer-1.png-f0db16369ffe7e03d2067cb0a51098f2.ctex differ diff --git a/.godot/imported/slash_0005_Layer-1.png-f0db16369ffe7e03d2067cb0a51098f2.md5 b/.godot/imported/slash_0005_Layer-1.png-f0db16369ffe7e03d2067cb0a51098f2.md5 new file mode 100644 index 00000000..25e8546b --- /dev/null +++ b/.godot/imported/slash_0005_Layer-1.png-f0db16369ffe7e03d2067cb0a51098f2.md5 @@ -0,0 +1,3 @@ +source_md5="803db3519cbe075a68791f7b5b2c30af" +dest_md5="eaae8130d70df0708ec45c6728301571" + diff --git a/.godot/imported/smile.png-763f387a68c52e40326ccdf00129e290.ctex b/.godot/imported/smile.png-763f387a68c52e40326ccdf00129e290.ctex new file mode 100644 index 00000000..44510c5c Binary files /dev/null and b/.godot/imported/smile.png-763f387a68c52e40326ccdf00129e290.ctex differ diff --git a/.godot/imported/smile.png-763f387a68c52e40326ccdf00129e290.md5 b/.godot/imported/smile.png-763f387a68c52e40326ccdf00129e290.md5 new file mode 100644 index 00000000..b0d16a47 --- /dev/null +++ b/.godot/imported/smile.png-763f387a68c52e40326ccdf00129e290.md5 @@ -0,0 +1,3 @@ +source_md5="8373379a5892d1d48620c1649bd9e3e4" +dest_md5="0b722f32ec157927f0b7dbd7c0299373" + diff --git a/.godot/imported/spaded staff.PNG-e9590cdbd372c4b4a4fc0c7b2b987b18.ctex b/.godot/imported/spaded staff.PNG-e9590cdbd372c4b4a4fc0c7b2b987b18.ctex new file mode 100644 index 00000000..fc3fdd99 Binary files /dev/null and b/.godot/imported/spaded staff.PNG-e9590cdbd372c4b4a4fc0c7b2b987b18.ctex differ diff --git a/.godot/imported/spaded staff.PNG-e9590cdbd372c4b4a4fc0c7b2b987b18.md5 b/.godot/imported/spaded staff.PNG-e9590cdbd372c4b4a4fc0c7b2b987b18.md5 new file mode 100644 index 00000000..f4f37f5f --- /dev/null +++ b/.godot/imported/spaded staff.PNG-e9590cdbd372c4b4a4fc0c7b2b987b18.md5 @@ -0,0 +1,3 @@ +source_md5="48d38681f6bfd8c8d783aae44c0c4694" +dest_md5="b76fa9436686d5d8e7d23fdb8e8f5441" + diff --git a/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.ctex b/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.ctex new file mode 100644 index 00000000..cbb4c313 Binary files /dev/null and b/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.ctex differ diff --git a/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.editor.ctex b/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.editor.ctex new file mode 100644 index 00000000..cbb4c313 Binary files /dev/null and b/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.editor.ctex differ diff --git a/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.md5 b/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.md5 new file mode 100644 index 00000000..8c6a2452 --- /dev/null +++ b/.godot/imported/speaker-textbox-icon.svg-e67964032c31cfdc4bf5a376d48a985e.md5 @@ -0,0 +1,3 @@ +source_md5="13c07c2199398f51ee7ebd6404bba5cc" +dest_md5="f3bb5ab1a56786e8eda6237b754cd222" + diff --git a/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.ctex b/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.ctex new file mode 100644 index 00000000..2cde8032 Binary files /dev/null and b/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.ctex differ diff --git a/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.md5 b/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.md5 new file mode 100644 index 00000000..bdd13536 --- /dev/null +++ b/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.md5 @@ -0,0 +1,3 @@ +source_md5="05e06c3eec02958017d7df83c8c7cacd" +dest_md5="79c9f6ba14841bf8fbd5ae2cdd5a9cdd" + diff --git a/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.s3tc.ctex b/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.s3tc.ctex new file mode 100644 index 00000000..1fbb8cd8 Binary files /dev/null and b/.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.s3tc.ctex differ diff --git a/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.ctex b/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.ctex new file mode 100644 index 00000000..7ebc095b Binary files /dev/null and b/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.ctex differ diff --git a/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.md5 b/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.md5 new file mode 100644 index 00000000..6862345d --- /dev/null +++ b/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.md5 @@ -0,0 +1,3 @@ +source_md5="f60f4e01b7bacdef84e57ed9b32ee62a" +dest_md5="9b20c0be5618bb97b7c71999bcddda63" + diff --git a/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.s3tc.ctex b/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.s3tc.ctex new file mode 100644 index 00000000..55e1d5b3 Binary files /dev/null and b/.godot/imported/stelo fragment.PNG-87ebe2402340a8a359426101165d22a0.s3tc.ctex differ diff --git a/.godot/imported/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.md5 b/.godot/imported/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.md5 new file mode 100644 index 00000000..8468a2aa --- /dev/null +++ b/.godot/imported/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.md5 @@ -0,0 +1,3 @@ +source_md5="db65a6577b50c8bcc105ac6f4b28dc0a" +dest_md5="bb6fe37311efae23d4687299080ecfc4" + diff --git a/.godot/imported/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.sample b/.godot/imported/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.sample new file mode 100644 index 00000000..7dc5eada Binary files /dev/null and b/.godot/imported/stepdirt_1.wav-86bd3faa52ae06e619ada6a4ca8c8e41.sample differ diff --git a/.godot/imported/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.md5 b/.godot/imported/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.md5 new file mode 100644 index 00000000..8358ac8a --- /dev/null +++ b/.godot/imported/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.md5 @@ -0,0 +1,3 @@ +source_md5="209c28578bf9315c5b0842941350829b" +dest_md5="e69c47ffbbc434165495c4b6406c5b2a" + diff --git a/.godot/imported/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.sample b/.godot/imported/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.sample new file mode 100644 index 00000000..88c37d67 Binary files /dev/null and b/.godot/imported/stepdirt_2.wav-64cc5f860cc80a97b5df8401ea1fc3ea.sample differ diff --git a/.godot/imported/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.md5 b/.godot/imported/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.md5 new file mode 100644 index 00000000..127d1c7a --- /dev/null +++ b/.godot/imported/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.md5 @@ -0,0 +1,3 @@ +source_md5="12f8110b03523c5b1020572b5a6bf4af" +dest_md5="969705d40ecefbea7e7b5557caf3ac64" + diff --git a/.godot/imported/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.sample b/.godot/imported/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.sample new file mode 100644 index 00000000..0efa88ea Binary files /dev/null and b/.godot/imported/stepdirt_3.wav-e74a9c66f3c5a13b762c5af44280ced8.sample differ diff --git a/.godot/imported/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.md5 b/.godot/imported/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.md5 new file mode 100644 index 00000000..b9961922 --- /dev/null +++ b/.godot/imported/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.md5 @@ -0,0 +1,3 @@ +source_md5="bb10c1e3c7c17999245c455d962a35dd" +dest_md5="1d4fd7bad0ed229a44d2689187b0fc0b" + diff --git a/.godot/imported/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.sample b/.godot/imported/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.sample new file mode 100644 index 00000000..ef8cfbb2 Binary files /dev/null and b/.godot/imported/stepdirt_4.wav-4192cfd047f50eb8b6a54569e2a2c9d0.sample differ diff --git a/.godot/imported/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.md5 b/.godot/imported/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.md5 new file mode 100644 index 00000000..89e8ccfb --- /dev/null +++ b/.godot/imported/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.md5 @@ -0,0 +1,3 @@ +source_md5="1bfe953e27f587199907e3a595753ff6" +dest_md5="84489776a28ceacc1e9f27aeb6d0028e" + diff --git a/.godot/imported/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.sample b/.godot/imported/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.sample new file mode 100644 index 00000000..175c7440 Binary files /dev/null and b/.godot/imported/stepdirt_5.wav-dedd5008291a67875d37c51c4e7414fb.sample differ diff --git a/.godot/imported/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.md5 b/.godot/imported/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.md5 new file mode 100644 index 00000000..1f63bed7 --- /dev/null +++ b/.godot/imported/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.md5 @@ -0,0 +1,3 @@ +source_md5="9fdf24a9f96d577d54cf4b8ae3c4d905" +dest_md5="1a019f7b34ab962709cf8c4bf348c644" + diff --git a/.godot/imported/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.sample b/.godot/imported/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.sample new file mode 100644 index 00000000..b70a1643 Binary files /dev/null and b/.godot/imported/stepdirt_6.wav-4c5d05c44bba461f4950ee70ac5561ac.sample differ diff --git a/.godot/imported/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.md5 b/.godot/imported/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.md5 new file mode 100644 index 00000000..cc4ec39e --- /dev/null +++ b/.godot/imported/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.md5 @@ -0,0 +1,3 @@ +source_md5="dec6f3c24f98207863c232f47f0fd7cb" +dest_md5="6c169653305e54ac8ee21a9bf42c697a" + diff --git a/.godot/imported/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.sample b/.godot/imported/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.sample new file mode 100644 index 00000000..895c0f3f Binary files /dev/null and b/.godot/imported/stepdirt_7.wav-0cbd62a290bc6b43fc7946f70c44d00a.sample differ diff --git a/.godot/imported/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.md5 b/.godot/imported/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.md5 new file mode 100644 index 00000000..16eed67d --- /dev/null +++ b/.godot/imported/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.md5 @@ -0,0 +1,3 @@ +source_md5="400af106e53b789e5ef1b9e290a51e86" +dest_md5="7c543c3a4ddd4719308bcd6528f75b41" + diff --git a/.godot/imported/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.sample b/.godot/imported/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.sample new file mode 100644 index 00000000..9d1615a4 Binary files /dev/null and b/.godot/imported/stepdirt_8.wav-235ccf09c58c6296de6babc300806051.sample differ diff --git a/.godot/imported/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.md5 b/.godot/imported/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.md5 new file mode 100644 index 00000000..6d174dc4 --- /dev/null +++ b/.godot/imported/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.md5 @@ -0,0 +1,3 @@ +source_md5="f1fa0c5500d2dfaf6918f5e35dd7fb37" +dest_md5="1614ac2f71ac82346426b390c2aedef9" + diff --git a/.godot/imported/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.sample b/.godot/imported/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.sample new file mode 100644 index 00000000..22620576 Binary files /dev/null and b/.godot/imported/stepsnow_1.wav-bbd103eabfd5271936011780a551d211.sample differ diff --git a/.godot/imported/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.md5 b/.godot/imported/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.md5 new file mode 100644 index 00000000..806f12db --- /dev/null +++ b/.godot/imported/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.md5 @@ -0,0 +1,3 @@ +source_md5="b65e044f4cda3fadab564838c145ad9c" +dest_md5="1937c2b788a18607e5e4c6369a4a6dc4" + diff --git a/.godot/imported/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.sample b/.godot/imported/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.sample new file mode 100644 index 00000000..82b2c9d4 Binary files /dev/null and b/.godot/imported/stepsnow_2.wav-96775e0b0616b6e8e3cda037173af190.sample differ diff --git a/.godot/imported/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.md5 b/.godot/imported/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.md5 new file mode 100644 index 00000000..4f8e4491 --- /dev/null +++ b/.godot/imported/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.md5 @@ -0,0 +1,3 @@ +source_md5="7f891fa969c1a0de67c458be92ddfa26" +dest_md5="2ad9245fc2c1849e0b7bdc557bf9583d" + diff --git a/.godot/imported/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.sample b/.godot/imported/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.sample new file mode 100644 index 00000000..907f54d6 Binary files /dev/null and b/.godot/imported/stepstone_1.wav-bb2bded4f7e1aa36d99a3eff51a46f66.sample differ diff --git a/.godot/imported/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.md5 b/.godot/imported/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.md5 new file mode 100644 index 00000000..9a1f5ab2 --- /dev/null +++ b/.godot/imported/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.md5 @@ -0,0 +1,3 @@ +source_md5="d3eadac4e3189b500bf89c32a963273d" +dest_md5="9cb3d47b4db3f7b6c0ed31e16945f096" + diff --git a/.godot/imported/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.sample b/.godot/imported/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.sample new file mode 100644 index 00000000..3bf894cc Binary files /dev/null and b/.godot/imported/stepstone_2.wav-4bedaa5dd292a34b1ea7ea6986be7b90.sample differ diff --git a/.godot/imported/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.md5 b/.godot/imported/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.md5 new file mode 100644 index 00000000..6b37a56e --- /dev/null +++ b/.godot/imported/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.md5 @@ -0,0 +1,3 @@ +source_md5="6e5e7c016080ce03038a605cf5eb0ffb" +dest_md5="50d9e27bca8c34bcfbb0d5e93a60fb82" + diff --git a/.godot/imported/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.sample b/.godot/imported/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.sample new file mode 100644 index 00000000..e148b5b0 Binary files /dev/null and b/.godot/imported/stepstone_3.wav-bd5a7dc70d53f195a4ba73ee56d260d5.sample differ diff --git a/.godot/imported/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.md5 b/.godot/imported/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.md5 new file mode 100644 index 00000000..99237867 --- /dev/null +++ b/.godot/imported/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.md5 @@ -0,0 +1,3 @@ +source_md5="182c2d7a209b4e66c02afd3222fda466" +dest_md5="a349a9a7f844218ac53f458c2ed97073" + diff --git a/.godot/imported/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.sample b/.godot/imported/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.sample new file mode 100644 index 00000000..020d6b7e Binary files /dev/null and b/.godot/imported/stepstone_4.wav-15e020b00325b662addf56a9242a4fd2.sample differ diff --git a/.godot/imported/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.md5 b/.godot/imported/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.md5 new file mode 100644 index 00000000..e5ad9515 --- /dev/null +++ b/.godot/imported/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.md5 @@ -0,0 +1,3 @@ +source_md5="7f32fc3c1e475de29eb2ac6fd0ad8596" +dest_md5="5cd2b8604961078932ea4d4afa0f09b6" + diff --git a/.godot/imported/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.sample b/.godot/imported/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.sample new file mode 100644 index 00000000..46460a84 Binary files /dev/null and b/.godot/imported/stepstone_5.wav-8477c9aef0c8b604679a82eccfa79313.sample differ diff --git a/.godot/imported/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.md5 b/.godot/imported/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.md5 new file mode 100644 index 00000000..370dc47a --- /dev/null +++ b/.godot/imported/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.md5 @@ -0,0 +1,3 @@ +source_md5="d9b13b1f0b54570e7cfcaf181ebc680d" +dest_md5="918980c608dd4b91f6b1bde3ec8234b2" + diff --git a/.godot/imported/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.sample b/.godot/imported/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.sample new file mode 100644 index 00000000..188e8c3b Binary files /dev/null and b/.godot/imported/stepstone_6.wav-ea1e2eda2a809dfca3e95e3b802aee17.sample differ diff --git a/.godot/imported/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.md5 b/.godot/imported/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.md5 new file mode 100644 index 00000000..df0a43c4 --- /dev/null +++ b/.godot/imported/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.md5 @@ -0,0 +1,3 @@ +source_md5="f8d9ffe3928ba92493149d62d2fb2201" +dest_md5="b4dfff3ec4dc6f7198fa9749746477d5" + diff --git a/.godot/imported/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.sample b/.godot/imported/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.sample new file mode 100644 index 00000000..926281d1 Binary files /dev/null and b/.godot/imported/stepstone_7.wav-c82ed20862514f1d7256097ea7ac2c51.sample differ diff --git a/.godot/imported/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.md5 b/.godot/imported/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.md5 new file mode 100644 index 00000000..8d655973 --- /dev/null +++ b/.godot/imported/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.md5 @@ -0,0 +1,3 @@ +source_md5="cd7ed531c3cb0d691f851f507375d795" +dest_md5="8b31bc80502e4ea508c04efba944b697" + diff --git a/.godot/imported/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.sample b/.godot/imported/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.sample new file mode 100644 index 00000000..e1ad46b0 Binary files /dev/null and b/.godot/imported/stepstone_8.wav-0c8ab144822682678683364d48ef5fab.sample differ diff --git a/.godot/imported/stepwater_1.wav-776541157ae7615147307d1672c6dd37.md5 b/.godot/imported/stepwater_1.wav-776541157ae7615147307d1672c6dd37.md5 new file mode 100644 index 00000000..30392240 --- /dev/null +++ b/.godot/imported/stepwater_1.wav-776541157ae7615147307d1672c6dd37.md5 @@ -0,0 +1,3 @@ +source_md5="def5f599f12d91d41b55a1fbe2929928" +dest_md5="84e012d119eb1efea40938ece5239ca3" + diff --git a/.godot/imported/stepwater_1.wav-776541157ae7615147307d1672c6dd37.sample b/.godot/imported/stepwater_1.wav-776541157ae7615147307d1672c6dd37.sample new file mode 100644 index 00000000..d6165738 Binary files /dev/null and b/.godot/imported/stepwater_1.wav-776541157ae7615147307d1672c6dd37.sample differ diff --git a/.godot/imported/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.md5 b/.godot/imported/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.md5 new file mode 100644 index 00000000..d69387f7 --- /dev/null +++ b/.godot/imported/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.md5 @@ -0,0 +1,3 @@ +source_md5="4a67a53b3080fc027391bab6d29ba1ab" +dest_md5="311e97c461dbfa17e679d1ba63277f4e" + diff --git a/.godot/imported/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.sample b/.godot/imported/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.sample new file mode 100644 index 00000000..5d25b9f6 Binary files /dev/null and b/.godot/imported/stepwater_2.wav-f03eaed4fd689c6ff6e7ced9ce6e2b50.sample differ diff --git a/.godot/imported/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.md5 b/.godot/imported/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.md5 new file mode 100644 index 00000000..1e819475 --- /dev/null +++ b/.godot/imported/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.md5 @@ -0,0 +1,3 @@ +source_md5="896be34c5a193a1ab191169996d8cf7f" +dest_md5="924421f99e0d518974b52937385597ea" + diff --git a/.godot/imported/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.sample b/.godot/imported/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.sample new file mode 100644 index 00000000..e0dc0e5d Binary files /dev/null and b/.godot/imported/stepwood_1.wav-70a52eb42888845074e6db08f5a007b3.sample differ diff --git a/.godot/imported/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.md5 b/.godot/imported/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.md5 new file mode 100644 index 00000000..0b941fd4 --- /dev/null +++ b/.godot/imported/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.md5 @@ -0,0 +1,3 @@ +source_md5="6c45218ff6e0eef6dafd25e2c142249f" +dest_md5="d79b2facd722967d392567fedafba9b4" + diff --git a/.godot/imported/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.sample b/.godot/imported/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.sample new file mode 100644 index 00000000..e8290a6e Binary files /dev/null and b/.godot/imported/stepwood_2.wav-64c0e9a04e3235737fcd439124be10d3.sample differ diff --git a/.godot/imported/stick.jpeg-3dd392fda051875d323366495f51fe91.md5 b/.godot/imported/stick.jpeg-3dd392fda051875d323366495f51fe91.md5 new file mode 100644 index 00000000..32856ecb --- /dev/null +++ b/.godot/imported/stick.jpeg-3dd392fda051875d323366495f51fe91.md5 @@ -0,0 +1,3 @@ +source_md5="117abb41475625a5db0e099c059cd7a2" +dest_md5="7031d2383955058ed36409d0bc95298c" + diff --git a/.godot/imported/stick.jpeg-3dd392fda051875d323366495f51fe91.s3tc.ctex b/.godot/imported/stick.jpeg-3dd392fda051875d323366495f51fe91.s3tc.ctex new file mode 100644 index 00000000..b8b2db14 Binary files /dev/null and b/.godot/imported/stick.jpeg-3dd392fda051875d323366495f51fe91.s3tc.ctex differ diff --git a/.godot/imported/stick.jpeg-d16a27737f036861d66f2888f36995b9.md5 b/.godot/imported/stick.jpeg-d16a27737f036861d66f2888f36995b9.md5 new file mode 100644 index 00000000..32856ecb --- /dev/null +++ b/.godot/imported/stick.jpeg-d16a27737f036861d66f2888f36995b9.md5 @@ -0,0 +1,3 @@ +source_md5="117abb41475625a5db0e099c059cd7a2" +dest_md5="7031d2383955058ed36409d0bc95298c" + diff --git a/.godot/imported/stick.jpeg-d16a27737f036861d66f2888f36995b9.s3tc.ctex b/.godot/imported/stick.jpeg-d16a27737f036861d66f2888f36995b9.s3tc.ctex new file mode 100644 index 00000000..b8b2db14 Binary files /dev/null and b/.godot/imported/stick.jpeg-d16a27737f036861d66f2888f36995b9.s3tc.ctex differ diff --git a/.godot/imported/stone.jpeg-2ca5902a25ff2d8d36c2afd32c619307.md5 b/.godot/imported/stone.jpeg-2ca5902a25ff2d8d36c2afd32c619307.md5 new file mode 100644 index 00000000..7a5bf780 --- /dev/null +++ b/.godot/imported/stone.jpeg-2ca5902a25ff2d8d36c2afd32c619307.md5 @@ -0,0 +1,3 @@ +source_md5="b5261ea3a8b16b3bb6041ec8553fd41c" +dest_md5="040f3c39c0294663226a68c66f982698" + diff --git a/.godot/imported/stone.jpeg-2ca5902a25ff2d8d36c2afd32c619307.s3tc.ctex b/.godot/imported/stone.jpeg-2ca5902a25ff2d8d36c2afd32c619307.s3tc.ctex new file mode 100644 index 00000000..9bc7f81d Binary files /dev/null and b/.godot/imported/stone.jpeg-2ca5902a25ff2d8d36c2afd32c619307.s3tc.ctex differ diff --git a/.godot/imported/stone.jpeg-b613a11188bb07f6e496ae1e4b739c7a.md5 b/.godot/imported/stone.jpeg-b613a11188bb07f6e496ae1e4b739c7a.md5 new file mode 100644 index 00000000..7a5bf780 --- /dev/null +++ b/.godot/imported/stone.jpeg-b613a11188bb07f6e496ae1e4b739c7a.md5 @@ -0,0 +1,3 @@ +source_md5="b5261ea3a8b16b3bb6041ec8553fd41c" +dest_md5="040f3c39c0294663226a68c66f982698" + diff --git a/.godot/imported/stone.jpeg-b613a11188bb07f6e496ae1e4b739c7a.s3tc.ctex b/.godot/imported/stone.jpeg-b613a11188bb07f6e496ae1e4b739c7a.s3tc.ctex new file mode 100644 index 00000000..9bc7f81d Binary files /dev/null and b/.godot/imported/stone.jpeg-b613a11188bb07f6e496ae1e4b739c7a.s3tc.ctex differ diff --git a/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.ctex b/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.ctex new file mode 100644 index 00000000..7eee0b6d Binary files /dev/null and b/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.ctex differ diff --git a/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.editor.ctex b/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.editor.ctex new file mode 100644 index 00000000..7eee0b6d Binary files /dev/null and b/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.editor.ctex differ diff --git a/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.md5 b/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.md5 new file mode 100644 index 00000000..8828c141 --- /dev/null +++ b/.godot/imported/styles_icon.svg-c55f9f7d15c3512c8b20dbf30eed7047.md5 @@ -0,0 +1,3 @@ +source_md5="9fc057992c72d2b62e6da5c3b563ad81" +dest_md5="dcd3d26e31a9f0f636baa3996e5a7380" + diff --git a/.godot/imported/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.md5 b/.godot/imported/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.md5 new file mode 100644 index 00000000..8e713a59 --- /dev/null +++ b/.godot/imported/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.md5 @@ -0,0 +1,3 @@ +source_md5="3aedabda14dfe15093d9e3001890b6c9" +dest_md5="c39b146abdb5b92dd10dc181780bf737" + diff --git a/.godot/imported/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.sample b/.godot/imported/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.sample new file mode 100644 index 00000000..966439e9 Binary files /dev/null and b/.godot/imported/swish-7.wav-68bc23f9c7120de3e54b25a21082a686.sample differ diff --git a/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.ctex b/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.ctex new file mode 100644 index 00000000..cc20212c Binary files /dev/null and b/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.ctex differ diff --git a/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.md5 b/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.md5 new file mode 100644 index 00000000..c6886f5d --- /dev/null +++ b/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.md5 @@ -0,0 +1,3 @@ +source_md5="d98ef9eb1060f327d53c66c2bb8955a3" +dest_md5="9d3d1a80cfa837021fc51d48c0d30e54" + diff --git a/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.s3tc.ctex b/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.s3tc.ctex new file mode 100644 index 00000000..b8e29429 Binary files /dev/null and b/.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.s3tc.ctex differ diff --git a/.godot/imported/talwar.PNG-d35174e542d7a4b1cd4c9dcab5b38d49.ctex b/.godot/imported/talwar.PNG-d35174e542d7a4b1cd4c9dcab5b38d49.ctex new file mode 100644 index 00000000..652aeb48 Binary files /dev/null and b/.godot/imported/talwar.PNG-d35174e542d7a4b1cd4c9dcab5b38d49.ctex differ diff --git a/.godot/imported/talwar.PNG-d35174e542d7a4b1cd4c9dcab5b38d49.md5 b/.godot/imported/talwar.PNG-d35174e542d7a4b1cd4c9dcab5b38d49.md5 new file mode 100644 index 00000000..bd6bc42b --- /dev/null +++ b/.godot/imported/talwar.PNG-d35174e542d7a4b1cd4c9dcab5b38d49.md5 @@ -0,0 +1,3 @@ +source_md5="dff48b7a8e941adf3602489789be9a20" +dest_md5="79a2ceb3ea3cfc4ac5292bb61b47f42e" + diff --git a/.godot/imported/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.md5 b/.godot/imported/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.md5 new file mode 100644 index 00000000..d2a97ed4 --- /dev/null +++ b/.godot/imported/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.md5 @@ -0,0 +1,3 @@ +source_md5="0a665ef36c776d532c78d154feea02e3" +dest_md5="0420cf661a266ca5f4e85778f70fb8bf" + diff --git a/.godot/imported/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.mp3str b/.godot/imported/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.mp3str new file mode 100644 index 00000000..d2dc20e7 Binary files /dev/null and b/.godot/imported/tar-winds.mp3-11fa5d301629f3f4e35607686a62e68e.mp3str differ diff --git a/.godot/imported/test.dialogue-93749b283d9cb4c2decf1f2b0973dba9.md5 b/.godot/imported/test.dialogue-93749b283d9cb4c2decf1f2b0973dba9.md5 new file mode 100644 index 00000000..310b1ca5 --- /dev/null +++ b/.godot/imported/test.dialogue-93749b283d9cb4c2decf1f2b0973dba9.md5 @@ -0,0 +1,3 @@ +source_md5="1c98668e49b8df62b751a0b0fd970517" +dest_md5="ae377ea31461cc169ec87d2e2ff78efe" + diff --git a/.godot/imported/testsprite.png-70f2b03f832bdb736932806bcf06b54e.ctex b/.godot/imported/testsprite.png-70f2b03f832bdb736932806bcf06b54e.ctex new file mode 100644 index 00000000..4975828b Binary files /dev/null and b/.godot/imported/testsprite.png-70f2b03f832bdb736932806bcf06b54e.ctex differ diff --git a/.godot/imported/testsprite.png-70f2b03f832bdb736932806bcf06b54e.md5 b/.godot/imported/testsprite.png-70f2b03f832bdb736932806bcf06b54e.md5 new file mode 100644 index 00000000..bd9d684f --- /dev/null +++ b/.godot/imported/testsprite.png-70f2b03f832bdb736932806bcf06b54e.md5 @@ -0,0 +1,3 @@ +source_md5="f2b76e417d792582bd1c626562b48f66" +dest_md5="3f9c4576bfdbcfaf56b32e0213219bdc" + diff --git a/.godot/imported/text-event.svg-c2eab2588af7e9e8b6272730719be2c6.ctex b/.godot/imported/text-event.svg-c2eab2588af7e9e8b6272730719be2c6.ctex new file mode 100644 index 00000000..a090d6d9 Binary files /dev/null and b/.godot/imported/text-event.svg-c2eab2588af7e9e8b6272730719be2c6.ctex differ diff --git a/.godot/imported/text-event.svg-c2eab2588af7e9e8b6272730719be2c6.md5 b/.godot/imported/text-event.svg-c2eab2588af7e9e8b6272730719be2c6.md5 new file mode 100644 index 00000000..285bf4c2 --- /dev/null +++ b/.godot/imported/text-event.svg-c2eab2588af7e9e8b6272730719be2c6.md5 @@ -0,0 +1,3 @@ +source_md5="69dc0cf3f0e68fcaf3ab2c2f2ba18986" +dest_md5="b844e9bbfa43e7b9d99fcf5c321fb361" + diff --git a/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.ctex b/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.ctex new file mode 100644 index 00000000..bafc830a Binary files /dev/null and b/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.ctex differ diff --git a/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.editor.ctex b/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.editor.ctex new file mode 100644 index 00000000..bafc830a Binary files /dev/null and b/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.editor.ctex differ diff --git a/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.md5 b/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.md5 new file mode 100644 index 00000000..af236c77 --- /dev/null +++ b/.godot/imported/text_bubble_layer_icon.svg-d46d5806bbf83c1dc50f8d7fc8dac67d.md5 @@ -0,0 +1,3 @@ +source_md5="b943b6643e68abf803fe3068606f5b81" +dest_md5="9ba8c735e9ddf1629fef704689c2b9f0" + diff --git a/.godot/imported/text_event_1.png-c1ef7be33362776ee815070c9be95e63.ctex b/.godot/imported/text_event_1.png-c1ef7be33362776ee815070c9be95e63.ctex new file mode 100644 index 00000000..344e938c Binary files /dev/null and b/.godot/imported/text_event_1.png-c1ef7be33362776ee815070c9be95e63.ctex differ diff --git a/.godot/imported/text_event_1.png-c1ef7be33362776ee815070c9be95e63.md5 b/.godot/imported/text_event_1.png-c1ef7be33362776ee815070c9be95e63.md5 new file mode 100644 index 00000000..38a14434 --- /dev/null +++ b/.godot/imported/text_event_1.png-c1ef7be33362776ee815070c9be95e63.md5 @@ -0,0 +1,3 @@ +source_md5="888e3ecfc02acf701603dcde37ca11da" +dest_md5="75fe770e9543ff69c23ac396ac2ff68b" + diff --git a/.godot/imported/text_event_2.png-d8c291379c3bc509219959a9270f0754.ctex b/.godot/imported/text_event_2.png-d8c291379c3bc509219959a9270f0754.ctex new file mode 100644 index 00000000..7718032a Binary files /dev/null and b/.godot/imported/text_event_2.png-d8c291379c3bc509219959a9270f0754.ctex differ diff --git a/.godot/imported/text_event_2.png-d8c291379c3bc509219959a9270f0754.md5 b/.godot/imported/text_event_2.png-d8c291379c3bc509219959a9270f0754.md5 new file mode 100644 index 00000000..ca40924a --- /dev/null +++ b/.godot/imported/text_event_2.png-d8c291379c3bc509219959a9270f0754.md5 @@ -0,0 +1,3 @@ +source_md5="aa066c0a1a36ee790c1a0e9c6877cfd7" +dest_md5="522624e94557c26a05e35b577b3ec736" + diff --git a/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.ctex b/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.ctex new file mode 100644 index 00000000..0b736e07 Binary files /dev/null and b/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.ctex differ diff --git a/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.editor.ctex b/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.editor.ctex new file mode 100644 index 00000000..0b736e07 Binary files /dev/null and b/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.editor.ctex differ diff --git a/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.md5 b/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.md5 new file mode 100644 index 00000000..c51ba813 --- /dev/null +++ b/.godot/imported/text_input_layer_icon.svg-5a1e8bca317bf45f6805d82812407215.md5 @@ -0,0 +1,3 @@ +source_md5="4ab5a201fccade1772aa339b3717bedb" +dest_md5="99d1acc3c9635162426780053f5eaf10" + diff --git a/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.ctex b/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.ctex new file mode 100644 index 00000000..be164527 Binary files /dev/null and b/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.ctex differ diff --git a/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.editor.ctex b/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.editor.ctex new file mode 100644 index 00000000..be164527 Binary files /dev/null and b/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.editor.ctex differ diff --git a/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.md5 b/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.md5 new file mode 100644 index 00000000..91d6c048 --- /dev/null +++ b/.godot/imported/textbox_layer_icon.svg-d6678fedd53dcb59cc32e1c443754ad5.md5 @@ -0,0 +1,3 @@ +source_md5="f8abd0c10a964172e4740e4351a22330" +dest_md5="522279f45a6c917987a98f351cc1c73b" + diff --git a/.godot/imported/texture_01.png-0091c2a3ce728545aeff37fb68fa8c46.ctex b/.godot/imported/texture_01.png-0091c2a3ce728545aeff37fb68fa8c46.ctex new file mode 100644 index 00000000..e0efaad0 Binary files /dev/null and b/.godot/imported/texture_01.png-0091c2a3ce728545aeff37fb68fa8c46.ctex differ diff --git a/.godot/imported/texture_01.png-0091c2a3ce728545aeff37fb68fa8c46.md5 b/.godot/imported/texture_01.png-0091c2a3ce728545aeff37fb68fa8c46.md5 new file mode 100644 index 00000000..0c641601 --- /dev/null +++ b/.godot/imported/texture_01.png-0091c2a3ce728545aeff37fb68fa8c46.md5 @@ -0,0 +1,3 @@ +source_md5="cbe2349de8f2bb28e077ab6cffe7287f" +dest_md5="73ba6782ced968db696fe57ba0facc87" + diff --git a/.godot/imported/texture_01.png-0e18518107ce7048257e37545e907de7.ctex b/.godot/imported/texture_01.png-0e18518107ce7048257e37545e907de7.ctex new file mode 100644 index 00000000..e0efaad0 Binary files /dev/null and b/.godot/imported/texture_01.png-0e18518107ce7048257e37545e907de7.ctex differ diff --git a/.godot/imported/texture_01.png-0e18518107ce7048257e37545e907de7.md5 b/.godot/imported/texture_01.png-0e18518107ce7048257e37545e907de7.md5 new file mode 100644 index 00000000..0c641601 --- /dev/null +++ b/.godot/imported/texture_01.png-0e18518107ce7048257e37545e907de7.md5 @@ -0,0 +1,3 @@ +source_md5="cbe2349de8f2bb28e077ab6cffe7287f" +dest_md5="73ba6782ced968db696fe57ba0facc87" + diff --git a/.godot/imported/texture_01.png-466818d46c0d7944148920a0544dcbd7.ctex b/.godot/imported/texture_01.png-466818d46c0d7944148920a0544dcbd7.ctex new file mode 100644 index 00000000..68048666 Binary files /dev/null and b/.godot/imported/texture_01.png-466818d46c0d7944148920a0544dcbd7.ctex differ diff --git a/.godot/imported/texture_01.png-466818d46c0d7944148920a0544dcbd7.md5 b/.godot/imported/texture_01.png-466818d46c0d7944148920a0544dcbd7.md5 new file mode 100644 index 00000000..30faf90e --- /dev/null +++ b/.godot/imported/texture_01.png-466818d46c0d7944148920a0544dcbd7.md5 @@ -0,0 +1,3 @@ +source_md5="a6af615bb38b6c2fee78ab04fa233325" +dest_md5="e668108559274a3ebbe379c548bb7201" + diff --git a/.godot/imported/texture_01.png-746f99764bcb14b6eefb0cfdddb089f1.ctex b/.godot/imported/texture_01.png-746f99764bcb14b6eefb0cfdddb089f1.ctex new file mode 100644 index 00000000..b693029e Binary files /dev/null and b/.godot/imported/texture_01.png-746f99764bcb14b6eefb0cfdddb089f1.ctex differ diff --git a/.godot/imported/texture_01.png-746f99764bcb14b6eefb0cfdddb089f1.md5 b/.godot/imported/texture_01.png-746f99764bcb14b6eefb0cfdddb089f1.md5 new file mode 100644 index 00000000..354c4252 --- /dev/null +++ b/.godot/imported/texture_01.png-746f99764bcb14b6eefb0cfdddb089f1.md5 @@ -0,0 +1,3 @@ +source_md5="de435bdf56d06837e5bdb4d21ba4bc17" +dest_md5="24a050353055c933832a9a8f50000bcc" + diff --git a/.godot/imported/texture_01.png-b2cd0b6b9f54f76d68893a5b4b3e5c95.ctex b/.godot/imported/texture_01.png-b2cd0b6b9f54f76d68893a5b4b3e5c95.ctex new file mode 100644 index 00000000..d012be26 Binary files /dev/null and b/.godot/imported/texture_01.png-b2cd0b6b9f54f76d68893a5b4b3e5c95.ctex differ diff --git a/.godot/imported/texture_01.png-b2cd0b6b9f54f76d68893a5b4b3e5c95.md5 b/.godot/imported/texture_01.png-b2cd0b6b9f54f76d68893a5b4b3e5c95.md5 new file mode 100644 index 00000000..2b8865f2 --- /dev/null +++ b/.godot/imported/texture_01.png-b2cd0b6b9f54f76d68893a5b4b3e5c95.md5 @@ -0,0 +1,3 @@ +source_md5="f5e8d2591666788854ae84e035598185" +dest_md5="01a9bd720ab5f3ac719a0d144f4dd98a" + diff --git a/.godot/imported/texture_01.png-c1e4b34e79dfcd9af4604f625dc59219.ctex b/.godot/imported/texture_01.png-c1e4b34e79dfcd9af4604f625dc59219.ctex new file mode 100644 index 00000000..7bb854b5 Binary files /dev/null and b/.godot/imported/texture_01.png-c1e4b34e79dfcd9af4604f625dc59219.ctex differ diff --git a/.godot/imported/texture_01.png-c1e4b34e79dfcd9af4604f625dc59219.md5 b/.godot/imported/texture_01.png-c1e4b34e79dfcd9af4604f625dc59219.md5 new file mode 100644 index 00000000..848f5ba2 --- /dev/null +++ b/.godot/imported/texture_01.png-c1e4b34e79dfcd9af4604f625dc59219.md5 @@ -0,0 +1,3 @@ +source_md5="7af85fcbf87f43b8ee7c2e5268e64167" +dest_md5="b288d080fbfd224ddfd8ea7d7f0695cd" + diff --git a/.godot/imported/texture_01.png-cb8245914af85fa7f801f8f77963d3cb.ctex b/.godot/imported/texture_01.png-cb8245914af85fa7f801f8f77963d3cb.ctex new file mode 100644 index 00000000..68048666 Binary files /dev/null and b/.godot/imported/texture_01.png-cb8245914af85fa7f801f8f77963d3cb.ctex differ diff --git a/.godot/imported/texture_01.png-cb8245914af85fa7f801f8f77963d3cb.md5 b/.godot/imported/texture_01.png-cb8245914af85fa7f801f8f77963d3cb.md5 new file mode 100644 index 00000000..30faf90e --- /dev/null +++ b/.godot/imported/texture_01.png-cb8245914af85fa7f801f8f77963d3cb.md5 @@ -0,0 +1,3 @@ +source_md5="a6af615bb38b6c2fee78ab04fa233325" +dest_md5="e668108559274a3ebbe379c548bb7201" + diff --git a/.godot/imported/texture_01.png-d7c3e2c2064c7d59778d4bb3897c42fc.ctex b/.godot/imported/texture_01.png-d7c3e2c2064c7d59778d4bb3897c42fc.ctex new file mode 100644 index 00000000..d012be26 Binary files /dev/null and b/.godot/imported/texture_01.png-d7c3e2c2064c7d59778d4bb3897c42fc.ctex differ diff --git a/.godot/imported/texture_01.png-d7c3e2c2064c7d59778d4bb3897c42fc.md5 b/.godot/imported/texture_01.png-d7c3e2c2064c7d59778d4bb3897c42fc.md5 new file mode 100644 index 00000000..2b8865f2 --- /dev/null +++ b/.godot/imported/texture_01.png-d7c3e2c2064c7d59778d4bb3897c42fc.md5 @@ -0,0 +1,3 @@ +source_md5="f5e8d2591666788854ae84e035598185" +dest_md5="01a9bd720ab5f3ac719a0d144f4dd98a" + diff --git a/.godot/imported/texture_01.png-d824d445dd4a6d108e66aa8d1c625135.ctex b/.godot/imported/texture_01.png-d824d445dd4a6d108e66aa8d1c625135.ctex new file mode 100644 index 00000000..d133247e Binary files /dev/null and b/.godot/imported/texture_01.png-d824d445dd4a6d108e66aa8d1c625135.ctex differ diff --git a/.godot/imported/texture_01.png-d824d445dd4a6d108e66aa8d1c625135.md5 b/.godot/imported/texture_01.png-d824d445dd4a6d108e66aa8d1c625135.md5 new file mode 100644 index 00000000..5767121a --- /dev/null +++ b/.godot/imported/texture_01.png-d824d445dd4a6d108e66aa8d1c625135.md5 @@ -0,0 +1,3 @@ +source_md5="45e2c41f8b1c329c157491cef82a4026" +dest_md5="a1764eefeb9ae8aff863b0bdfff67301" + diff --git a/.godot/imported/texture_01.png-e07afd268ef95f17047ef36c89282c3b.ctex b/.godot/imported/texture_01.png-e07afd268ef95f17047ef36c89282c3b.ctex new file mode 100644 index 00000000..7bb854b5 Binary files /dev/null and b/.godot/imported/texture_01.png-e07afd268ef95f17047ef36c89282c3b.ctex differ diff --git a/.godot/imported/texture_01.png-e07afd268ef95f17047ef36c89282c3b.md5 b/.godot/imported/texture_01.png-e07afd268ef95f17047ef36c89282c3b.md5 new file mode 100644 index 00000000..848f5ba2 --- /dev/null +++ b/.godot/imported/texture_01.png-e07afd268ef95f17047ef36c89282c3b.md5 @@ -0,0 +1,3 @@ +source_md5="7af85fcbf87f43b8ee7c2e5268e64167" +dest_md5="b288d080fbfd224ddfd8ea7d7f0695cd" + diff --git a/.godot/imported/texture_01.png-efe797ff7a0f744cba82dab5dbf350c8.ctex b/.godot/imported/texture_01.png-efe797ff7a0f744cba82dab5dbf350c8.ctex new file mode 100644 index 00000000..d133247e Binary files /dev/null and b/.godot/imported/texture_01.png-efe797ff7a0f744cba82dab5dbf350c8.ctex differ diff --git a/.godot/imported/texture_01.png-efe797ff7a0f744cba82dab5dbf350c8.md5 b/.godot/imported/texture_01.png-efe797ff7a0f744cba82dab5dbf350c8.md5 new file mode 100644 index 00000000..5767121a --- /dev/null +++ b/.godot/imported/texture_01.png-efe797ff7a0f744cba82dab5dbf350c8.md5 @@ -0,0 +1,3 @@ +source_md5="45e2c41f8b1c329c157491cef82a4026" +dest_md5="a1764eefeb9ae8aff863b0bdfff67301" + diff --git a/.godot/imported/texture_01.png-fd3ce5dfc20e10cf182268f7fbdfaaf9.ctex b/.godot/imported/texture_01.png-fd3ce5dfc20e10cf182268f7fbdfaaf9.ctex new file mode 100644 index 00000000..b693029e Binary files /dev/null and b/.godot/imported/texture_01.png-fd3ce5dfc20e10cf182268f7fbdfaaf9.ctex differ diff --git a/.godot/imported/texture_01.png-fd3ce5dfc20e10cf182268f7fbdfaaf9.md5 b/.godot/imported/texture_01.png-fd3ce5dfc20e10cf182268f7fbdfaaf9.md5 new file mode 100644 index 00000000..354c4252 --- /dev/null +++ b/.godot/imported/texture_01.png-fd3ce5dfc20e10cf182268f7fbdfaaf9.md5 @@ -0,0 +1,3 @@ +source_md5="de435bdf56d06837e5bdb4d21ba4bc17" +dest_md5="24a050353055c933832a9a8f50000bcc" + diff --git a/.godot/imported/texture_01.svg-42a33cc44ebe01c9a564ec7fca5216c5.md5 b/.godot/imported/texture_01.svg-42a33cc44ebe01c9a564ec7fca5216c5.md5 new file mode 100644 index 00000000..d07d17d7 --- /dev/null +++ b/.godot/imported/texture_01.svg-42a33cc44ebe01c9a564ec7fca5216c5.md5 @@ -0,0 +1,3 @@ +source_md5="124c2c9424f5b3a2198e9f7950c64028" +dest_md5="7c7293ab93de8a18e5b90ac2412f5489" + diff --git a/.godot/imported/texture_01.svg-42a33cc44ebe01c9a564ec7fca5216c5.s3tc.ctex b/.godot/imported/texture_01.svg-42a33cc44ebe01c9a564ec7fca5216c5.s3tc.ctex new file mode 100644 index 00000000..c4a6c288 Binary files /dev/null and b/.godot/imported/texture_01.svg-42a33cc44ebe01c9a564ec7fca5216c5.s3tc.ctex differ diff --git a/.godot/imported/texture_01.svg-db75fc6432a1669c118a84f22a978312.md5 b/.godot/imported/texture_01.svg-db75fc6432a1669c118a84f22a978312.md5 new file mode 100644 index 00000000..d07d17d7 --- /dev/null +++ b/.godot/imported/texture_01.svg-db75fc6432a1669c118a84f22a978312.md5 @@ -0,0 +1,3 @@ +source_md5="124c2c9424f5b3a2198e9f7950c64028" +dest_md5="7c7293ab93de8a18e5b90ac2412f5489" + diff --git a/.godot/imported/texture_01.svg-db75fc6432a1669c118a84f22a978312.s3tc.ctex b/.godot/imported/texture_01.svg-db75fc6432a1669c118a84f22a978312.s3tc.ctex new file mode 100644 index 00000000..c4a6c288 Binary files /dev/null and b/.godot/imported/texture_01.svg-db75fc6432a1669c118a84f22a978312.s3tc.ctex differ diff --git a/.godot/imported/texture_02.png-1edc6911f77e053a65ff71def7992407.ctex b/.godot/imported/texture_02.png-1edc6911f77e053a65ff71def7992407.ctex new file mode 100644 index 00000000..06a23778 Binary files /dev/null and b/.godot/imported/texture_02.png-1edc6911f77e053a65ff71def7992407.ctex differ diff --git a/.godot/imported/texture_02.png-1edc6911f77e053a65ff71def7992407.md5 b/.godot/imported/texture_02.png-1edc6911f77e053a65ff71def7992407.md5 new file mode 100644 index 00000000..73677ec8 --- /dev/null +++ b/.godot/imported/texture_02.png-1edc6911f77e053a65ff71def7992407.md5 @@ -0,0 +1,3 @@ +source_md5="5d69d3683f042ccb0bbbeea2496fc27d" +dest_md5="f8358acb38ae11d77e108771e2ae79e4" + diff --git a/.godot/imported/texture_02.png-2bc3c07836d2e00155fe9d592a493950.ctex b/.godot/imported/texture_02.png-2bc3c07836d2e00155fe9d592a493950.ctex new file mode 100644 index 00000000..668d2c7c Binary files /dev/null and b/.godot/imported/texture_02.png-2bc3c07836d2e00155fe9d592a493950.ctex differ diff --git a/.godot/imported/texture_02.png-2bc3c07836d2e00155fe9d592a493950.md5 b/.godot/imported/texture_02.png-2bc3c07836d2e00155fe9d592a493950.md5 new file mode 100644 index 00000000..0d143f2e --- /dev/null +++ b/.godot/imported/texture_02.png-2bc3c07836d2e00155fe9d592a493950.md5 @@ -0,0 +1,3 @@ +source_md5="13d9a2a451b3f7183d3bce09e9fcb863" +dest_md5="5d3ac84da42d2fec3cedfce6043c4d5b" + diff --git a/.godot/imported/texture_02.png-40c3d41db550826660edf5fac3e1df7e.ctex b/.godot/imported/texture_02.png-40c3d41db550826660edf5fac3e1df7e.ctex new file mode 100644 index 00000000..d8314308 Binary files /dev/null and b/.godot/imported/texture_02.png-40c3d41db550826660edf5fac3e1df7e.ctex differ diff --git a/.godot/imported/texture_02.png-40c3d41db550826660edf5fac3e1df7e.md5 b/.godot/imported/texture_02.png-40c3d41db550826660edf5fac3e1df7e.md5 new file mode 100644 index 00000000..b89769f4 --- /dev/null +++ b/.godot/imported/texture_02.png-40c3d41db550826660edf5fac3e1df7e.md5 @@ -0,0 +1,3 @@ +source_md5="d2c5570b467f6ff1e79b8de03bb8faef" +dest_md5="6f410eee972d30d700ed5f8302320c76" + diff --git a/.godot/imported/texture_02.png-53bc3c818c559768569f6de1a9bff2cb.ctex b/.godot/imported/texture_02.png-53bc3c818c559768569f6de1a9bff2cb.ctex new file mode 100644 index 00000000..668d2c7c Binary files /dev/null and b/.godot/imported/texture_02.png-53bc3c818c559768569f6de1a9bff2cb.ctex differ diff --git a/.godot/imported/texture_02.png-53bc3c818c559768569f6de1a9bff2cb.md5 b/.godot/imported/texture_02.png-53bc3c818c559768569f6de1a9bff2cb.md5 new file mode 100644 index 00000000..0d143f2e --- /dev/null +++ b/.godot/imported/texture_02.png-53bc3c818c559768569f6de1a9bff2cb.md5 @@ -0,0 +1,3 @@ +source_md5="13d9a2a451b3f7183d3bce09e9fcb863" +dest_md5="5d3ac84da42d2fec3cedfce6043c4d5b" + diff --git a/.godot/imported/texture_02.png-6f73925798e51e2545118734441cbacf.ctex b/.godot/imported/texture_02.png-6f73925798e51e2545118734441cbacf.ctex new file mode 100644 index 00000000..f60a08a9 Binary files /dev/null and b/.godot/imported/texture_02.png-6f73925798e51e2545118734441cbacf.ctex differ diff --git a/.godot/imported/texture_02.png-6f73925798e51e2545118734441cbacf.md5 b/.godot/imported/texture_02.png-6f73925798e51e2545118734441cbacf.md5 new file mode 100644 index 00000000..b0ef997c --- /dev/null +++ b/.godot/imported/texture_02.png-6f73925798e51e2545118734441cbacf.md5 @@ -0,0 +1,3 @@ +source_md5="aedac19fa4e36c414eb2afa98698f44e" +dest_md5="e48fa8f602d56545c3b9b8a570915db2" + diff --git a/.godot/imported/texture_02.png-90c2809fe403e629eaf765137a3f52ad.ctex b/.godot/imported/texture_02.png-90c2809fe403e629eaf765137a3f52ad.ctex new file mode 100644 index 00000000..06a23778 Binary files /dev/null and b/.godot/imported/texture_02.png-90c2809fe403e629eaf765137a3f52ad.ctex differ diff --git a/.godot/imported/texture_02.png-90c2809fe403e629eaf765137a3f52ad.md5 b/.godot/imported/texture_02.png-90c2809fe403e629eaf765137a3f52ad.md5 new file mode 100644 index 00000000..73677ec8 --- /dev/null +++ b/.godot/imported/texture_02.png-90c2809fe403e629eaf765137a3f52ad.md5 @@ -0,0 +1,3 @@ +source_md5="5d69d3683f042ccb0bbbeea2496fc27d" +dest_md5="f8358acb38ae11d77e108771e2ae79e4" + diff --git a/.godot/imported/texture_02.png-93265de9fd9817bfba70375a30a13c6a.ctex b/.godot/imported/texture_02.png-93265de9fd9817bfba70375a30a13c6a.ctex new file mode 100644 index 00000000..b616feaa Binary files /dev/null and b/.godot/imported/texture_02.png-93265de9fd9817bfba70375a30a13c6a.ctex differ diff --git a/.godot/imported/texture_02.png-93265de9fd9817bfba70375a30a13c6a.md5 b/.godot/imported/texture_02.png-93265de9fd9817bfba70375a30a13c6a.md5 new file mode 100644 index 00000000..b9133f86 --- /dev/null +++ b/.godot/imported/texture_02.png-93265de9fd9817bfba70375a30a13c6a.md5 @@ -0,0 +1,3 @@ +source_md5="5189bb40096f8749109040d447d0aff9" +dest_md5="9997b84485e2d87ea2172242e94cdd4d" + diff --git a/.godot/imported/texture_02.png-b22dcaf44098c01b844b145ba1dc5da5.ctex b/.godot/imported/texture_02.png-b22dcaf44098c01b844b145ba1dc5da5.ctex new file mode 100644 index 00000000..92719ad4 Binary files /dev/null and b/.godot/imported/texture_02.png-b22dcaf44098c01b844b145ba1dc5da5.ctex differ diff --git a/.godot/imported/texture_02.png-b22dcaf44098c01b844b145ba1dc5da5.md5 b/.godot/imported/texture_02.png-b22dcaf44098c01b844b145ba1dc5da5.md5 new file mode 100644 index 00000000..745c5336 --- /dev/null +++ b/.godot/imported/texture_02.png-b22dcaf44098c01b844b145ba1dc5da5.md5 @@ -0,0 +1,3 @@ +source_md5="bf3e1f5ebe6244e9f777c3be2250028e" +dest_md5="c9926b61f0dd278b135b855a039e2fbf" + diff --git a/.godot/imported/texture_02.png-c8367d1c7dd1ebd7eb19740e26693bb3.ctex b/.godot/imported/texture_02.png-c8367d1c7dd1ebd7eb19740e26693bb3.ctex new file mode 100644 index 00000000..b616feaa Binary files /dev/null and b/.godot/imported/texture_02.png-c8367d1c7dd1ebd7eb19740e26693bb3.ctex differ diff --git a/.godot/imported/texture_02.png-c8367d1c7dd1ebd7eb19740e26693bb3.md5 b/.godot/imported/texture_02.png-c8367d1c7dd1ebd7eb19740e26693bb3.md5 new file mode 100644 index 00000000..b9133f86 --- /dev/null +++ b/.godot/imported/texture_02.png-c8367d1c7dd1ebd7eb19740e26693bb3.md5 @@ -0,0 +1,3 @@ +source_md5="5189bb40096f8749109040d447d0aff9" +dest_md5="9997b84485e2d87ea2172242e94cdd4d" + diff --git a/.godot/imported/texture_02.png-cba88e914264a14cb4b61d1cbbcb1c5a.ctex b/.godot/imported/texture_02.png-cba88e914264a14cb4b61d1cbbcb1c5a.ctex new file mode 100644 index 00000000..92719ad4 Binary files /dev/null and b/.godot/imported/texture_02.png-cba88e914264a14cb4b61d1cbbcb1c5a.ctex differ diff --git a/.godot/imported/texture_02.png-cba88e914264a14cb4b61d1cbbcb1c5a.md5 b/.godot/imported/texture_02.png-cba88e914264a14cb4b61d1cbbcb1c5a.md5 new file mode 100644 index 00000000..745c5336 --- /dev/null +++ b/.godot/imported/texture_02.png-cba88e914264a14cb4b61d1cbbcb1c5a.md5 @@ -0,0 +1,3 @@ +source_md5="bf3e1f5ebe6244e9f777c3be2250028e" +dest_md5="c9926b61f0dd278b135b855a039e2fbf" + diff --git a/.godot/imported/texture_02.png-d2a1da745acf23da1f14e0f55451a017.ctex b/.godot/imported/texture_02.png-d2a1da745acf23da1f14e0f55451a017.ctex new file mode 100644 index 00000000..f60a08a9 Binary files /dev/null and b/.godot/imported/texture_02.png-d2a1da745acf23da1f14e0f55451a017.ctex differ diff --git a/.godot/imported/texture_02.png-d2a1da745acf23da1f14e0f55451a017.md5 b/.godot/imported/texture_02.png-d2a1da745acf23da1f14e0f55451a017.md5 new file mode 100644 index 00000000..b0ef997c --- /dev/null +++ b/.godot/imported/texture_02.png-d2a1da745acf23da1f14e0f55451a017.md5 @@ -0,0 +1,3 @@ +source_md5="aedac19fa4e36c414eb2afa98698f44e" +dest_md5="e48fa8f602d56545c3b9b8a570915db2" + diff --git a/.godot/imported/texture_02.png-e885e63b02968217d5c812f6bc203a67.ctex b/.godot/imported/texture_02.png-e885e63b02968217d5c812f6bc203a67.ctex new file mode 100644 index 00000000..d8314308 Binary files /dev/null and b/.godot/imported/texture_02.png-e885e63b02968217d5c812f6bc203a67.ctex differ diff --git a/.godot/imported/texture_02.png-e885e63b02968217d5c812f6bc203a67.md5 b/.godot/imported/texture_02.png-e885e63b02968217d5c812f6bc203a67.md5 new file mode 100644 index 00000000..b89769f4 --- /dev/null +++ b/.godot/imported/texture_02.png-e885e63b02968217d5c812f6bc203a67.md5 @@ -0,0 +1,3 @@ +source_md5="d2c5570b467f6ff1e79b8de03bb8faef" +dest_md5="6f410eee972d30d700ed5f8302320c76" + diff --git a/.godot/imported/texture_02.svg-2eb9915f5b3feaf4006dab3b1785eb94.ctex b/.godot/imported/texture_02.svg-2eb9915f5b3feaf4006dab3b1785eb94.ctex new file mode 100644 index 00000000..1e4288d0 Binary files /dev/null and b/.godot/imported/texture_02.svg-2eb9915f5b3feaf4006dab3b1785eb94.ctex differ diff --git a/.godot/imported/texture_02.svg-2eb9915f5b3feaf4006dab3b1785eb94.md5 b/.godot/imported/texture_02.svg-2eb9915f5b3feaf4006dab3b1785eb94.md5 new file mode 100644 index 00000000..762fffaf --- /dev/null +++ b/.godot/imported/texture_02.svg-2eb9915f5b3feaf4006dab3b1785eb94.md5 @@ -0,0 +1,3 @@ +source_md5="78da35c1999d8f5cfba074840168bed9" +dest_md5="55c993328fea040f25fe3245e54d5591" + diff --git a/.godot/imported/texture_02.svg-2ebd4e4376286f6d85a6ce2804960e79.ctex b/.godot/imported/texture_02.svg-2ebd4e4376286f6d85a6ce2804960e79.ctex new file mode 100644 index 00000000..1e4288d0 Binary files /dev/null and b/.godot/imported/texture_02.svg-2ebd4e4376286f6d85a6ce2804960e79.ctex differ diff --git a/.godot/imported/texture_02.svg-2ebd4e4376286f6d85a6ce2804960e79.md5 b/.godot/imported/texture_02.svg-2ebd4e4376286f6d85a6ce2804960e79.md5 new file mode 100644 index 00000000..762fffaf --- /dev/null +++ b/.godot/imported/texture_02.svg-2ebd4e4376286f6d85a6ce2804960e79.md5 @@ -0,0 +1,3 @@ +source_md5="78da35c1999d8f5cfba074840168bed9" +dest_md5="55c993328fea040f25fe3245e54d5591" + diff --git a/.godot/imported/texture_03.png-0562c7ba6082dc6ed1470bb09e46ca22.ctex b/.godot/imported/texture_03.png-0562c7ba6082dc6ed1470bb09e46ca22.ctex new file mode 100644 index 00000000..d65444c5 Binary files /dev/null and b/.godot/imported/texture_03.png-0562c7ba6082dc6ed1470bb09e46ca22.ctex differ diff --git a/.godot/imported/texture_03.png-0562c7ba6082dc6ed1470bb09e46ca22.md5 b/.godot/imported/texture_03.png-0562c7ba6082dc6ed1470bb09e46ca22.md5 new file mode 100644 index 00000000..66740eb1 --- /dev/null +++ b/.godot/imported/texture_03.png-0562c7ba6082dc6ed1470bb09e46ca22.md5 @@ -0,0 +1,3 @@ +source_md5="94e7c9d98610bfbabac7b71dc02352bd" +dest_md5="a67b3bc34f0610c69e9f82739af4df94" + diff --git a/.godot/imported/texture_03.png-26ce60ef3564f723da5c57e040315d39.ctex b/.godot/imported/texture_03.png-26ce60ef3564f723da5c57e040315d39.ctex new file mode 100644 index 00000000..d65444c5 Binary files /dev/null and b/.godot/imported/texture_03.png-26ce60ef3564f723da5c57e040315d39.ctex differ diff --git a/.godot/imported/texture_03.png-26ce60ef3564f723da5c57e040315d39.md5 b/.godot/imported/texture_03.png-26ce60ef3564f723da5c57e040315d39.md5 new file mode 100644 index 00000000..66740eb1 --- /dev/null +++ b/.godot/imported/texture_03.png-26ce60ef3564f723da5c57e040315d39.md5 @@ -0,0 +1,3 @@ +source_md5="94e7c9d98610bfbabac7b71dc02352bd" +dest_md5="a67b3bc34f0610c69e9f82739af4df94" + diff --git a/.godot/imported/texture_03.png-306f9a5818f3cdfae804f33f31c7bf7c.ctex b/.godot/imported/texture_03.png-306f9a5818f3cdfae804f33f31c7bf7c.ctex new file mode 100644 index 00000000..979528da Binary files /dev/null and b/.godot/imported/texture_03.png-306f9a5818f3cdfae804f33f31c7bf7c.ctex differ diff --git a/.godot/imported/texture_03.png-306f9a5818f3cdfae804f33f31c7bf7c.md5 b/.godot/imported/texture_03.png-306f9a5818f3cdfae804f33f31c7bf7c.md5 new file mode 100644 index 00000000..52ef3397 --- /dev/null +++ b/.godot/imported/texture_03.png-306f9a5818f3cdfae804f33f31c7bf7c.md5 @@ -0,0 +1,3 @@ +source_md5="a281abe99f2f57b7bb8d7fedf93eeb50" +dest_md5="28fde78b9fdbcf18bef2f9339ad5c0ae" + diff --git a/.godot/imported/texture_03.png-5af0da2bbd5ee9a4f077f72849dd0b44.ctex b/.godot/imported/texture_03.png-5af0da2bbd5ee9a4f077f72849dd0b44.ctex new file mode 100644 index 00000000..b979464f Binary files /dev/null and b/.godot/imported/texture_03.png-5af0da2bbd5ee9a4f077f72849dd0b44.ctex differ diff --git a/.godot/imported/texture_03.png-5af0da2bbd5ee9a4f077f72849dd0b44.md5 b/.godot/imported/texture_03.png-5af0da2bbd5ee9a4f077f72849dd0b44.md5 new file mode 100644 index 00000000..224bd993 --- /dev/null +++ b/.godot/imported/texture_03.png-5af0da2bbd5ee9a4f077f72849dd0b44.md5 @@ -0,0 +1,3 @@ +source_md5="00268252f8cb4ca30e2987b989329cd4" +dest_md5="eec67f58ef7f73ed9925df840982ce33" + diff --git a/.godot/imported/texture_03.png-6f9a2bdb0025bebecf83d3a2540e7b30.ctex b/.godot/imported/texture_03.png-6f9a2bdb0025bebecf83d3a2540e7b30.ctex new file mode 100644 index 00000000..2604cc15 Binary files /dev/null and b/.godot/imported/texture_03.png-6f9a2bdb0025bebecf83d3a2540e7b30.ctex differ diff --git a/.godot/imported/texture_03.png-6f9a2bdb0025bebecf83d3a2540e7b30.md5 b/.godot/imported/texture_03.png-6f9a2bdb0025bebecf83d3a2540e7b30.md5 new file mode 100644 index 00000000..42e9a2d0 --- /dev/null +++ b/.godot/imported/texture_03.png-6f9a2bdb0025bebecf83d3a2540e7b30.md5 @@ -0,0 +1,3 @@ +source_md5="eeba8d46f1277bdf5b6dd7010fc2cf66" +dest_md5="deb0cad766a621f4ad4635b9ab61e132" + diff --git a/.godot/imported/texture_03.png-79e3e500653d5feff542fa01a42699e4.ctex b/.godot/imported/texture_03.png-79e3e500653d5feff542fa01a42699e4.ctex new file mode 100644 index 00000000..b5762baf Binary files /dev/null and b/.godot/imported/texture_03.png-79e3e500653d5feff542fa01a42699e4.ctex differ diff --git a/.godot/imported/texture_03.png-79e3e500653d5feff542fa01a42699e4.md5 b/.godot/imported/texture_03.png-79e3e500653d5feff542fa01a42699e4.md5 new file mode 100644 index 00000000..ee32bea8 --- /dev/null +++ b/.godot/imported/texture_03.png-79e3e500653d5feff542fa01a42699e4.md5 @@ -0,0 +1,3 @@ +source_md5="f87aa4cb60decd86ee22f43d1bcf7e86" +dest_md5="f60b700782d0843a943102aa2fd2a638" + diff --git a/.godot/imported/texture_03.png-a06f35546a3cb4a790797eced481224e.ctex b/.godot/imported/texture_03.png-a06f35546a3cb4a790797eced481224e.ctex new file mode 100644 index 00000000..b979464f Binary files /dev/null and b/.godot/imported/texture_03.png-a06f35546a3cb4a790797eced481224e.ctex differ diff --git a/.godot/imported/texture_03.png-a06f35546a3cb4a790797eced481224e.md5 b/.godot/imported/texture_03.png-a06f35546a3cb4a790797eced481224e.md5 new file mode 100644 index 00000000..224bd993 --- /dev/null +++ b/.godot/imported/texture_03.png-a06f35546a3cb4a790797eced481224e.md5 @@ -0,0 +1,3 @@ +source_md5="00268252f8cb4ca30e2987b989329cd4" +dest_md5="eec67f58ef7f73ed9925df840982ce33" + diff --git a/.godot/imported/texture_03.png-bd2fb51737e1456d302c728b6953c9fd.ctex b/.godot/imported/texture_03.png-bd2fb51737e1456d302c728b6953c9fd.ctex new file mode 100644 index 00000000..979528da Binary files /dev/null and b/.godot/imported/texture_03.png-bd2fb51737e1456d302c728b6953c9fd.ctex differ diff --git a/.godot/imported/texture_03.png-bd2fb51737e1456d302c728b6953c9fd.md5 b/.godot/imported/texture_03.png-bd2fb51737e1456d302c728b6953c9fd.md5 new file mode 100644 index 00000000..52ef3397 --- /dev/null +++ b/.godot/imported/texture_03.png-bd2fb51737e1456d302c728b6953c9fd.md5 @@ -0,0 +1,3 @@ +source_md5="a281abe99f2f57b7bb8d7fedf93eeb50" +dest_md5="28fde78b9fdbcf18bef2f9339ad5c0ae" + diff --git a/.godot/imported/texture_03.png-e506c60581fd7dff57e4dcf0ba9b57ee.ctex b/.godot/imported/texture_03.png-e506c60581fd7dff57e4dcf0ba9b57ee.ctex new file mode 100644 index 00000000..089e16a1 Binary files /dev/null and b/.godot/imported/texture_03.png-e506c60581fd7dff57e4dcf0ba9b57ee.ctex differ diff --git a/.godot/imported/texture_03.png-e506c60581fd7dff57e4dcf0ba9b57ee.md5 b/.godot/imported/texture_03.png-e506c60581fd7dff57e4dcf0ba9b57ee.md5 new file mode 100644 index 00000000..f522c13e --- /dev/null +++ b/.godot/imported/texture_03.png-e506c60581fd7dff57e4dcf0ba9b57ee.md5 @@ -0,0 +1,3 @@ +source_md5="c731a68f3b940157e72539c24a340d25" +dest_md5="7d42a9e93343639a35bb4c96f1e083fb" + diff --git a/.godot/imported/texture_03.png-f23a60645a787098b5d2677fbc29f033.ctex b/.godot/imported/texture_03.png-f23a60645a787098b5d2677fbc29f033.ctex new file mode 100644 index 00000000..2604cc15 Binary files /dev/null and b/.godot/imported/texture_03.png-f23a60645a787098b5d2677fbc29f033.ctex differ diff --git a/.godot/imported/texture_03.png-f23a60645a787098b5d2677fbc29f033.md5 b/.godot/imported/texture_03.png-f23a60645a787098b5d2677fbc29f033.md5 new file mode 100644 index 00000000..42e9a2d0 --- /dev/null +++ b/.godot/imported/texture_03.png-f23a60645a787098b5d2677fbc29f033.md5 @@ -0,0 +1,3 @@ +source_md5="eeba8d46f1277bdf5b6dd7010fc2cf66" +dest_md5="deb0cad766a621f4ad4635b9ab61e132" + diff --git a/.godot/imported/texture_03.png-f4ae00dab673ea22c87f5fc73e9c8fc1.ctex b/.godot/imported/texture_03.png-f4ae00dab673ea22c87f5fc73e9c8fc1.ctex new file mode 100644 index 00000000..b5762baf Binary files /dev/null and b/.godot/imported/texture_03.png-f4ae00dab673ea22c87f5fc73e9c8fc1.ctex differ diff --git a/.godot/imported/texture_03.png-f4ae00dab673ea22c87f5fc73e9c8fc1.md5 b/.godot/imported/texture_03.png-f4ae00dab673ea22c87f5fc73e9c8fc1.md5 new file mode 100644 index 00000000..ee32bea8 --- /dev/null +++ b/.godot/imported/texture_03.png-f4ae00dab673ea22c87f5fc73e9c8fc1.md5 @@ -0,0 +1,3 @@ +source_md5="f87aa4cb60decd86ee22f43d1bcf7e86" +dest_md5="f60b700782d0843a943102aa2fd2a638" + diff --git a/.godot/imported/texture_03.png-f5555481402065868dd07eb9d05dacab.ctex b/.godot/imported/texture_03.png-f5555481402065868dd07eb9d05dacab.ctex new file mode 100644 index 00000000..089e16a1 Binary files /dev/null and b/.godot/imported/texture_03.png-f5555481402065868dd07eb9d05dacab.ctex differ diff --git a/.godot/imported/texture_03.png-f5555481402065868dd07eb9d05dacab.md5 b/.godot/imported/texture_03.png-f5555481402065868dd07eb9d05dacab.md5 new file mode 100644 index 00000000..f522c13e --- /dev/null +++ b/.godot/imported/texture_03.png-f5555481402065868dd07eb9d05dacab.md5 @@ -0,0 +1,3 @@ +source_md5="c731a68f3b940157e72539c24a340d25" +dest_md5="7d42a9e93343639a35bb4c96f1e083fb" + diff --git a/.godot/imported/texture_03.svg-2a64d96e6fef91a3fe12288b1e242100.ctex b/.godot/imported/texture_03.svg-2a64d96e6fef91a3fe12288b1e242100.ctex new file mode 100644 index 00000000..beecf440 Binary files /dev/null and b/.godot/imported/texture_03.svg-2a64d96e6fef91a3fe12288b1e242100.ctex differ diff --git a/.godot/imported/texture_03.svg-2a64d96e6fef91a3fe12288b1e242100.md5 b/.godot/imported/texture_03.svg-2a64d96e6fef91a3fe12288b1e242100.md5 new file mode 100644 index 00000000..4b8e52c5 --- /dev/null +++ b/.godot/imported/texture_03.svg-2a64d96e6fef91a3fe12288b1e242100.md5 @@ -0,0 +1,3 @@ +source_md5="70613a6972165a48c6ef3173cc7c770c" +dest_md5="0bbc68e3fd5fae20e9ee3a51f0076cf4" + diff --git a/.godot/imported/texture_03.svg-491175b15ed7bb2d274a5832d9ab6cd8.ctex b/.godot/imported/texture_03.svg-491175b15ed7bb2d274a5832d9ab6cd8.ctex new file mode 100644 index 00000000..beecf440 Binary files /dev/null and b/.godot/imported/texture_03.svg-491175b15ed7bb2d274a5832d9ab6cd8.ctex differ diff --git a/.godot/imported/texture_03.svg-491175b15ed7bb2d274a5832d9ab6cd8.md5 b/.godot/imported/texture_03.svg-491175b15ed7bb2d274a5832d9ab6cd8.md5 new file mode 100644 index 00000000..4b8e52c5 --- /dev/null +++ b/.godot/imported/texture_03.svg-491175b15ed7bb2d274a5832d9ab6cd8.md5 @@ -0,0 +1,3 @@ +source_md5="70613a6972165a48c6ef3173cc7c770c" +dest_md5="0bbc68e3fd5fae20e9ee3a51f0076cf4" + diff --git a/.godot/imported/texture_04.png-0e852fb56d0507d0cbb2a6e0d5f77cb4.ctex b/.godot/imported/texture_04.png-0e852fb56d0507d0cbb2a6e0d5f77cb4.ctex new file mode 100644 index 00000000..dbf1e48c Binary files /dev/null and b/.godot/imported/texture_04.png-0e852fb56d0507d0cbb2a6e0d5f77cb4.ctex differ diff --git a/.godot/imported/texture_04.png-0e852fb56d0507d0cbb2a6e0d5f77cb4.md5 b/.godot/imported/texture_04.png-0e852fb56d0507d0cbb2a6e0d5f77cb4.md5 new file mode 100644 index 00000000..d660bd5e --- /dev/null +++ b/.godot/imported/texture_04.png-0e852fb56d0507d0cbb2a6e0d5f77cb4.md5 @@ -0,0 +1,3 @@ +source_md5="8cd4df98b448aa32d3b86076e89cb0a0" +dest_md5="4ae714c5d60cf8bf8b0bed93dd827a43" + diff --git a/.godot/imported/texture_04.png-1059aa68100e7e796882126312c95e1a.ctex b/.godot/imported/texture_04.png-1059aa68100e7e796882126312c95e1a.ctex new file mode 100644 index 00000000..12046755 Binary files /dev/null and b/.godot/imported/texture_04.png-1059aa68100e7e796882126312c95e1a.ctex differ diff --git a/.godot/imported/texture_04.png-1059aa68100e7e796882126312c95e1a.md5 b/.godot/imported/texture_04.png-1059aa68100e7e796882126312c95e1a.md5 new file mode 100644 index 00000000..393e593f --- /dev/null +++ b/.godot/imported/texture_04.png-1059aa68100e7e796882126312c95e1a.md5 @@ -0,0 +1,3 @@ +source_md5="43c39773d927edd64f3ea59107fa488c" +dest_md5="ead6fc7a3b73cb42694a0829426508ed" + diff --git a/.godot/imported/texture_04.png-13553dbd48d389f2331edac329ed04f9.ctex b/.godot/imported/texture_04.png-13553dbd48d389f2331edac329ed04f9.ctex new file mode 100644 index 00000000..e9f03476 Binary files /dev/null and b/.godot/imported/texture_04.png-13553dbd48d389f2331edac329ed04f9.ctex differ diff --git a/.godot/imported/texture_04.png-13553dbd48d389f2331edac329ed04f9.md5 b/.godot/imported/texture_04.png-13553dbd48d389f2331edac329ed04f9.md5 new file mode 100644 index 00000000..e66328ea --- /dev/null +++ b/.godot/imported/texture_04.png-13553dbd48d389f2331edac329ed04f9.md5 @@ -0,0 +1,3 @@ +source_md5="5cef1f615fcefeaf26d0a20e20cc11bc" +dest_md5="d684aac28e7eab0fc3bc3e7e78abaed5" + diff --git a/.godot/imported/texture_04.png-15f7d3d0a4322f1e73bc8bbf28e167f8.ctex b/.godot/imported/texture_04.png-15f7d3d0a4322f1e73bc8bbf28e167f8.ctex new file mode 100644 index 00000000..30bf7c3b Binary files /dev/null and b/.godot/imported/texture_04.png-15f7d3d0a4322f1e73bc8bbf28e167f8.ctex differ diff --git a/.godot/imported/texture_04.png-15f7d3d0a4322f1e73bc8bbf28e167f8.md5 b/.godot/imported/texture_04.png-15f7d3d0a4322f1e73bc8bbf28e167f8.md5 new file mode 100644 index 00000000..6dd77630 --- /dev/null +++ b/.godot/imported/texture_04.png-15f7d3d0a4322f1e73bc8bbf28e167f8.md5 @@ -0,0 +1,3 @@ +source_md5="c3afeb900e7026b6ffa027f73d2b68cd" +dest_md5="2b4c4efeabe9eefb699e4da3e57f0c5c" + diff --git a/.godot/imported/texture_04.png-470096c37e581573df44deb43cf0ae02.ctex b/.godot/imported/texture_04.png-470096c37e581573df44deb43cf0ae02.ctex new file mode 100644 index 00000000..12046755 Binary files /dev/null and b/.godot/imported/texture_04.png-470096c37e581573df44deb43cf0ae02.ctex differ diff --git a/.godot/imported/texture_04.png-470096c37e581573df44deb43cf0ae02.md5 b/.godot/imported/texture_04.png-470096c37e581573df44deb43cf0ae02.md5 new file mode 100644 index 00000000..393e593f --- /dev/null +++ b/.godot/imported/texture_04.png-470096c37e581573df44deb43cf0ae02.md5 @@ -0,0 +1,3 @@ +source_md5="43c39773d927edd64f3ea59107fa488c" +dest_md5="ead6fc7a3b73cb42694a0829426508ed" + diff --git a/.godot/imported/texture_04.png-4adde617bc8508b1e6f9df0a03a80f01.ctex b/.godot/imported/texture_04.png-4adde617bc8508b1e6f9df0a03a80f01.ctex new file mode 100644 index 00000000..0fd76d78 Binary files /dev/null and b/.godot/imported/texture_04.png-4adde617bc8508b1e6f9df0a03a80f01.ctex differ diff --git a/.godot/imported/texture_04.png-4adde617bc8508b1e6f9df0a03a80f01.md5 b/.godot/imported/texture_04.png-4adde617bc8508b1e6f9df0a03a80f01.md5 new file mode 100644 index 00000000..b00d454c --- /dev/null +++ b/.godot/imported/texture_04.png-4adde617bc8508b1e6f9df0a03a80f01.md5 @@ -0,0 +1,3 @@ +source_md5="7195206a2adc88c8d0c061b714440543" +dest_md5="36c79d99a36ce63a916219e227c2ad80" + diff --git a/.godot/imported/texture_04.png-62ad7f0346496bc0a5095d5957d4014a.ctex b/.godot/imported/texture_04.png-62ad7f0346496bc0a5095d5957d4014a.ctex new file mode 100644 index 00000000..0fd76d78 Binary files /dev/null and b/.godot/imported/texture_04.png-62ad7f0346496bc0a5095d5957d4014a.ctex differ diff --git a/.godot/imported/texture_04.png-62ad7f0346496bc0a5095d5957d4014a.md5 b/.godot/imported/texture_04.png-62ad7f0346496bc0a5095d5957d4014a.md5 new file mode 100644 index 00000000..b00d454c --- /dev/null +++ b/.godot/imported/texture_04.png-62ad7f0346496bc0a5095d5957d4014a.md5 @@ -0,0 +1,3 @@ +source_md5="7195206a2adc88c8d0c061b714440543" +dest_md5="36c79d99a36ce63a916219e227c2ad80" + diff --git a/.godot/imported/texture_04.png-c6071e89fedf28628612bd41c3702f68.ctex b/.godot/imported/texture_04.png-c6071e89fedf28628612bd41c3702f68.ctex new file mode 100644 index 00000000..30bf7c3b Binary files /dev/null and b/.godot/imported/texture_04.png-c6071e89fedf28628612bd41c3702f68.ctex differ diff --git a/.godot/imported/texture_04.png-c6071e89fedf28628612bd41c3702f68.md5 b/.godot/imported/texture_04.png-c6071e89fedf28628612bd41c3702f68.md5 new file mode 100644 index 00000000..6dd77630 --- /dev/null +++ b/.godot/imported/texture_04.png-c6071e89fedf28628612bd41c3702f68.md5 @@ -0,0 +1,3 @@ +source_md5="c3afeb900e7026b6ffa027f73d2b68cd" +dest_md5="2b4c4efeabe9eefb699e4da3e57f0c5c" + diff --git a/.godot/imported/texture_04.png-cd6e406f622f3ac93d80d374d896770d.ctex b/.godot/imported/texture_04.png-cd6e406f622f3ac93d80d374d896770d.ctex new file mode 100644 index 00000000..dbf1e48c Binary files /dev/null and b/.godot/imported/texture_04.png-cd6e406f622f3ac93d80d374d896770d.ctex differ diff --git a/.godot/imported/texture_04.png-cd6e406f622f3ac93d80d374d896770d.md5 b/.godot/imported/texture_04.png-cd6e406f622f3ac93d80d374d896770d.md5 new file mode 100644 index 00000000..d660bd5e --- /dev/null +++ b/.godot/imported/texture_04.png-cd6e406f622f3ac93d80d374d896770d.md5 @@ -0,0 +1,3 @@ +source_md5="8cd4df98b448aa32d3b86076e89cb0a0" +dest_md5="4ae714c5d60cf8bf8b0bed93dd827a43" + diff --git a/.godot/imported/texture_04.png-d19366b03cd17338827229356d788ab3.ctex b/.godot/imported/texture_04.png-d19366b03cd17338827229356d788ab3.ctex new file mode 100644 index 00000000..cd5b89f4 Binary files /dev/null and b/.godot/imported/texture_04.png-d19366b03cd17338827229356d788ab3.ctex differ diff --git a/.godot/imported/texture_04.png-d19366b03cd17338827229356d788ab3.md5 b/.godot/imported/texture_04.png-d19366b03cd17338827229356d788ab3.md5 new file mode 100644 index 00000000..f641bbeb --- /dev/null +++ b/.godot/imported/texture_04.png-d19366b03cd17338827229356d788ab3.md5 @@ -0,0 +1,3 @@ +source_md5="17ef401f0704659a84150172d452ec86" +dest_md5="a8412a0a21bada94d9dd037319b6cd17" + diff --git a/.godot/imported/texture_04.png-ebfbb32db67586ed40e0ff91b54220dc.ctex b/.godot/imported/texture_04.png-ebfbb32db67586ed40e0ff91b54220dc.ctex new file mode 100644 index 00000000..cd5b89f4 Binary files /dev/null and b/.godot/imported/texture_04.png-ebfbb32db67586ed40e0ff91b54220dc.ctex differ diff --git a/.godot/imported/texture_04.png-ebfbb32db67586ed40e0ff91b54220dc.md5 b/.godot/imported/texture_04.png-ebfbb32db67586ed40e0ff91b54220dc.md5 new file mode 100644 index 00000000..f641bbeb --- /dev/null +++ b/.godot/imported/texture_04.png-ebfbb32db67586ed40e0ff91b54220dc.md5 @@ -0,0 +1,3 @@ +source_md5="17ef401f0704659a84150172d452ec86" +dest_md5="a8412a0a21bada94d9dd037319b6cd17" + diff --git a/.godot/imported/texture_04.png-edc774fb5423f8f16f23e5d60fa3b33f.ctex b/.godot/imported/texture_04.png-edc774fb5423f8f16f23e5d60fa3b33f.ctex new file mode 100644 index 00000000..e9f03476 Binary files /dev/null and b/.godot/imported/texture_04.png-edc774fb5423f8f16f23e5d60fa3b33f.ctex differ diff --git a/.godot/imported/texture_04.png-edc774fb5423f8f16f23e5d60fa3b33f.md5 b/.godot/imported/texture_04.png-edc774fb5423f8f16f23e5d60fa3b33f.md5 new file mode 100644 index 00000000..e66328ea --- /dev/null +++ b/.godot/imported/texture_04.png-edc774fb5423f8f16f23e5d60fa3b33f.md5 @@ -0,0 +1,3 @@ +source_md5="5cef1f615fcefeaf26d0a20e20cc11bc" +dest_md5="d684aac28e7eab0fc3bc3e7e78abaed5" + diff --git a/.godot/imported/texture_04.svg-aab9283d86682e44521c2121e0966c2c.ctex b/.godot/imported/texture_04.svg-aab9283d86682e44521c2121e0966c2c.ctex new file mode 100644 index 00000000..92a0bb2f Binary files /dev/null and b/.godot/imported/texture_04.svg-aab9283d86682e44521c2121e0966c2c.ctex differ diff --git a/.godot/imported/texture_04.svg-aab9283d86682e44521c2121e0966c2c.md5 b/.godot/imported/texture_04.svg-aab9283d86682e44521c2121e0966c2c.md5 new file mode 100644 index 00000000..f6afcbbf --- /dev/null +++ b/.godot/imported/texture_04.svg-aab9283d86682e44521c2121e0966c2c.md5 @@ -0,0 +1,3 @@ +source_md5="cac7fa6baa32e5a2a0f0e0c9fb74a2db" +dest_md5="898eb6060463bc74d9bf8851b1da74ec" + diff --git a/.godot/imported/texture_04.svg-c520c35afec7aa51e857682f287a253a.ctex b/.godot/imported/texture_04.svg-c520c35afec7aa51e857682f287a253a.ctex new file mode 100644 index 00000000..92a0bb2f Binary files /dev/null and b/.godot/imported/texture_04.svg-c520c35afec7aa51e857682f287a253a.ctex differ diff --git a/.godot/imported/texture_04.svg-c520c35afec7aa51e857682f287a253a.md5 b/.godot/imported/texture_04.svg-c520c35afec7aa51e857682f287a253a.md5 new file mode 100644 index 00000000..f6afcbbf --- /dev/null +++ b/.godot/imported/texture_04.svg-c520c35afec7aa51e857682f287a253a.md5 @@ -0,0 +1,3 @@ +source_md5="cac7fa6baa32e5a2a0f0e0c9fb74a2db" +dest_md5="898eb6060463bc74d9bf8851b1da74ec" + diff --git a/.godot/imported/texture_05.png-025c8b671a670c7fb78ab9cabe3a532f.ctex b/.godot/imported/texture_05.png-025c8b671a670c7fb78ab9cabe3a532f.ctex new file mode 100644 index 00000000..e610861c Binary files /dev/null and b/.godot/imported/texture_05.png-025c8b671a670c7fb78ab9cabe3a532f.ctex differ diff --git a/.godot/imported/texture_05.png-025c8b671a670c7fb78ab9cabe3a532f.md5 b/.godot/imported/texture_05.png-025c8b671a670c7fb78ab9cabe3a532f.md5 new file mode 100644 index 00000000..4a66fb4c --- /dev/null +++ b/.godot/imported/texture_05.png-025c8b671a670c7fb78ab9cabe3a532f.md5 @@ -0,0 +1,3 @@ +source_md5="8a81ce18511e15b5fc17f9ed0bb55f38" +dest_md5="b8f9654f1b659f5425666df9685cf77d" + diff --git a/.godot/imported/texture_05.png-11c1ea98fbd1f9f3300c48daf4f60c1c.ctex b/.godot/imported/texture_05.png-11c1ea98fbd1f9f3300c48daf4f60c1c.ctex new file mode 100644 index 00000000..45c57e6d Binary files /dev/null and b/.godot/imported/texture_05.png-11c1ea98fbd1f9f3300c48daf4f60c1c.ctex differ diff --git a/.godot/imported/texture_05.png-11c1ea98fbd1f9f3300c48daf4f60c1c.md5 b/.godot/imported/texture_05.png-11c1ea98fbd1f9f3300c48daf4f60c1c.md5 new file mode 100644 index 00000000..672aa5e2 --- /dev/null +++ b/.godot/imported/texture_05.png-11c1ea98fbd1f9f3300c48daf4f60c1c.md5 @@ -0,0 +1,3 @@ +source_md5="b657bab6a9129a8e260ebc5bef3b2f6e" +dest_md5="323e2ddf1b297a80e0a3c476c89e23ac" + diff --git a/.godot/imported/texture_05.png-1b3747b4c2cf5d517323950661c3f578.ctex b/.godot/imported/texture_05.png-1b3747b4c2cf5d517323950661c3f578.ctex new file mode 100644 index 00000000..0a4cc862 Binary files /dev/null and b/.godot/imported/texture_05.png-1b3747b4c2cf5d517323950661c3f578.ctex differ diff --git a/.godot/imported/texture_05.png-1b3747b4c2cf5d517323950661c3f578.md5 b/.godot/imported/texture_05.png-1b3747b4c2cf5d517323950661c3f578.md5 new file mode 100644 index 00000000..7cfbb8bb --- /dev/null +++ b/.godot/imported/texture_05.png-1b3747b4c2cf5d517323950661c3f578.md5 @@ -0,0 +1,3 @@ +source_md5="a7f31da1728ef1e55820caf1b9db6bf2" +dest_md5="c1c78ee485b52388b2312e662f29afff" + diff --git a/.godot/imported/texture_05.png-39d91c1d0522fdbebf7b79e81b299917.ctex b/.godot/imported/texture_05.png-39d91c1d0522fdbebf7b79e81b299917.ctex new file mode 100644 index 00000000..b75a2a17 Binary files /dev/null and b/.godot/imported/texture_05.png-39d91c1d0522fdbebf7b79e81b299917.ctex differ diff --git a/.godot/imported/texture_05.png-39d91c1d0522fdbebf7b79e81b299917.md5 b/.godot/imported/texture_05.png-39d91c1d0522fdbebf7b79e81b299917.md5 new file mode 100644 index 00000000..c7a5c3b5 --- /dev/null +++ b/.godot/imported/texture_05.png-39d91c1d0522fdbebf7b79e81b299917.md5 @@ -0,0 +1,3 @@ +source_md5="0e78bf42417d13b6785a7bf9efd7cbc5" +dest_md5="f87bea9958d546fa756f598821d70641" + diff --git a/.godot/imported/texture_05.png-6e2dfc682a280a8e09cfe01520495a6c.ctex b/.godot/imported/texture_05.png-6e2dfc682a280a8e09cfe01520495a6c.ctex new file mode 100644 index 00000000..dc59bd93 Binary files /dev/null and b/.godot/imported/texture_05.png-6e2dfc682a280a8e09cfe01520495a6c.ctex differ diff --git a/.godot/imported/texture_05.png-6e2dfc682a280a8e09cfe01520495a6c.md5 b/.godot/imported/texture_05.png-6e2dfc682a280a8e09cfe01520495a6c.md5 new file mode 100644 index 00000000..e50b6bdc --- /dev/null +++ b/.godot/imported/texture_05.png-6e2dfc682a280a8e09cfe01520495a6c.md5 @@ -0,0 +1,3 @@ +source_md5="d1790a3014fffb2ec5cbb3ef73889179" +dest_md5="fe20875677ef671ca784483204a114c5" + diff --git a/.godot/imported/texture_05.png-7833feae85e7772c3f63d64bcd1a544d.ctex b/.godot/imported/texture_05.png-7833feae85e7772c3f63d64bcd1a544d.ctex new file mode 100644 index 00000000..dc59bd93 Binary files /dev/null and b/.godot/imported/texture_05.png-7833feae85e7772c3f63d64bcd1a544d.ctex differ diff --git a/.godot/imported/texture_05.png-7833feae85e7772c3f63d64bcd1a544d.md5 b/.godot/imported/texture_05.png-7833feae85e7772c3f63d64bcd1a544d.md5 new file mode 100644 index 00000000..e50b6bdc --- /dev/null +++ b/.godot/imported/texture_05.png-7833feae85e7772c3f63d64bcd1a544d.md5 @@ -0,0 +1,3 @@ +source_md5="d1790a3014fffb2ec5cbb3ef73889179" +dest_md5="fe20875677ef671ca784483204a114c5" + diff --git a/.godot/imported/texture_05.png-86d57ea97a5c87bca015d7f52417362e.ctex b/.godot/imported/texture_05.png-86d57ea97a5c87bca015d7f52417362e.ctex new file mode 100644 index 00000000..45c57e6d Binary files /dev/null and b/.godot/imported/texture_05.png-86d57ea97a5c87bca015d7f52417362e.ctex differ diff --git a/.godot/imported/texture_05.png-86d57ea97a5c87bca015d7f52417362e.md5 b/.godot/imported/texture_05.png-86d57ea97a5c87bca015d7f52417362e.md5 new file mode 100644 index 00000000..672aa5e2 --- /dev/null +++ b/.godot/imported/texture_05.png-86d57ea97a5c87bca015d7f52417362e.md5 @@ -0,0 +1,3 @@ +source_md5="b657bab6a9129a8e260ebc5bef3b2f6e" +dest_md5="323e2ddf1b297a80e0a3c476c89e23ac" + diff --git a/.godot/imported/texture_05.png-adc904ebe0b9593b3fbda8fa5f7765a6.ctex b/.godot/imported/texture_05.png-adc904ebe0b9593b3fbda8fa5f7765a6.ctex new file mode 100644 index 00000000..0a4cc862 Binary files /dev/null and b/.godot/imported/texture_05.png-adc904ebe0b9593b3fbda8fa5f7765a6.ctex differ diff --git a/.godot/imported/texture_05.png-adc904ebe0b9593b3fbda8fa5f7765a6.md5 b/.godot/imported/texture_05.png-adc904ebe0b9593b3fbda8fa5f7765a6.md5 new file mode 100644 index 00000000..7cfbb8bb --- /dev/null +++ b/.godot/imported/texture_05.png-adc904ebe0b9593b3fbda8fa5f7765a6.md5 @@ -0,0 +1,3 @@ +source_md5="a7f31da1728ef1e55820caf1b9db6bf2" +dest_md5="c1c78ee485b52388b2312e662f29afff" + diff --git a/.godot/imported/texture_05.png-c35df88a0ee8fa82b901020e1bf5c6d7.ctex b/.godot/imported/texture_05.png-c35df88a0ee8fa82b901020e1bf5c6d7.ctex new file mode 100644 index 00000000..3b7327c6 Binary files /dev/null and b/.godot/imported/texture_05.png-c35df88a0ee8fa82b901020e1bf5c6d7.ctex differ diff --git a/.godot/imported/texture_05.png-c35df88a0ee8fa82b901020e1bf5c6d7.md5 b/.godot/imported/texture_05.png-c35df88a0ee8fa82b901020e1bf5c6d7.md5 new file mode 100644 index 00000000..0ffe7262 --- /dev/null +++ b/.godot/imported/texture_05.png-c35df88a0ee8fa82b901020e1bf5c6d7.md5 @@ -0,0 +1,3 @@ +source_md5="bcb8985249c11976fe40042c75237ea2" +dest_md5="ffc040ed0939d9800af63bafe6f20e1c" + diff --git a/.godot/imported/texture_05.png-c7ae8e58a9b623fb79eb424c94efa382.ctex b/.godot/imported/texture_05.png-c7ae8e58a9b623fb79eb424c94efa382.ctex new file mode 100644 index 00000000..3b7327c6 Binary files /dev/null and b/.godot/imported/texture_05.png-c7ae8e58a9b623fb79eb424c94efa382.ctex differ diff --git a/.godot/imported/texture_05.png-c7ae8e58a9b623fb79eb424c94efa382.md5 b/.godot/imported/texture_05.png-c7ae8e58a9b623fb79eb424c94efa382.md5 new file mode 100644 index 00000000..0ffe7262 --- /dev/null +++ b/.godot/imported/texture_05.png-c7ae8e58a9b623fb79eb424c94efa382.md5 @@ -0,0 +1,3 @@ +source_md5="bcb8985249c11976fe40042c75237ea2" +dest_md5="ffc040ed0939d9800af63bafe6f20e1c" + diff --git a/.godot/imported/texture_05.png-e6bbdae847bb4c332de1370793698fbd.ctex b/.godot/imported/texture_05.png-e6bbdae847bb4c332de1370793698fbd.ctex new file mode 100644 index 00000000..b75a2a17 Binary files /dev/null and b/.godot/imported/texture_05.png-e6bbdae847bb4c332de1370793698fbd.ctex differ diff --git a/.godot/imported/texture_05.png-e6bbdae847bb4c332de1370793698fbd.md5 b/.godot/imported/texture_05.png-e6bbdae847bb4c332de1370793698fbd.md5 new file mode 100644 index 00000000..c7a5c3b5 --- /dev/null +++ b/.godot/imported/texture_05.png-e6bbdae847bb4c332de1370793698fbd.md5 @@ -0,0 +1,3 @@ +source_md5="0e78bf42417d13b6785a7bf9efd7cbc5" +dest_md5="f87bea9958d546fa756f598821d70641" + diff --git a/.godot/imported/texture_05.png-f9b6619e84ccdcb292beb23d926cc4d3.ctex b/.godot/imported/texture_05.png-f9b6619e84ccdcb292beb23d926cc4d3.ctex new file mode 100644 index 00000000..e610861c Binary files /dev/null and b/.godot/imported/texture_05.png-f9b6619e84ccdcb292beb23d926cc4d3.ctex differ diff --git a/.godot/imported/texture_05.png-f9b6619e84ccdcb292beb23d926cc4d3.md5 b/.godot/imported/texture_05.png-f9b6619e84ccdcb292beb23d926cc4d3.md5 new file mode 100644 index 00000000..4a66fb4c --- /dev/null +++ b/.godot/imported/texture_05.png-f9b6619e84ccdcb292beb23d926cc4d3.md5 @@ -0,0 +1,3 @@ +source_md5="8a81ce18511e15b5fc17f9ed0bb55f38" +dest_md5="b8f9654f1b659f5425666df9685cf77d" + diff --git a/.godot/imported/texture_05.svg-40a6b094fdf95e36231877a9ce5d06ec.ctex b/.godot/imported/texture_05.svg-40a6b094fdf95e36231877a9ce5d06ec.ctex new file mode 100644 index 00000000..b970ceeb Binary files /dev/null and b/.godot/imported/texture_05.svg-40a6b094fdf95e36231877a9ce5d06ec.ctex differ diff --git a/.godot/imported/texture_05.svg-40a6b094fdf95e36231877a9ce5d06ec.md5 b/.godot/imported/texture_05.svg-40a6b094fdf95e36231877a9ce5d06ec.md5 new file mode 100644 index 00000000..90414a2e --- /dev/null +++ b/.godot/imported/texture_05.svg-40a6b094fdf95e36231877a9ce5d06ec.md5 @@ -0,0 +1,3 @@ +source_md5="1739fd97108fd5b136881949df00b002" +dest_md5="5c2a74e2911ac771b7e016e36027ad8b" + diff --git a/.godot/imported/texture_05.svg-a81e745b9e59301fff52ea870b37154d.ctex b/.godot/imported/texture_05.svg-a81e745b9e59301fff52ea870b37154d.ctex new file mode 100644 index 00000000..b970ceeb Binary files /dev/null and b/.godot/imported/texture_05.svg-a81e745b9e59301fff52ea870b37154d.ctex differ diff --git a/.godot/imported/texture_05.svg-a81e745b9e59301fff52ea870b37154d.md5 b/.godot/imported/texture_05.svg-a81e745b9e59301fff52ea870b37154d.md5 new file mode 100644 index 00000000..90414a2e --- /dev/null +++ b/.godot/imported/texture_05.svg-a81e745b9e59301fff52ea870b37154d.md5 @@ -0,0 +1,3 @@ +source_md5="1739fd97108fd5b136881949df00b002" +dest_md5="5c2a74e2911ac771b7e016e36027ad8b" + diff --git a/.godot/imported/texture_06.png-054d40d6ace14ec9bd10e745071c039e.ctex b/.godot/imported/texture_06.png-054d40d6ace14ec9bd10e745071c039e.ctex new file mode 100644 index 00000000..d2d2bcd0 Binary files /dev/null and b/.godot/imported/texture_06.png-054d40d6ace14ec9bd10e745071c039e.ctex differ diff --git a/.godot/imported/texture_06.png-054d40d6ace14ec9bd10e745071c039e.md5 b/.godot/imported/texture_06.png-054d40d6ace14ec9bd10e745071c039e.md5 new file mode 100644 index 00000000..5185823c --- /dev/null +++ b/.godot/imported/texture_06.png-054d40d6ace14ec9bd10e745071c039e.md5 @@ -0,0 +1,3 @@ +source_md5="9708041ce574542bdc4887d1bb6f98cf" +dest_md5="03eeb5f9fc3f97bd5e1e410cf14c5f62" + diff --git a/.godot/imported/texture_06.png-0550b8dd2ba0be41c28963153c754e49.ctex b/.godot/imported/texture_06.png-0550b8dd2ba0be41c28963153c754e49.ctex new file mode 100644 index 00000000..6afda7f7 Binary files /dev/null and b/.godot/imported/texture_06.png-0550b8dd2ba0be41c28963153c754e49.ctex differ diff --git a/.godot/imported/texture_06.png-0550b8dd2ba0be41c28963153c754e49.md5 b/.godot/imported/texture_06.png-0550b8dd2ba0be41c28963153c754e49.md5 new file mode 100644 index 00000000..b48db56b --- /dev/null +++ b/.godot/imported/texture_06.png-0550b8dd2ba0be41c28963153c754e49.md5 @@ -0,0 +1,3 @@ +source_md5="bb2e71c01a932c64f90112e1950ab25c" +dest_md5="34bb2f4e7164686ee993ba5e0edac3ec" + diff --git a/.godot/imported/texture_06.png-15c9fdee2cb36637185d5cd944f46578.ctex b/.godot/imported/texture_06.png-15c9fdee2cb36637185d5cd944f46578.ctex new file mode 100644 index 00000000..650e0230 Binary files /dev/null and b/.godot/imported/texture_06.png-15c9fdee2cb36637185d5cd944f46578.ctex differ diff --git a/.godot/imported/texture_06.png-15c9fdee2cb36637185d5cd944f46578.md5 b/.godot/imported/texture_06.png-15c9fdee2cb36637185d5cd944f46578.md5 new file mode 100644 index 00000000..4f5d207a --- /dev/null +++ b/.godot/imported/texture_06.png-15c9fdee2cb36637185d5cd944f46578.md5 @@ -0,0 +1,3 @@ +source_md5="63c6e6a7dd1bdd9b691eb69b1c85e517" +dest_md5="50c205c6e18a61a7a5f231c2c4100dbb" + diff --git a/.godot/imported/texture_06.png-2f3d062003a580d1d44134d8e8cb4a0a.ctex b/.godot/imported/texture_06.png-2f3d062003a580d1d44134d8e8cb4a0a.ctex new file mode 100644 index 00000000..24c1591a Binary files /dev/null and b/.godot/imported/texture_06.png-2f3d062003a580d1d44134d8e8cb4a0a.ctex differ diff --git a/.godot/imported/texture_06.png-2f3d062003a580d1d44134d8e8cb4a0a.md5 b/.godot/imported/texture_06.png-2f3d062003a580d1d44134d8e8cb4a0a.md5 new file mode 100644 index 00000000..462106ab --- /dev/null +++ b/.godot/imported/texture_06.png-2f3d062003a580d1d44134d8e8cb4a0a.md5 @@ -0,0 +1,3 @@ +source_md5="8b71cc457bd3a77d34027a21005f2a55" +dest_md5="89f2772605232aa681dd5e5d6ec3a7dd" + diff --git a/.godot/imported/texture_06.png-3c087f5f60b50bf0db57dad58ef5ea7b.ctex b/.godot/imported/texture_06.png-3c087f5f60b50bf0db57dad58ef5ea7b.ctex new file mode 100644 index 00000000..6afda7f7 Binary files /dev/null and b/.godot/imported/texture_06.png-3c087f5f60b50bf0db57dad58ef5ea7b.ctex differ diff --git a/.godot/imported/texture_06.png-3c087f5f60b50bf0db57dad58ef5ea7b.md5 b/.godot/imported/texture_06.png-3c087f5f60b50bf0db57dad58ef5ea7b.md5 new file mode 100644 index 00000000..b48db56b --- /dev/null +++ b/.godot/imported/texture_06.png-3c087f5f60b50bf0db57dad58ef5ea7b.md5 @@ -0,0 +1,3 @@ +source_md5="bb2e71c01a932c64f90112e1950ab25c" +dest_md5="34bb2f4e7164686ee993ba5e0edac3ec" + diff --git a/.godot/imported/texture_06.png-53132e2ddc6bd49a960bf78719f311bc.ctex b/.godot/imported/texture_06.png-53132e2ddc6bd49a960bf78719f311bc.ctex new file mode 100644 index 00000000..f8659f45 Binary files /dev/null and b/.godot/imported/texture_06.png-53132e2ddc6bd49a960bf78719f311bc.ctex differ diff --git a/.godot/imported/texture_06.png-53132e2ddc6bd49a960bf78719f311bc.md5 b/.godot/imported/texture_06.png-53132e2ddc6bd49a960bf78719f311bc.md5 new file mode 100644 index 00000000..820fb819 --- /dev/null +++ b/.godot/imported/texture_06.png-53132e2ddc6bd49a960bf78719f311bc.md5 @@ -0,0 +1,3 @@ +source_md5="fb5b2f3109c445ec8c3aceda28b97b14" +dest_md5="6b563735d18a90ce1b5c5e5fbef7f958" + diff --git a/.godot/imported/texture_06.png-8ece4fb8152deec8055ad23d736aadf8.ctex b/.godot/imported/texture_06.png-8ece4fb8152deec8055ad23d736aadf8.ctex new file mode 100644 index 00000000..f8659f45 Binary files /dev/null and b/.godot/imported/texture_06.png-8ece4fb8152deec8055ad23d736aadf8.ctex differ diff --git a/.godot/imported/texture_06.png-8ece4fb8152deec8055ad23d736aadf8.md5 b/.godot/imported/texture_06.png-8ece4fb8152deec8055ad23d736aadf8.md5 new file mode 100644 index 00000000..820fb819 --- /dev/null +++ b/.godot/imported/texture_06.png-8ece4fb8152deec8055ad23d736aadf8.md5 @@ -0,0 +1,3 @@ +source_md5="fb5b2f3109c445ec8c3aceda28b97b14" +dest_md5="6b563735d18a90ce1b5c5e5fbef7f958" + diff --git a/.godot/imported/texture_06.png-90cc2f605148f51e9af3e42fc5dc6621.ctex b/.godot/imported/texture_06.png-90cc2f605148f51e9af3e42fc5dc6621.ctex new file mode 100644 index 00000000..9c71eecd Binary files /dev/null and b/.godot/imported/texture_06.png-90cc2f605148f51e9af3e42fc5dc6621.ctex differ diff --git a/.godot/imported/texture_06.png-90cc2f605148f51e9af3e42fc5dc6621.md5 b/.godot/imported/texture_06.png-90cc2f605148f51e9af3e42fc5dc6621.md5 new file mode 100644 index 00000000..5b79b6d7 --- /dev/null +++ b/.godot/imported/texture_06.png-90cc2f605148f51e9af3e42fc5dc6621.md5 @@ -0,0 +1,3 @@ +source_md5="800e433fa68790006d24931ab5331216" +dest_md5="fa96e7c31978b51e3e0b80717f3dae37" + diff --git a/.godot/imported/texture_06.png-e0291c4dc0345a185e966016b5b9cb16.ctex b/.godot/imported/texture_06.png-e0291c4dc0345a185e966016b5b9cb16.ctex new file mode 100644 index 00000000..24c1591a Binary files /dev/null and b/.godot/imported/texture_06.png-e0291c4dc0345a185e966016b5b9cb16.ctex differ diff --git a/.godot/imported/texture_06.png-e0291c4dc0345a185e966016b5b9cb16.md5 b/.godot/imported/texture_06.png-e0291c4dc0345a185e966016b5b9cb16.md5 new file mode 100644 index 00000000..462106ab --- /dev/null +++ b/.godot/imported/texture_06.png-e0291c4dc0345a185e966016b5b9cb16.md5 @@ -0,0 +1,3 @@ +source_md5="8b71cc457bd3a77d34027a21005f2a55" +dest_md5="89f2772605232aa681dd5e5d6ec3a7dd" + diff --git a/.godot/imported/texture_06.png-ea8de2649d15fe996cf3362460c2b9c3.ctex b/.godot/imported/texture_06.png-ea8de2649d15fe996cf3362460c2b9c3.ctex new file mode 100644 index 00000000..9c71eecd Binary files /dev/null and b/.godot/imported/texture_06.png-ea8de2649d15fe996cf3362460c2b9c3.ctex differ diff --git a/.godot/imported/texture_06.png-ea8de2649d15fe996cf3362460c2b9c3.md5 b/.godot/imported/texture_06.png-ea8de2649d15fe996cf3362460c2b9c3.md5 new file mode 100644 index 00000000..5b79b6d7 --- /dev/null +++ b/.godot/imported/texture_06.png-ea8de2649d15fe996cf3362460c2b9c3.md5 @@ -0,0 +1,3 @@ +source_md5="800e433fa68790006d24931ab5331216" +dest_md5="fa96e7c31978b51e3e0b80717f3dae37" + diff --git a/.godot/imported/texture_06.png-fa3c83ab6791288a91383ad0f28d8c1c.ctex b/.godot/imported/texture_06.png-fa3c83ab6791288a91383ad0f28d8c1c.ctex new file mode 100644 index 00000000..d2d2bcd0 Binary files /dev/null and b/.godot/imported/texture_06.png-fa3c83ab6791288a91383ad0f28d8c1c.ctex differ diff --git a/.godot/imported/texture_06.png-fa3c83ab6791288a91383ad0f28d8c1c.md5 b/.godot/imported/texture_06.png-fa3c83ab6791288a91383ad0f28d8c1c.md5 new file mode 100644 index 00000000..5185823c --- /dev/null +++ b/.godot/imported/texture_06.png-fa3c83ab6791288a91383ad0f28d8c1c.md5 @@ -0,0 +1,3 @@ +source_md5="9708041ce574542bdc4887d1bb6f98cf" +dest_md5="03eeb5f9fc3f97bd5e1e410cf14c5f62" + diff --git a/.godot/imported/texture_06.png-faa9b5f341ed7a1c0052ea5e0d9d0930.ctex b/.godot/imported/texture_06.png-faa9b5f341ed7a1c0052ea5e0d9d0930.ctex new file mode 100644 index 00000000..650e0230 Binary files /dev/null and b/.godot/imported/texture_06.png-faa9b5f341ed7a1c0052ea5e0d9d0930.ctex differ diff --git a/.godot/imported/texture_06.png-faa9b5f341ed7a1c0052ea5e0d9d0930.md5 b/.godot/imported/texture_06.png-faa9b5f341ed7a1c0052ea5e0d9d0930.md5 new file mode 100644 index 00000000..4f5d207a --- /dev/null +++ b/.godot/imported/texture_06.png-faa9b5f341ed7a1c0052ea5e0d9d0930.md5 @@ -0,0 +1,3 @@ +source_md5="63c6e6a7dd1bdd9b691eb69b1c85e517" +dest_md5="50c205c6e18a61a7a5f231c2c4100dbb" + diff --git a/.godot/imported/texture_06.svg-d9ffd8fcdf4e604f4f38a305a88dac5c.ctex b/.godot/imported/texture_06.svg-d9ffd8fcdf4e604f4f38a305a88dac5c.ctex new file mode 100644 index 00000000..756d7bcf Binary files /dev/null and b/.godot/imported/texture_06.svg-d9ffd8fcdf4e604f4f38a305a88dac5c.ctex differ diff --git a/.godot/imported/texture_06.svg-d9ffd8fcdf4e604f4f38a305a88dac5c.md5 b/.godot/imported/texture_06.svg-d9ffd8fcdf4e604f4f38a305a88dac5c.md5 new file mode 100644 index 00000000..5ca1e5c6 --- /dev/null +++ b/.godot/imported/texture_06.svg-d9ffd8fcdf4e604f4f38a305a88dac5c.md5 @@ -0,0 +1,3 @@ +source_md5="54178d9956773b12e32c5f297e52abef" +dest_md5="abf448fe0ebab8dd359de7657e592272" + diff --git a/.godot/imported/texture_06.svg-ea976c43478bc5bce2a79279973b709c.ctex b/.godot/imported/texture_06.svg-ea976c43478bc5bce2a79279973b709c.ctex new file mode 100644 index 00000000..756d7bcf Binary files /dev/null and b/.godot/imported/texture_06.svg-ea976c43478bc5bce2a79279973b709c.ctex differ diff --git a/.godot/imported/texture_06.svg-ea976c43478bc5bce2a79279973b709c.md5 b/.godot/imported/texture_06.svg-ea976c43478bc5bce2a79279973b709c.md5 new file mode 100644 index 00000000..5ca1e5c6 --- /dev/null +++ b/.godot/imported/texture_06.svg-ea976c43478bc5bce2a79279973b709c.md5 @@ -0,0 +1,3 @@ +source_md5="54178d9956773b12e32c5f297e52abef" +dest_md5="abf448fe0ebab8dd359de7657e592272" + diff --git a/.godot/imported/texture_07.png-017f8d18074532bf4b25634375460f8f.ctex b/.godot/imported/texture_07.png-017f8d18074532bf4b25634375460f8f.ctex new file mode 100644 index 00000000..6ff2ac2e Binary files /dev/null and b/.godot/imported/texture_07.png-017f8d18074532bf4b25634375460f8f.ctex differ diff --git a/.godot/imported/texture_07.png-017f8d18074532bf4b25634375460f8f.md5 b/.godot/imported/texture_07.png-017f8d18074532bf4b25634375460f8f.md5 new file mode 100644 index 00000000..3cce7512 --- /dev/null +++ b/.godot/imported/texture_07.png-017f8d18074532bf4b25634375460f8f.md5 @@ -0,0 +1,3 @@ +source_md5="e47fdd0ed9bc48a18abf616b6e7ed27d" +dest_md5="38fb9fd03b6c6b78530e72111a5bef3f" + diff --git a/.godot/imported/texture_07.png-11dac7d33baa247fd8ee37b240db2462.ctex b/.godot/imported/texture_07.png-11dac7d33baa247fd8ee37b240db2462.ctex new file mode 100644 index 00000000..f1d30410 Binary files /dev/null and b/.godot/imported/texture_07.png-11dac7d33baa247fd8ee37b240db2462.ctex differ diff --git a/.godot/imported/texture_07.png-11dac7d33baa247fd8ee37b240db2462.md5 b/.godot/imported/texture_07.png-11dac7d33baa247fd8ee37b240db2462.md5 new file mode 100644 index 00000000..f10c6799 --- /dev/null +++ b/.godot/imported/texture_07.png-11dac7d33baa247fd8ee37b240db2462.md5 @@ -0,0 +1,3 @@ +source_md5="743dcb3bb1c8223887c17997b772ff69" +dest_md5="2fa2f64d26e851a6bbd228afa806ac55" + diff --git a/.godot/imported/texture_07.png-132107d8a390e9c1ab278ea84460d00a.ctex b/.godot/imported/texture_07.png-132107d8a390e9c1ab278ea84460d00a.ctex new file mode 100644 index 00000000..c52ca6a0 Binary files /dev/null and b/.godot/imported/texture_07.png-132107d8a390e9c1ab278ea84460d00a.ctex differ diff --git a/.godot/imported/texture_07.png-132107d8a390e9c1ab278ea84460d00a.md5 b/.godot/imported/texture_07.png-132107d8a390e9c1ab278ea84460d00a.md5 new file mode 100644 index 00000000..3207917d --- /dev/null +++ b/.godot/imported/texture_07.png-132107d8a390e9c1ab278ea84460d00a.md5 @@ -0,0 +1,3 @@ +source_md5="8cc582343454419b2745391dc7283c73" +dest_md5="ebb21b306d7f0ea08fe2396f5618ba71" + diff --git a/.godot/imported/texture_07.png-21781e06d974817e40d8b753c3b85bc3.ctex b/.godot/imported/texture_07.png-21781e06d974817e40d8b753c3b85bc3.ctex new file mode 100644 index 00000000..f2deee02 Binary files /dev/null and b/.godot/imported/texture_07.png-21781e06d974817e40d8b753c3b85bc3.ctex differ diff --git a/.godot/imported/texture_07.png-21781e06d974817e40d8b753c3b85bc3.md5 b/.godot/imported/texture_07.png-21781e06d974817e40d8b753c3b85bc3.md5 new file mode 100644 index 00000000..cfc00958 --- /dev/null +++ b/.godot/imported/texture_07.png-21781e06d974817e40d8b753c3b85bc3.md5 @@ -0,0 +1,3 @@ +source_md5="d7adb4d64db57f6963bd6797c5431354" +dest_md5="36af304e94c5108585de567e8e628ad7" + diff --git a/.godot/imported/texture_07.png-28249fd08dd25e7c595f90f4f5e8ceb9.ctex b/.godot/imported/texture_07.png-28249fd08dd25e7c595f90f4f5e8ceb9.ctex new file mode 100644 index 00000000..f2deee02 Binary files /dev/null and b/.godot/imported/texture_07.png-28249fd08dd25e7c595f90f4f5e8ceb9.ctex differ diff --git a/.godot/imported/texture_07.png-28249fd08dd25e7c595f90f4f5e8ceb9.md5 b/.godot/imported/texture_07.png-28249fd08dd25e7c595f90f4f5e8ceb9.md5 new file mode 100644 index 00000000..cfc00958 --- /dev/null +++ b/.godot/imported/texture_07.png-28249fd08dd25e7c595f90f4f5e8ceb9.md5 @@ -0,0 +1,3 @@ +source_md5="d7adb4d64db57f6963bd6797c5431354" +dest_md5="36af304e94c5108585de567e8e628ad7" + diff --git a/.godot/imported/texture_07.png-4e66f11258c6c9bdecc4b3eed5236c26.ctex b/.godot/imported/texture_07.png-4e66f11258c6c9bdecc4b3eed5236c26.ctex new file mode 100644 index 00000000..f1d30410 Binary files /dev/null and b/.godot/imported/texture_07.png-4e66f11258c6c9bdecc4b3eed5236c26.ctex differ diff --git a/.godot/imported/texture_07.png-4e66f11258c6c9bdecc4b3eed5236c26.md5 b/.godot/imported/texture_07.png-4e66f11258c6c9bdecc4b3eed5236c26.md5 new file mode 100644 index 00000000..f10c6799 --- /dev/null +++ b/.godot/imported/texture_07.png-4e66f11258c6c9bdecc4b3eed5236c26.md5 @@ -0,0 +1,3 @@ +source_md5="743dcb3bb1c8223887c17997b772ff69" +dest_md5="2fa2f64d26e851a6bbd228afa806ac55" + diff --git a/.godot/imported/texture_07.png-540a21e0d8b6157e6c1d9481731c7c90.ctex b/.godot/imported/texture_07.png-540a21e0d8b6157e6c1d9481731c7c90.ctex new file mode 100644 index 00000000..6ff2ac2e Binary files /dev/null and b/.godot/imported/texture_07.png-540a21e0d8b6157e6c1d9481731c7c90.ctex differ diff --git a/.godot/imported/texture_07.png-540a21e0d8b6157e6c1d9481731c7c90.md5 b/.godot/imported/texture_07.png-540a21e0d8b6157e6c1d9481731c7c90.md5 new file mode 100644 index 00000000..3cce7512 --- /dev/null +++ b/.godot/imported/texture_07.png-540a21e0d8b6157e6c1d9481731c7c90.md5 @@ -0,0 +1,3 @@ +source_md5="e47fdd0ed9bc48a18abf616b6e7ed27d" +dest_md5="38fb9fd03b6c6b78530e72111a5bef3f" + diff --git a/.godot/imported/texture_07.png-550add4d06abd73f0e791d74cabea1f7.ctex b/.godot/imported/texture_07.png-550add4d06abd73f0e791d74cabea1f7.ctex new file mode 100644 index 00000000..3dec4336 Binary files /dev/null and b/.godot/imported/texture_07.png-550add4d06abd73f0e791d74cabea1f7.ctex differ diff --git a/.godot/imported/texture_07.png-550add4d06abd73f0e791d74cabea1f7.md5 b/.godot/imported/texture_07.png-550add4d06abd73f0e791d74cabea1f7.md5 new file mode 100644 index 00000000..24186089 --- /dev/null +++ b/.godot/imported/texture_07.png-550add4d06abd73f0e791d74cabea1f7.md5 @@ -0,0 +1,3 @@ +source_md5="4dd699a3691acf4bf471acbc3fda184d" +dest_md5="2805fe3fed68cc4dd55bc9ad0a51c8db" + diff --git a/.godot/imported/texture_07.png-c06814371f2244aea0f95a46789f80e3.ctex b/.godot/imported/texture_07.png-c06814371f2244aea0f95a46789f80e3.ctex new file mode 100644 index 00000000..3d1a9b03 Binary files /dev/null and b/.godot/imported/texture_07.png-c06814371f2244aea0f95a46789f80e3.ctex differ diff --git a/.godot/imported/texture_07.png-c06814371f2244aea0f95a46789f80e3.md5 b/.godot/imported/texture_07.png-c06814371f2244aea0f95a46789f80e3.md5 new file mode 100644 index 00000000..cb3b6bf8 --- /dev/null +++ b/.godot/imported/texture_07.png-c06814371f2244aea0f95a46789f80e3.md5 @@ -0,0 +1,3 @@ +source_md5="77e470d1133c84856b090d2fe9d6f952" +dest_md5="4e9251bc7c8351657a77fa8b4edc279a" + diff --git a/.godot/imported/texture_07.png-ef8ea95499ff6dfa639587d14c6eea40.ctex b/.godot/imported/texture_07.png-ef8ea95499ff6dfa639587d14c6eea40.ctex new file mode 100644 index 00000000..3d1a9b03 Binary files /dev/null and b/.godot/imported/texture_07.png-ef8ea95499ff6dfa639587d14c6eea40.ctex differ diff --git a/.godot/imported/texture_07.png-ef8ea95499ff6dfa639587d14c6eea40.md5 b/.godot/imported/texture_07.png-ef8ea95499ff6dfa639587d14c6eea40.md5 new file mode 100644 index 00000000..cb3b6bf8 --- /dev/null +++ b/.godot/imported/texture_07.png-ef8ea95499ff6dfa639587d14c6eea40.md5 @@ -0,0 +1,3 @@ +source_md5="77e470d1133c84856b090d2fe9d6f952" +dest_md5="4e9251bc7c8351657a77fa8b4edc279a" + diff --git a/.godot/imported/texture_07.png-f6b17ddff93d149881699c87d696343d.ctex b/.godot/imported/texture_07.png-f6b17ddff93d149881699c87d696343d.ctex new file mode 100644 index 00000000..c52ca6a0 Binary files /dev/null and b/.godot/imported/texture_07.png-f6b17ddff93d149881699c87d696343d.ctex differ diff --git a/.godot/imported/texture_07.png-f6b17ddff93d149881699c87d696343d.md5 b/.godot/imported/texture_07.png-f6b17ddff93d149881699c87d696343d.md5 new file mode 100644 index 00000000..3207917d --- /dev/null +++ b/.godot/imported/texture_07.png-f6b17ddff93d149881699c87d696343d.md5 @@ -0,0 +1,3 @@ +source_md5="8cc582343454419b2745391dc7283c73" +dest_md5="ebb21b306d7f0ea08fe2396f5618ba71" + diff --git a/.godot/imported/texture_07.png-f7d524c82daaeb43f0e430f1e2df4983.ctex b/.godot/imported/texture_07.png-f7d524c82daaeb43f0e430f1e2df4983.ctex new file mode 100644 index 00000000..3dec4336 Binary files /dev/null and b/.godot/imported/texture_07.png-f7d524c82daaeb43f0e430f1e2df4983.ctex differ diff --git a/.godot/imported/texture_07.png-f7d524c82daaeb43f0e430f1e2df4983.md5 b/.godot/imported/texture_07.png-f7d524c82daaeb43f0e430f1e2df4983.md5 new file mode 100644 index 00000000..24186089 --- /dev/null +++ b/.godot/imported/texture_07.png-f7d524c82daaeb43f0e430f1e2df4983.md5 @@ -0,0 +1,3 @@ +source_md5="4dd699a3691acf4bf471acbc3fda184d" +dest_md5="2805fe3fed68cc4dd55bc9ad0a51c8db" + diff --git a/.godot/imported/texture_07.svg-1b825469cc30b873293b2c44491c03d8.ctex b/.godot/imported/texture_07.svg-1b825469cc30b873293b2c44491c03d8.ctex new file mode 100644 index 00000000..17e1f9a8 Binary files /dev/null and b/.godot/imported/texture_07.svg-1b825469cc30b873293b2c44491c03d8.ctex differ diff --git a/.godot/imported/texture_07.svg-1b825469cc30b873293b2c44491c03d8.md5 b/.godot/imported/texture_07.svg-1b825469cc30b873293b2c44491c03d8.md5 new file mode 100644 index 00000000..05cf881b --- /dev/null +++ b/.godot/imported/texture_07.svg-1b825469cc30b873293b2c44491c03d8.md5 @@ -0,0 +1,3 @@ +source_md5="869a53acb86313a639187e293d42a38c" +dest_md5="abb9e5c45d3dec49f8a32a25e913fdcc" + diff --git a/.godot/imported/texture_07.svg-ee5b16b722b105d210d8bd4fc11365b0.ctex b/.godot/imported/texture_07.svg-ee5b16b722b105d210d8bd4fc11365b0.ctex new file mode 100644 index 00000000..17e1f9a8 Binary files /dev/null and b/.godot/imported/texture_07.svg-ee5b16b722b105d210d8bd4fc11365b0.ctex differ diff --git a/.godot/imported/texture_07.svg-ee5b16b722b105d210d8bd4fc11365b0.md5 b/.godot/imported/texture_07.svg-ee5b16b722b105d210d8bd4fc11365b0.md5 new file mode 100644 index 00000000..05cf881b --- /dev/null +++ b/.godot/imported/texture_07.svg-ee5b16b722b105d210d8bd4fc11365b0.md5 @@ -0,0 +1,3 @@ +source_md5="869a53acb86313a639187e293d42a38c" +dest_md5="abb9e5c45d3dec49f8a32a25e913fdcc" + diff --git a/.godot/imported/texture_08.png-08a3f7ebb38400cb4df20c43a72ee8dc.ctex b/.godot/imported/texture_08.png-08a3f7ebb38400cb4df20c43a72ee8dc.ctex new file mode 100644 index 00000000..b8232bfc Binary files /dev/null and b/.godot/imported/texture_08.png-08a3f7ebb38400cb4df20c43a72ee8dc.ctex differ diff --git a/.godot/imported/texture_08.png-08a3f7ebb38400cb4df20c43a72ee8dc.md5 b/.godot/imported/texture_08.png-08a3f7ebb38400cb4df20c43a72ee8dc.md5 new file mode 100644 index 00000000..31b1132f --- /dev/null +++ b/.godot/imported/texture_08.png-08a3f7ebb38400cb4df20c43a72ee8dc.md5 @@ -0,0 +1,3 @@ +source_md5="eb837d81f0096ed6753a831dc4b73512" +dest_md5="2b1336280cffb231161d62b43e39a518" + diff --git a/.godot/imported/texture_08.png-0d6204555a2329e454f86c3789495e7b.ctex b/.godot/imported/texture_08.png-0d6204555a2329e454f86c3789495e7b.ctex new file mode 100644 index 00000000..0fcf4056 Binary files /dev/null and b/.godot/imported/texture_08.png-0d6204555a2329e454f86c3789495e7b.ctex differ diff --git a/.godot/imported/texture_08.png-0d6204555a2329e454f86c3789495e7b.md5 b/.godot/imported/texture_08.png-0d6204555a2329e454f86c3789495e7b.md5 new file mode 100644 index 00000000..702ffd06 --- /dev/null +++ b/.godot/imported/texture_08.png-0d6204555a2329e454f86c3789495e7b.md5 @@ -0,0 +1,3 @@ +source_md5="e12eacc3592e7d5b3a96211abd5c6092" +dest_md5="00996bec41bab273a293acddf7924497" + diff --git a/.godot/imported/texture_08.png-13465a5958a9a856e053eda0059b5f75.ctex b/.godot/imported/texture_08.png-13465a5958a9a856e053eda0059b5f75.ctex new file mode 100644 index 00000000..c456b934 Binary files /dev/null and b/.godot/imported/texture_08.png-13465a5958a9a856e053eda0059b5f75.ctex differ diff --git a/.godot/imported/texture_08.png-13465a5958a9a856e053eda0059b5f75.md5 b/.godot/imported/texture_08.png-13465a5958a9a856e053eda0059b5f75.md5 new file mode 100644 index 00000000..c1d73656 --- /dev/null +++ b/.godot/imported/texture_08.png-13465a5958a9a856e053eda0059b5f75.md5 @@ -0,0 +1,3 @@ +source_md5="70200c5db3f83204467cead93eb92c50" +dest_md5="9d44c69db2cf554b9405227cb9fd77bc" + diff --git a/.godot/imported/texture_08.png-3a3c5362bd08586c73fb8e1bf0ba466b.ctex b/.godot/imported/texture_08.png-3a3c5362bd08586c73fb8e1bf0ba466b.ctex new file mode 100644 index 00000000..3cd3c213 Binary files /dev/null and b/.godot/imported/texture_08.png-3a3c5362bd08586c73fb8e1bf0ba466b.ctex differ diff --git a/.godot/imported/texture_08.png-3a3c5362bd08586c73fb8e1bf0ba466b.md5 b/.godot/imported/texture_08.png-3a3c5362bd08586c73fb8e1bf0ba466b.md5 new file mode 100644 index 00000000..54cd6289 --- /dev/null +++ b/.godot/imported/texture_08.png-3a3c5362bd08586c73fb8e1bf0ba466b.md5 @@ -0,0 +1,3 @@ +source_md5="bdb36b515fe8ac20d9995451d25d71ea" +dest_md5="4924d03bf60da44b1076ce69ce02e081" + diff --git a/.godot/imported/texture_08.png-427decff4681abc6f6365820ff555d7c.ctex b/.godot/imported/texture_08.png-427decff4681abc6f6365820ff555d7c.ctex new file mode 100644 index 00000000..b9fb4a57 Binary files /dev/null and b/.godot/imported/texture_08.png-427decff4681abc6f6365820ff555d7c.ctex differ diff --git a/.godot/imported/texture_08.png-427decff4681abc6f6365820ff555d7c.md5 b/.godot/imported/texture_08.png-427decff4681abc6f6365820ff555d7c.md5 new file mode 100644 index 00000000..cf87bc84 --- /dev/null +++ b/.godot/imported/texture_08.png-427decff4681abc6f6365820ff555d7c.md5 @@ -0,0 +1,3 @@ +source_md5="a14462ba8f850219af39a32d7e86591f" +dest_md5="1a92b7780336957f1ca5aa3427c27009" + diff --git a/.godot/imported/texture_08.png-60a57a3a3747620df6b3adcb580b70bf.ctex b/.godot/imported/texture_08.png-60a57a3a3747620df6b3adcb580b70bf.ctex new file mode 100644 index 00000000..b8232bfc Binary files /dev/null and b/.godot/imported/texture_08.png-60a57a3a3747620df6b3adcb580b70bf.ctex differ diff --git a/.godot/imported/texture_08.png-60a57a3a3747620df6b3adcb580b70bf.md5 b/.godot/imported/texture_08.png-60a57a3a3747620df6b3adcb580b70bf.md5 new file mode 100644 index 00000000..31b1132f --- /dev/null +++ b/.godot/imported/texture_08.png-60a57a3a3747620df6b3adcb580b70bf.md5 @@ -0,0 +1,3 @@ +source_md5="eb837d81f0096ed6753a831dc4b73512" +dest_md5="2b1336280cffb231161d62b43e39a518" + diff --git a/.godot/imported/texture_08.png-6db6b774eeab85fad0324ff2cdd9916b.ctex b/.godot/imported/texture_08.png-6db6b774eeab85fad0324ff2cdd9916b.ctex new file mode 100644 index 00000000..cdd3239b Binary files /dev/null and b/.godot/imported/texture_08.png-6db6b774eeab85fad0324ff2cdd9916b.ctex differ diff --git a/.godot/imported/texture_08.png-6db6b774eeab85fad0324ff2cdd9916b.md5 b/.godot/imported/texture_08.png-6db6b774eeab85fad0324ff2cdd9916b.md5 new file mode 100644 index 00000000..3a18d633 --- /dev/null +++ b/.godot/imported/texture_08.png-6db6b774eeab85fad0324ff2cdd9916b.md5 @@ -0,0 +1,3 @@ +source_md5="4063e8c4b68999bf22a97a9136c6f35e" +dest_md5="e3fca94311b0dd2ccd69517d652bd376" + diff --git a/.godot/imported/texture_08.png-8a1fbdaa8beaf4acb0f0ecf4806e5ae9.ctex b/.godot/imported/texture_08.png-8a1fbdaa8beaf4acb0f0ecf4806e5ae9.ctex new file mode 100644 index 00000000..c456b934 Binary files /dev/null and b/.godot/imported/texture_08.png-8a1fbdaa8beaf4acb0f0ecf4806e5ae9.ctex differ diff --git a/.godot/imported/texture_08.png-8a1fbdaa8beaf4acb0f0ecf4806e5ae9.md5 b/.godot/imported/texture_08.png-8a1fbdaa8beaf4acb0f0ecf4806e5ae9.md5 new file mode 100644 index 00000000..c1d73656 --- /dev/null +++ b/.godot/imported/texture_08.png-8a1fbdaa8beaf4acb0f0ecf4806e5ae9.md5 @@ -0,0 +1,3 @@ +source_md5="70200c5db3f83204467cead93eb92c50" +dest_md5="9d44c69db2cf554b9405227cb9fd77bc" + diff --git a/.godot/imported/texture_08.png-8e8e6d7ed12120ad97ab152b5ec3ec22.ctex b/.godot/imported/texture_08.png-8e8e6d7ed12120ad97ab152b5ec3ec22.ctex new file mode 100644 index 00000000..cdd3239b Binary files /dev/null and b/.godot/imported/texture_08.png-8e8e6d7ed12120ad97ab152b5ec3ec22.ctex differ diff --git a/.godot/imported/texture_08.png-8e8e6d7ed12120ad97ab152b5ec3ec22.md5 b/.godot/imported/texture_08.png-8e8e6d7ed12120ad97ab152b5ec3ec22.md5 new file mode 100644 index 00000000..3a18d633 --- /dev/null +++ b/.godot/imported/texture_08.png-8e8e6d7ed12120ad97ab152b5ec3ec22.md5 @@ -0,0 +1,3 @@ +source_md5="4063e8c4b68999bf22a97a9136c6f35e" +dest_md5="e3fca94311b0dd2ccd69517d652bd376" + diff --git a/.godot/imported/texture_08.png-a5c5f5f12cf9578ca33182e55372b52d.ctex b/.godot/imported/texture_08.png-a5c5f5f12cf9578ca33182e55372b52d.ctex new file mode 100644 index 00000000..3cd3c213 Binary files /dev/null and b/.godot/imported/texture_08.png-a5c5f5f12cf9578ca33182e55372b52d.ctex differ diff --git a/.godot/imported/texture_08.png-a5c5f5f12cf9578ca33182e55372b52d.md5 b/.godot/imported/texture_08.png-a5c5f5f12cf9578ca33182e55372b52d.md5 new file mode 100644 index 00000000..54cd6289 --- /dev/null +++ b/.godot/imported/texture_08.png-a5c5f5f12cf9578ca33182e55372b52d.md5 @@ -0,0 +1,3 @@ +source_md5="bdb36b515fe8ac20d9995451d25d71ea" +dest_md5="4924d03bf60da44b1076ce69ce02e081" + diff --git a/.godot/imported/texture_08.png-ca5bc75f6a57d6a35bfdec7965cf5641.ctex b/.godot/imported/texture_08.png-ca5bc75f6a57d6a35bfdec7965cf5641.ctex new file mode 100644 index 00000000..0fcf4056 Binary files /dev/null and b/.godot/imported/texture_08.png-ca5bc75f6a57d6a35bfdec7965cf5641.ctex differ diff --git a/.godot/imported/texture_08.png-ca5bc75f6a57d6a35bfdec7965cf5641.md5 b/.godot/imported/texture_08.png-ca5bc75f6a57d6a35bfdec7965cf5641.md5 new file mode 100644 index 00000000..702ffd06 --- /dev/null +++ b/.godot/imported/texture_08.png-ca5bc75f6a57d6a35bfdec7965cf5641.md5 @@ -0,0 +1,3 @@ +source_md5="e12eacc3592e7d5b3a96211abd5c6092" +dest_md5="00996bec41bab273a293acddf7924497" + diff --git a/.godot/imported/texture_08.png-d1a5b7598c1c84bf7ca68b71900bd103.ctex b/.godot/imported/texture_08.png-d1a5b7598c1c84bf7ca68b71900bd103.ctex new file mode 100644 index 00000000..b9fb4a57 Binary files /dev/null and b/.godot/imported/texture_08.png-d1a5b7598c1c84bf7ca68b71900bd103.ctex differ diff --git a/.godot/imported/texture_08.png-d1a5b7598c1c84bf7ca68b71900bd103.md5 b/.godot/imported/texture_08.png-d1a5b7598c1c84bf7ca68b71900bd103.md5 new file mode 100644 index 00000000..cf87bc84 --- /dev/null +++ b/.godot/imported/texture_08.png-d1a5b7598c1c84bf7ca68b71900bd103.md5 @@ -0,0 +1,3 @@ +source_md5="a14462ba8f850219af39a32d7e86591f" +dest_md5="1a92b7780336957f1ca5aa3427c27009" + diff --git a/.godot/imported/texture_08.svg-3fd0274c5d38831f9937ba868620f7d8.ctex b/.godot/imported/texture_08.svg-3fd0274c5d38831f9937ba868620f7d8.ctex new file mode 100644 index 00000000..73b2902b Binary files /dev/null and b/.godot/imported/texture_08.svg-3fd0274c5d38831f9937ba868620f7d8.ctex differ diff --git a/.godot/imported/texture_08.svg-3fd0274c5d38831f9937ba868620f7d8.md5 b/.godot/imported/texture_08.svg-3fd0274c5d38831f9937ba868620f7d8.md5 new file mode 100644 index 00000000..1bb41fba --- /dev/null +++ b/.godot/imported/texture_08.svg-3fd0274c5d38831f9937ba868620f7d8.md5 @@ -0,0 +1,3 @@ +source_md5="e4103a324a57be37ccf930dbc0cb973f" +dest_md5="85bc5103975a18e9f489ae07576c913c" + diff --git a/.godot/imported/texture_08.svg-f9adcfe80ec59210e0ecf2383033051c.ctex b/.godot/imported/texture_08.svg-f9adcfe80ec59210e0ecf2383033051c.ctex new file mode 100644 index 00000000..73b2902b Binary files /dev/null and b/.godot/imported/texture_08.svg-f9adcfe80ec59210e0ecf2383033051c.ctex differ diff --git a/.godot/imported/texture_08.svg-f9adcfe80ec59210e0ecf2383033051c.md5 b/.godot/imported/texture_08.svg-f9adcfe80ec59210e0ecf2383033051c.md5 new file mode 100644 index 00000000..1bb41fba --- /dev/null +++ b/.godot/imported/texture_08.svg-f9adcfe80ec59210e0ecf2383033051c.md5 @@ -0,0 +1,3 @@ +source_md5="e4103a324a57be37ccf930dbc0cb973f" +dest_md5="85bc5103975a18e9f489ae07576c913c" + diff --git a/.godot/imported/texture_09.png-0c51100fa6c174cf86d30e844b3b39c3.ctex b/.godot/imported/texture_09.png-0c51100fa6c174cf86d30e844b3b39c3.ctex new file mode 100644 index 00000000..68727c1e Binary files /dev/null and b/.godot/imported/texture_09.png-0c51100fa6c174cf86d30e844b3b39c3.ctex differ diff --git a/.godot/imported/texture_09.png-0c51100fa6c174cf86d30e844b3b39c3.md5 b/.godot/imported/texture_09.png-0c51100fa6c174cf86d30e844b3b39c3.md5 new file mode 100644 index 00000000..f89f5742 --- /dev/null +++ b/.godot/imported/texture_09.png-0c51100fa6c174cf86d30e844b3b39c3.md5 @@ -0,0 +1,3 @@ +source_md5="9cb1ebb5c188684eefa343f2e2f75054" +dest_md5="9370d03642f97033d7a615b1312c00b0" + diff --git a/.godot/imported/texture_09.png-237841b84440dde63dd16380d1621bd0.ctex b/.godot/imported/texture_09.png-237841b84440dde63dd16380d1621bd0.ctex new file mode 100644 index 00000000..73f0f1c7 Binary files /dev/null and b/.godot/imported/texture_09.png-237841b84440dde63dd16380d1621bd0.ctex differ diff --git a/.godot/imported/texture_09.png-237841b84440dde63dd16380d1621bd0.md5 b/.godot/imported/texture_09.png-237841b84440dde63dd16380d1621bd0.md5 new file mode 100644 index 00000000..defdc936 --- /dev/null +++ b/.godot/imported/texture_09.png-237841b84440dde63dd16380d1621bd0.md5 @@ -0,0 +1,3 @@ +source_md5="696c154709e9875e26ae3424c2fd2e92" +dest_md5="492eadcfb42a82510d1af665b8aef1bf" + diff --git a/.godot/imported/texture_09.png-2d9d5304adabc1219704c5abf41eb56f.ctex b/.godot/imported/texture_09.png-2d9d5304adabc1219704c5abf41eb56f.ctex new file mode 100644 index 00000000..774acc85 Binary files /dev/null and b/.godot/imported/texture_09.png-2d9d5304adabc1219704c5abf41eb56f.ctex differ diff --git a/.godot/imported/texture_09.png-2d9d5304adabc1219704c5abf41eb56f.md5 b/.godot/imported/texture_09.png-2d9d5304adabc1219704c5abf41eb56f.md5 new file mode 100644 index 00000000..ee4d797e --- /dev/null +++ b/.godot/imported/texture_09.png-2d9d5304adabc1219704c5abf41eb56f.md5 @@ -0,0 +1,3 @@ +source_md5="a9f094459fa9d0cabea31256e91cfa3d" +dest_md5="2ed53ce79834d164963a4325c2ac7828" + diff --git a/.godot/imported/texture_09.png-2fb27bde79b1c64bdb2d85f15368587c.ctex b/.godot/imported/texture_09.png-2fb27bde79b1c64bdb2d85f15368587c.ctex new file mode 100644 index 00000000..73f0f1c7 Binary files /dev/null and b/.godot/imported/texture_09.png-2fb27bde79b1c64bdb2d85f15368587c.ctex differ diff --git a/.godot/imported/texture_09.png-2fb27bde79b1c64bdb2d85f15368587c.md5 b/.godot/imported/texture_09.png-2fb27bde79b1c64bdb2d85f15368587c.md5 new file mode 100644 index 00000000..defdc936 --- /dev/null +++ b/.godot/imported/texture_09.png-2fb27bde79b1c64bdb2d85f15368587c.md5 @@ -0,0 +1,3 @@ +source_md5="696c154709e9875e26ae3424c2fd2e92" +dest_md5="492eadcfb42a82510d1af665b8aef1bf" + diff --git a/.godot/imported/texture_09.png-30eb412a76992fb2c97668847c04d32c.ctex b/.godot/imported/texture_09.png-30eb412a76992fb2c97668847c04d32c.ctex new file mode 100644 index 00000000..cc7c381f Binary files /dev/null and b/.godot/imported/texture_09.png-30eb412a76992fb2c97668847c04d32c.ctex differ diff --git a/.godot/imported/texture_09.png-30eb412a76992fb2c97668847c04d32c.md5 b/.godot/imported/texture_09.png-30eb412a76992fb2c97668847c04d32c.md5 new file mode 100644 index 00000000..d9de426e --- /dev/null +++ b/.godot/imported/texture_09.png-30eb412a76992fb2c97668847c04d32c.md5 @@ -0,0 +1,3 @@ +source_md5="460626afa86eae274c5914e894da7d8a" +dest_md5="5dc967b06294240885edd42b1365f633" + diff --git a/.godot/imported/texture_09.png-3959178c240e5a0aa8268535f66d2be1.ctex b/.godot/imported/texture_09.png-3959178c240e5a0aa8268535f66d2be1.ctex new file mode 100644 index 00000000..134dcfc4 Binary files /dev/null and b/.godot/imported/texture_09.png-3959178c240e5a0aa8268535f66d2be1.ctex differ diff --git a/.godot/imported/texture_09.png-3959178c240e5a0aa8268535f66d2be1.md5 b/.godot/imported/texture_09.png-3959178c240e5a0aa8268535f66d2be1.md5 new file mode 100644 index 00000000..edbcfe34 --- /dev/null +++ b/.godot/imported/texture_09.png-3959178c240e5a0aa8268535f66d2be1.md5 @@ -0,0 +1,3 @@ +source_md5="a30d952761e14cdcb90bc4a52ebd4638" +dest_md5="9aa0cd65c1b771b78ae3944aed307c35" + diff --git a/.godot/imported/texture_09.png-917238047d12dc0da8eb8f0bf991efb0.ctex b/.godot/imported/texture_09.png-917238047d12dc0da8eb8f0bf991efb0.ctex new file mode 100644 index 00000000..134dcfc4 Binary files /dev/null and b/.godot/imported/texture_09.png-917238047d12dc0da8eb8f0bf991efb0.ctex differ diff --git a/.godot/imported/texture_09.png-917238047d12dc0da8eb8f0bf991efb0.md5 b/.godot/imported/texture_09.png-917238047d12dc0da8eb8f0bf991efb0.md5 new file mode 100644 index 00000000..edbcfe34 --- /dev/null +++ b/.godot/imported/texture_09.png-917238047d12dc0da8eb8f0bf991efb0.md5 @@ -0,0 +1,3 @@ +source_md5="a30d952761e14cdcb90bc4a52ebd4638" +dest_md5="9aa0cd65c1b771b78ae3944aed307c35" + diff --git a/.godot/imported/texture_09.png-a3f2efe8ca64cab65a4d8c1102758ecd.ctex b/.godot/imported/texture_09.png-a3f2efe8ca64cab65a4d8c1102758ecd.ctex new file mode 100644 index 00000000..68727c1e Binary files /dev/null and b/.godot/imported/texture_09.png-a3f2efe8ca64cab65a4d8c1102758ecd.ctex differ diff --git a/.godot/imported/texture_09.png-a3f2efe8ca64cab65a4d8c1102758ecd.md5 b/.godot/imported/texture_09.png-a3f2efe8ca64cab65a4d8c1102758ecd.md5 new file mode 100644 index 00000000..f89f5742 --- /dev/null +++ b/.godot/imported/texture_09.png-a3f2efe8ca64cab65a4d8c1102758ecd.md5 @@ -0,0 +1,3 @@ +source_md5="9cb1ebb5c188684eefa343f2e2f75054" +dest_md5="9370d03642f97033d7a615b1312c00b0" + diff --git a/.godot/imported/texture_09.png-d085f0fb2855807bef4ba1bb02b552ed.ctex b/.godot/imported/texture_09.png-d085f0fb2855807bef4ba1bb02b552ed.ctex new file mode 100644 index 00000000..5d257b12 Binary files /dev/null and b/.godot/imported/texture_09.png-d085f0fb2855807bef4ba1bb02b552ed.ctex differ diff --git a/.godot/imported/texture_09.png-d085f0fb2855807bef4ba1bb02b552ed.md5 b/.godot/imported/texture_09.png-d085f0fb2855807bef4ba1bb02b552ed.md5 new file mode 100644 index 00000000..4338e036 --- /dev/null +++ b/.godot/imported/texture_09.png-d085f0fb2855807bef4ba1bb02b552ed.md5 @@ -0,0 +1,3 @@ +source_md5="7eabdf840ced24d1083618ca092c768a" +dest_md5="96b4141b57d2f3db0e220e4bdbcef306" + diff --git a/.godot/imported/texture_09.png-d2f613d0a91031ea899288abd7154c23.ctex b/.godot/imported/texture_09.png-d2f613d0a91031ea899288abd7154c23.ctex new file mode 100644 index 00000000..5d257b12 Binary files /dev/null and b/.godot/imported/texture_09.png-d2f613d0a91031ea899288abd7154c23.ctex differ diff --git a/.godot/imported/texture_09.png-d2f613d0a91031ea899288abd7154c23.md5 b/.godot/imported/texture_09.png-d2f613d0a91031ea899288abd7154c23.md5 new file mode 100644 index 00000000..4338e036 --- /dev/null +++ b/.godot/imported/texture_09.png-d2f613d0a91031ea899288abd7154c23.md5 @@ -0,0 +1,3 @@ +source_md5="7eabdf840ced24d1083618ca092c768a" +dest_md5="96b4141b57d2f3db0e220e4bdbcef306" + diff --git a/.godot/imported/texture_09.png-d603b5607b957ebb0aa546388472134f.ctex b/.godot/imported/texture_09.png-d603b5607b957ebb0aa546388472134f.ctex new file mode 100644 index 00000000..774acc85 Binary files /dev/null and b/.godot/imported/texture_09.png-d603b5607b957ebb0aa546388472134f.ctex differ diff --git a/.godot/imported/texture_09.png-d603b5607b957ebb0aa546388472134f.md5 b/.godot/imported/texture_09.png-d603b5607b957ebb0aa546388472134f.md5 new file mode 100644 index 00000000..ee4d797e --- /dev/null +++ b/.godot/imported/texture_09.png-d603b5607b957ebb0aa546388472134f.md5 @@ -0,0 +1,3 @@ +source_md5="a9f094459fa9d0cabea31256e91cfa3d" +dest_md5="2ed53ce79834d164963a4325c2ac7828" + diff --git a/.godot/imported/texture_09.png-f3f472c7844656c91cff6ed434b5c3c5.ctex b/.godot/imported/texture_09.png-f3f472c7844656c91cff6ed434b5c3c5.ctex new file mode 100644 index 00000000..cc7c381f Binary files /dev/null and b/.godot/imported/texture_09.png-f3f472c7844656c91cff6ed434b5c3c5.ctex differ diff --git a/.godot/imported/texture_09.png-f3f472c7844656c91cff6ed434b5c3c5.md5 b/.godot/imported/texture_09.png-f3f472c7844656c91cff6ed434b5c3c5.md5 new file mode 100644 index 00000000..d9de426e --- /dev/null +++ b/.godot/imported/texture_09.png-f3f472c7844656c91cff6ed434b5c3c5.md5 @@ -0,0 +1,3 @@ +source_md5="460626afa86eae274c5914e894da7d8a" +dest_md5="5dc967b06294240885edd42b1365f633" + diff --git a/.godot/imported/texture_09.svg-9a5da6bafad3aa725adf980924a07bf2.ctex b/.godot/imported/texture_09.svg-9a5da6bafad3aa725adf980924a07bf2.ctex new file mode 100644 index 00000000..a5dac89a Binary files /dev/null and b/.godot/imported/texture_09.svg-9a5da6bafad3aa725adf980924a07bf2.ctex differ diff --git a/.godot/imported/texture_09.svg-9a5da6bafad3aa725adf980924a07bf2.md5 b/.godot/imported/texture_09.svg-9a5da6bafad3aa725adf980924a07bf2.md5 new file mode 100644 index 00000000..4434d35c --- /dev/null +++ b/.godot/imported/texture_09.svg-9a5da6bafad3aa725adf980924a07bf2.md5 @@ -0,0 +1,3 @@ +source_md5="68b19a7bd4b56b5d101a855d5a355dee" +dest_md5="817951a649804f5ea021e81f8e2995b1" + diff --git a/.godot/imported/texture_09.svg-c9b53b823a648496e8551d69e2ba6915.ctex b/.godot/imported/texture_09.svg-c9b53b823a648496e8551d69e2ba6915.ctex new file mode 100644 index 00000000..a5dac89a Binary files /dev/null and b/.godot/imported/texture_09.svg-c9b53b823a648496e8551d69e2ba6915.ctex differ diff --git a/.godot/imported/texture_09.svg-c9b53b823a648496e8551d69e2ba6915.md5 b/.godot/imported/texture_09.svg-c9b53b823a648496e8551d69e2ba6915.md5 new file mode 100644 index 00000000..4434d35c --- /dev/null +++ b/.godot/imported/texture_09.svg-c9b53b823a648496e8551d69e2ba6915.md5 @@ -0,0 +1,3 @@ +source_md5="68b19a7bd4b56b5d101a855d5a355dee" +dest_md5="817951a649804f5ea021e81f8e2995b1" + diff --git a/.godot/imported/texture_10.png-0005e7153d538ee83180541b0f79b69b.ctex b/.godot/imported/texture_10.png-0005e7153d538ee83180541b0f79b69b.ctex new file mode 100644 index 00000000..937b9e6a Binary files /dev/null and b/.godot/imported/texture_10.png-0005e7153d538ee83180541b0f79b69b.ctex differ diff --git a/.godot/imported/texture_10.png-0005e7153d538ee83180541b0f79b69b.md5 b/.godot/imported/texture_10.png-0005e7153d538ee83180541b0f79b69b.md5 new file mode 100644 index 00000000..eb99ff81 --- /dev/null +++ b/.godot/imported/texture_10.png-0005e7153d538ee83180541b0f79b69b.md5 @@ -0,0 +1,3 @@ +source_md5="a998975421e9e6b7d8ffc68418167ee5" +dest_md5="6a2d7d8ddcba74013304423b8093557b" + diff --git a/.godot/imported/texture_10.png-0bc90b6c25f634689b450ef877285831.ctex b/.godot/imported/texture_10.png-0bc90b6c25f634689b450ef877285831.ctex new file mode 100644 index 00000000..937b9e6a Binary files /dev/null and b/.godot/imported/texture_10.png-0bc90b6c25f634689b450ef877285831.ctex differ diff --git a/.godot/imported/texture_10.png-0bc90b6c25f634689b450ef877285831.md5 b/.godot/imported/texture_10.png-0bc90b6c25f634689b450ef877285831.md5 new file mode 100644 index 00000000..eb99ff81 --- /dev/null +++ b/.godot/imported/texture_10.png-0bc90b6c25f634689b450ef877285831.md5 @@ -0,0 +1,3 @@ +source_md5="a998975421e9e6b7d8ffc68418167ee5" +dest_md5="6a2d7d8ddcba74013304423b8093557b" + diff --git a/.godot/imported/texture_10.png-6a9afc04477c586b82642a30ff0d1e6c.ctex b/.godot/imported/texture_10.png-6a9afc04477c586b82642a30ff0d1e6c.ctex new file mode 100644 index 00000000..77b29007 Binary files /dev/null and b/.godot/imported/texture_10.png-6a9afc04477c586b82642a30ff0d1e6c.ctex differ diff --git a/.godot/imported/texture_10.png-6a9afc04477c586b82642a30ff0d1e6c.md5 b/.godot/imported/texture_10.png-6a9afc04477c586b82642a30ff0d1e6c.md5 new file mode 100644 index 00000000..0d62af11 --- /dev/null +++ b/.godot/imported/texture_10.png-6a9afc04477c586b82642a30ff0d1e6c.md5 @@ -0,0 +1,3 @@ +source_md5="7f693656c00c5c1b76eb04011064e1fb" +dest_md5="08d9be4ef5eae6c41d0ad9b63320bdd0" + diff --git a/.godot/imported/texture_10.png-6e19a3f86802b23e83063f196451f277.ctex b/.godot/imported/texture_10.png-6e19a3f86802b23e83063f196451f277.ctex new file mode 100644 index 00000000..d591f05a Binary files /dev/null and b/.godot/imported/texture_10.png-6e19a3f86802b23e83063f196451f277.ctex differ diff --git a/.godot/imported/texture_10.png-6e19a3f86802b23e83063f196451f277.md5 b/.godot/imported/texture_10.png-6e19a3f86802b23e83063f196451f277.md5 new file mode 100644 index 00000000..e2ebf4a1 --- /dev/null +++ b/.godot/imported/texture_10.png-6e19a3f86802b23e83063f196451f277.md5 @@ -0,0 +1,3 @@ +source_md5="423e3803418e54012134f532ffe2081e" +dest_md5="85e1f902426b582595c542f40f1d8642" + diff --git a/.godot/imported/texture_10.png-8499201e9db070a94f1877ff487ce155.ctex b/.godot/imported/texture_10.png-8499201e9db070a94f1877ff487ce155.ctex new file mode 100644 index 00000000..1879f74b Binary files /dev/null and b/.godot/imported/texture_10.png-8499201e9db070a94f1877ff487ce155.ctex differ diff --git a/.godot/imported/texture_10.png-8499201e9db070a94f1877ff487ce155.md5 b/.godot/imported/texture_10.png-8499201e9db070a94f1877ff487ce155.md5 new file mode 100644 index 00000000..c1511d70 --- /dev/null +++ b/.godot/imported/texture_10.png-8499201e9db070a94f1877ff487ce155.md5 @@ -0,0 +1,3 @@ +source_md5="cd82c40ac62253b050ebafefa6977fc0" +dest_md5="3d7e836e50e2875ba4055afa3e7952b9" + diff --git a/.godot/imported/texture_10.png-85c7518dd12070298333a654263d3768.ctex b/.godot/imported/texture_10.png-85c7518dd12070298333a654263d3768.ctex new file mode 100644 index 00000000..00e83174 Binary files /dev/null and b/.godot/imported/texture_10.png-85c7518dd12070298333a654263d3768.ctex differ diff --git a/.godot/imported/texture_10.png-85c7518dd12070298333a654263d3768.md5 b/.godot/imported/texture_10.png-85c7518dd12070298333a654263d3768.md5 new file mode 100644 index 00000000..3aedc994 --- /dev/null +++ b/.godot/imported/texture_10.png-85c7518dd12070298333a654263d3768.md5 @@ -0,0 +1,3 @@ +source_md5="c4fe044960b5e954d608bcf834fa09b2" +dest_md5="c03a95f0aa460cc341d7eb566c6d7619" + diff --git a/.godot/imported/texture_10.png-8d7361b007c9d094a6a87fb27459f886.ctex b/.godot/imported/texture_10.png-8d7361b007c9d094a6a87fb27459f886.ctex new file mode 100644 index 00000000..1879f74b Binary files /dev/null and b/.godot/imported/texture_10.png-8d7361b007c9d094a6a87fb27459f886.ctex differ diff --git a/.godot/imported/texture_10.png-8d7361b007c9d094a6a87fb27459f886.md5 b/.godot/imported/texture_10.png-8d7361b007c9d094a6a87fb27459f886.md5 new file mode 100644 index 00000000..c1511d70 --- /dev/null +++ b/.godot/imported/texture_10.png-8d7361b007c9d094a6a87fb27459f886.md5 @@ -0,0 +1,3 @@ +source_md5="cd82c40ac62253b050ebafefa6977fc0" +dest_md5="3d7e836e50e2875ba4055afa3e7952b9" + diff --git a/.godot/imported/texture_10.png-8ff751a0b26653982c4eeaaeb8786f9f.ctex b/.godot/imported/texture_10.png-8ff751a0b26653982c4eeaaeb8786f9f.ctex new file mode 100644 index 00000000..d591f05a Binary files /dev/null and b/.godot/imported/texture_10.png-8ff751a0b26653982c4eeaaeb8786f9f.ctex differ diff --git a/.godot/imported/texture_10.png-8ff751a0b26653982c4eeaaeb8786f9f.md5 b/.godot/imported/texture_10.png-8ff751a0b26653982c4eeaaeb8786f9f.md5 new file mode 100644 index 00000000..e2ebf4a1 --- /dev/null +++ b/.godot/imported/texture_10.png-8ff751a0b26653982c4eeaaeb8786f9f.md5 @@ -0,0 +1,3 @@ +source_md5="423e3803418e54012134f532ffe2081e" +dest_md5="85e1f902426b582595c542f40f1d8642" + diff --git a/.godot/imported/texture_10.png-911de369866065e4aa7a69135cd9fd1d.ctex b/.godot/imported/texture_10.png-911de369866065e4aa7a69135cd9fd1d.ctex new file mode 100644 index 00000000..00e83174 Binary files /dev/null and b/.godot/imported/texture_10.png-911de369866065e4aa7a69135cd9fd1d.ctex differ diff --git a/.godot/imported/texture_10.png-911de369866065e4aa7a69135cd9fd1d.md5 b/.godot/imported/texture_10.png-911de369866065e4aa7a69135cd9fd1d.md5 new file mode 100644 index 00000000..3aedc994 --- /dev/null +++ b/.godot/imported/texture_10.png-911de369866065e4aa7a69135cd9fd1d.md5 @@ -0,0 +1,3 @@ +source_md5="c4fe044960b5e954d608bcf834fa09b2" +dest_md5="c03a95f0aa460cc341d7eb566c6d7619" + diff --git a/.godot/imported/texture_10.png-b448668b3d185e354ac6cc065427633d.ctex b/.godot/imported/texture_10.png-b448668b3d185e354ac6cc065427633d.ctex new file mode 100644 index 00000000..77b29007 Binary files /dev/null and b/.godot/imported/texture_10.png-b448668b3d185e354ac6cc065427633d.ctex differ diff --git a/.godot/imported/texture_10.png-b448668b3d185e354ac6cc065427633d.md5 b/.godot/imported/texture_10.png-b448668b3d185e354ac6cc065427633d.md5 new file mode 100644 index 00000000..0d62af11 --- /dev/null +++ b/.godot/imported/texture_10.png-b448668b3d185e354ac6cc065427633d.md5 @@ -0,0 +1,3 @@ +source_md5="7f693656c00c5c1b76eb04011064e1fb" +dest_md5="08d9be4ef5eae6c41d0ad9b63320bdd0" + diff --git a/.godot/imported/texture_10.png-b637a824a86729ce9533b974ab7c25ea.ctex b/.godot/imported/texture_10.png-b637a824a86729ce9533b974ab7c25ea.ctex new file mode 100644 index 00000000..9acadbbe Binary files /dev/null and b/.godot/imported/texture_10.png-b637a824a86729ce9533b974ab7c25ea.ctex differ diff --git a/.godot/imported/texture_10.png-b637a824a86729ce9533b974ab7c25ea.md5 b/.godot/imported/texture_10.png-b637a824a86729ce9533b974ab7c25ea.md5 new file mode 100644 index 00000000..9f81f749 --- /dev/null +++ b/.godot/imported/texture_10.png-b637a824a86729ce9533b974ab7c25ea.md5 @@ -0,0 +1,3 @@ +source_md5="19929c2d90346eb81294699b126e97a9" +dest_md5="6eb5865dc7f2c8d8b876cce51353adaa" + diff --git a/.godot/imported/texture_10.png-ff78bd14885ee604d1b262cd0a0c6f08.ctex b/.godot/imported/texture_10.png-ff78bd14885ee604d1b262cd0a0c6f08.ctex new file mode 100644 index 00000000..9acadbbe Binary files /dev/null and b/.godot/imported/texture_10.png-ff78bd14885ee604d1b262cd0a0c6f08.ctex differ diff --git a/.godot/imported/texture_10.png-ff78bd14885ee604d1b262cd0a0c6f08.md5 b/.godot/imported/texture_10.png-ff78bd14885ee604d1b262cd0a0c6f08.md5 new file mode 100644 index 00000000..9f81f749 --- /dev/null +++ b/.godot/imported/texture_10.png-ff78bd14885ee604d1b262cd0a0c6f08.md5 @@ -0,0 +1,3 @@ +source_md5="19929c2d90346eb81294699b126e97a9" +dest_md5="6eb5865dc7f2c8d8b876cce51353adaa" + diff --git a/.godot/imported/texture_10.svg-c00fd4e86dd01766905f69bf493ec5e1.ctex b/.godot/imported/texture_10.svg-c00fd4e86dd01766905f69bf493ec5e1.ctex new file mode 100644 index 00000000..3f810605 Binary files /dev/null and b/.godot/imported/texture_10.svg-c00fd4e86dd01766905f69bf493ec5e1.ctex differ diff --git a/.godot/imported/texture_10.svg-c00fd4e86dd01766905f69bf493ec5e1.md5 b/.godot/imported/texture_10.svg-c00fd4e86dd01766905f69bf493ec5e1.md5 new file mode 100644 index 00000000..3dbc4dfa --- /dev/null +++ b/.godot/imported/texture_10.svg-c00fd4e86dd01766905f69bf493ec5e1.md5 @@ -0,0 +1,3 @@ +source_md5="d320ba28dd946cbaa3770b05835edb54" +dest_md5="9406f4e77dea576179bcaba0793b37c8" + diff --git a/.godot/imported/texture_10.svg-e0b013c31d6f475af41cd1c96e0d3fc6.ctex b/.godot/imported/texture_10.svg-e0b013c31d6f475af41cd1c96e0d3fc6.ctex new file mode 100644 index 00000000..3f810605 Binary files /dev/null and b/.godot/imported/texture_10.svg-e0b013c31d6f475af41cd1c96e0d3fc6.ctex differ diff --git a/.godot/imported/texture_10.svg-e0b013c31d6f475af41cd1c96e0d3fc6.md5 b/.godot/imported/texture_10.svg-e0b013c31d6f475af41cd1c96e0d3fc6.md5 new file mode 100644 index 00000000..3dbc4dfa --- /dev/null +++ b/.godot/imported/texture_10.svg-e0b013c31d6f475af41cd1c96e0d3fc6.md5 @@ -0,0 +1,3 @@ +source_md5="d320ba28dd946cbaa3770b05835edb54" +dest_md5="9406f4e77dea576179bcaba0793b37c8" + diff --git a/.godot/imported/texture_11.png-07ff5e29b84e8bcb7ce3ec0fae97577f.ctex b/.godot/imported/texture_11.png-07ff5e29b84e8bcb7ce3ec0fae97577f.ctex new file mode 100644 index 00000000..12989304 Binary files /dev/null and b/.godot/imported/texture_11.png-07ff5e29b84e8bcb7ce3ec0fae97577f.ctex differ diff --git a/.godot/imported/texture_11.png-07ff5e29b84e8bcb7ce3ec0fae97577f.md5 b/.godot/imported/texture_11.png-07ff5e29b84e8bcb7ce3ec0fae97577f.md5 new file mode 100644 index 00000000..972068ec --- /dev/null +++ b/.godot/imported/texture_11.png-07ff5e29b84e8bcb7ce3ec0fae97577f.md5 @@ -0,0 +1,3 @@ +source_md5="de63a4c52eec7766f1138de23a85ef71" +dest_md5="13a67f057255edfde67fa15193870ffd" + diff --git a/.godot/imported/texture_11.png-3f5bbcef180dc65b80a3f1d7e72d9e3a.ctex b/.godot/imported/texture_11.png-3f5bbcef180dc65b80a3f1d7e72d9e3a.ctex new file mode 100644 index 00000000..d3f3a774 Binary files /dev/null and b/.godot/imported/texture_11.png-3f5bbcef180dc65b80a3f1d7e72d9e3a.ctex differ diff --git a/.godot/imported/texture_11.png-3f5bbcef180dc65b80a3f1d7e72d9e3a.md5 b/.godot/imported/texture_11.png-3f5bbcef180dc65b80a3f1d7e72d9e3a.md5 new file mode 100644 index 00000000..2b8ce5cd --- /dev/null +++ b/.godot/imported/texture_11.png-3f5bbcef180dc65b80a3f1d7e72d9e3a.md5 @@ -0,0 +1,3 @@ +source_md5="1f89ffef424c67118fe97a98fe195e2b" +dest_md5="aa1fcf92a4542e345014717cf418e82e" + diff --git a/.godot/imported/texture_11.png-69d1b2a5c5d031aeb70b36a62bca6bfd.ctex b/.godot/imported/texture_11.png-69d1b2a5c5d031aeb70b36a62bca6bfd.ctex new file mode 100644 index 00000000..d3f3a774 Binary files /dev/null and b/.godot/imported/texture_11.png-69d1b2a5c5d031aeb70b36a62bca6bfd.ctex differ diff --git a/.godot/imported/texture_11.png-69d1b2a5c5d031aeb70b36a62bca6bfd.md5 b/.godot/imported/texture_11.png-69d1b2a5c5d031aeb70b36a62bca6bfd.md5 new file mode 100644 index 00000000..2b8ce5cd --- /dev/null +++ b/.godot/imported/texture_11.png-69d1b2a5c5d031aeb70b36a62bca6bfd.md5 @@ -0,0 +1,3 @@ +source_md5="1f89ffef424c67118fe97a98fe195e2b" +dest_md5="aa1fcf92a4542e345014717cf418e82e" + diff --git a/.godot/imported/texture_11.png-6ed8ae75ae1853252b2080a567c7ae3d.ctex b/.godot/imported/texture_11.png-6ed8ae75ae1853252b2080a567c7ae3d.ctex new file mode 100644 index 00000000..c0a256f9 Binary files /dev/null and b/.godot/imported/texture_11.png-6ed8ae75ae1853252b2080a567c7ae3d.ctex differ diff --git a/.godot/imported/texture_11.png-6ed8ae75ae1853252b2080a567c7ae3d.md5 b/.godot/imported/texture_11.png-6ed8ae75ae1853252b2080a567c7ae3d.md5 new file mode 100644 index 00000000..f3fee49e --- /dev/null +++ b/.godot/imported/texture_11.png-6ed8ae75ae1853252b2080a567c7ae3d.md5 @@ -0,0 +1,3 @@ +source_md5="1b9d8eb0aa4c46e20efb5d7f85c796cd" +dest_md5="c966894b0f0c466f2ae44fe398940dc6" + diff --git a/.godot/imported/texture_11.png-746390581d77dca192a43ceb74a79ae2.ctex b/.godot/imported/texture_11.png-746390581d77dca192a43ceb74a79ae2.ctex new file mode 100644 index 00000000..5d33fc14 Binary files /dev/null and b/.godot/imported/texture_11.png-746390581d77dca192a43ceb74a79ae2.ctex differ diff --git a/.godot/imported/texture_11.png-746390581d77dca192a43ceb74a79ae2.md5 b/.godot/imported/texture_11.png-746390581d77dca192a43ceb74a79ae2.md5 new file mode 100644 index 00000000..dd3162ea --- /dev/null +++ b/.godot/imported/texture_11.png-746390581d77dca192a43ceb74a79ae2.md5 @@ -0,0 +1,3 @@ +source_md5="a18349fee0befe3b76d3b3abbde7f8d4" +dest_md5="1e1e38e3ce98a31aba175994c8bac4fb" + diff --git a/.godot/imported/texture_11.png-bf790aa92d7572b72077dd1eb8eeeacd.ctex b/.godot/imported/texture_11.png-bf790aa92d7572b72077dd1eb8eeeacd.ctex new file mode 100644 index 00000000..c0a256f9 Binary files /dev/null and b/.godot/imported/texture_11.png-bf790aa92d7572b72077dd1eb8eeeacd.ctex differ diff --git a/.godot/imported/texture_11.png-bf790aa92d7572b72077dd1eb8eeeacd.md5 b/.godot/imported/texture_11.png-bf790aa92d7572b72077dd1eb8eeeacd.md5 new file mode 100644 index 00000000..f3fee49e --- /dev/null +++ b/.godot/imported/texture_11.png-bf790aa92d7572b72077dd1eb8eeeacd.md5 @@ -0,0 +1,3 @@ +source_md5="1b9d8eb0aa4c46e20efb5d7f85c796cd" +dest_md5="c966894b0f0c466f2ae44fe398940dc6" + diff --git a/.godot/imported/texture_11.png-cdc718e93f06cf7d77afc1481947b209.ctex b/.godot/imported/texture_11.png-cdc718e93f06cf7d77afc1481947b209.ctex new file mode 100644 index 00000000..5d33fc14 Binary files /dev/null and b/.godot/imported/texture_11.png-cdc718e93f06cf7d77afc1481947b209.ctex differ diff --git a/.godot/imported/texture_11.png-cdc718e93f06cf7d77afc1481947b209.md5 b/.godot/imported/texture_11.png-cdc718e93f06cf7d77afc1481947b209.md5 new file mode 100644 index 00000000..dd3162ea --- /dev/null +++ b/.godot/imported/texture_11.png-cdc718e93f06cf7d77afc1481947b209.md5 @@ -0,0 +1,3 @@ +source_md5="a18349fee0befe3b76d3b3abbde7f8d4" +dest_md5="1e1e38e3ce98a31aba175994c8bac4fb" + diff --git a/.godot/imported/texture_11.png-cf3f463ba0ab6c01f9943c8e1838922b.ctex b/.godot/imported/texture_11.png-cf3f463ba0ab6c01f9943c8e1838922b.ctex new file mode 100644 index 00000000..b98c5084 Binary files /dev/null and b/.godot/imported/texture_11.png-cf3f463ba0ab6c01f9943c8e1838922b.ctex differ diff --git a/.godot/imported/texture_11.png-cf3f463ba0ab6c01f9943c8e1838922b.md5 b/.godot/imported/texture_11.png-cf3f463ba0ab6c01f9943c8e1838922b.md5 new file mode 100644 index 00000000..70e56675 --- /dev/null +++ b/.godot/imported/texture_11.png-cf3f463ba0ab6c01f9943c8e1838922b.md5 @@ -0,0 +1,3 @@ +source_md5="66978ba0c84d44f7cb6987603f7b6faa" +dest_md5="9a42c200cfc9b01609e1cd1c93c434c7" + diff --git a/.godot/imported/texture_11.png-d360480ed1fd95bb9cabee817ce5c4f3.ctex b/.godot/imported/texture_11.png-d360480ed1fd95bb9cabee817ce5c4f3.ctex new file mode 100644 index 00000000..12989304 Binary files /dev/null and b/.godot/imported/texture_11.png-d360480ed1fd95bb9cabee817ce5c4f3.ctex differ diff --git a/.godot/imported/texture_11.png-d360480ed1fd95bb9cabee817ce5c4f3.md5 b/.godot/imported/texture_11.png-d360480ed1fd95bb9cabee817ce5c4f3.md5 new file mode 100644 index 00000000..972068ec --- /dev/null +++ b/.godot/imported/texture_11.png-d360480ed1fd95bb9cabee817ce5c4f3.md5 @@ -0,0 +1,3 @@ +source_md5="de63a4c52eec7766f1138de23a85ef71" +dest_md5="13a67f057255edfde67fa15193870ffd" + diff --git a/.godot/imported/texture_11.png-d43ca69b8b67d1912faab5477511f2af.ctex b/.godot/imported/texture_11.png-d43ca69b8b67d1912faab5477511f2af.ctex new file mode 100644 index 00000000..b98c5084 Binary files /dev/null and b/.godot/imported/texture_11.png-d43ca69b8b67d1912faab5477511f2af.ctex differ diff --git a/.godot/imported/texture_11.png-d43ca69b8b67d1912faab5477511f2af.md5 b/.godot/imported/texture_11.png-d43ca69b8b67d1912faab5477511f2af.md5 new file mode 100644 index 00000000..70e56675 --- /dev/null +++ b/.godot/imported/texture_11.png-d43ca69b8b67d1912faab5477511f2af.md5 @@ -0,0 +1,3 @@ +source_md5="66978ba0c84d44f7cb6987603f7b6faa" +dest_md5="9a42c200cfc9b01609e1cd1c93c434c7" + diff --git a/.godot/imported/texture_11.png-db71105db12897934ab6fd7e62daab71.ctex b/.godot/imported/texture_11.png-db71105db12897934ab6fd7e62daab71.ctex new file mode 100644 index 00000000..d4be80d5 Binary files /dev/null and b/.godot/imported/texture_11.png-db71105db12897934ab6fd7e62daab71.ctex differ diff --git a/.godot/imported/texture_11.png-db71105db12897934ab6fd7e62daab71.md5 b/.godot/imported/texture_11.png-db71105db12897934ab6fd7e62daab71.md5 new file mode 100644 index 00000000..6725ebec --- /dev/null +++ b/.godot/imported/texture_11.png-db71105db12897934ab6fd7e62daab71.md5 @@ -0,0 +1,3 @@ +source_md5="d5602ef65c11291b041212313146c084" +dest_md5="b68252a67100b04fc878aa4272ebb828" + diff --git a/.godot/imported/texture_11.png-dc30655c823021c1f9e0ee70cbeb0461.ctex b/.godot/imported/texture_11.png-dc30655c823021c1f9e0ee70cbeb0461.ctex new file mode 100644 index 00000000..d4be80d5 Binary files /dev/null and b/.godot/imported/texture_11.png-dc30655c823021c1f9e0ee70cbeb0461.ctex differ diff --git a/.godot/imported/texture_11.png-dc30655c823021c1f9e0ee70cbeb0461.md5 b/.godot/imported/texture_11.png-dc30655c823021c1f9e0ee70cbeb0461.md5 new file mode 100644 index 00000000..6725ebec --- /dev/null +++ b/.godot/imported/texture_11.png-dc30655c823021c1f9e0ee70cbeb0461.md5 @@ -0,0 +1,3 @@ +source_md5="d5602ef65c11291b041212313146c084" +dest_md5="b68252a67100b04fc878aa4272ebb828" + diff --git a/.godot/imported/texture_11.svg-7db8f103235dd617d172d127b3efea59.ctex b/.godot/imported/texture_11.svg-7db8f103235dd617d172d127b3efea59.ctex new file mode 100644 index 00000000..6842b08e Binary files /dev/null and b/.godot/imported/texture_11.svg-7db8f103235dd617d172d127b3efea59.ctex differ diff --git a/.godot/imported/texture_11.svg-7db8f103235dd617d172d127b3efea59.md5 b/.godot/imported/texture_11.svg-7db8f103235dd617d172d127b3efea59.md5 new file mode 100644 index 00000000..e0d05153 --- /dev/null +++ b/.godot/imported/texture_11.svg-7db8f103235dd617d172d127b3efea59.md5 @@ -0,0 +1,3 @@ +source_md5="6a37a9aa35b56d9b9289d680360e4777" +dest_md5="6ff4d141a69d772808d9453ed84f6203" + diff --git a/.godot/imported/texture_11.svg-d2b13999e9585005992fbb93975293e5.ctex b/.godot/imported/texture_11.svg-d2b13999e9585005992fbb93975293e5.ctex new file mode 100644 index 00000000..6842b08e Binary files /dev/null and b/.godot/imported/texture_11.svg-d2b13999e9585005992fbb93975293e5.ctex differ diff --git a/.godot/imported/texture_11.svg-d2b13999e9585005992fbb93975293e5.md5 b/.godot/imported/texture_11.svg-d2b13999e9585005992fbb93975293e5.md5 new file mode 100644 index 00000000..e0d05153 --- /dev/null +++ b/.godot/imported/texture_11.svg-d2b13999e9585005992fbb93975293e5.md5 @@ -0,0 +1,3 @@ +source_md5="6a37a9aa35b56d9b9289d680360e4777" +dest_md5="6ff4d141a69d772808d9453ed84f6203" + diff --git a/.godot/imported/texture_12.png-23fae34735cbaafe75f43f4985618c6d.ctex b/.godot/imported/texture_12.png-23fae34735cbaafe75f43f4985618c6d.ctex new file mode 100644 index 00000000..8129e672 Binary files /dev/null and b/.godot/imported/texture_12.png-23fae34735cbaafe75f43f4985618c6d.ctex differ diff --git a/.godot/imported/texture_12.png-23fae34735cbaafe75f43f4985618c6d.md5 b/.godot/imported/texture_12.png-23fae34735cbaafe75f43f4985618c6d.md5 new file mode 100644 index 00000000..daee2e5e --- /dev/null +++ b/.godot/imported/texture_12.png-23fae34735cbaafe75f43f4985618c6d.md5 @@ -0,0 +1,3 @@ +source_md5="abb9808d5ad08168ff3e9149a87457f1" +dest_md5="0f1f71bc88d3835e64dfc6f8cdabed90" + diff --git a/.godot/imported/texture_12.png-2ae60701e9fab1291d0da5a2f09024af.ctex b/.godot/imported/texture_12.png-2ae60701e9fab1291d0da5a2f09024af.ctex new file mode 100644 index 00000000..20a691b1 Binary files /dev/null and b/.godot/imported/texture_12.png-2ae60701e9fab1291d0da5a2f09024af.ctex differ diff --git a/.godot/imported/texture_12.png-2ae60701e9fab1291d0da5a2f09024af.md5 b/.godot/imported/texture_12.png-2ae60701e9fab1291d0da5a2f09024af.md5 new file mode 100644 index 00000000..246f6984 --- /dev/null +++ b/.godot/imported/texture_12.png-2ae60701e9fab1291d0da5a2f09024af.md5 @@ -0,0 +1,3 @@ +source_md5="5573f302df8c0b8716e7ef354d20f7b8" +dest_md5="a67915ef1437e99fb8e21e0da8bb94f0" + diff --git a/.godot/imported/texture_12.png-4040c60d02bbbbd7eeaf4293a4be9d10.ctex b/.godot/imported/texture_12.png-4040c60d02bbbbd7eeaf4293a4be9d10.ctex new file mode 100644 index 00000000..e18b1db8 Binary files /dev/null and b/.godot/imported/texture_12.png-4040c60d02bbbbd7eeaf4293a4be9d10.ctex differ diff --git a/.godot/imported/texture_12.png-4040c60d02bbbbd7eeaf4293a4be9d10.md5 b/.godot/imported/texture_12.png-4040c60d02bbbbd7eeaf4293a4be9d10.md5 new file mode 100644 index 00000000..3f75ae1d --- /dev/null +++ b/.godot/imported/texture_12.png-4040c60d02bbbbd7eeaf4293a4be9d10.md5 @@ -0,0 +1,3 @@ +source_md5="b50f795ea071564b98c59af4d6e5912a" +dest_md5="e3953543cae040f1b09b370e63827ae7" + diff --git a/.godot/imported/texture_12.png-4d4e9ef267162326d150d2e8a3e8f11d.ctex b/.godot/imported/texture_12.png-4d4e9ef267162326d150d2e8a3e8f11d.ctex new file mode 100644 index 00000000..27dc2ee1 Binary files /dev/null and b/.godot/imported/texture_12.png-4d4e9ef267162326d150d2e8a3e8f11d.ctex differ diff --git a/.godot/imported/texture_12.png-4d4e9ef267162326d150d2e8a3e8f11d.md5 b/.godot/imported/texture_12.png-4d4e9ef267162326d150d2e8a3e8f11d.md5 new file mode 100644 index 00000000..aed6ea30 --- /dev/null +++ b/.godot/imported/texture_12.png-4d4e9ef267162326d150d2e8a3e8f11d.md5 @@ -0,0 +1,3 @@ +source_md5="1410f4b1658b08f91518023e002ceafc" +dest_md5="70362e08fad984401b46fee1064d35de" + diff --git a/.godot/imported/texture_12.png-4e3f80d0811265236ca30d6e46337a61.ctex b/.godot/imported/texture_12.png-4e3f80d0811265236ca30d6e46337a61.ctex new file mode 100644 index 00000000..db9666dc Binary files /dev/null and b/.godot/imported/texture_12.png-4e3f80d0811265236ca30d6e46337a61.ctex differ diff --git a/.godot/imported/texture_12.png-4e3f80d0811265236ca30d6e46337a61.md5 b/.godot/imported/texture_12.png-4e3f80d0811265236ca30d6e46337a61.md5 new file mode 100644 index 00000000..f4b0dc30 --- /dev/null +++ b/.godot/imported/texture_12.png-4e3f80d0811265236ca30d6e46337a61.md5 @@ -0,0 +1,3 @@ +source_md5="881af245a8bc9e5fceae784cce2c3f24" +dest_md5="a61bc62bc46f7f35bb9a90fb54ea0999" + diff --git a/.godot/imported/texture_12.png-60ffb523ac07c351fcb40f725dc0bfa1.ctex b/.godot/imported/texture_12.png-60ffb523ac07c351fcb40f725dc0bfa1.ctex new file mode 100644 index 00000000..350ff327 Binary files /dev/null and b/.godot/imported/texture_12.png-60ffb523ac07c351fcb40f725dc0bfa1.ctex differ diff --git a/.godot/imported/texture_12.png-60ffb523ac07c351fcb40f725dc0bfa1.md5 b/.godot/imported/texture_12.png-60ffb523ac07c351fcb40f725dc0bfa1.md5 new file mode 100644 index 00000000..af88cecd --- /dev/null +++ b/.godot/imported/texture_12.png-60ffb523ac07c351fcb40f725dc0bfa1.md5 @@ -0,0 +1,3 @@ +source_md5="eb58d164d38bde27ea0be7aee6df749c" +dest_md5="11d78f85ac4625bafc553d9e9b8bc762" + diff --git a/.godot/imported/texture_12.png-7888058e0675e8dbe748d37263fcdfec.ctex b/.godot/imported/texture_12.png-7888058e0675e8dbe748d37263fcdfec.ctex new file mode 100644 index 00000000..350ff327 Binary files /dev/null and b/.godot/imported/texture_12.png-7888058e0675e8dbe748d37263fcdfec.ctex differ diff --git a/.godot/imported/texture_12.png-7888058e0675e8dbe748d37263fcdfec.md5 b/.godot/imported/texture_12.png-7888058e0675e8dbe748d37263fcdfec.md5 new file mode 100644 index 00000000..af88cecd --- /dev/null +++ b/.godot/imported/texture_12.png-7888058e0675e8dbe748d37263fcdfec.md5 @@ -0,0 +1,3 @@ +source_md5="eb58d164d38bde27ea0be7aee6df749c" +dest_md5="11d78f85ac4625bafc553d9e9b8bc762" + diff --git a/.godot/imported/texture_12.png-b61bc95411a0a232175e185e711d2e7b.ctex b/.godot/imported/texture_12.png-b61bc95411a0a232175e185e711d2e7b.ctex new file mode 100644 index 00000000..8129e672 Binary files /dev/null and b/.godot/imported/texture_12.png-b61bc95411a0a232175e185e711d2e7b.ctex differ diff --git a/.godot/imported/texture_12.png-b61bc95411a0a232175e185e711d2e7b.md5 b/.godot/imported/texture_12.png-b61bc95411a0a232175e185e711d2e7b.md5 new file mode 100644 index 00000000..daee2e5e --- /dev/null +++ b/.godot/imported/texture_12.png-b61bc95411a0a232175e185e711d2e7b.md5 @@ -0,0 +1,3 @@ +source_md5="abb9808d5ad08168ff3e9149a87457f1" +dest_md5="0f1f71bc88d3835e64dfc6f8cdabed90" + diff --git a/.godot/imported/texture_12.png-b752bac61d2147096213892a6f4c67eb.ctex b/.godot/imported/texture_12.png-b752bac61d2147096213892a6f4c67eb.ctex new file mode 100644 index 00000000..27dc2ee1 Binary files /dev/null and b/.godot/imported/texture_12.png-b752bac61d2147096213892a6f4c67eb.ctex differ diff --git a/.godot/imported/texture_12.png-b752bac61d2147096213892a6f4c67eb.md5 b/.godot/imported/texture_12.png-b752bac61d2147096213892a6f4c67eb.md5 new file mode 100644 index 00000000..aed6ea30 --- /dev/null +++ b/.godot/imported/texture_12.png-b752bac61d2147096213892a6f4c67eb.md5 @@ -0,0 +1,3 @@ +source_md5="1410f4b1658b08f91518023e002ceafc" +dest_md5="70362e08fad984401b46fee1064d35de" + diff --git a/.godot/imported/texture_12.png-c9b3e5cb9fe5bf41591bbe4c1e2dcd3f.ctex b/.godot/imported/texture_12.png-c9b3e5cb9fe5bf41591bbe4c1e2dcd3f.ctex new file mode 100644 index 00000000..20a691b1 Binary files /dev/null and b/.godot/imported/texture_12.png-c9b3e5cb9fe5bf41591bbe4c1e2dcd3f.ctex differ diff --git a/.godot/imported/texture_12.png-c9b3e5cb9fe5bf41591bbe4c1e2dcd3f.md5 b/.godot/imported/texture_12.png-c9b3e5cb9fe5bf41591bbe4c1e2dcd3f.md5 new file mode 100644 index 00000000..246f6984 --- /dev/null +++ b/.godot/imported/texture_12.png-c9b3e5cb9fe5bf41591bbe4c1e2dcd3f.md5 @@ -0,0 +1,3 @@ +source_md5="5573f302df8c0b8716e7ef354d20f7b8" +dest_md5="a67915ef1437e99fb8e21e0da8bb94f0" + diff --git a/.godot/imported/texture_12.png-e87a3bbf415bf9d77deb60981bd0b361.ctex b/.godot/imported/texture_12.png-e87a3bbf415bf9d77deb60981bd0b361.ctex new file mode 100644 index 00000000..db9666dc Binary files /dev/null and b/.godot/imported/texture_12.png-e87a3bbf415bf9d77deb60981bd0b361.ctex differ diff --git a/.godot/imported/texture_12.png-e87a3bbf415bf9d77deb60981bd0b361.md5 b/.godot/imported/texture_12.png-e87a3bbf415bf9d77deb60981bd0b361.md5 new file mode 100644 index 00000000..f4b0dc30 --- /dev/null +++ b/.godot/imported/texture_12.png-e87a3bbf415bf9d77deb60981bd0b361.md5 @@ -0,0 +1,3 @@ +source_md5="881af245a8bc9e5fceae784cce2c3f24" +dest_md5="a61bc62bc46f7f35bb9a90fb54ea0999" + diff --git a/.godot/imported/texture_12.png-fd8a90ed4b264f4119aede9818c5625a.ctex b/.godot/imported/texture_12.png-fd8a90ed4b264f4119aede9818c5625a.ctex new file mode 100644 index 00000000..e18b1db8 Binary files /dev/null and b/.godot/imported/texture_12.png-fd8a90ed4b264f4119aede9818c5625a.ctex differ diff --git a/.godot/imported/texture_12.png-fd8a90ed4b264f4119aede9818c5625a.md5 b/.godot/imported/texture_12.png-fd8a90ed4b264f4119aede9818c5625a.md5 new file mode 100644 index 00000000..3f75ae1d --- /dev/null +++ b/.godot/imported/texture_12.png-fd8a90ed4b264f4119aede9818c5625a.md5 @@ -0,0 +1,3 @@ +source_md5="b50f795ea071564b98c59af4d6e5912a" +dest_md5="e3953543cae040f1b09b370e63827ae7" + diff --git a/.godot/imported/texture_12.svg-20f64c1b606ed55d0c28d1eab6359515.ctex b/.godot/imported/texture_12.svg-20f64c1b606ed55d0c28d1eab6359515.ctex new file mode 100644 index 00000000..e365f75f Binary files /dev/null and b/.godot/imported/texture_12.svg-20f64c1b606ed55d0c28d1eab6359515.ctex differ diff --git a/.godot/imported/texture_12.svg-20f64c1b606ed55d0c28d1eab6359515.md5 b/.godot/imported/texture_12.svg-20f64c1b606ed55d0c28d1eab6359515.md5 new file mode 100644 index 00000000..61787b77 --- /dev/null +++ b/.godot/imported/texture_12.svg-20f64c1b606ed55d0c28d1eab6359515.md5 @@ -0,0 +1,3 @@ +source_md5="1bb2eaa0e09239898297f1404c2e28b6" +dest_md5="8bab5f4124455eb5e06ea7465ef0642d" + diff --git a/.godot/imported/texture_12.svg-cdf4d712b89e17f4ce4f31a8b7c7fd85.ctex b/.godot/imported/texture_12.svg-cdf4d712b89e17f4ce4f31a8b7c7fd85.ctex new file mode 100644 index 00000000..e365f75f Binary files /dev/null and b/.godot/imported/texture_12.svg-cdf4d712b89e17f4ce4f31a8b7c7fd85.ctex differ diff --git a/.godot/imported/texture_12.svg-cdf4d712b89e17f4ce4f31a8b7c7fd85.md5 b/.godot/imported/texture_12.svg-cdf4d712b89e17f4ce4f31a8b7c7fd85.md5 new file mode 100644 index 00000000..61787b77 --- /dev/null +++ b/.godot/imported/texture_12.svg-cdf4d712b89e17f4ce4f31a8b7c7fd85.md5 @@ -0,0 +1,3 @@ +source_md5="1bb2eaa0e09239898297f1404c2e28b6" +dest_md5="8bab5f4124455eb5e06ea7465ef0642d" + diff --git a/.godot/imported/texture_13.png-165a84de67464e7a21f5f7761b48fb00.ctex b/.godot/imported/texture_13.png-165a84de67464e7a21f5f7761b48fb00.ctex new file mode 100644 index 00000000..031b046d Binary files /dev/null and b/.godot/imported/texture_13.png-165a84de67464e7a21f5f7761b48fb00.ctex differ diff --git a/.godot/imported/texture_13.png-165a84de67464e7a21f5f7761b48fb00.md5 b/.godot/imported/texture_13.png-165a84de67464e7a21f5f7761b48fb00.md5 new file mode 100644 index 00000000..bd0defa5 --- /dev/null +++ b/.godot/imported/texture_13.png-165a84de67464e7a21f5f7761b48fb00.md5 @@ -0,0 +1,3 @@ +source_md5="c53606d77c657f09e151cc2e7e7b9e20" +dest_md5="37e83a7f5a2e2ffb154f2757fd1472ed" + diff --git a/.godot/imported/texture_13.png-5c037705c6adabb993d08ddabb1510c1.ctex b/.godot/imported/texture_13.png-5c037705c6adabb993d08ddabb1510c1.ctex new file mode 100644 index 00000000..031b046d Binary files /dev/null and b/.godot/imported/texture_13.png-5c037705c6adabb993d08ddabb1510c1.ctex differ diff --git a/.godot/imported/texture_13.png-5c037705c6adabb993d08ddabb1510c1.md5 b/.godot/imported/texture_13.png-5c037705c6adabb993d08ddabb1510c1.md5 new file mode 100644 index 00000000..bd0defa5 --- /dev/null +++ b/.godot/imported/texture_13.png-5c037705c6adabb993d08ddabb1510c1.md5 @@ -0,0 +1,3 @@ +source_md5="c53606d77c657f09e151cc2e7e7b9e20" +dest_md5="37e83a7f5a2e2ffb154f2757fd1472ed" + diff --git a/.godot/imported/texture_13.png-736dbed4dad4ea67a96cb7de32569375.ctex b/.godot/imported/texture_13.png-736dbed4dad4ea67a96cb7de32569375.ctex new file mode 100644 index 00000000..92af08fb Binary files /dev/null and b/.godot/imported/texture_13.png-736dbed4dad4ea67a96cb7de32569375.ctex differ diff --git a/.godot/imported/texture_13.png-736dbed4dad4ea67a96cb7de32569375.md5 b/.godot/imported/texture_13.png-736dbed4dad4ea67a96cb7de32569375.md5 new file mode 100644 index 00000000..f637b617 --- /dev/null +++ b/.godot/imported/texture_13.png-736dbed4dad4ea67a96cb7de32569375.md5 @@ -0,0 +1,3 @@ +source_md5="4aadc4a4f6ef59e697e6e75d28f20288" +dest_md5="f352390f57c9f8b3f768088c8fbceb00" + diff --git a/.godot/imported/texture_13.png-7501763010a1391ecd7739c91009a98e.ctex b/.godot/imported/texture_13.png-7501763010a1391ecd7739c91009a98e.ctex new file mode 100644 index 00000000..837bb8df Binary files /dev/null and b/.godot/imported/texture_13.png-7501763010a1391ecd7739c91009a98e.ctex differ diff --git a/.godot/imported/texture_13.png-7501763010a1391ecd7739c91009a98e.md5 b/.godot/imported/texture_13.png-7501763010a1391ecd7739c91009a98e.md5 new file mode 100644 index 00000000..d7aed250 --- /dev/null +++ b/.godot/imported/texture_13.png-7501763010a1391ecd7739c91009a98e.md5 @@ -0,0 +1,3 @@ +source_md5="a276352a56779c622c10a1050516651d" +dest_md5="a93c1f026e9fd7c40088f3a394c7da02" + diff --git a/.godot/imported/texture_13.png-87108e3d9020daa68b425b050c5d2b60.ctex b/.godot/imported/texture_13.png-87108e3d9020daa68b425b050c5d2b60.ctex new file mode 100644 index 00000000..85b46b73 Binary files /dev/null and b/.godot/imported/texture_13.png-87108e3d9020daa68b425b050c5d2b60.ctex differ diff --git a/.godot/imported/texture_13.png-87108e3d9020daa68b425b050c5d2b60.md5 b/.godot/imported/texture_13.png-87108e3d9020daa68b425b050c5d2b60.md5 new file mode 100644 index 00000000..a37a1559 --- /dev/null +++ b/.godot/imported/texture_13.png-87108e3d9020daa68b425b050c5d2b60.md5 @@ -0,0 +1,3 @@ +source_md5="f4e8bc94b9e3ad81468a773cc52eec57" +dest_md5="50510a2b4e776cfabc92f38b36b4e4ff" + diff --git a/.godot/imported/texture_13.png-90907cde6f7d0ad466f185ebbc5df9df.ctex b/.godot/imported/texture_13.png-90907cde6f7d0ad466f185ebbc5df9df.ctex new file mode 100644 index 00000000..85b46b73 Binary files /dev/null and b/.godot/imported/texture_13.png-90907cde6f7d0ad466f185ebbc5df9df.ctex differ diff --git a/.godot/imported/texture_13.png-90907cde6f7d0ad466f185ebbc5df9df.md5 b/.godot/imported/texture_13.png-90907cde6f7d0ad466f185ebbc5df9df.md5 new file mode 100644 index 00000000..a37a1559 --- /dev/null +++ b/.godot/imported/texture_13.png-90907cde6f7d0ad466f185ebbc5df9df.md5 @@ -0,0 +1,3 @@ +source_md5="f4e8bc94b9e3ad81468a773cc52eec57" +dest_md5="50510a2b4e776cfabc92f38b36b4e4ff" + diff --git a/.godot/imported/texture_13.png-b0269546bc4c66e357d547278f3c4c59.ctex b/.godot/imported/texture_13.png-b0269546bc4c66e357d547278f3c4c59.ctex new file mode 100644 index 00000000..92af08fb Binary files /dev/null and b/.godot/imported/texture_13.png-b0269546bc4c66e357d547278f3c4c59.ctex differ diff --git a/.godot/imported/texture_13.png-b0269546bc4c66e357d547278f3c4c59.md5 b/.godot/imported/texture_13.png-b0269546bc4c66e357d547278f3c4c59.md5 new file mode 100644 index 00000000..f637b617 --- /dev/null +++ b/.godot/imported/texture_13.png-b0269546bc4c66e357d547278f3c4c59.md5 @@ -0,0 +1,3 @@ +source_md5="4aadc4a4f6ef59e697e6e75d28f20288" +dest_md5="f352390f57c9f8b3f768088c8fbceb00" + diff --git a/.godot/imported/texture_13.png-b46fa7881e38cfcc750362ca52e85763.ctex b/.godot/imported/texture_13.png-b46fa7881e38cfcc750362ca52e85763.ctex new file mode 100644 index 00000000..d47a39c2 Binary files /dev/null and b/.godot/imported/texture_13.png-b46fa7881e38cfcc750362ca52e85763.ctex differ diff --git a/.godot/imported/texture_13.png-b46fa7881e38cfcc750362ca52e85763.md5 b/.godot/imported/texture_13.png-b46fa7881e38cfcc750362ca52e85763.md5 new file mode 100644 index 00000000..4c4e0822 --- /dev/null +++ b/.godot/imported/texture_13.png-b46fa7881e38cfcc750362ca52e85763.md5 @@ -0,0 +1,3 @@ +source_md5="1c983da3109505898411e352d44fb32b" +dest_md5="ed772f43efe717b703ada9fdc79032d3" + diff --git a/.godot/imported/texture_13.png-c3c5d6555157a902d6d83b862680926f.ctex b/.godot/imported/texture_13.png-c3c5d6555157a902d6d83b862680926f.ctex new file mode 100644 index 00000000..b43b1f25 Binary files /dev/null and b/.godot/imported/texture_13.png-c3c5d6555157a902d6d83b862680926f.ctex differ diff --git a/.godot/imported/texture_13.png-c3c5d6555157a902d6d83b862680926f.md5 b/.godot/imported/texture_13.png-c3c5d6555157a902d6d83b862680926f.md5 new file mode 100644 index 00000000..4235c72b --- /dev/null +++ b/.godot/imported/texture_13.png-c3c5d6555157a902d6d83b862680926f.md5 @@ -0,0 +1,3 @@ +source_md5="3b505364b2691af250f9587f59547bbd" +dest_md5="f361a9c04fe182b5685795114876920d" + diff --git a/.godot/imported/texture_13.png-c3e8cbca6dd3e1a1bac1bffe771f3aff.ctex b/.godot/imported/texture_13.png-c3e8cbca6dd3e1a1bac1bffe771f3aff.ctex new file mode 100644 index 00000000..b43b1f25 Binary files /dev/null and b/.godot/imported/texture_13.png-c3e8cbca6dd3e1a1bac1bffe771f3aff.ctex differ diff --git a/.godot/imported/texture_13.png-c3e8cbca6dd3e1a1bac1bffe771f3aff.md5 b/.godot/imported/texture_13.png-c3e8cbca6dd3e1a1bac1bffe771f3aff.md5 new file mode 100644 index 00000000..4235c72b --- /dev/null +++ b/.godot/imported/texture_13.png-c3e8cbca6dd3e1a1bac1bffe771f3aff.md5 @@ -0,0 +1,3 @@ +source_md5="3b505364b2691af250f9587f59547bbd" +dest_md5="f361a9c04fe182b5685795114876920d" + diff --git a/.godot/imported/texture_13.png-dd3cafc81cd236980323c09b54caceec.ctex b/.godot/imported/texture_13.png-dd3cafc81cd236980323c09b54caceec.ctex new file mode 100644 index 00000000..837bb8df Binary files /dev/null and b/.godot/imported/texture_13.png-dd3cafc81cd236980323c09b54caceec.ctex differ diff --git a/.godot/imported/texture_13.png-dd3cafc81cd236980323c09b54caceec.md5 b/.godot/imported/texture_13.png-dd3cafc81cd236980323c09b54caceec.md5 new file mode 100644 index 00000000..d7aed250 --- /dev/null +++ b/.godot/imported/texture_13.png-dd3cafc81cd236980323c09b54caceec.md5 @@ -0,0 +1,3 @@ +source_md5="a276352a56779c622c10a1050516651d" +dest_md5="a93c1f026e9fd7c40088f3a394c7da02" + diff --git a/.godot/imported/texture_13.png-ff1d93418977e9c8a8fdea015d57387d.ctex b/.godot/imported/texture_13.png-ff1d93418977e9c8a8fdea015d57387d.ctex new file mode 100644 index 00000000..d47a39c2 Binary files /dev/null and b/.godot/imported/texture_13.png-ff1d93418977e9c8a8fdea015d57387d.ctex differ diff --git a/.godot/imported/texture_13.png-ff1d93418977e9c8a8fdea015d57387d.md5 b/.godot/imported/texture_13.png-ff1d93418977e9c8a8fdea015d57387d.md5 new file mode 100644 index 00000000..4c4e0822 --- /dev/null +++ b/.godot/imported/texture_13.png-ff1d93418977e9c8a8fdea015d57387d.md5 @@ -0,0 +1,3 @@ +source_md5="1c983da3109505898411e352d44fb32b" +dest_md5="ed772f43efe717b703ada9fdc79032d3" + diff --git a/.godot/imported/texture_13.svg-3766a5841da6d88b397f23cb7fe82e5b.ctex b/.godot/imported/texture_13.svg-3766a5841da6d88b397f23cb7fe82e5b.ctex new file mode 100644 index 00000000..a73b450c Binary files /dev/null and b/.godot/imported/texture_13.svg-3766a5841da6d88b397f23cb7fe82e5b.ctex differ diff --git a/.godot/imported/texture_13.svg-3766a5841da6d88b397f23cb7fe82e5b.md5 b/.godot/imported/texture_13.svg-3766a5841da6d88b397f23cb7fe82e5b.md5 new file mode 100644 index 00000000..66982685 --- /dev/null +++ b/.godot/imported/texture_13.svg-3766a5841da6d88b397f23cb7fe82e5b.md5 @@ -0,0 +1,3 @@ +source_md5="06ffb3b200898f48b3557b27421283a7" +dest_md5="95c442a2b36e1012c4dd9cd5807142ee" + diff --git a/.godot/imported/texture_13.svg-9ca7a195f4ff09a796761e2ed35fcf64.ctex b/.godot/imported/texture_13.svg-9ca7a195f4ff09a796761e2ed35fcf64.ctex new file mode 100644 index 00000000..a73b450c Binary files /dev/null and b/.godot/imported/texture_13.svg-9ca7a195f4ff09a796761e2ed35fcf64.ctex differ diff --git a/.godot/imported/texture_13.svg-9ca7a195f4ff09a796761e2ed35fcf64.md5 b/.godot/imported/texture_13.svg-9ca7a195f4ff09a796761e2ed35fcf64.md5 new file mode 100644 index 00000000..66982685 --- /dev/null +++ b/.godot/imported/texture_13.svg-9ca7a195f4ff09a796761e2ed35fcf64.md5 @@ -0,0 +1,3 @@ +source_md5="06ffb3b200898f48b3557b27421283a7" +dest_md5="95c442a2b36e1012c4dd9cd5807142ee" + diff --git a/.godot/imported/theme-1.25.svg-77e4506f492a590268d4307cdc31e4f8.ctex b/.godot/imported/theme-1.25.svg-77e4506f492a590268d4307cdc31e4f8.ctex new file mode 100644 index 00000000..97863015 Binary files /dev/null and b/.godot/imported/theme-1.25.svg-77e4506f492a590268d4307cdc31e4f8.ctex differ diff --git a/.godot/imported/theme-1.25.svg-77e4506f492a590268d4307cdc31e4f8.md5 b/.godot/imported/theme-1.25.svg-77e4506f492a590268d4307cdc31e4f8.md5 new file mode 100644 index 00000000..6b568e39 --- /dev/null +++ b/.godot/imported/theme-1.25.svg-77e4506f492a590268d4307cdc31e4f8.md5 @@ -0,0 +1,3 @@ +source_md5="6e274151d2df86b99bf51bd5ee784a79" +dest_md5="1221e2ab61a1da43b639bb6c875dc48d" + diff --git a/.godot/imported/theme-2.svg-17486fa9879ca7d5056e82b248808b3d.ctex b/.godot/imported/theme-2.svg-17486fa9879ca7d5056e82b248808b3d.ctex new file mode 100644 index 00000000..37205181 Binary files /dev/null and b/.godot/imported/theme-2.svg-17486fa9879ca7d5056e82b248808b3d.ctex differ diff --git a/.godot/imported/theme-2.svg-17486fa9879ca7d5056e82b248808b3d.md5 b/.godot/imported/theme-2.svg-17486fa9879ca7d5056e82b248808b3d.md5 new file mode 100644 index 00000000..1b8db3c7 --- /dev/null +++ b/.godot/imported/theme-2.svg-17486fa9879ca7d5056e82b248808b3d.md5 @@ -0,0 +1,3 @@ +source_md5="7fc5aca043cd1984f1b93fee00b5658b" +dest_md5="78b76299c6ea010eb2e6a8534264106c" + diff --git a/.godot/imported/theme.svg-d2e167fcbacd86111397e731ff3f28eb.ctex b/.godot/imported/theme.svg-d2e167fcbacd86111397e731ff3f28eb.ctex new file mode 100644 index 00000000..c68e7cd2 Binary files /dev/null and b/.godot/imported/theme.svg-d2e167fcbacd86111397e731ff3f28eb.ctex differ diff --git a/.godot/imported/theme.svg-d2e167fcbacd86111397e731ff3f28eb.md5 b/.godot/imported/theme.svg-d2e167fcbacd86111397e731ff3f28eb.md5 new file mode 100644 index 00000000..7b966b38 --- /dev/null +++ b/.godot/imported/theme.svg-d2e167fcbacd86111397e731ff3f28eb.md5 @@ -0,0 +1,3 @@ +source_md5="cff0a93474ae3e6900730d0d0715043d" +dest_md5="063e4ad1feb41080268ee5c554a1deaa" + diff --git a/.godot/imported/tiles_0035_color_1k.jpg-5ddb9f1d691e4692421f0740b68dd2f0.ctex b/.godot/imported/tiles_0035_color_1k.jpg-5ddb9f1d691e4692421f0740b68dd2f0.ctex new file mode 100644 index 00000000..27492639 Binary files /dev/null and b/.godot/imported/tiles_0035_color_1k.jpg-5ddb9f1d691e4692421f0740b68dd2f0.ctex differ diff --git a/.godot/imported/tiles_0035_color_1k.jpg-5ddb9f1d691e4692421f0740b68dd2f0.md5 b/.godot/imported/tiles_0035_color_1k.jpg-5ddb9f1d691e4692421f0740b68dd2f0.md5 new file mode 100644 index 00000000..65c09f9a --- /dev/null +++ b/.godot/imported/tiles_0035_color_1k.jpg-5ddb9f1d691e4692421f0740b68dd2f0.md5 @@ -0,0 +1,3 @@ +source_md5="da1854167d22d544bf6b4a6c8c6b40f6" +dest_md5="26e4e00fe34581f0e1aac445f782766c" + diff --git a/.godot/imported/tiles_0035_color_1k.jpg-8239aba751f0163b92b524737b7c5928.ctex b/.godot/imported/tiles_0035_color_1k.jpg-8239aba751f0163b92b524737b7c5928.ctex new file mode 100644 index 00000000..27492639 Binary files /dev/null and b/.godot/imported/tiles_0035_color_1k.jpg-8239aba751f0163b92b524737b7c5928.ctex differ diff --git a/.godot/imported/tiles_0035_color_1k.jpg-8239aba751f0163b92b524737b7c5928.md5 b/.godot/imported/tiles_0035_color_1k.jpg-8239aba751f0163b92b524737b7c5928.md5 new file mode 100644 index 00000000..65c09f9a --- /dev/null +++ b/.godot/imported/tiles_0035_color_1k.jpg-8239aba751f0163b92b524737b7c5928.md5 @@ -0,0 +1,3 @@ +source_md5="da1854167d22d544bf6b4a6c8c6b40f6" +dest_md5="26e4e00fe34581f0e1aac445f782766c" + diff --git a/.godot/imported/tiles_0041_color_1k.jpg-9a4e58869d65b29de723e274dcb9e24a.ctex b/.godot/imported/tiles_0041_color_1k.jpg-9a4e58869d65b29de723e274dcb9e24a.ctex new file mode 100644 index 00000000..8f10f195 Binary files /dev/null and b/.godot/imported/tiles_0041_color_1k.jpg-9a4e58869d65b29de723e274dcb9e24a.ctex differ diff --git a/.godot/imported/tiles_0041_color_1k.jpg-9a4e58869d65b29de723e274dcb9e24a.md5 b/.godot/imported/tiles_0041_color_1k.jpg-9a4e58869d65b29de723e274dcb9e24a.md5 new file mode 100644 index 00000000..074a7407 --- /dev/null +++ b/.godot/imported/tiles_0041_color_1k.jpg-9a4e58869d65b29de723e274dcb9e24a.md5 @@ -0,0 +1,3 @@ +source_md5="0ff57b3264618a749c1aa2d15ada7fed" +dest_md5="39d1745fb279febf6b9778c69cec6217" + diff --git a/.godot/imported/tiles_0041_color_1k.jpg-ff3a721a75d885213d01afd5a874c687.ctex b/.godot/imported/tiles_0041_color_1k.jpg-ff3a721a75d885213d01afd5a874c687.ctex new file mode 100644 index 00000000..8f10f195 Binary files /dev/null and b/.godot/imported/tiles_0041_color_1k.jpg-ff3a721a75d885213d01afd5a874c687.ctex differ diff --git a/.godot/imported/tiles_0041_color_1k.jpg-ff3a721a75d885213d01afd5a874c687.md5 b/.godot/imported/tiles_0041_color_1k.jpg-ff3a721a75d885213d01afd5a874c687.md5 new file mode 100644 index 00000000..074a7407 --- /dev/null +++ b/.godot/imported/tiles_0041_color_1k.jpg-ff3a721a75d885213d01afd5a874c687.md5 @@ -0,0 +1,3 @@ +source_md5="0ff57b3264618a749c1aa2d15ada7fed" +dest_md5="39d1745fb279febf6b9778c69cec6217" + diff --git a/.godot/imported/timeline-1.25.svg-1c9e495370ebe35a5587d303d470cad6.ctex b/.godot/imported/timeline-1.25.svg-1c9e495370ebe35a5587d303d470cad6.ctex new file mode 100644 index 00000000..fa32994c Binary files /dev/null and b/.godot/imported/timeline-1.25.svg-1c9e495370ebe35a5587d303d470cad6.ctex differ diff --git a/.godot/imported/timeline-1.25.svg-1c9e495370ebe35a5587d303d470cad6.md5 b/.godot/imported/timeline-1.25.svg-1c9e495370ebe35a5587d303d470cad6.md5 new file mode 100644 index 00000000..a3b33404 --- /dev/null +++ b/.godot/imported/timeline-1.25.svg-1c9e495370ebe35a5587d303d470cad6.md5 @@ -0,0 +1,3 @@ +source_md5="46818e8fa995c4ba22af21645b85a9c7" +dest_md5="ea99ef80d4a575d93722b8917a094aed" + diff --git a/.godot/imported/timeline-2.svg-48d1e0a121d5a544a47b67fe1241eed2.ctex b/.godot/imported/timeline-2.svg-48d1e0a121d5a544a47b67fe1241eed2.ctex new file mode 100644 index 00000000..c1234100 Binary files /dev/null and b/.godot/imported/timeline-2.svg-48d1e0a121d5a544a47b67fe1241eed2.ctex differ diff --git a/.godot/imported/timeline-2.svg-48d1e0a121d5a544a47b67fe1241eed2.md5 b/.godot/imported/timeline-2.svg-48d1e0a121d5a544a47b67fe1241eed2.md5 new file mode 100644 index 00000000..387abd5b --- /dev/null +++ b/.godot/imported/timeline-2.svg-48d1e0a121d5a544a47b67fe1241eed2.md5 @@ -0,0 +1,3 @@ +source_md5="ae38ab73154e725b6c99efdc1f99f46b" +dest_md5="25868301e6f3abbb6e8db749224dcd6f" + diff --git a/.godot/imported/timeline.svg-4646668e3960b7f37ecffae1640eccc7.ctex b/.godot/imported/timeline.svg-4646668e3960b7f37ecffae1640eccc7.ctex new file mode 100644 index 00000000..2fee73a2 Binary files /dev/null and b/.godot/imported/timeline.svg-4646668e3960b7f37ecffae1640eccc7.ctex differ diff --git a/.godot/imported/timeline.svg-4646668e3960b7f37ecffae1640eccc7.md5 b/.godot/imported/timeline.svg-4646668e3960b7f37ecffae1640eccc7.md5 new file mode 100644 index 00000000..ad73721b --- /dev/null +++ b/.godot/imported/timeline.svg-4646668e3960b7f37ecffae1640eccc7.md5 @@ -0,0 +1,3 @@ +source_md5="4492cf01b3f5280be99bae59a6b4d7ae" +dest_md5="efeba95397e927840b040e6b8211d6d1" + diff --git a/.godot/imported/tree-07efe6e9d23855f792111f414719456e.bin b/.godot/imported/tree-07efe6e9d23855f792111f414719456e.bin new file mode 100644 index 00000000..d4a44b96 Binary files /dev/null and b/.godot/imported/tree-07efe6e9d23855f792111f414719456e.bin differ diff --git a/.godot/imported/tree-07efe6e9d23855f792111f414719456e.gltf b/.godot/imported/tree-07efe6e9d23855f792111f414719456e.gltf new file mode 100644 index 00000000..0e0fa412 --- /dev/null +++ b/.godot/imported/tree-07efe6e9d23855f792111f414719456e.gltf @@ -0,0 +1,802 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":54351.41306588226, + "type":"point", + "name":"Light" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Light", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.358891487121582, + 4.958309173583984, + 6.925790786743164 + ] + }, + { + "mesh":0, + "name":"Cylinder", + "rotation":[ + 0.27165359258651733, + 0.07207620143890381, + -0.8503687977790833, + 0.44483986496925354 + ], + "scale":[ + 0.5607711672782898, + 0.5607711672782898, + 0.5607711672782898 + ], + "translation":[ + 1.1881086826324463, + 0.14790815114974976, + 0.5828416347503662 + ] + }, + { + "mesh":1, + "name":"Cylinder.002", + "rotation":[ + 0.15821923315525055, + -0.490068644285202, + -0.8535899519920349, + 0.07863740622997284 + ], + "scale":[ + 0.5607711672782898, + 0.5607711672782898, + 0.5607711672782898 + ], + "translation":[ + -0.7321657538414001, + 0.09854808449745178, + 0.5828416347503662 + ] + }, + { + "mesh":2, + "name":"Cylinder.003", + "rotation":[ + -0.4697786569595337, + 0.28955143690109253, + 0.7719534635543823, + 0.31552499532699585 + ], + "scale":[ + 0.6672590374946594, + 0.6672590970993042, + 0.667259156703949 + ], + "translation":[ + -0.7321657538414001, + 0.5144293308258057, + 0.29663217067718506 + ] + }, + { + "mesh":3, + "name":"Cylinder.004", + "rotation":[ + -0.8564766645431519, + 0.0930442214012146, + 0.3031291365623474, + 0.40731221437454224 + ], + "scale":[ + 0.6672590374946594, + 0.6672590374946594, + 0.6672592163085938 + ], + "translation":[ + -0.0357818603515625, + 0.037205904722213745, + -0.621092677116394 + ] + }, + { + "mesh":4, + "name":"Cylinder.005", + "rotation":[ + -0.03831268846988678, + -0.0054367962293326855, + -0.01180855929851532, + 0.99918133020401 + ], + "scale":[ + 1.0542018413543701, + 1.0542017221450806, + 1.0542020797729492 + ], + "translation":[ + -0.0357818603515625, + 2.2299320697784424, + 0.15033842623233795 + ] + }, + { + "mesh":5, + "name":"Cylinder.001", + "rotation":[ + 0.7409912347793579, + 0.526562511920929, + -0.3867036998271942, + 0.15531936287879944 + ], + "scale":[ + 0.2222183495759964, + 0.2222183644771576, + 0.2222183495759964 + ], + "translation":[ + 0.8880895376205444, + 11.790499687194824, + -0.9116305112838745 + ] + }, + { + "mesh":6, + "name":"Cylinder.006", + "rotation":[ + 0.46148955821990967, + -0.06699259579181671, + 0.2373867928981781, + 0.8521661162376404 + ], + "scale":[ + 0.2222183495759964, + 0.2222183495759964, + 0.2222183495759964 + ], + "translation":[ + 0.5937955379486084, + 11.790499687194824, + -0.9116305112838745 + ] + }, + { + "mesh":7, + "name":"Cylinder.007", + "rotation":[ + -0.11692524701356888, + -0.3247874081134796, + 0.2965424656867981, + 0.8904516696929932 + ], + "scale":[ + 0.16347403824329376, + 0.16347403824329376, + 0.16347403824329376 + ], + "translation":[ + 0.5937955379486084, + 14.384023666381836, + -0.9116305112838745 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.39959652046304894, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"tree2.001", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":0 + }, + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cylinder", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.003", + "primitives":[ + { + "attributes":{ + "POSITION":4, + "NORMAL":5, + "TEXCOORD_0":6 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.004", + "primitives":[ + { + "attributes":{ + "POSITION":7, + "NORMAL":8, + "TEXCOORD_0":9 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.005", + "primitives":[ + { + "attributes":{ + "POSITION":10, + "NORMAL":11, + "TEXCOORD_0":12 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.007", + "primitives":[ + { + "attributes":{ + "POSITION":13, + "NORMAL":14, + "TEXCOORD_0":15 + }, + "indices":16, + "material":0 + } + ] + }, + { + "name":"Cylinder.008", + "primitives":[ + { + "attributes":{ + "POSITION":17, + "NORMAL":18, + "TEXCOORD_0":19 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.009", + "primitives":[ + { + "attributes":{ + "POSITION":20, + "NORMAL":21, + "TEXCOORD_0":22 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.010", + "primitives":[ + { + "attributes":{ + "POSITION":23, + "NORMAL":24, + "TEXCOORD_0":25 + }, + "indices":3, + "material":0 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + } + ], + "images":[ + { + "mimeType":"image/jpeg", + "name":"treetexture.jpeg", + "uri":"../../src/map/overworld/Textures/kenney_prototype-textures/treetexture.jpeg" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":160, + "max":[ + 7.703218460083008, + 12.479243278503418, + 3.5613555908203125 + ], + "min":[ + -3.0196871757507324, + -0.6468998193740845, + -3.0196871757507324 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5123, + "count":948, + "type":"SCALAR" + }, + { + "bufferView":4, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 14.317008018493652, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -7.981754302978516 + ], + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":7, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 11.535467147827148, + 3.0196876525878906 + ], + "min":[ + -3.0196871757507324, + -0.6468998193740845, + -3.019686698913574 + ], + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":9, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":10, + "componentType":5126, + "count":160, + "max":[ + 3.456254482269287, + 14.138395309448242, + 3.0196852684020996 + ], + "min":[ + -3.019688129425049, + -0.6468979120254517, + -3.0196876525878906 + ], + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":12, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":13, + "componentType":5126, + "count":224, + "max":[ + 2.994053840637207, + 15.325752258300781, + 2.994053840637207 + ], + "min":[ + -2.994053840637207, + -3.4724037647247314, + -2.994053840637207 + ], + "type":"VEC3" + }, + { + "bufferView":14, + "componentType":5126, + "count":224, + "type":"VEC3" + }, + { + "bufferView":15, + "componentType":5126, + "count":224, + "type":"VEC2" + }, + { + "bufferView":16, + "componentType":5123, + "count":1332, + "type":"SCALAR" + }, + { + "bufferView":17, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 12.822879791259766, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -10.61384391784668 + ], + "type":"VEC3" + }, + { + "bufferView":18, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":19, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":20, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 14.317008018493652, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -7.981754302978516 + ], + "type":"VEC3" + }, + { + "bufferView":21, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":22, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":23, + "componentType":5126, + "count":160, + "max":[ + 3.6700692176818848, + 15.254951477050781, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -5.282045364379883 + ], + "type":"VEC3" + }, + { + "bufferView":24, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":25, + "componentType":5126, + "count":160, + "type":"VEC2" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1920, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":1920, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":3840, + "target":34962 + }, + { + "buffer":0, + "byteLength":1896, + "byteOffset":5120, + "target":34963 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":7016, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":8936, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":10856, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":12136, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":14056, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":15976, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":17256, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":19176, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":21096, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":22376, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":25064, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":27752, + "target":34962 + }, + { + "buffer":0, + "byteLength":2664, + "byteOffset":29544, + "target":34963 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":32208, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":34128, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":36048, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":37328, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":39248, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":41168, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":42448, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":44368, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":46288, + "target":34962 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + } + ], + "buffers":[ + { + "byteLength":47568, + "uri":"tree-07efe6e9d23855f792111f414719456e.bin" + } + ] +} diff --git a/.godot/imported/tree-6be7344c9ee538901432f9690164fe82.bin b/.godot/imported/tree-6be7344c9ee538901432f9690164fe82.bin new file mode 100644 index 00000000..d4a44b96 Binary files /dev/null and b/.godot/imported/tree-6be7344c9ee538901432f9690164fe82.bin differ diff --git a/.godot/imported/tree-6be7344c9ee538901432f9690164fe82.gltf b/.godot/imported/tree-6be7344c9ee538901432f9690164fe82.gltf new file mode 100644 index 00000000..d1274079 --- /dev/null +++ b/.godot/imported/tree-6be7344c9ee538901432f9690164fe82.gltf @@ -0,0 +1,802 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.6.27", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":54351.41306588226, + "type":"point", + "name":"Light" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Light", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.20997299253940582, + 0.3857799470424652, + 0.09062844514846802, + 0.8937962055206299 + ], + "translation":[ + 7.358891487121582, + 4.958309173583984, + 6.925790786743164 + ] + }, + { + "mesh":0, + "name":"Cylinder", + "rotation":[ + 0.27165359258651733, + 0.07207620143890381, + -0.8503687977790833, + 0.44483986496925354 + ], + "scale":[ + 0.5607711672782898, + 0.5607711672782898, + 0.5607711672782898 + ], + "translation":[ + 1.1881086826324463, + 0.14790815114974976, + 0.5828416347503662 + ] + }, + { + "mesh":1, + "name":"Cylinder.002", + "rotation":[ + 0.15821923315525055, + -0.490068644285202, + -0.8535899519920349, + 0.07863740622997284 + ], + "scale":[ + 0.5607711672782898, + 0.5607711672782898, + 0.5607711672782898 + ], + "translation":[ + -0.7321657538414001, + 0.09854808449745178, + 0.5828416347503662 + ] + }, + { + "mesh":2, + "name":"Cylinder.003", + "rotation":[ + -0.4697786569595337, + 0.28955143690109253, + 0.7719534635543823, + 0.31552499532699585 + ], + "scale":[ + 0.6672590374946594, + 0.6672590970993042, + 0.667259156703949 + ], + "translation":[ + -0.7321657538414001, + 0.5144293308258057, + 0.29663217067718506 + ] + }, + { + "mesh":3, + "name":"Cylinder.004", + "rotation":[ + -0.8564766645431519, + 0.0930442214012146, + 0.3031291365623474, + 0.40731221437454224 + ], + "scale":[ + 0.6672590374946594, + 0.6672590374946594, + 0.6672592163085938 + ], + "translation":[ + -0.0357818603515625, + 0.037205904722213745, + -0.621092677116394 + ] + }, + { + "mesh":4, + "name":"Cylinder.005", + "rotation":[ + -0.03831268846988678, + -0.0054367962293326855, + -0.01180855929851532, + 0.99918133020401 + ], + "scale":[ + 1.0542018413543701, + 1.0542017221450806, + 1.0542020797729492 + ], + "translation":[ + -0.0357818603515625, + 2.2299320697784424, + 0.15033842623233795 + ] + }, + { + "mesh":5, + "name":"Cylinder.001", + "rotation":[ + 0.7409912347793579, + 0.526562511920929, + -0.3867036998271942, + 0.15531936287879944 + ], + "scale":[ + 0.2222183495759964, + 0.2222183644771576, + 0.2222183495759964 + ], + "translation":[ + 0.8880895376205444, + 11.790499687194824, + -0.9116305112838745 + ] + }, + { + "mesh":6, + "name":"Cylinder.006", + "rotation":[ + 0.46148955821990967, + -0.06699259579181671, + 0.2373867928981781, + 0.8521661162376404 + ], + "scale":[ + 0.2222183495759964, + 0.2222183495759964, + 0.2222183495759964 + ], + "translation":[ + 0.5937955379486084, + 11.790499687194824, + -0.9116305112838745 + ] + }, + { + "mesh":7, + "name":"Cylinder.007", + "rotation":[ + -0.11692524701356888, + -0.3247874081134796, + 0.2965424656867981, + 0.8904516696929932 + ], + "scale":[ + 0.16347403824329376, + 0.16347403824329376, + 0.16347403824329376 + ], + "translation":[ + 0.5937955379486084, + 14.384023666381836, + -0.9116305112838745 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.39959652046304894, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"tree2.001", + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":0 + }, + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cylinder", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.003", + "primitives":[ + { + "attributes":{ + "POSITION":4, + "NORMAL":5, + "TEXCOORD_0":6 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.004", + "primitives":[ + { + "attributes":{ + "POSITION":7, + "NORMAL":8, + "TEXCOORD_0":9 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.005", + "primitives":[ + { + "attributes":{ + "POSITION":10, + "NORMAL":11, + "TEXCOORD_0":12 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.007", + "primitives":[ + { + "attributes":{ + "POSITION":13, + "NORMAL":14, + "TEXCOORD_0":15 + }, + "indices":16, + "material":0 + } + ] + }, + { + "name":"Cylinder.008", + "primitives":[ + { + "attributes":{ + "POSITION":17, + "NORMAL":18, + "TEXCOORD_0":19 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.009", + "primitives":[ + { + "attributes":{ + "POSITION":20, + "NORMAL":21, + "TEXCOORD_0":22 + }, + "indices":3, + "material":0 + } + ] + }, + { + "name":"Cylinder.010", + "primitives":[ + { + "attributes":{ + "POSITION":23, + "NORMAL":24, + "TEXCOORD_0":25 + }, + "indices":3, + "material":0 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + } + ], + "images":[ + { + "mimeType":"image/jpeg", + "name":"treetexture.jpeg", + "uri":"../../src/map/SeanResources/Textures/kenney_prototype-textures/treetexture.jpeg" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":160, + "max":[ + 7.703218460083008, + 12.479243278503418, + 3.5613555908203125 + ], + "min":[ + -3.0196871757507324, + -0.6468998193740845, + -3.0196871757507324 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5123, + "count":948, + "type":"SCALAR" + }, + { + "bufferView":4, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 14.317008018493652, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -7.981754302978516 + ], + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":7, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 11.535467147827148, + 3.0196876525878906 + ], + "min":[ + -3.0196871757507324, + -0.6468998193740845, + -3.019686698913574 + ], + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":9, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":10, + "componentType":5126, + "count":160, + "max":[ + 3.456254482269287, + 14.138395309448242, + 3.0196852684020996 + ], + "min":[ + -3.019688129425049, + -0.6468979120254517, + -3.0196876525878906 + ], + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":12, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":13, + "componentType":5126, + "count":224, + "max":[ + 2.994053840637207, + 15.325752258300781, + 2.994053840637207 + ], + "min":[ + -2.994053840637207, + -3.4724037647247314, + -2.994053840637207 + ], + "type":"VEC3" + }, + { + "bufferView":14, + "componentType":5126, + "count":224, + "type":"VEC3" + }, + { + "bufferView":15, + "componentType":5126, + "count":224, + "type":"VEC2" + }, + { + "bufferView":16, + "componentType":5123, + "count":1332, + "type":"SCALAR" + }, + { + "bufferView":17, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 12.822879791259766, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -10.61384391784668 + ], + "type":"VEC3" + }, + { + "bufferView":18, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":19, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":20, + "componentType":5126, + "count":160, + "max":[ + 3.019686698913574, + 14.317008018493652, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -7.981754302978516 + ], + "type":"VEC3" + }, + { + "bufferView":21, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":22, + "componentType":5126, + "count":160, + "type":"VEC2" + }, + { + "bufferView":23, + "componentType":5126, + "count":160, + "max":[ + 3.6700692176818848, + 15.254951477050781, + 3.019688129425049 + ], + "min":[ + -3.019686698913574, + -0.6468998193740845, + -5.282045364379883 + ], + "type":"VEC3" + }, + { + "bufferView":24, + "componentType":5126, + "count":160, + "type":"VEC3" + }, + { + "bufferView":25, + "componentType":5126, + "count":160, + "type":"VEC2" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1920, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":1920, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":3840, + "target":34962 + }, + { + "buffer":0, + "byteLength":1896, + "byteOffset":5120, + "target":34963 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":7016, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":8936, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":10856, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":12136, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":14056, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":15976, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":17256, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":19176, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":21096, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":22376, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":25064, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":27752, + "target":34962 + }, + { + "buffer":0, + "byteLength":2664, + "byteOffset":29544, + "target":34963 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":32208, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":34128, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":36048, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":37328, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":39248, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":41168, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":42448, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":44368, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":46288, + "target":34962 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + } + ], + "buffers":[ + { + "byteLength":47568, + "uri":"tree-6be7344c9ee538901432f9690164fe82.bin" + } + ] +} diff --git a/.godot/imported/tree.blend-07efe6e9d23855f792111f414719456e.md5 b/.godot/imported/tree.blend-07efe6e9d23855f792111f414719456e.md5 new file mode 100644 index 00000000..3221a604 --- /dev/null +++ b/.godot/imported/tree.blend-07efe6e9d23855f792111f414719456e.md5 @@ -0,0 +1,3 @@ +source_md5="7f2e8e94963d4844590d528a0ae9afb6" +dest_md5="30bedab99af6591860b1f52c6feccb4f" + diff --git a/.godot/imported/tree.blend-07efe6e9d23855f792111f414719456e.scn b/.godot/imported/tree.blend-07efe6e9d23855f792111f414719456e.scn new file mode 100644 index 00000000..34e6092b Binary files /dev/null and b/.godot/imported/tree.blend-07efe6e9d23855f792111f414719456e.scn differ diff --git a/.godot/imported/tree.blend-6be7344c9ee538901432f9690164fe82.md5 b/.godot/imported/tree.blend-6be7344c9ee538901432f9690164fe82.md5 new file mode 100644 index 00000000..79eeef89 --- /dev/null +++ b/.godot/imported/tree.blend-6be7344c9ee538901432f9690164fe82.md5 @@ -0,0 +1,3 @@ +source_md5="7f2e8e94963d4844590d528a0ae9afb6" +dest_md5="cff8bc783f8ff2f3c34769c2269d8f74" + diff --git a/.godot/imported/tree.blend-6be7344c9ee538901432f9690164fe82.scn b/.godot/imported/tree.blend-6be7344c9ee538901432f9690164fe82.scn new file mode 100644 index 00000000..0dab9044 Binary files /dev/null and b/.godot/imported/tree.blend-6be7344c9ee538901432f9690164fe82.scn differ diff --git a/.godot/imported/tree.obj-281b9d08362c08435b85530e7b31e981.md5 b/.godot/imported/tree.obj-281b9d08362c08435b85530e7b31e981.md5 new file mode 100644 index 00000000..29d6c1e7 --- /dev/null +++ b/.godot/imported/tree.obj-281b9d08362c08435b85530e7b31e981.md5 @@ -0,0 +1,3 @@ +source_md5="87b2fc8e32ee42bea6fa290a738342b5" +dest_md5="525cc319cecaf92c6b4f7e8817b932ef" + diff --git a/.godot/imported/tree.obj-281b9d08362c08435b85530e7b31e981.mesh b/.godot/imported/tree.obj-281b9d08362c08435b85530e7b31e981.mesh new file mode 100644 index 00000000..3b2d1f3a Binary files /dev/null and b/.godot/imported/tree.obj-281b9d08362c08435b85530e7b31e981.mesh differ diff --git a/.godot/imported/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.md5 b/.godot/imported/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.md5 new file mode 100644 index 00000000..064956d6 --- /dev/null +++ b/.godot/imported/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.md5 @@ -0,0 +1,3 @@ +source_md5="87b2fc8e32ee42bea6fa290a738342b5" +dest_md5="bb791360e2173ae6929f29da30d98c0f" + diff --git a/.godot/imported/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.mesh b/.godot/imported/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.mesh new file mode 100644 index 00000000..69cc4e9c Binary files /dev/null and b/.godot/imported/tree.obj-b4ac53824a7c799b9e855bfce87fea6c.mesh differ diff --git a/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.ctex b/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.ctex new file mode 100644 index 00000000..94238d7b Binary files /dev/null and b/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.ctex differ diff --git a/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.md5 b/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.md5 new file mode 100644 index 00000000..66545b6a --- /dev/null +++ b/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.md5 @@ -0,0 +1,3 @@ +source_md5="9ea56ae80460ae9dfa3543e213dc0568" +dest_md5="22af15c15b3d04101ce3f7c771367951" + diff --git a/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.s3tc.ctex b/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.s3tc.ctex new file mode 100644 index 00000000..e2715822 Binary files /dev/null and b/.godot/imported/tree2_001_albedo.png-8893d0c62c1c7b9d9e6e4327dd2e7b1b.s3tc.ctex differ diff --git a/.godot/imported/treetexture.jpeg-0d898262124c4c4670defa0f7c9a0b96.md5 b/.godot/imported/treetexture.jpeg-0d898262124c4c4670defa0f7c9a0b96.md5 new file mode 100644 index 00000000..b33b59dd --- /dev/null +++ b/.godot/imported/treetexture.jpeg-0d898262124c4c4670defa0f7c9a0b96.md5 @@ -0,0 +1,3 @@ +source_md5="cec0c2366931dfd95acf76a2e010cfaf" +dest_md5="fc784c1e1b6931ea2da52258eec66cfd" + diff --git a/.godot/imported/treetexture.jpeg-0d898262124c4c4670defa0f7c9a0b96.s3tc.ctex b/.godot/imported/treetexture.jpeg-0d898262124c4c4670defa0f7c9a0b96.s3tc.ctex new file mode 100644 index 00000000..89c13f06 Binary files /dev/null and b/.godot/imported/treetexture.jpeg-0d898262124c4c4670defa0f7c9a0b96.s3tc.ctex differ diff --git a/.godot/imported/treetexture.jpeg-aae6d785ba7f5181025d125731a8a2e9.md5 b/.godot/imported/treetexture.jpeg-aae6d785ba7f5181025d125731a8a2e9.md5 new file mode 100644 index 00000000..b33b59dd --- /dev/null +++ b/.godot/imported/treetexture.jpeg-aae6d785ba7f5181025d125731a8a2e9.md5 @@ -0,0 +1,3 @@ +source_md5="cec0c2366931dfd95acf76a2e010cfaf" +dest_md5="fc784c1e1b6931ea2da52258eec66cfd" + diff --git a/.godot/imported/treetexture.jpeg-aae6d785ba7f5181025d125731a8a2e9.s3tc.ctex b/.godot/imported/treetexture.jpeg-aae6d785ba7f5181025d125731a8a2e9.s3tc.ctex new file mode 100644 index 00000000..89c13f06 Binary files /dev/null and b/.godot/imported/treetexture.jpeg-aae6d785ba7f5181025d125731a8a2e9.s3tc.ctex differ diff --git a/.godot/imported/treetexture.png-30337fd3ab933c0dcee9804baf35548b.ctex b/.godot/imported/treetexture.png-30337fd3ab933c0dcee9804baf35548b.ctex new file mode 100644 index 00000000..bbcfa05a Binary files /dev/null and b/.godot/imported/treetexture.png-30337fd3ab933c0dcee9804baf35548b.ctex differ diff --git a/.godot/imported/treetexture.png-30337fd3ab933c0dcee9804baf35548b.md5 b/.godot/imported/treetexture.png-30337fd3ab933c0dcee9804baf35548b.md5 new file mode 100644 index 00000000..b3b4de55 --- /dev/null +++ b/.godot/imported/treetexture.png-30337fd3ab933c0dcee9804baf35548b.md5 @@ -0,0 +1,3 @@ +source_md5="b0439b5a167f8a2fca29f4b429d0f9cb" +dest_md5="ae7599c94f0d474e69c010fd8bb4b364" + diff --git a/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.ctex b/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.ctex new file mode 100644 index 00000000..bbcfa05a Binary files /dev/null and b/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.ctex differ diff --git a/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.md5 b/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.md5 new file mode 100644 index 00000000..aee51a12 --- /dev/null +++ b/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.md5 @@ -0,0 +1,3 @@ +source_md5="b0439b5a167f8a2fca29f4b429d0f9cb" +dest_md5="12e0706654db5c71bb3f8d66119c0d33" + diff --git a/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.s3tc.ctex b/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.s3tc.ctex new file mode 100644 index 00000000..28400151 Binary files /dev/null and b/.godot/imported/treetexture.png-eb1a230b678721d661c77eff2f7c8e44.s3tc.ctex differ diff --git a/.godot/imported/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.md5 b/.godot/imported/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.md5 new file mode 100644 index 00000000..1afa783c --- /dev/null +++ b/.godot/imported/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.md5 @@ -0,0 +1,3 @@ +source_md5="719a41301aa9e1e6033ff143934d423e" +dest_md5="3e556a258fe5fb35553219bff369ce41" + diff --git a/.godot/imported/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.sample b/.godot/imported/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.sample new file mode 100644 index 00000000..03d145ba Binary files /dev/null and b/.godot/imported/typing1.wav-9ff6b271ce4f3eefe1bc32564dd3460c.sample differ diff --git a/.godot/imported/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.md5 b/.godot/imported/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.md5 new file mode 100644 index 00000000..49417b30 --- /dev/null +++ b/.godot/imported/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.md5 @@ -0,0 +1,3 @@ +source_md5="719a41301aa9e1e6033ff143934d423e" +dest_md5="5682ac9f2b55e60a9141289d4d72e488" + diff --git a/.godot/imported/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.sample b/.godot/imported/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.sample new file mode 100644 index 00000000..7dcdf124 Binary files /dev/null and b/.godot/imported/typing1.wav-b241c6aab4ce82bf04caf8687873cae0.sample differ diff --git a/.godot/imported/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.md5 b/.godot/imported/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.md5 new file mode 100644 index 00000000..59509789 --- /dev/null +++ b/.godot/imported/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.md5 @@ -0,0 +1,3 @@ +source_md5="0a463a911244d75d3c16db02a45860bd" +dest_md5="b6e6df31037e09db7a9172df4e6147bb" + diff --git a/.godot/imported/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.sample b/.godot/imported/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.sample new file mode 100644 index 00000000..b0b0ddc4 Binary files /dev/null and b/.godot/imported/typing2.wav-6300498b36b2b3cbbfcd5b028e47ac2f.sample differ diff --git a/.godot/imported/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.md5 b/.godot/imported/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.md5 new file mode 100644 index 00000000..de547b8a --- /dev/null +++ b/.godot/imported/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.md5 @@ -0,0 +1,3 @@ +source_md5="0a463a911244d75d3c16db02a45860bd" +dest_md5="1a0908574c97e2e40fc8a4e24777f0fb" + diff --git a/.godot/imported/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.sample b/.godot/imported/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.sample new file mode 100644 index 00000000..846a98fe Binary files /dev/null and b/.godot/imported/typing2.wav-64cf50045b34db7d5ef5da984070e0a7.sample differ diff --git a/.godot/imported/typing3.wav-083712282583242958aaa68128694f95.md5 b/.godot/imported/typing3.wav-083712282583242958aaa68128694f95.md5 new file mode 100644 index 00000000..391c99eb --- /dev/null +++ b/.godot/imported/typing3.wav-083712282583242958aaa68128694f95.md5 @@ -0,0 +1,3 @@ +source_md5="2687fbfff95b77b99cdd8b944a21fb19" +dest_md5="902dfbd13587c4852435d16816598ad4" + diff --git a/.godot/imported/typing3.wav-083712282583242958aaa68128694f95.sample b/.godot/imported/typing3.wav-083712282583242958aaa68128694f95.sample new file mode 100644 index 00000000..5d41434d Binary files /dev/null and b/.godot/imported/typing3.wav-083712282583242958aaa68128694f95.sample differ diff --git a/.godot/imported/typing3.wav-c205224330b70994289dbb4ca48b4277.md5 b/.godot/imported/typing3.wav-c205224330b70994289dbb4ca48b4277.md5 new file mode 100644 index 00000000..0a6ee6e1 --- /dev/null +++ b/.godot/imported/typing3.wav-c205224330b70994289dbb4ca48b4277.md5 @@ -0,0 +1,3 @@ +source_md5="2687fbfff95b77b99cdd8b944a21fb19" +dest_md5="b2aee02ad980cbaf8be298b79f31b473" + diff --git a/.godot/imported/typing3.wav-c205224330b70994289dbb4ca48b4277.sample b/.godot/imported/typing3.wav-c205224330b70994289dbb4ca48b4277.sample new file mode 100644 index 00000000..ea173841 Binary files /dev/null and b/.godot/imported/typing3.wav-c205224330b70994289dbb4ca48b4277.sample differ diff --git a/.godot/imported/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.md5 b/.godot/imported/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.md5 new file mode 100644 index 00000000..eddc902b --- /dev/null +++ b/.godot/imported/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.md5 @@ -0,0 +1,3 @@ +source_md5="6c0e2ddca4f09eb5e81a3f3989dbea3c" +dest_md5="e0fda8018d28d98b00157e59977cfb65" + diff --git a/.godot/imported/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.sample b/.godot/imported/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.sample new file mode 100644 index 00000000..833dbb1f Binary files /dev/null and b/.godot/imported/typing4.wav-4e7a00fb19b7dd0bdfd8e323401b6162.sample differ diff --git a/.godot/imported/typing4.wav-c0772ca318969a007c12c2d606458087.md5 b/.godot/imported/typing4.wav-c0772ca318969a007c12c2d606458087.md5 new file mode 100644 index 00000000..a68f2a1c --- /dev/null +++ b/.godot/imported/typing4.wav-c0772ca318969a007c12c2d606458087.md5 @@ -0,0 +1,3 @@ +source_md5="6c0e2ddca4f09eb5e81a3f3989dbea3c" +dest_md5="d47ebf8bb4136ace539305811ab5a76f" + diff --git a/.godot/imported/typing4.wav-c0772ca318969a007c12c2d606458087.sample b/.godot/imported/typing4.wav-c0772ca318969a007c12c2d606458087.sample new file mode 100644 index 00000000..2b42634c Binary files /dev/null and b/.godot/imported/typing4.wav-c0772ca318969a007c12c2d606458087.sample differ diff --git a/.godot/imported/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.md5 b/.godot/imported/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.md5 new file mode 100644 index 00000000..9ab40c02 --- /dev/null +++ b/.godot/imported/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.md5 @@ -0,0 +1,3 @@ +source_md5="85f3dde13fb91bf8bfa177b3c36fe5c5" +dest_md5="c40ec20836f70791721f10d5a894d1e1" + diff --git a/.godot/imported/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.sample b/.godot/imported/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.sample new file mode 100644 index 00000000..f3998aed Binary files /dev/null and b/.godot/imported/typing5.wav-18d3a5e3d0af1e07d53b8606cfa86aa3.sample differ diff --git a/.godot/imported/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.md5 b/.godot/imported/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.md5 new file mode 100644 index 00000000..7555b4de --- /dev/null +++ b/.godot/imported/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.md5 @@ -0,0 +1,3 @@ +source_md5="85f3dde13fb91bf8bfa177b3c36fe5c5" +dest_md5="4b3307aa419be2f416ea9c9f4d8d768b" + diff --git a/.godot/imported/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.sample b/.godot/imported/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.sample new file mode 100644 index 00000000..bbaf6ed6 Binary files /dev/null and b/.godot/imported/typing5.wav-5315fa96c84bd3957d157e8c978c1f04.sample differ diff --git a/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.ctex b/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.ctex new file mode 100644 index 00000000..0f4ff832 Binary files /dev/null and b/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.ctex differ diff --git a/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.editor.ctex b/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.editor.ctex new file mode 100644 index 00000000..0f4ff832 Binary files /dev/null and b/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.editor.ctex differ diff --git a/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.md5 b/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.md5 new file mode 100644 index 00000000..1ca9ddec --- /dev/null +++ b/.godot/imported/update.svg-cefa0fe6bfa50911bb9a77982288e485.md5 @@ -0,0 +1,3 @@ +source_md5="edf302ed0c5cbdf8beeeef947aafe052" +dest_md5="79a7cbc8f0f286f18d0bb09f14541fee" + diff --git a/.godot/imported/update.svg-f1628866ed4eb2e13e3b81f75443687e.ctex b/.godot/imported/update.svg-f1628866ed4eb2e13e3b81f75443687e.ctex new file mode 100644 index 00000000..be18cfdd Binary files /dev/null and b/.godot/imported/update.svg-f1628866ed4eb2e13e3b81f75443687e.ctex differ diff --git a/.godot/imported/update.svg-f1628866ed4eb2e13e3b81f75443687e.md5 b/.godot/imported/update.svg-f1628866ed4eb2e13e3b81f75443687e.md5 new file mode 100644 index 00000000..e531dae2 --- /dev/null +++ b/.godot/imported/update.svg-f1628866ed4eb2e13e3b81f75443687e.md5 @@ -0,0 +1,3 @@ +source_md5="743eb4eeaec98be580cfa8e82b498006" +dest_md5="4dd19318032fe09a9a8f4fc01e038227" + diff --git a/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.ctex b/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.ctex new file mode 100644 index 00000000..a8b06324 Binary files /dev/null and b/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.ctex differ diff --git a/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.editor.ctex b/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.editor.ctex new file mode 100644 index 00000000..a8b06324 Binary files /dev/null and b/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.editor.ctex differ diff --git a/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.md5 b/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.md5 new file mode 100644 index 00000000..e212ec70 --- /dev/null +++ b/.godot/imported/update_mirror.svg-d6fa4832a7758cad02a7f32282433230.md5 @@ -0,0 +1,3 @@ +source_md5="ccf5114b29a9ba6f1d8f3941ac275117" +dest_md5="75164f8ce0e97773e4a8ee5eac3dd36e" + diff --git a/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.ctex b/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.ctex new file mode 100644 index 00000000..79a1b830 Binary files /dev/null and b/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.ctex differ diff --git a/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.editor.ctex b/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.editor.ctex new file mode 100644 index 00000000..79a1b830 Binary files /dev/null and b/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.editor.ctex differ diff --git a/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.md5 b/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.md5 new file mode 100644 index 00000000..1e67109e --- /dev/null +++ b/.godot/imported/update_portrait.svg-b90fa6163d3720d34df8578ce2aa35e1.md5 @@ -0,0 +1,3 @@ +source_md5="2196f65cda753626ec314e5ae8c17c17" +dest_md5="2ec792932e47a970c6b57d19c2ab5ad8" + diff --git a/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.ctex b/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.ctex new file mode 100644 index 00000000..05ab5794 Binary files /dev/null and b/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.ctex differ diff --git a/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.editor.ctex b/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.editor.ctex new file mode 100644 index 00000000..05ab5794 Binary files /dev/null and b/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.editor.ctex differ diff --git a/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.md5 b/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.md5 new file mode 100644 index 00000000..24329808 --- /dev/null +++ b/.godot/imported/update_position.svg-4be50608dc0768e715ff659ca62cf187.md5 @@ -0,0 +1,3 @@ +source_md5="789b0064f87004c33d1ad83c61c59d15" +dest_md5="b6bc99eb50cce384e412f0ba8b7f6853" + diff --git a/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.ctex b/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.ctex new file mode 100644 index 00000000..05ab5794 Binary files /dev/null and b/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.ctex differ diff --git a/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.editor.ctex b/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.editor.ctex new file mode 100644 index 00000000..05ab5794 Binary files /dev/null and b/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.editor.ctex differ diff --git a/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.md5 b/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.md5 new file mode 100644 index 00000000..24329808 --- /dev/null +++ b/.godot/imported/update_position.svg.2023_09_23_08_37_47.0.svg-d66e70a05e9de92a595b70fa88fca0d4.md5 @@ -0,0 +1,3 @@ +source_md5="789b0064f87004c33d1ad83c61c59d15" +dest_md5="b6bc99eb50cce384e412f0ba8b7f6853" + diff --git a/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.ctex b/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.ctex new file mode 100644 index 00000000..e9b5d229 Binary files /dev/null and b/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.ctex differ diff --git a/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.editor.ctex b/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.editor.ctex new file mode 100644 index 00000000..e9b5d229 Binary files /dev/null and b/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.editor.ctex differ diff --git a/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.md5 b/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.md5 new file mode 100644 index 00000000..24768d04 --- /dev/null +++ b/.godot/imported/update_z_index.svg-204064db9241de79bf8dfd23af57c6c6.md5 @@ -0,0 +1,3 @@ +source_md5="5d8080b9ae8f8442f046e44972179298" +dest_md5="e5dd687a36ada83ca0df3426e91ce283" + diff --git a/.godot/imported/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.md5 b/.godot/imported/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.md5 new file mode 100644 index 00000000..a25bb2d0 --- /dev/null +++ b/.godot/imported/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.md5 @@ -0,0 +1,3 @@ +source_md5="d32791b206aa079e2380472ac46f0e09" +dest_md5="300abcb9839ed185c5cfb87076617a37" + diff --git a/.godot/imported/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.sample b/.godot/imported/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.sample new file mode 100644 index 00000000..7e65bb00 Binary files /dev/null and b/.godot/imported/useless immune system.wav-782449ff6e435e9bc7c74d1a840494fc.sample differ diff --git a/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.ctex b/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.ctex new file mode 100644 index 00000000..b93ae6bb Binary files /dev/null and b/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.ctex differ diff --git a/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.editor.ctex b/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.editor.ctex new file mode 100644 index 00000000..b93ae6bb Binary files /dev/null and b/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.editor.ctex differ diff --git a/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.md5 b/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.md5 new file mode 100644 index 00000000..4fafe1d2 --- /dev/null +++ b/.godot/imported/variable.svg-50a50248b9d47e5556571e4111e8d5b4.md5 @@ -0,0 +1,3 @@ +source_md5="22c458700fc37f14f3136224856bc95f" +dest_md5="6d715040b6cada8ef663fe000ff9e636" + diff --git a/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.ctex b/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.ctex new file mode 100644 index 00000000..b93ae6bb Binary files /dev/null and b/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.ctex differ diff --git a/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.editor.ctex b/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.editor.ctex new file mode 100644 index 00000000..b93ae6bb Binary files /dev/null and b/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.editor.ctex differ diff --git a/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.md5 b/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.md5 new file mode 100644 index 00000000..4fafe1d2 --- /dev/null +++ b/.godot/imported/variable.svg-52aeb47fe1705a3f04d919f8dcd5d319.md5 @@ -0,0 +1,3 @@ +source_md5="22c458700fc37f14f3136224856bc95f" +dest_md5="6d715040b6cada8ef663fe000ff9e636" + diff --git a/.godot/imported/variable_icon.png-df9d711980209a7752dc8762037e39ad.ctex b/.godot/imported/variable_icon.png-df9d711980209a7752dc8762037e39ad.ctex new file mode 100644 index 00000000..25e1ad64 Binary files /dev/null and b/.godot/imported/variable_icon.png-df9d711980209a7752dc8762037e39ad.ctex differ diff --git a/.godot/imported/variable_icon.png-df9d711980209a7752dc8762037e39ad.md5 b/.godot/imported/variable_icon.png-df9d711980209a7752dc8762037e39ad.md5 new file mode 100644 index 00000000..aae98d95 --- /dev/null +++ b/.godot/imported/variable_icon.png-df9d711980209a7752dc8762037e39ad.md5 @@ -0,0 +1,3 @@ +source_md5="2db3214dc9cf9adc179c1d8a56fd9fdc" +dest_md5="d4cb8025c81e9a7d18697c648ef33cec" + diff --git a/.godot/imported/wait-seconds.svg-bfe0671e761c4874421ab49eb39943d7.ctex b/.godot/imported/wait-seconds.svg-bfe0671e761c4874421ab49eb39943d7.ctex new file mode 100644 index 00000000..425dc363 Binary files /dev/null and b/.godot/imported/wait-seconds.svg-bfe0671e761c4874421ab49eb39943d7.ctex differ diff --git a/.godot/imported/wait-seconds.svg-bfe0671e761c4874421ab49eb39943d7.md5 b/.godot/imported/wait-seconds.svg-bfe0671e761c4874421ab49eb39943d7.md5 new file mode 100644 index 00000000..cce8aef5 --- /dev/null +++ b/.godot/imported/wait-seconds.svg-bfe0671e761c4874421ab49eb39943d7.md5 @@ -0,0 +1,3 @@ +source_md5="a075988c55dfa06cefa55bedd3024fa1" +dest_md5="f20592a6f1dace77591f1871d6a55f9f" + diff --git a/.godot/imported/warning-sign.svg-8e061f920e0c1c369bbe5e6c9df382f2.md5 b/.godot/imported/warning-sign.svg-8e061f920e0c1c369bbe5e6c9df382f2.md5 new file mode 100644 index 00000000..cbe12cb6 --- /dev/null +++ b/.godot/imported/warning-sign.svg-8e061f920e0c1c369bbe5e6c9df382f2.md5 @@ -0,0 +1,3 @@ +source_md5="5d5b963428460d122b8e2a5b08e207fb" +dest_md5="e9a9bf9cdfe075ec3d83d8e151a62fd8" + diff --git a/.godot/imported/warning-sign.svg-8e061f920e0c1c369bbe5e6c9df382f2.s3tc.ctex b/.godot/imported/warning-sign.svg-8e061f920e0c1c369bbe5e6c9df382f2.s3tc.ctex new file mode 100644 index 00000000..84d6db20 Binary files /dev/null and b/.godot/imported/warning-sign.svg-8e061f920e0c1c369bbe5e6c9df382f2.s3tc.ctex differ diff --git a/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.ctex b/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.ctex new file mode 100644 index 00000000..feb0057f Binary files /dev/null and b/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.ctex differ diff --git a/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.editor.ctex b/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.editor.ctex new file mode 100644 index 00000000..feb0057f Binary files /dev/null and b/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.editor.ctex differ diff --git a/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.md5 b/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.md5 new file mode 100644 index 00000000..c774b23c --- /dev/null +++ b/.godot/imported/warning.svg-a48ae93c4663637f2aca88d055604495.md5 @@ -0,0 +1,3 @@ +source_md5="84ff184ed462aff07ec0e968459c3742" +dest_md5="0164df96a2855873f13e6b6d62125713" + diff --git a/.godot/imported/warning.svg-b11873783fddb6d7d28efa2bfd5dde85.ctex b/.godot/imported/warning.svg-b11873783fddb6d7d28efa2bfd5dde85.ctex new file mode 100644 index 00000000..feb0057f Binary files /dev/null and b/.godot/imported/warning.svg-b11873783fddb6d7d28efa2bfd5dde85.ctex differ diff --git a/.godot/imported/warning.svg-b11873783fddb6d7d28efa2bfd5dde85.md5 b/.godot/imported/warning.svg-b11873783fddb6d7d28efa2bfd5dde85.md5 new file mode 100644 index 00000000..c774b23c --- /dev/null +++ b/.godot/imported/warning.svg-b11873783fddb6d7d28efa2bfd5dde85.md5 @@ -0,0 +1,3 @@ +source_md5="84ff184ed462aff07ec0e968459c3742" +dest_md5="0164df96a2855873f13e6b6d62125713" + diff --git a/.godot/imported/water01.png-1950fe27c3e86ad5d06f46481220f0a9.ctex b/.godot/imported/water01.png-1950fe27c3e86ad5d06f46481220f0a9.ctex new file mode 100644 index 00000000..727e0fdc Binary files /dev/null and b/.godot/imported/water01.png-1950fe27c3e86ad5d06f46481220f0a9.ctex differ diff --git a/.godot/imported/water01.png-1950fe27c3e86ad5d06f46481220f0a9.md5 b/.godot/imported/water01.png-1950fe27c3e86ad5d06f46481220f0a9.md5 new file mode 100644 index 00000000..6f5493a5 --- /dev/null +++ b/.godot/imported/water01.png-1950fe27c3e86ad5d06f46481220f0a9.md5 @@ -0,0 +1,3 @@ +source_md5="0a2bfdc3aa5d0522a4c46c3217c78043" +dest_md5="8c3727121d736662e48c1d6eec07dca7" + diff --git a/.godot/imported/white-texture.png-3e7634c71bce7fffbaf080398917b5b3.ctex b/.godot/imported/white-texture.png-3e7634c71bce7fffbaf080398917b5b3.ctex new file mode 100644 index 00000000..4d00e5d5 Binary files /dev/null and b/.godot/imported/white-texture.png-3e7634c71bce7fffbaf080398917b5b3.ctex differ diff --git a/.godot/imported/white-texture.png-3e7634c71bce7fffbaf080398917b5b3.md5 b/.godot/imported/white-texture.png-3e7634c71bce7fffbaf080398917b5b3.md5 new file mode 100644 index 00000000..69a865e7 --- /dev/null +++ b/.godot/imported/white-texture.png-3e7634c71bce7fffbaf080398917b5b3.md5 @@ -0,0 +1,3 @@ +source_md5="fd8bde8465b29f1107e9406447d332d8" +dest_md5="2e91aada5c73a35f3fc839894f176718" + diff --git a/.godot/imported/wood.png-605cda65c97c7e2af54db348885dc9e2.ctex b/.godot/imported/wood.png-605cda65c97c7e2af54db348885dc9e2.ctex new file mode 100644 index 00000000..cea70067 Binary files /dev/null and b/.godot/imported/wood.png-605cda65c97c7e2af54db348885dc9e2.ctex differ diff --git a/.godot/imported/wood.png-605cda65c97c7e2af54db348885dc9e2.md5 b/.godot/imported/wood.png-605cda65c97c7e2af54db348885dc9e2.md5 new file mode 100644 index 00000000..39c16f8f --- /dev/null +++ b/.godot/imported/wood.png-605cda65c97c7e2af54db348885dc9e2.md5 @@ -0,0 +1,3 @@ +source_md5="98343565c188cf5f048b2270cc7448e3" +dest_md5="b90f30e79eca937577970fe443d98e3c" + diff --git a/.godot/imported/wood_0003_color_1k.jpg-522afac3a7ae6bc2dda133bb40d3fc3a.ctex b/.godot/imported/wood_0003_color_1k.jpg-522afac3a7ae6bc2dda133bb40d3fc3a.ctex new file mode 100644 index 00000000..ebe8d1be Binary files /dev/null and b/.godot/imported/wood_0003_color_1k.jpg-522afac3a7ae6bc2dda133bb40d3fc3a.ctex differ diff --git a/.godot/imported/wood_0003_color_1k.jpg-522afac3a7ae6bc2dda133bb40d3fc3a.md5 b/.godot/imported/wood_0003_color_1k.jpg-522afac3a7ae6bc2dda133bb40d3fc3a.md5 new file mode 100644 index 00000000..eb0d958c --- /dev/null +++ b/.godot/imported/wood_0003_color_1k.jpg-522afac3a7ae6bc2dda133bb40d3fc3a.md5 @@ -0,0 +1,3 @@ +source_md5="98c7e69b0186aeeab3f0c0410ea367d6" +dest_md5="b8de35e85d829bdd4d55b2ecbec3aaca" + diff --git a/.godot/imported/wood_0003_color_1k.jpg-8792c0ec95aadbd5042489374f7ec543.ctex b/.godot/imported/wood_0003_color_1k.jpg-8792c0ec95aadbd5042489374f7ec543.ctex new file mode 100644 index 00000000..ebe8d1be Binary files /dev/null and b/.godot/imported/wood_0003_color_1k.jpg-8792c0ec95aadbd5042489374f7ec543.ctex differ diff --git a/.godot/imported/wood_0003_color_1k.jpg-8792c0ec95aadbd5042489374f7ec543.md5 b/.godot/imported/wood_0003_color_1k.jpg-8792c0ec95aadbd5042489374f7ec543.md5 new file mode 100644 index 00000000..eb0d958c --- /dev/null +++ b/.godot/imported/wood_0003_color_1k.jpg-8792c0ec95aadbd5042489374f7ec543.md5 @@ -0,0 +1,3 @@ +source_md5="98c7e69b0186aeeab3f0c0410ea367d6" +dest_md5="b8de35e85d829bdd4d55b2ecbec3aaca" + diff --git a/.godot/imported/wood_0025_color_1k.jpg-08a1407bccf446407387e60819545e91.ctex b/.godot/imported/wood_0025_color_1k.jpg-08a1407bccf446407387e60819545e91.ctex new file mode 100644 index 00000000..e3c74bbb Binary files /dev/null and b/.godot/imported/wood_0025_color_1k.jpg-08a1407bccf446407387e60819545e91.ctex differ diff --git a/.godot/imported/wood_0025_color_1k.jpg-08a1407bccf446407387e60819545e91.md5 b/.godot/imported/wood_0025_color_1k.jpg-08a1407bccf446407387e60819545e91.md5 new file mode 100644 index 00000000..dbbb6ae0 --- /dev/null +++ b/.godot/imported/wood_0025_color_1k.jpg-08a1407bccf446407387e60819545e91.md5 @@ -0,0 +1,3 @@ +source_md5="513b134470402b563e69505aa3093bc7" +dest_md5="b8a106e377d7b69f44366476b24106eb" + diff --git a/.godot/imported/wood_0025_color_1k.jpg-492e76b139943ed249f66bdc763f0833.ctex b/.godot/imported/wood_0025_color_1k.jpg-492e76b139943ed249f66bdc763f0833.ctex new file mode 100644 index 00000000..e3c74bbb Binary files /dev/null and b/.godot/imported/wood_0025_color_1k.jpg-492e76b139943ed249f66bdc763f0833.ctex differ diff --git a/.godot/imported/wood_0025_color_1k.jpg-492e76b139943ed249f66bdc763f0833.md5 b/.godot/imported/wood_0025_color_1k.jpg-492e76b139943ed249f66bdc763f0833.md5 new file mode 100644 index 00000000..dbbb6ae0 --- /dev/null +++ b/.godot/imported/wood_0025_color_1k.jpg-492e76b139943ed249f66bdc763f0833.md5 @@ -0,0 +1,3 @@ +source_md5="513b134470402b563e69505aa3093bc7" +dest_md5="b8a106e377d7b69f44366476b24106eb" + diff --git a/.godot/imported/wood_0025_color_1k.jpg-69830797f7be5b2db87dc198deaa572f.ctex b/.godot/imported/wood_0025_color_1k.jpg-69830797f7be5b2db87dc198deaa572f.ctex new file mode 100644 index 00000000..e3c74bbb Binary files /dev/null and b/.godot/imported/wood_0025_color_1k.jpg-69830797f7be5b2db87dc198deaa572f.ctex differ diff --git a/.godot/imported/wood_0025_color_1k.jpg-69830797f7be5b2db87dc198deaa572f.md5 b/.godot/imported/wood_0025_color_1k.jpg-69830797f7be5b2db87dc198deaa572f.md5 new file mode 100644 index 00000000..dbbb6ae0 --- /dev/null +++ b/.godot/imported/wood_0025_color_1k.jpg-69830797f7be5b2db87dc198deaa572f.md5 @@ -0,0 +1,3 @@ +source_md5="513b134470402b563e69505aa3093bc7" +dest_md5="b8a106e377d7b69f44366476b24106eb" + diff --git a/.godot/mono/metadata/ide_messaging_meta.txt b/.godot/mono/metadata/ide_messaging_meta.txt new file mode 100644 index 00000000..cb549255 --- /dev/null +++ b/.godot/mono/metadata/ide_messaging_meta.txt @@ -0,0 +1,2 @@ +52553 +C:/Users/Zenny/AppData/Roaming/godotenv/godot/bin/godot.exe diff --git a/.godot/scene_groups_cache.cfg b/.godot/scene_groups_cache.cfg new file mode 100644 index 00000000..6c375ee7 --- /dev/null +++ b/.godot/scene_groups_cache.cfg @@ -0,0 +1,39 @@ +[res://addons/SimpleDungeons/sample_dungeons/custom_random_room_function_example/blue_room.tscn] + +groups=[&"player_spawn_point"] + +[res://addons/SimpleDungeons/sample_dungeons/flat_wide_dungeon/entrance_room.tscn] + +groups=[&"player_spawn_point"] + +[res://addons/SimpleDungeons/sample_dungeons/lowpoly_kit_1_rooms/entrance_room.tscn] + +groups=[&"player_spawn_point"] + +[res://addons/SimpleDungeons/sample_dungeons/mansion/house_exterior.tscn] + +groups=[&"player_spawn_point"] + +[res://addons/SimpleDungeons/sample_dungeons/terrarium/green_room.tscn] + +groups=[&"player_spawn_point"] + +[res://addons/SimpleDungeons/sample_dungeons/with_dev_textures_rooms/entrance_room.tscn] + +groups=[&"player_spawn_point"] + +[res://src/map/dungeon/rooms/Room1.tscn] + +groups=[&"Exit"] + +[res://src/map/dungeon/rooms/ColumnRoom.tscn] + +groups=[&"Exit"] + +[res://src/map/dungeon/rooms/Antechamber.tscn] + +groups=[&"Exit"] + +[res://src/map/Overworld.tscn] + +groups=[&"Exit"] diff --git a/.godot/uid_cache.bin b/.godot/uid_cache.bin new file mode 100644 index 00000000..aa0b9e2e Binary files /dev/null and b/.godot/uid_cache.bin differ