Skip to content

Commit

Permalink
recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
JirkaDellOro committed Oct 2, 2024
1 parent 641c3f2 commit 4fe7849
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 79 deletions.
4 changes: 0 additions & 4 deletions Distribution/FudgeCore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5857,10 +5857,6 @@ declare namespace FudgeCore {
private createPyramidVertices;
/** Adding this ComponentRigidbody to the Physiscs.world giving the oimoPhysics system the information needed */
private addRigidbodyToWorld;
/**
* Capture only events that are broadcast to this node directly. Don't capture events that get send to descendants
*/
private hndNodeDeactivate;
/** Removing this ComponentRigidbody from the Physiscs.world taking the informations from the oimoPhysics system */
private removeRigidbodyFromWorld;
private collisionCenterPoint;
Expand Down
18 changes: 3 additions & 15 deletions Distribution/FudgeCore.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Editor/Build/Fudge/Fudge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,6 @@ declare namespace Fudge {
clone(_originals: ResourceEntry[]): Promise<ResourceEntry[]>;
getPath(_resource: ResourceEntry): ResourceEntry[];
remove(_resource: ResourceEntry): void;
private collectEntries;
private deleteFolders;
}
}
declare namespace Fudge {
Expand Down
60 changes: 2 additions & 58 deletions Editor/Build/Fudge/Fudge.js

Large diffs are not rendered by default.

0 comments on commit 4fe7849

Please sign in to comment.