Added new disclaimer splash
This commit is contained in:
parent
98d425dad1
commit
b03ce2b6a8
30 changed files with 992 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=8 format=2]
|
||||
[gd_scene load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://Levels/Menu.gd" type="Script" id=1]
|
||||
[ext_resource path="res://fonts/Extrude.ttf" type="DynamicFontData" id=2]
|
||||
|
@ -6,6 +6,16 @@
|
|||
[ext_resource path="res://2D Art/Software Splashes/Blender.png" type="Texture" id=4]
|
||||
[ext_resource path="res://2D Art/Software Splashes/Maya.png" type="Texture" id=5]
|
||||
[ext_resource path="res://2D Art/Software Splashes/skillsUSA.png" type="Texture" id=6]
|
||||
[ext_resource path="res://fonts/Born2bSportyV2.ttf" type="DynamicFontData" id=7]
|
||||
|
||||
[sub_resource type="DynamicFont" id=2]
|
||||
font_data = ExtResource( 7 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
font_data = ExtResource( 7 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=4]
|
||||
font_data = ExtResource( 7 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 200
|
||||
|
@ -29,19 +39,22 @@ rect_scale = Vector2( 2, 2 )
|
|||
|
||||
[node name="StartButton" type="Button" parent="VBoxContainer"]
|
||||
margin_right = 63.0
|
||||
margin_bottom = 20.0
|
||||
margin_bottom = 22.0
|
||||
custom_fonts/font = SubResource( 2 )
|
||||
text = "Play"
|
||||
|
||||
[node name="OptionsButton" type="Button" parent="VBoxContainer"]
|
||||
margin_top = 24.0
|
||||
margin_top = 26.0
|
||||
margin_right = 63.0
|
||||
margin_bottom = 44.0
|
||||
margin_bottom = 48.0
|
||||
custom_fonts/font = SubResource( 3 )
|
||||
text = "Options"
|
||||
|
||||
[node name="ExitButton" type="Button" parent="VBoxContainer"]
|
||||
margin_top = 48.0
|
||||
margin_top = 52.0
|
||||
margin_right = 63.0
|
||||
margin_bottom = 68.0
|
||||
margin_bottom = 74.0
|
||||
custom_fonts/font = SubResource( 4 )
|
||||
text = "Quit"
|
||||
|
||||
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
|
||||
|
|
|
@ -17,7 +17,7 @@ func _ready():
|
|||
|
||||
|
||||
func _on_StartButton_pressed():
|
||||
get_tree().change_scene("res://Levels/Level01.tscn")
|
||||
get_tree().change_scene("res://Levels/Notice.tscn")
|
||||
|
||||
func _on_OptionsButton_pressed():
|
||||
get_tree().change_scene("res://Levels/Options.tscn")
|
||||
|
|
6
Levels/Notice.gd
Normal file
6
Levels/Notice.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Control
|
||||
|
||||
|
||||
func _physics_process(delta):
|
||||
if Input.is_action_pressed("ui_accept"):
|
||||
get_tree().change_scene("res://Levels/Level01.tscn")
|
153
Levels/Notice.tscn
Normal file
153
Levels/Notice.tscn
Normal file
|
@ -0,0 +1,153 @@
|
|||
[gd_scene load_steps=13 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/Born2bSportyV2.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://Levels/Notice.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 106
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=2]
|
||||
size = 100
|
||||
outline_size = 9
|
||||
outline_color = Color( 1, 0, 0, 1 )
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
size = 71
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=4]
|
||||
size = 60
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=5]
|
||||
size = 60
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=6]
|
||||
size = 60
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=7]
|
||||
size = 60
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=8]
|
||||
size = 60
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=9]
|
||||
size = 71
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=10]
|
||||
size = 30
|
||||
outline_size = 2
|
||||
outline_color = Color( 1, 0, 0, 1 )
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[node name="Notice" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -755.0
|
||||
margin_top = 77.0
|
||||
margin_right = 755.0
|
||||
margin_bottom = 184.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
margin_right = 1510.0
|
||||
margin_bottom = 107.0
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
text = "This game was made in about 3 weeks"
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 111.0
|
||||
margin_right = 1510.0
|
||||
margin_bottom = 211.0
|
||||
custom_fonts/font = SubResource( 2 )
|
||||
text = "Expect bugs and lacking content"
|
||||
align = 1
|
||||
|
||||
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -230.0
|
||||
margin_top = 416.0
|
||||
margin_right = 230.0
|
||||
margin_bottom = 884.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer2"]
|
||||
margin_right = 460.0
|
||||
margin_bottom = 72.0
|
||||
custom_fonts/font = SubResource( 3 )
|
||||
text = "Planned Features"
|
||||
align = 1
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer2"]
|
||||
margin_top = 76.0
|
||||
margin_right = 460.0
|
||||
margin_bottom = 136.0
|
||||
custom_fonts/font = SubResource( 4 )
|
||||
text = "- More levels"
|
||||
align = 1
|
||||
|
||||
[node name="Label3" type="Label" parent="VBoxContainer2"]
|
||||
margin_top = 140.0
|
||||
margin_right = 460.0
|
||||
margin_bottom = 200.0
|
||||
custom_fonts/font = SubResource( 5 )
|
||||
text = "- Multiplayer"
|
||||
align = 1
|
||||
|
||||
[node name="Label4" type="Label" parent="VBoxContainer2"]
|
||||
margin_top = 204.0
|
||||
margin_right = 460.0
|
||||
margin_bottom = 264.0
|
||||
custom_fonts/font = SubResource( 6 )
|
||||
text = "- Health system"
|
||||
align = 1
|
||||
|
||||
[node name="Label5" type="Label" parent="VBoxContainer2"]
|
||||
margin_top = 268.0
|
||||
margin_right = 460.0
|
||||
margin_bottom = 328.0
|
||||
custom_fonts/font = SubResource( 7 )
|
||||
text = "- Health bar"
|
||||
align = 1
|
||||
|
||||
[node name="Label6" type="Label" parent="VBoxContainer2"]
|
||||
margin_top = 332.0
|
||||
margin_right = 460.0
|
||||
margin_bottom = 392.0
|
||||
custom_fonts/font = SubResource( 8 )
|
||||
text = "- Bosses"
|
||||
align = 1
|
||||
|
||||
[node name="Label7" type="Label" parent="VBoxContainer2"]
|
||||
margin_top = 396.0
|
||||
margin_right = 460.0
|
||||
margin_bottom = 468.0
|
||||
custom_fonts/font = SubResource( 9 )
|
||||
text = "And much more!"
|
||||
align = 1
|
||||
|
||||
[node name="VBoxContainer3" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -156.0
|
||||
margin_top = 1001.0
|
||||
margin_right = 156.0
|
||||
margin_bottom = 1041.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer3"]
|
||||
margin_right = 312.0
|
||||
margin_bottom = 31.0
|
||||
custom_fonts/font = SubResource( 10 )
|
||||
text = "Press Enter to continue..."
|
||||
align = 1
|
|
@ -1,31 +1,5 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Objects/tutorial-map/tutorial_level.dae" type="PackedScene" id=1]
|
||||
|
||||
[sub_resource type="BoxShape" id=1]
|
||||
extents = Vector3( 18.1448, 0.00492495, 14.7012 )
|
||||
|
||||
[sub_resource type="BoxShape" id=3]
|
||||
extents = Vector3( 1.35244, 0.269861, 0.0207385 )
|
||||
|
||||
[sub_resource type="BoxShape" id=2]
|
||||
extents = Vector3( 1.65144, 0.260444, 0.0241341 )
|
||||
|
||||
[node name="tutorial_level" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="StaticBody" type="StaticBody" parent="." index="1315"]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="StaticBody" index="0"]
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="CollisionShape2" type="CollisionShape" parent="StaticBody" index="1"]
|
||||
transform = Transform( 1, 0, 0, 0, 0.628701, 0, 0, 0, 1, -1.66727, 0.174214, -1.30502 )
|
||||
shape = SubResource( 3 )
|
||||
|
||||
[node name="CollisionShape3" type="CollisionShape" parent="StaticBody" index="2"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.36769, 0.271098, -1.87703 )
|
||||
shape = SubResource( 2 )
|
||||
|
||||
[node name="CollisionShape4" type="CollisionShape" parent="StaticBody" index="3"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.36769, 0.271098, 0.255545 )
|
||||
shape = SubResource( 2 )
|
||||
|
|
|
@ -27,6 +27,9 @@ func _physics_process(delta):
|
|||
print ("Found AI Tank")
|
||||
self.queue_free()
|
||||
body.queue_free()
|
||||
else:
|
||||
print ("Bullet Collided with something else")
|
||||
self.queue_free()
|
||||
|
||||
|
||||
func _on_Shell_body_entered(body):
|
||||
|
|
35
Objects/tutorial-map/textures/Metal_tank_picture.jpg.import
Normal file
35
Objects/tutorial-map/textures/Metal_tank_picture.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Metal_tank_picture.jpg-15a542939074766b67421231a71ded9c.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/Metal_tank_picture.jpg"
|
||||
dest_files=[ "res://.import/Metal_tank_picture.jpg-15a542939074766b67421231a71ded9c.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_AudioEquipment0061_1_M.jpg-b97514d6e687eb02665d3f73c61f1771.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_AudioEquipment0061_1_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_AudioEquipment0061_1_M.jpg-b97514d6e687eb02665d3f73c61f1771.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_BronzeCopper0087_1_M.jpg-80a8a5380acf5c228bdb1885ba2e0701.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_BronzeCopper0087_1_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_BronzeCopper0087_1_M.jpg-80a8a5380acf5c228bdb1885ba2e0701.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_Cargo0095_M.jpg-91d135837386ed4ed7b5222ecb315ad6.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_Cargo0095_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_Cargo0095_M.jpg-91d135837386ed4ed7b5222ecb315ad6.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_Electronics0066_1_M.jpg-d4adc8792d4ecc83c42efebe38f1ca28.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_Electronics0066_1_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_Electronics0066_1_M.jpg-d4adc8792d4ecc83c42efebe38f1ca28.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_MachineryHeavy0066_1_M.jpg-b206c50764afa9bd728a57f39daa4e91.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_MachineryHeavy0066_1_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_MachineryHeavy0066_1_M.jpg-b206c50764afa9bd728a57f39daa4e91.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_MachineryHeavy0066_2_S.jpg-be4d717c5f7517f7717a6d708b399d63.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_MachineryHeavy0066_2_S.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_MachineryHeavy0066_2_S.jpg-be4d717c5f7517f7717a6d708b399d63.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_Rubber0035_1_M.jpg-cd36a99c17dcebd115ea13f0ba2fcc95.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_Rubber0035_1_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_Rubber0035_1_M.jpg-cd36a99c17dcebd115ea13f0ba2fcc95.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_Stripes0101_5_seamless_S.png-90769e93b25f229122e18738e5be1dec.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_Stripes0101_5_seamless_S.png"
|
||||
dest_files=[ "res://.import/TexturesCom_Stripes0101_5_seamless_S.png-90769e93b25f229122e18738e5be1dec.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_Various0315_2_M.jpg-fb81b467f7537aabdf65284975874acc.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_Various0315_2_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_Various0315_2_M.jpg-fb81b467f7537aabdf65284975874acc.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/TexturesCom_Various0315_5_M.jpg-add0d17625b41b8c717c5ae70f5c6b31.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/TexturesCom_Various0315_5_M.jpg"
|
||||
dest_files=[ "res://.import/TexturesCom_Various0315_5_M.jpg-add0d17625b41b8c717c5ae70f5c6b31.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/concrete_1.png.import
Normal file
35
Objects/tutorial-map/textures/concrete_1.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/concrete_1.png-6719e948107ef0839aa15bf48cf53d84.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/concrete_1.png"
|
||||
dest_files=[ "res://.import/concrete_1.png-6719e948107ef0839aa15bf48cf53d84.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/concrete_game.jpg.import
Normal file
35
Objects/tutorial-map/textures/concrete_game.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/concrete_game.jpg-1681a412512cb14d96c2735b3b3702fe.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/concrete_game.jpg"
|
||||
dest_files=[ "res://.import/concrete_game.jpg-1681a412512cb14d96c2735b3b3702fe.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/crate_rwrld.webp.import
Normal file
35
Objects/tutorial-map/textures/crate_rwrld.webp.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/crate_rwrld.webp-3d66d161a32bfc73a342a416a4dea8a5.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/crate_rwrld.webp"
|
||||
dest_files=[ "res://.import/crate_rwrld.webp-3d66d161a32bfc73a342a416a4dea8a5.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/crate_sprite.png.import
Normal file
35
Objects/tutorial-map/textures/crate_sprite.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/crate_sprite.png-95991593253fb9079e1b14f9b4aff392.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/crate_sprite.png"
|
||||
dest_files=[ "res://.import/crate_sprite.png-95991593253fb9079e1b14f9b4aff392.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/crte.jpg.import
Normal file
35
Objects/tutorial-map/textures/crte.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/crte.jpg-cb6a94296f0b855cc923c99cc6cd5698.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/crte.jpg"
|
||||
dest_files=[ "res://.import/crte.jpg-cb6a94296f0b855cc923c99cc6cd5698.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/flag_UV1.jpg.import
Normal file
35
Objects/tutorial-map/textures/flag_UV1.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/flag_UV1.jpg-0d6b82541635c016d3576bfa8cc8bb71.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/flag_UV1.jpg"
|
||||
dest_files=[ "res://.import/flag_UV1.jpg-0d6b82541635c016d3576bfa8cc8bb71.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/granite_pillars_game.jpg-bd05c8966a9eb9f3c3296fc013cdad5f.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/granite_pillars_game.jpg"
|
||||
dest_files=[ "res://.import/granite_pillars_game.jpg-bd05c8966a9eb9f3c3296fc013cdad5f.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/light_granite_pillar_game.jpg-5ec4612f1bbd37fb2b75594563f488ef.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/light_granite_pillar_game.jpg"
|
||||
dest_files=[ "res://.import/light_granite_pillar_game.jpg-5ec4612f1bbd37fb2b75594563f488ef.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/red_cube1.jpg.import
Normal file
35
Objects/tutorial-map/textures/red_cube1.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/red_cube1.jpg-6815ef5335a3ffeb85d7d8ffc9423117.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/red_cube1.jpg"
|
||||
dest_files=[ "res://.import/red_cube1.jpg-6815ef5335a3ffeb85d7d8ffc9423117.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/wall_Militry_game.jpg.import
Normal file
35
Objects/tutorial-map/textures/wall_Militry_game.jpg.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/wall_Militry_game.jpg-da9a8b1a1280563f3db58cd8b1c1fee5.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/wall_Militry_game.jpg"
|
||||
dest_files=[ "res://.import/wall_Militry_game.jpg-da9a8b1a1280563f3db58cd8b1c1fee5.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/zipper-4993952__340.webp-416dfc57f5174c5edf977d74461c0e6a.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/zipper-4993952__340.webp"
|
||||
dest_files=[ "res://.import/zipper-4993952__340.webp-416dfc57f5174c5edf977d74461c0e6a.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
35
Objects/tutorial-map/textures/zipper_bunkerUV.webp.import
Normal file
35
Objects/tutorial-map/textures/zipper_bunkerUV.webp.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/zipper_bunkerUV.webp-8ceccc6b60ab19d913b4abbf7ab0bc26.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/tutorial-map/textures/zipper_bunkerUV.webp"
|
||||
dest_files=[ "res://.import/zipper_bunkerUV.webp-8ceccc6b60ab19d913b4abbf7ab0bc26.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
|
@ -36,6 +36,10 @@ window/size/height=1080
|
|||
window/size/fullscreen=true
|
||||
mouse_cursor/custom_image="res://2D Art/Cursor/Cursor.png"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/mixing-desk/plugin.cfg" )
|
||||
|
||||
[gdnative]
|
||||
|
||||
singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ]
|
||||
|
|
Loading…
Reference in a new issue