Added tank models
This commit is contained in:
parent
dc86066346
commit
38c7724992
24 changed files with 4271 additions and 11 deletions
0
2D Art/Cursor/Cursor.png.import
Executable file → Normal file
0
2D Art/Cursor/Cursor.png.import
Executable file → Normal file
BIN
Objects/Ai-tank/model/Bottom_tank_blender_enemy.glb
Normal file
BIN
Objects/Ai-tank/model/Bottom_tank_blender_enemy.glb
Normal file
Binary file not shown.
1065
Objects/Ai-tank/model/Bottom_tank_blender_enemy.glb.import
Normal file
1065
Objects/Ai-tank/model/Bottom_tank_blender_enemy.glb.import
Normal file
File diff suppressed because it is too large
Load diff
BIN
Objects/Ai-tank/model/aiStandardSurface16.material
Normal file
BIN
Objects/Ai-tank/model/aiStandardSurface16.material
Normal file
Binary file not shown.
BIN
Objects/Ai-tank/model/aiStandardSurface17.material
Normal file
BIN
Objects/Ai-tank/model/aiStandardSurface17.material
Normal file
Binary file not shown.
BIN
Objects/Ai-tank/model/aiStandardSurface18.material
Normal file
BIN
Objects/Ai-tank/model/aiStandardSurface18.material
Normal file
Binary file not shown.
BIN
Objects/Ai-tank/model/aiStandardSurface19.material
Normal file
BIN
Objects/Ai-tank/model/aiStandardSurface19.material
Normal file
Binary file not shown.
BIN
Objects/Ai-tank/model/aiStandardSurface20.material
Normal file
BIN
Objects/Ai-tank/model/aiStandardSurface20.material
Normal file
Binary file not shown.
BIN
Objects/Ai-tank/model/aiStandardSurface21.material
Normal file
BIN
Objects/Ai-tank/model/aiStandardSurface21.material
Normal file
Binary file not shown.
BIN
Objects/Ai-tank/model/tank_top_blender_enemy.glb
Normal file
BIN
Objects/Ai-tank/model/tank_top_blender_enemy.glb
Normal file
Binary file not shown.
1065
Objects/Ai-tank/model/tank_top_blender_enemy.glb.import
Normal file
1065
Objects/Ai-tank/model/tank_top_blender_enemy.glb.import
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://Objects/Ai-tank/tank00.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Objects/Player-tank/model/Bottom_tank.dae" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Objects/Player-tank/model/Top_tank.dae" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Objects/Ai-tank/model/Bottom_tank_blender_enemy.glb" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Objects/Ai-tank/model/tank_top_blender_enemy.glb" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Audio/TANK_Shoot_07_mono.wav" type="AudioStream" id=4]
|
||||
|
||||
[sub_resource type="BoxShape" id=1]
|
||||
|
@ -17,17 +17,17 @@ script = ExtResource( 1 )
|
|||
shape = SubResource( 1 )
|
||||
|
||||
[node name="Bottom_tank" parent="CollisionShapeBottom" instance=ExtResource( 2 )]
|
||||
transform = Transform( -1.44248e-06, 0, 33, 0, 33, 0, -33, 0, -1.44248e-06, 0, -1.90625, 0 )
|
||||
transform = Transform( -2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, -0.366518, 0.2957 )
|
||||
|
||||
[node name="CollisionShapeTop" type="CollisionShape" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.572825, 0 )
|
||||
shape = SubResource( 2 )
|
||||
|
||||
[node name="Top_tank" parent="CollisionShapeTop" instance=ExtResource( 3 )]
|
||||
transform = Transform( -1.44248e-06, 0, 33, 0, 33, 0, -33, 0, -1.44248e-06, 0, -2.74403, 0 )
|
||||
transform = Transform( -3.0598e-08, 0, 0.7, 0, 0.7, 0, -0.7, 0, -3.0598e-08, 0, 0.00615245, -0.303923 )
|
||||
|
||||
[node name="BulletGenerator" type="Position3D" parent="CollisionShapeTop/Top_tank"]
|
||||
transform = Transform( -1.32459e-09, 0, -0.030303, 0, 0.030303, 0, 0.030303, 0, -1.32459e-09, 0.124162, 0.0831104, -9.97006e-05 )
|
||||
transform = Transform( -6.24448e-08, 0, -1.42857, 0, 1.42857, 0, 1.42857, 0, -6.24448e-08, 5.41918, -0.236235, -0.00470019 )
|
||||
|
||||
[node name="TankAI" type="Node" parent="."]
|
||||
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
Objects/Player-tank/model/textured/aiStandardSurface16.material
Normal file
BIN
Objects/Player-tank/model/textured/aiStandardSurface16.material
Normal file
Binary file not shown.
BIN
Objects/Player-tank/model/textured/aiStandardSurface17.material
Normal file
BIN
Objects/Player-tank/model/textured/aiStandardSurface17.material
Normal file
Binary file not shown.
BIN
Objects/Player-tank/model/textured/aiStandardSurface18.material
Normal file
BIN
Objects/Player-tank/model/textured/aiStandardSurface18.material
Normal file
Binary file not shown.
BIN
Objects/Player-tank/model/textured/aiStandardSurface19.material
Normal file
BIN
Objects/Player-tank/model/textured/aiStandardSurface19.material
Normal file
Binary file not shown.
BIN
Objects/Player-tank/model/textured/aiStandardSurface20.material
Normal file
BIN
Objects/Player-tank/model/textured/aiStandardSurface20.material
Normal file
Binary file not shown.
BIN
Objects/Player-tank/model/textured/aiStandardSurface21.material
Normal file
BIN
Objects/Player-tank/model/textured/aiStandardSurface21.material
Normal file
Binary file not shown.
BIN
Objects/Player-tank/model/textured/tank_top_blender_player.glb
Normal file
BIN
Objects/Player-tank/model/textured/tank_top_blender_player.glb
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://Objects/Player-tank/Player.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Objects/Player-tank/model/Bottom_tank.dae" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Objects/Player-tank/model/Top_tank.dae" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Objects/Player-tank/model/textured/Bottom_tank_blender_player.glb" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Objects/Player-tank/model/textured/tank_top_blender_player.glb" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Audio/TANK_Shoot_07_mono.wav" type="AudioStream" id=4]
|
||||
|
||||
[sub_resource type="BoxShape" id=1]
|
||||
|
@ -20,17 +20,17 @@ transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 20.7
|
|||
shape = SubResource( 1 )
|
||||
|
||||
[node name="Bottom_tank" parent="CollisionShapeBottom" instance=ExtResource( 2 )]
|
||||
transform = Transform( -1.44248e-06, 0, 33, 0, 33, 0, -33, 0, -1.44248e-06, 0, -1.90625, 0 )
|
||||
transform = Transform( -2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, -0.365829, 0.311056 )
|
||||
|
||||
[node name="CollisionShapeTop" type="CollisionShape" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.572825, 0 )
|
||||
shape = SubResource( 2 )
|
||||
|
||||
[node name="Top_tank" parent="CollisionShapeTop" instance=ExtResource( 3 )]
|
||||
transform = Transform( -1.44248e-06, 0, 33, 0, 33, 0, -33, 0, -1.44248e-06, 0, -2.74403, 0 )
|
||||
transform = Transform( -3.0598e-08, 0, 0.7, 0, 0.7, 0, -0.7, 0, -3.0598e-08, 0, 0.00646502, -0.310289 )
|
||||
|
||||
[node name="BulletGenerator" type="Position3D" parent="CollisionShapeTop/Top_tank"]
|
||||
transform = Transform( -1.32459e-09, 0, -0.030303, 0, 0.030303, 0, 0.030303, 0, -1.32459e-09, 0.124162, 0.0831104, -9.97006e-05 )
|
||||
transform = Transform( -6.24448e-08, 0, -1.42857, 0, 1.42857, 0, 1.42857, 0, -6.24448e-08, 5.41008, -0.239993, -0.00470019 )
|
||||
|
||||
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
|
||||
stream = ExtResource( 4 )
|
||||
|
|
|
@ -38,7 +38,7 @@ mouse_cursor/custom_image="res://2D Art/Cursor/Cursor.png"
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/blender_importer/plugin.cfg", "res://addons/mixing-desk/plugin.cfg" )
|
||||
enabled=PoolStringArray( "res://addons/blender_importer/plugin.cfg" )
|
||||
|
||||
[gdnative]
|
||||
|
||||
|
|
Loading…
Reference in a new issue