POC working new caching method - moved controllers folder, renamed assets to textures, fixed HTTP bug, formatted code

This commit is contained in:
2025-01-07 03:59:08 +01:00
parent 6e30a8530a
commit c2db9b5469
26 changed files with 246 additions and 175 deletions

View File

@ -82,7 +82,5 @@ function preloadScene(scene: Phaser.Scene) {
function createScene(scene: Phaser.Scene) {}
onBeforeUnmount(() => {
})
onBeforeUnmount(() => {})
</script>