From 366761197034a20d444282431e4a8edeb7882840 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Wed, 7 Sep 2022 14:16:17 -0400 Subject: whoops, fixed reorg --- scenes/worldprops/battery.tscn | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 scenes/worldprops/battery.tscn (limited to 'scenes/worldprops/battery.tscn') diff --git a/scenes/worldprops/battery.tscn b/scenes/worldprops/battery.tscn deleted file mode 100644 index f21b4d9..0000000 --- a/scenes/worldprops/battery.tscn +++ /dev/null @@ -1,24 +0,0 @@ -[gd_scene load_steps=5 format=2] - -[ext_resource path="res://textures/conc_slabs01_c.png" type="Texture" id=1] - -[sub_resource type="ConvexPolygonShape" id=12] -points = PoolVector3Array( -5, -1.5, -2.5, -5, 1.5, -2.5, 5, -1.5, -2.5, -5, -1.5, 2.5, -5, 1.5, 2.5, 5, 1.5, -2.5, 5, -1.5, 2.5, 5, 1.5, 2.5 ) - -[sub_resource type="SpatialMaterial" id=10] -albedo_texture = ExtResource( 1 ) - -[sub_resource type="CubeMesh" id=11] -material = SubResource( 10 ) -size = Vector3( 10, 3, 5 ) - -[node name="battery" type="StaticBody"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.29514, -11.0669 ) - -[node name="CollisionShape" type="CollisionShape" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.35175, 0 ) -shape = SubResource( 12 ) - -[node name="MeshInstance" type="MeshInstance" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.35175, 0 ) -mesh = SubResource( 11 ) -- cgit v1.2.3