From 639f6c1022eb3959f4cdcc3fac9d2d8d4495d373 Mon Sep 17 00:00:00 2001 From: cfedyshen <75519874+cfedyshen@users.noreply.github.com> Date: Wed, 3 May 2023 14:22:17 -0600 Subject: [PATCH] Partial fix to ladder collision boxes still need to figure out how to change it for the beach area --- ui-admin/src/assets/GPTRPGMap.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui-admin/src/assets/GPTRPGMap.json b/ui-admin/src/assets/GPTRPGMap.json index 27cd4dd..57b900a 100644 --- a/ui-admin/src/assets/GPTRPGMap.json +++ b/ui-admin/src/assets/GPTRPGMap.json @@ -3163,7 +3163,7 @@ { "name":"ge_collide", "type":"bool", - "value":true + "value":false }] }, { @@ -3272,7 +3272,7 @@ { "name":"ge_collide", "type":"bool", - "value":true + "value":false }] }, { @@ -3380,7 +3380,7 @@ { "name":"ge_collide", "type":"bool", - "value":true + "value":false }] }, { @@ -7430,4 +7430,4 @@ "type":"map", "version":"1.10", "width":50 -} \ No newline at end of file +}