Skip to content

Commit

Permalink
Revert for JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouh committed Nov 19, 2024
1 parent dab0d12 commit fcb0c73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,23 @@ describe('gdjs.TileMapCollisionMaskRuntimeObject', function () {
metadata: '',
name: 'SmallTiledMap.json',
userAdded: true,
alwaysLoaded: true,
},
{
file: 'base/tests-utils/simple-tiled-map/FlippingTiledMap.json',
kind: 'json',
metadata: '',
name: 'FlippingTiledMap.json',
userAdded: true,
alwaysLoaded: true,
},
{
file: 'base/tests-utils/simple-tiled-map/MiniTiledSet.json',
kind: 'json',
metadata: '',
name: 'MiniTiledSet.json',
userAdded: true,
alwaysLoaded: true,
},
],
},
Expand Down
1 change: 1 addition & 0 deletions GDJS/Runtime/types/project-data.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ declare interface ResourcesData {
}

declare interface ResourceData {
alwaysLoaded?: boolean;
file: string;
kind: ResourceKind;
metadata: string;
Expand Down

0 comments on commit fcb0c73

Please sign in to comment.