Skip to content

Commit

Permalink
Fixed absolute audio paths
Browse files Browse the repository at this point in the history
  • Loading branch information
stickyfingies committed Dec 27, 2023
1 parent ef2748f commit 8f6c450
Show file tree
Hide file tree
Showing 31 changed files with 33 additions and 33 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{w as a}from"./game.6fe68dfe.js";class i{}class s{constructor(t=1,h=2){this.hp=t,this.max=h}update(t){this.hp=Math.min(this.hp,this.max),this.hp<=0&&a.swapComponent(t,[s],[i],[{}])}}export{i as Death,s as default};
import{w as a}from"./game.aa77d7bc.js";class i{}class s{constructor(t=1,h=2){this.hp=t,this.max=h}update(t){this.hp=Math.min(this.hp,this.max),this.hp<=0&&a.swapComponent(t,[s],[i],[{}])}}export{i as Death,s as default};

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion game/assets/load.a6baf791.js

This file was deleted.

1 change: 1 addition & 0 deletions game/assets/load.bd7b4907.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a}from"./game.aa77d7bc.js";function r(o){return a.loadModel({uri:o})}export{r as loadModel};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f6c450

Please sign in to comment.