Added a sample sound and some config, added tween to the src

This commit is contained in:
Stefan Stefanov 2024-12-31 13:06:30 +02:00
parent 01dec4e5c1
commit d6143951d8
12 changed files with 960 additions and 44 deletions

13
.idea/OdinSdkConfig.xml generated Normal file
View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="com.lasagnerd.odin.settings.OdinSdkConfigPersistentState">
<option name="sdkPath" value="$PROJECT_DIR$/../../../tools/Odin" />
<option name="semanticAnnotatorEnabled" value="true" />
<option name="odinCheckerEnabled" value="true" />
<option name="debuggerId" value="odin-win-db-dap" />
<option name="debuggerPath" value="C:\Users\stefan\AppData\Local\JetBrains\CLion2024.3\odin\debuggers\odin-win-db-dap\extension\debugAdapters\vsdbg\bin\vsdbg.exe" />
<option name="highlightUnknownReferencesEnabled" value="false" />
<option name="conditionalSymbolResolutionEnabled" value="false" />
<option name="cacheEnabled" value="false" />
</component>
</project>