Skip to content

Commit

Permalink
Added physics fun example and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed Aug 17, 2024
1 parent e5a685e commit 05d4169
Show file tree
Hide file tree
Showing 5 changed files with 782 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2184,10 +2184,10 @@ export function defineBlocks() {
type: "field_dropdown",
name: "PHYSICS_TYPE",
options: [
["static", "STATIC"],
["dynamic", "DYNAMIC"],
["animated", "ANIMATED"],
["none", "NONE"],
["static", "STATIC"],
["none", "NONE"],
],
default: "DYNAMIC",
},
Expand Down
2 changes: 1 addition & 1 deletion dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ define(['./workbox-07658ed7'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.sick77o1co"
"revision": "0.a6hgpt96afo"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
Expand Down
Loading

0 comments on commit 05d4169

Please sign in to comment.