Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
TTSModManager.exe
bash.exe.stackdump
oryxBuildBinary

# Ownership marker dropped into a tool-managed objects dir (see file/dirops.go)
.ttsmm-managed
Binary file removed testdata/simple/SCE.png
Binary file not shown.
36 changes: 27 additions & 9 deletions testdata/simple/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
{
"SaveName": "simple",
"ImagePath": "SCE.png",
"LuaScriptPath": "Global.-1.ttslua",
"CameraStates": [],
"ComponentTags": {},
"CustomUIAssets": [],
"DecalPallet": [],
"Decals": [],
"GameComplexity": "",
"GameMode": "",
"GameType": "",
"Grid": {},
"Hands": {},
"Lighting": {},
"LuaScript": "",
"LuaScriptState": "",
"TabStatesPath": "tabStates.json",
"MusicPlayerPath": "music.json",
"GridPath": "grid.json",
"LightingPath": "lighting.json",
"DecalPalletPath": "decalPallet.json",
"SnapPointsPath": "snapPoints.json"
"MusicPlayer": {},
"Note": "",
"ObjectStates_order": [
"15990d",
"196f99",
"22928c"
],
"SaveName": "",
"Sky": "",
"SnapPoints": [],
"TabStates": {},
"Table": "",
"Turns": {},
"VersionNumber": "",
"XmlUI": ""
}
7 changes: 0 additions & 7 deletions testdata/simple/json/decalPallet.json

This file was deleted.

21 changes: 0 additions & 21 deletions testdata/simple/json/grid.json

This file was deleted.

28 changes: 0 additions & 28 deletions testdata/simple/json/lighting.json

This file was deleted.

120 changes: 0 additions & 120 deletions testdata/simple/json/music.json

This file was deleted.

Loading
Loading