Skip to content

Commit

Permalink
Revert "Revert for JSON"
Browse files Browse the repository at this point in the history
This reverts commit fcb0c73.
  • Loading branch information
Bouh committed Nov 20, 2024
1 parent fcb0c73 commit 18127fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,20 @@ 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: 0 additions & 1 deletion GDJS/Runtime/types/project-data.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ declare interface ResourcesData {
}

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

0 comments on commit 18127fe

Please sign in to comment.