summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/TestPackage/Objects/Barn.json1
-rw-r--r--packages/TestPackage/Worlds/Main.json6
2 files changed, 6 insertions, 1 deletions
diff --git a/packages/TestPackage/Objects/Barn.json b/packages/TestPackage/Objects/Barn.json
index 8bb6ae6..7dd05a7 100644
--- a/packages/TestPackage/Objects/Barn.json
+++ b/packages/TestPackage/Objects/Barn.json
@@ -1,5 +1,6 @@
{
"Name": "barn",
+ "YLevelOffset": 76,
"Textures": [
{
"Name": "testPackage/barn_v1.png",
diff --git a/packages/TestPackage/Worlds/Main.json b/packages/TestPackage/Worlds/Main.json
index 8e264a1..84c8957 100644
--- a/packages/TestPackage/Worlds/Main.json
+++ b/packages/TestPackage/Worlds/Main.json
@@ -10,7 +10,11 @@
"StaticObjects": [
{
"Object": "testPackage/barn",
- "Position": { "X": 0, "Y": 0 }
+ "Position": { "X": 256, "Y": 128 }
+ },
+ {
+ "Object": "testPackage/barn",
+ "Position": { "X": 256, "Y": 0 }
}
]
}