123
This commit is contained in:
commit
aad3ffcde1
745
.gitignore
vendored
Normal file
745
.gitignore
vendored
Normal file
@ -0,0 +1,745 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.vs/GODOT-TEST/DesignTimeBuild/.dtbcache.v2
|
||||
.vs/GODOT-TEST/FileContentIndex/23917914-ec3f-48d9-88ba-17134cd964f6.vsidx
|
||||
.vs/GODOT-TEST/v17/.futdcache.v2
|
||||
.vs/GODOT-TEST/v17/.suo
|
||||
.vs/ProjectEvaluation/godot-test.metadata.v7.bin
|
||||
.vs/ProjectEvaluation/godot-test.projects.v7.bin
|
||||
|
||||
|
||||
## 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/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# 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/
|
||||
|
||||
# ASP.NET Scaffolding
|
||||
ScaffoldingReadMe.txt
|
||||
|
||||
# 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
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Coverlet is a free, cross platform Code Coverage Tool
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
# 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/
|
||||
dist
|
||||
|
||||
# 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/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.vs/GODOT-TEST/DesignTimeBuild/.dtbcache.v2
|
||||
.vs/GODOT-TEST/FileContentIndex/23917914-ec3f-48d9-88ba-17134cd964f6.vsidx
|
||||
.vs/GODOT-TEST/v17/.futdcache.v2
|
||||
.vs/GODOT-TEST/v17/.suo
|
||||
.vs/ProjectEvaluation/godot-test.metadata.v7.bin
|
||||
.vs/ProjectEvaluation/godot-test.projects.v7.bin
|
||||
|
||||
|
||||
## 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/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# 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/
|
||||
|
||||
# ASP.NET Scaffolding
|
||||
ScaffoldingReadMe.txt
|
||||
|
||||
# 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
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Coverlet is a free, cross platform Code Coverage Tool
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
# 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/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
26
01.py
Normal file
26
01.py
Normal file
@ -0,0 +1,26 @@
|
||||
import os
|
||||
import shutil
|
||||
|
||||
scripts_root = 'Scripts'
|
||||
scripts_new_root = 'Scripts-new'
|
||||
|
||||
# 遍历 Scripts-new 下所有 .cs 文件,记录为 {文件名: 文件完整路径}
|
||||
new_files_map = {}
|
||||
for dirpath, _, filenames in os.walk(scripts_new_root):
|
||||
for filename in filenames:
|
||||
if filename.endswith('.cs'):
|
||||
new_files_map[filename] = os.path.join(dirpath, filename)
|
||||
|
||||
# 遍历 Scripts 下所有 .cs 文件
|
||||
for dirpath, _, filenames in os.walk(scripts_root):
|
||||
for filename in filenames:
|
||||
if filename.endswith('.cs') and filename in new_files_map:
|
||||
target_path = os.path.join(dirpath, filename)
|
||||
source_path = new_files_map[filename]
|
||||
print(f'Moving: {source_path} -> {target_path}')
|
||||
|
||||
# 确保目标文件夹存在
|
||||
os.makedirs(os.path.dirname(target_path), exist_ok=True)
|
||||
|
||||
# 覆盖复制(移动)
|
||||
shutil.move(source_path, target_path)
|
BIN
Animations/Clover.res
Normal file
BIN
Animations/Clover.res
Normal file
Binary file not shown.
BIN
Animations/CloverOverlay.res
Normal file
BIN
Animations/CloverOverlay.res
Normal file
Binary file not shown.
1887
Animations/Portraits.tres
Normal file
1887
Animations/Portraits.tres
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Audio/Bleeps/SND_TXT2.wav
Normal file
BIN
Audio/Bleeps/SND_TXT2.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/SND_TXT2.wav.import
Normal file
15
Audio/Bleeps/SND_TXT2.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bhree4lls4rsx"
|
||||
path="res://.godot/imported/SND_TXT2.wav-dc18f60fe698341cf3da8ed4595ffe6f.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/SND_TXT2.wav"
|
||||
dest_files=["res://.godot/imported/SND_TXT2.wav-dc18f60fe698341cf3da8ed4595ffe6f.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/aceTalk.wav
Normal file
BIN
Audio/Bleeps/aceTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/aceTalk.wav.import
Normal file
15
Audio/Bleeps/aceTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://db476lk4qanm"
|
||||
path="res://.godot/imported/aceTalk.wav-93c41de4ced3bc9b85665b85134154fb.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/aceTalk.wav"
|
||||
dest_files=["res://.godot/imported/aceTalk.wav-93c41de4ced3bc9b85665b85134154fb.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/axisTalk.wav
Normal file
BIN
Audio/Bleeps/axisTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/axisTalk.wav.import
Normal file
15
Audio/Bleeps/axisTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://c1lo1r8s58nb3"
|
||||
path="res://.godot/imported/axisTalk.wav-0d34812ae17b612160ca4afc1e46ecb5.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/axisTalk.wav"
|
||||
dest_files=["res://.godot/imported/axisTalk.wav-0d34812ae17b612160ca4afc1e46ecb5.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/cerobaTalk.wav
Normal file
BIN
Audio/Bleeps/cerobaTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/cerobaTalk.wav.import
Normal file
15
Audio/Bleeps/cerobaTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bveja1iu53023"
|
||||
path="res://.godot/imported/cerobaTalk.wav-8075e4b426b63ebd0a8fa3c2bf01f822.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/cerobaTalk.wav"
|
||||
dest_files=["res://.godot/imported/cerobaTalk.wav-8075e4b426b63ebd0a8fa3c2bf01f822.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/chujinTalk.wav
Normal file
BIN
Audio/Bleeps/chujinTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/chujinTalk.wav.import
Normal file
15
Audio/Bleeps/chujinTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://b0dm33gf2mcrt"
|
||||
path="res://.godot/imported/chujinTalk.wav-aa67bcfc85db8018d105902ccf0a6643.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/chujinTalk.wav"
|
||||
dest_files=["res://.godot/imported/chujinTalk.wav-aa67bcfc85db8018d105902ccf0a6643.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/dalvTalk.wav
Normal file
BIN
Audio/Bleeps/dalvTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/dalvTalk.wav.import
Normal file
15
Audio/Bleeps/dalvTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://2js3gklxn0oe"
|
||||
path="res://.godot/imported/dalvTalk.wav-05b02d73716e92d9cb0c8cf993b1f81d.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/dalvTalk.wav"
|
||||
dest_files=["res://.godot/imported/dalvTalk.wav-05b02d73716e92d9cb0c8cf993b1f81d.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/edTalk.wav
Normal file
BIN
Audio/Bleeps/edTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/edTalk.wav.import
Normal file
15
Audio/Bleeps/edTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://c7dqenl0v18s2"
|
||||
path="res://.godot/imported/edTalk.wav-5b060059e98d5f25f3fd182300b98bc8.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/edTalk.wav"
|
||||
dest_files=["res://.godot/imported/edTalk.wav-5b060059e98d5f25f3fd182300b98bc8.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/juneTalk.wav
Normal file
BIN
Audio/Bleeps/juneTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/juneTalk.wav.import
Normal file
15
Audio/Bleeps/juneTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://csyopno2kjx1f"
|
||||
path="res://.godot/imported/juneTalk.wav-d82734bb5f97e57dd01b8a237cb45166.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/juneTalk.wav"
|
||||
dest_files=["res://.godot/imported/juneTalk.wav-d82734bb5f97e57dd01b8a237cb45166.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/kanakoTalk.wav
Normal file
BIN
Audio/Bleeps/kanakoTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/kanakoTalk.wav.import
Normal file
15
Audio/Bleeps/kanakoTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://buxs6a3urt5rc"
|
||||
path="res://.godot/imported/kanakoTalk.wav-55e7bcb0c74e18166a0e180cf5973880.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/kanakoTalk.wav"
|
||||
dest_files=["res://.godot/imported/kanakoTalk.wav-55e7bcb0c74e18166a0e180cf5973880.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/martletTalk.wav
Normal file
BIN
Audio/Bleeps/martletTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/martletTalk.wav.import
Normal file
15
Audio/Bleeps/martletTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bp21xwlan84lo"
|
||||
path="res://.godot/imported/martletTalk.wav-d4ea99ee806d522985812c0bf01be919.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/martletTalk.wav"
|
||||
dest_files=["res://.godot/imported/martletTalk.wav-d4ea99ee806d522985812c0bf01be919.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/melodyTalk.wav
Normal file
BIN
Audio/Bleeps/melodyTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/melodyTalk.wav.import
Normal file
15
Audio/Bleeps/melodyTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bkdbhlwi7neih"
|
||||
path="res://.godot/imported/melodyTalk.wav-c36fd1f77e1556ae10a7a6aa5d999857.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/melodyTalk.wav"
|
||||
dest_files=["res://.godot/imported/melodyTalk.wav-c36fd1f77e1556ae10a7a6aa5d999857.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/moochTalk.wav
Normal file
BIN
Audio/Bleeps/moochTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/moochTalk.wav.import
Normal file
15
Audio/Bleeps/moochTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dy0p4tby2tuhe"
|
||||
path="res://.godot/imported/moochTalk.wav-fe5c6e0702d8f32a30d9fe2fc4824392.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/moochTalk.wav"
|
||||
dest_files=["res://.godot/imported/moochTalk.wav-fe5c6e0702d8f32a30d9fe2fc4824392.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/morayTalk.wav
Normal file
BIN
Audio/Bleeps/morayTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/morayTalk.wav.import
Normal file
15
Audio/Bleeps/morayTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://divigfrw52gv0"
|
||||
path="res://.godot/imported/morayTalk.wav-b216d746a0b4a9129d30d2e04e5a240d.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/morayTalk.wav"
|
||||
dest_files=["res://.godot/imported/morayTalk.wav-b216d746a0b4a9129d30d2e04e5a240d.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/snd_mtt6.wav
Normal file
BIN
Audio/Bleeps/snd_mtt6.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/snd_mtt6.wav.import
Normal file
15
Audio/Bleeps/snd_mtt6.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://ch8vh8xjd0hjw"
|
||||
path="res://.godot/imported/snd_mtt6.wav-d726acc88cccf7fdda3534a5f6ea76b6.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/snd_mtt6.wav"
|
||||
dest_files=["res://.godot/imported/snd_mtt6.wav-d726acc88cccf7fdda3534a5f6ea76b6.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/snd_text.wav
Normal file
BIN
Audio/Bleeps/snd_text.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/snd_text.wav.import
Normal file
15
Audio/Bleeps/snd_text.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://d3up24iqivqx2"
|
||||
path="res://.godot/imported/snd_text.wav-b6ceaaa25911259e4194dbd5ffc524d5.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/snd_text.wav"
|
||||
dest_files=["res://.godot/imported/snd_text.wav-b6ceaaa25911259e4194dbd5ffc524d5.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/snd_txtnoe_ch1.wav
Normal file
BIN
Audio/Bleeps/snd_txtnoe_ch1.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/snd_txtnoe_ch1.wav.import
Normal file
15
Audio/Bleeps/snd_txtnoe_ch1.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://cbarf0yej7l7o"
|
||||
path="res://.godot/imported/snd_txtnoe_ch1.wav-7c14315553ef808715b1ab3e1909397d.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/snd_txtnoe_ch1.wav"
|
||||
dest_files=["res://.godot/imported/snd_txtnoe_ch1.wav-7c14315553ef808715b1ab3e1909397d.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Bleeps/starloTalk.wav
Normal file
BIN
Audio/Bleeps/starloTalk.wav
Normal file
Binary file not shown.
15
Audio/Bleeps/starloTalk.wav.import
Normal file
15
Audio/Bleeps/starloTalk.wav.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://jaf5qwo6urr3"
|
||||
path="res://.godot/imported/starloTalk.wav-871ad1f67003006fa6729b1116ef7f72.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Bleeps/starloTalk.wav"
|
||||
dest_files=["res://.godot/imported/starloTalk.wav-871ad1f67003006fa6729b1116ef7f72.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/AUDIO_DARKNESS.ogg
Normal file
BIN
Audio/Music/AUDIO_DARKNESS.ogg
Normal file
Binary file not shown.
15
Audio/Music/AUDIO_DARKNESS.ogg.import
Normal file
15
Audio/Music/AUDIO_DARKNESS.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://clfhmmovekgwu"
|
||||
path="res://.godot/imported/AUDIO_DARKNESS.ogg-fdd30f88895ddda3f385fb086c6375f5.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/AUDIO_DARKNESS.ogg"
|
||||
dest_files=["res://.godot/imported/AUDIO_DARKNESS.ogg-fdd30f88895ddda3f385fb086c6375f5.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/AUDIO_DRONE.ogg
Normal file
BIN
Audio/Music/AUDIO_DRONE.ogg
Normal file
Binary file not shown.
15
Audio/Music/AUDIO_DRONE.ogg.import
Normal file
15
Audio/Music/AUDIO_DRONE.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://ckumeode5gilw"
|
||||
path="res://.godot/imported/AUDIO_DRONE.ogg-0394c63b0c716cc8a5f10d7af4cce0c0.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/AUDIO_DRONE.ogg"
|
||||
dest_files=["res://.godot/imported/AUDIO_DRONE.ogg-0394c63b0c716cc8a5f10d7af4cce0c0.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/AUDIO_STORY.ogg
Normal file
BIN
Audio/Music/AUDIO_STORY.ogg
Normal file
Binary file not shown.
15
Audio/Music/AUDIO_STORY.ogg.import
Normal file
15
Audio/Music/AUDIO_STORY.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://di72y4kvdcu5d"
|
||||
path="res://.godot/imported/AUDIO_STORY.ogg-8bf7cc36556f3a05607129120e12eac7.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/AUDIO_STORY.ogg"
|
||||
dest_files=["res://.godot/imported/AUDIO_STORY.ogg-8bf7cc36556f3a05607129120e12eac7.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/GALLERY.ogg
Normal file
BIN
Audio/Music/GALLERY.ogg
Normal file
Binary file not shown.
15
Audio/Music/GALLERY.ogg.import
Normal file
15
Audio/Music/GALLERY.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://du85ip01jb2mq"
|
||||
path="res://.godot/imported/GALLERY.ogg-7631bbdf145987591dbe36a46fee6de0.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/GALLERY.ogg"
|
||||
dest_files=["res://.godot/imported/GALLERY.ogg-7631bbdf145987591dbe36a46fee6de0.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/THE_HOLY.ogg
Normal file
BIN
Audio/Music/THE_HOLY.ogg
Normal file
Binary file not shown.
15
Audio/Music/THE_HOLY.ogg.import
Normal file
15
Audio/Music/THE_HOLY.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://dvqrxiwpoidxl"
|
||||
path="res://.godot/imported/THE_HOLY.ogg-59b3328ca9301736677c52e3d70ba5f3.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/THE_HOLY.ogg"
|
||||
dest_files=["res://.godot/imported/THE_HOLY.ogg-59b3328ca9301736677c52e3d70ba5f3.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/a_place_to_rest.ogg
Normal file
BIN
Audio/Music/a_place_to_rest.ogg
Normal file
Binary file not shown.
15
Audio/Music/a_place_to_rest.ogg.import
Normal file
15
Audio/Music/a_place_to_rest.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://dp6qeea4tdydp"
|
||||
path="res://.godot/imported/a_place_to_rest.ogg-27627b5dd098327808aaf4d8f8e87943.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/a_place_to_rest.ogg"
|
||||
dest_files=["res://.godot/imported/a_place_to_rest.ogg-27627b5dd098327808aaf4d8f8e87943.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/abandoned.ogg
Normal file
BIN
Audio/Music/abandoned.ogg
Normal file
Binary file not shown.
15
Audio/Music/abandoned.ogg.import
Normal file
15
Audio/Music/abandoned.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://bx8nllwcl54di"
|
||||
path="res://.godot/imported/abandoned.ogg-493155ac847a645beb0c641842b551e5.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/abandoned.ogg"
|
||||
dest_files=["res://.godot/imported/abandoned.ogg-493155ac847a645beb0c641842b551e5.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/acquittal.ogg
Normal file
BIN
Audio/Music/acquittal.ogg
Normal file
Binary file not shown.
15
Audio/Music/acquittal.ogg.import
Normal file
15
Audio/Music/acquittal.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://dy45av85jxh0"
|
||||
path="res://.godot/imported/acquittal.ogg-3ab58a2686bd3fb9c6a37b27711ad791.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/acquittal.ogg"
|
||||
dest_files=["res://.godot/imported/acquittal.ogg-3ab58a2686bd3fb9c6a37b27711ad791.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/ambient_river.ogg
Normal file
BIN
Audio/Music/ambient_river.ogg
Normal file
Binary file not shown.
15
Audio/Music/ambient_river.ogg.import
Normal file
15
Audio/Music/ambient_river.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://dah0yxqla1yny"
|
||||
path="res://.godot/imported/ambient_river.ogg-5d0d7c545e3e822cdf6a112d185e0df0.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/ambient_river.ogg"
|
||||
dest_files=["res://.godot/imported/ambient_river.ogg-5d0d7c545e3e822cdf6a112d185e0df0.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/aviation.ogg
Normal file
BIN
Audio/Music/aviation.ogg
Normal file
Binary file not shown.
15
Audio/Music/aviation.ogg.import
Normal file
15
Audio/Music/aviation.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://b7gwiv0doh2t7"
|
||||
path="res://.godot/imported/aviation.ogg-86d2cea8f385e0d74eed8d73cb898fce.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/aviation.ogg"
|
||||
dest_files=["res://.godot/imported/aviation.ogg-86d2cea8f385e0d74eed8d73cb898fce.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/axis_chase.ogg
Normal file
BIN
Audio/Music/axis_chase.ogg
Normal file
Binary file not shown.
15
Audio/Music/axis_chase.ogg.import
Normal file
15
Audio/Music/axis_chase.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://bxhudvo8cpio5"
|
||||
path="res://.godot/imported/axis_chase.ogg-5326a2d58cbbdd8dbc4d0be3215df3d5.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/axis_chase.ogg"
|
||||
dest_files=["res://.godot/imported/axis_chase.ogg-5326a2d58cbbdd8dbc4d0be3215df3d5.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/bailador_overworld.ogg
Normal file
BIN
Audio/Music/bailador_overworld.ogg
Normal file
Binary file not shown.
15
Audio/Music/bailador_overworld.ogg.import
Normal file
15
Audio/Music/bailador_overworld.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://7ck1kitorpgk"
|
||||
path="res://.godot/imported/bailador_overworld.ogg-37d2f2b5d83ea18212459155904fe9b8.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/bailador_overworld.ogg"
|
||||
dest_files=["res://.godot/imported/bailador_overworld.ogg-37d2f2b5d83ea18212459155904fe9b8.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/barrier.ogg
Normal file
BIN
Audio/Music/barrier.ogg
Normal file
Binary file not shown.
15
Audio/Music/barrier.ogg.import
Normal file
15
Audio/Music/barrier.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://c8uesj40d6be4"
|
||||
path="res://.godot/imported/barrier.ogg-fa3aae8bf6ea47825a0e8685d83ddd9e.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/barrier.ogg"
|
||||
dest_files=["res://.godot/imported/barrier.ogg-fa3aae8bf6ea47825a0e8685d83ddd9e.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/basement.ogg
Normal file
BIN
Audio/Music/basement.ogg
Normal file
Binary file not shown.
15
Audio/Music/basement.ogg.import
Normal file
15
Audio/Music/basement.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://cxul7aplxggby"
|
||||
path="res://.godot/imported/basement.ogg-67b456845540cd17571eea182c86a43c.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/basement.ogg"
|
||||
dest_files=["res://.godot/imported/basement.ogg-67b456845540cd17571eea182c86a43c.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/berdly_battle_heartbeat_true.ogg
Normal file
BIN
Audio/Music/berdly_battle_heartbeat_true.ogg
Normal file
Binary file not shown.
15
Audio/Music/berdly_battle_heartbeat_true.ogg.import
Normal file
15
Audio/Music/berdly_battle_heartbeat_true.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://dhcvg6ndw0vf8"
|
||||
path="res://.godot/imported/berdly_battle_heartbeat_true.ogg-92282c825c226a2ff387490727a4710b.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/berdly_battle_heartbeat_true.ogg"
|
||||
dest_files=["res://.godot/imported/berdly_battle_heartbeat_true.ogg-92282c825c226a2ff387490727a4710b.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/bird.ogg
Normal file
BIN
Audio/Music/bird.ogg
Normal file
Binary file not shown.
15
Audio/Music/bird.ogg.import
Normal file
15
Audio/Music/bird.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://dthnac110lt6y"
|
||||
path="res://.godot/imported/bird.ogg-5a6614431af40dd3ca53cab4ad5f61aa.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/bird.ogg"
|
||||
dest_files=["res://.godot/imported/bird.ogg-5a6614431af40dd3ca53cab4ad5f61aa.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/birdnoise.ogg
Normal file
BIN
Audio/Music/birdnoise.ogg
Normal file
Binary file not shown.
15
Audio/Music/birdnoise.ogg.import
Normal file
15
Audio/Music/birdnoise.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://ch48eqnsllgw7"
|
||||
path="res://.godot/imported/birdnoise.ogg-888656195f8ed40c22c999dee7b2e6d4.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/birdnoise.ogg"
|
||||
dest_files=["res://.godot/imported/birdnoise.ogg-888656195f8ed40c22c999dee7b2e6d4.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/birdsofafeather.ogg
Normal file
BIN
Audio/Music/birdsofafeather.ogg
Normal file
Binary file not shown.
15
Audio/Music/birdsofafeather.ogg.import
Normal file
15
Audio/Music/birdsofafeather.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://cyiqndrtn7472"
|
||||
path="res://.godot/imported/birdsofafeather.ogg-0a2e64abfbfa514e4554aeaebc892bdb.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/birdsofafeather.ogg"
|
||||
dest_files=["res://.godot/imported/birdsofafeather.ogg-0a2e64abfbfa514e4554aeaebc892bdb.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/boxing_boss.ogg
Normal file
BIN
Audio/Music/boxing_boss.ogg
Normal file
Binary file not shown.
15
Audio/Music/boxing_boss.ogg.import
Normal file
15
Audio/Music/boxing_boss.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://tlj1l1n1hv16"
|
||||
path="res://.godot/imported/boxing_boss.ogg-4b37c3b015af612d735cd1d890029db1.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/boxing_boss.ogg"
|
||||
dest_files=["res://.godot/imported/boxing_boss.ogg-4b37c3b015af612d735cd1d890029db1.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/change_of_plans.ogg
Normal file
BIN
Audio/Music/change_of_plans.ogg
Normal file
Binary file not shown.
15
Audio/Music/change_of_plans.ogg.import
Normal file
15
Audio/Music/change_of_plans.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://c54kvf8ww1cdu"
|
||||
path="res://.godot/imported/change_of_plans.ogg-a27e099b7f9fe4c82eef3bc8643cf0af.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/change_of_plans.ogg"
|
||||
dest_files=["res://.godot/imported/change_of_plans.ogg-a27e099b7f9fe4c82eef3bc8643cf0af.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/complex.ogg
Normal file
BIN
Audio/Music/complex.ogg
Normal file
Binary file not shown.
15
Audio/Music/complex.ogg.import
Normal file
15
Audio/Music/complex.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://ngwvx4heecal"
|
||||
path="res://.godot/imported/complex.ogg-4a5c91f75722941556a31922ffb1176c.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/complex.ogg"
|
||||
dest_files=["res://.godot/imported/complex.ogg-4a5c91f75722941556a31922ffb1176c.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/computer_ambience.ogg
Normal file
BIN
Audio/Music/computer_ambience.ogg
Normal file
Binary file not shown.
15
Audio/Music/computer_ambience.ogg.import
Normal file
15
Audio/Music/computer_ambience.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://ch7rricuxm4d"
|
||||
path="res://.godot/imported/computer_ambience.ogg-e33661b50b767e7dbc6bab7444c65001.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/computer_ambience.ogg"
|
||||
dest_files=["res://.godot/imported/computer_ambience.ogg-e33661b50b767e7dbc6bab7444c65001.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/coolestcave.ogg
Normal file
BIN
Audio/Music/coolestcave.ogg
Normal file
Binary file not shown.
15
Audio/Music/coolestcave.ogg.import
Normal file
15
Audio/Music/coolestcave.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://cq3vtw5mlhwvs"
|
||||
path="res://.godot/imported/coolestcave.ogg-f20aac504f03b696c90d6a020303406b.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/coolestcave.ogg"
|
||||
dest_files=["res://.godot/imported/coolestcave.ogg-f20aac504f03b696c90d6a020303406b.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/corner_of_a_circle.ogg
Normal file
BIN
Audio/Music/corner_of_a_circle.ogg
Normal file
Binary file not shown.
15
Audio/Music/corner_of_a_circle.ogg.import
Normal file
15
Audio/Music/corner_of_a_circle.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://42x7p76qwari"
|
||||
path="res://.godot/imported/corner_of_a_circle.ogg-40d44803ebe5d5a5c64bc5a3cc5c9ece.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/corner_of_a_circle.ogg"
|
||||
dest_files=["res://.godot/imported/corner_of_a_circle.ogg-40d44803ebe5d5a5c64bc5a3cc5c9ece.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/creepychase.ogg
Normal file
BIN
Audio/Music/creepychase.ogg
Normal file
Binary file not shown.
15
Audio/Music/creepychase.ogg.import
Normal file
15
Audio/Music/creepychase.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://ctirdnx52yjkx"
|
||||
path="res://.godot/imported/creepychase.ogg-95d2a1916ed2d041f238c846999ca572.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/creepychase.ogg"
|
||||
dest_files=["res://.godot/imported/creepychase.ogg-95d2a1916ed2d041f238c846999ca572.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/creepydoor.ogg
Normal file
BIN
Audio/Music/creepydoor.ogg
Normal file
Binary file not shown.
15
Audio/Music/creepydoor.ogg.import
Normal file
15
Audio/Music/creepydoor.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://bx41ele12te3r"
|
||||
path="res://.godot/imported/creepydoor.ogg-679421ce55c4aa87c3f1de2009a8cb22.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/creepydoor.ogg"
|
||||
dest_files=["res://.godot/imported/creepydoor.ogg-679421ce55c4aa87c3f1de2009a8cb22.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/creepylandscape.ogg
Normal file
BIN
Audio/Music/creepylandscape.ogg
Normal file
Binary file not shown.
15
Audio/Music/creepylandscape.ogg.import
Normal file
15
Audio/Music/creepylandscape.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://qa3ajp26dhaw"
|
||||
path="res://.godot/imported/creepylandscape.ogg-8f857a86095f64c709334caa3e3caa51.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/creepylandscape.ogg"
|
||||
dest_files=["res://.godot/imported/creepylandscape.ogg-8f857a86095f64c709334caa3e3caa51.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/d.ogg
Normal file
BIN
Audio/Music/d.ogg
Normal file
Binary file not shown.
15
Audio/Music/d.ogg.import
Normal file
15
Audio/Music/d.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://b00p1rlmb1n0a"
|
||||
path="res://.godot/imported/d.ogg-e2a62e1a8ff65ae6f2d3d26849c69614.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/d.ogg"
|
||||
dest_files=["res://.godot/imported/d.ogg-e2a62e1a8ff65ae6f2d3d26849c69614.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/dalv_diary.ogg
Normal file
BIN
Audio/Music/dalv_diary.ogg
Normal file
Binary file not shown.
15
Audio/Music/dalv_diary.ogg.import
Normal file
15
Audio/Music/dalv_diary.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://fs73jewm5bx0"
|
||||
path="res://.godot/imported/dalv_diary.ogg-874eaaf46ca80fdb707b3c2d8f6242fc.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/dalv_diary.ogg"
|
||||
dest_files=["res://.godot/imported/dalv_diary.ogg-874eaaf46ca80fdb707b3c2d8f6242fc.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/dalvbattle_yellow.ogg
Normal file
BIN
Audio/Music/dalvbattle_yellow.ogg
Normal file
Binary file not shown.
15
Audio/Music/dalvbattle_yellow.ogg.import
Normal file
15
Audio/Music/dalvbattle_yellow.ogg.import
Normal file
@ -0,0 +1,15 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://bu1qdvgxg8hpw"
|
||||
path="res://.godot/imported/dalvbattle_yellow.ogg-e4871e7a52b6ace21dd35f8423bf5c87.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Audio/Music/dalvbattle_yellow.ogg"
|
||||
dest_files=["res://.godot/imported/dalvbattle_yellow.ogg-e4871e7a52b6ace21dd35f8423bf5c87.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
dummy_value_ignore_me=0
|
BIN
Audio/Music/decibat_yellow.ogg
Normal file
BIN
Audio/Music/decibat_yellow.ogg
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user