From 85c719a7be8b5b6528ab1535f21b5f6049be3add Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 3 Feb 2018 20:35:21 -0500 Subject: [PATCH] Increase Hero 1's wall size --- scenes/wall.tscn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scenes/wall.tscn b/scenes/wall.tscn index bce9a68..d898bf2 100644 --- a/scenes/wall.tscn +++ b/scenes/wall.tscn @@ -2,14 +2,14 @@ [sub_resource type="CubeMesh" id=1] -size = Vector3( 2, 2, 0.2 ) +size = Vector3( 3, 3, 0.5 ) subdivide_width = 0 subdivide_height = 0 subdivide_depth = 0 [sub_resource type="BoxShape" id=2] -extents = Vector3( 1, 1, 0.1 ) +extents = Vector3( 1.5, 1.5, 0.25 ) [node name="StaticBody" type="StaticBody"] @@ -24,7 +24,7 @@ constant_angular_velocity = Vector3( 0, 0, 0 ) [node name="MeshInstance" type="MeshInstance" parent="." index="0"] -transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0, -1.05 ) +transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0, -1.5 ) layers = 1 material_override = null cast_shadow = 1 @@ -41,7 +41,7 @@ _sections_unfolded = [ "Transform" ] [node name="CollisionShape" type="CollisionShape" parent="." index="1"] -transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0, -1.05 ) +transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0, -1.5 ) shape = SubResource( 2 ) disabled = true _sections_unfolded = [ "Transform" ]