Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
57
scenes/GameEnd/LooseScene.tscn
Normal file
57
scenes/GameEnd/LooseScene.tscn
Normal file
|
@ -0,0 +1,57 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GameEnd/LooseScene.gd" type="Script" id=1]
|
||||
[ext_resource path="res://zoom_in_shader.tres" type="Shader" id=2]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene12/zoom.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene12/Blood_02.webp" type="Texture" id=4]
|
||||
|
||||
[sub_resource type="DynamicFontData" id=5]
|
||||
font_path = "res://resources/fonts/OneEleven.ttf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
size = 650
|
||||
outline_size = 15
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
use_filter = true
|
||||
font_data = SubResource( 5 )
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/tiling = Vector2( 1, 1 )
|
||||
shader_param/offset = Vector2( 0, 0 )
|
||||
|
||||
[node name="LooseScene" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="ForScale" type="Node2D" parent="."]
|
||||
scale = Vector2( 0.5, 0.5 )
|
||||
|
||||
[node name="EndText" type="Label" parent="ForScale"]
|
||||
modulate = Color( 1, 1, 1, 0 )
|
||||
margin_top = 740.0
|
||||
margin_right = 3842.0
|
||||
margin_bottom = 1534.0
|
||||
custom_fonts/font = SubResource( 3 )
|
||||
text = "DEAD"
|
||||
align = 1
|
||||
|
||||
[node name="Tween" type="Tween" parent="."]
|
||||
|
||||
[node name="death" type="Node2D" parent="."]
|
||||
scale = Vector2( 0.5, 0.5 )
|
||||
|
||||
[node name="Light2D" type="Sprite" parent="death"]
|
||||
self_modulate = Color( 1, 0, 0, 1 )
|
||||
material = SubResource( 4 )
|
||||
texture = ExtResource( 4 )
|
||||
centered = false
|
||||
|
||||
[node name="Tween" type="Tween" parent="death/Light2D"]
|
||||
|
||||
[node name="Polygon2D" type="Sprite" parent="death"]
|
||||
material = SubResource( 2 )
|
||||
position = Vector2( 1920, 1080 )
|
||||
z_index = 5
|
||||
texture = ExtResource( 3 )
|
81
scenes/GameEnd/WinScene.tscn
Normal file
81
scenes/GameEnd/WinScene.tscn
Normal file
|
@ -0,0 +1,81 @@
|
|||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GameEnd/WinScene.gd" type="Script" id=1]
|
||||
|
||||
[sub_resource type="DynamicFontData" id=1]
|
||||
font_path = "res://resources/fonts/OneEleven.ttf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=2]
|
||||
size = 650
|
||||
outline_size = 15
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
use_filter = true
|
||||
font_data = SubResource( 1 )
|
||||
|
||||
[sub_resource type="DynamicFontData" id=4]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=8]
|
||||
size = 11
|
||||
use_filter = true
|
||||
font_data = SubResource( 4 )
|
||||
|
||||
[sub_resource type="DynamicFontData" id=7]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Italic.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=9]
|
||||
size = 35
|
||||
outline_size = 2
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
use_filter = true
|
||||
font_data = SubResource( 7 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=10]
|
||||
size = 60
|
||||
outline_size = 3
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
use_mipmaps = true
|
||||
font_data = SubResource( 7 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=11]
|
||||
size = 35
|
||||
outline_size = 2
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
use_filter = true
|
||||
font_data = SubResource( 4 )
|
||||
|
||||
[node name="WinScene" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="ForScale" type="Node2D" parent="."]
|
||||
scale = Vector2( 0.5, 0.5 )
|
||||
|
||||
[node name="EndText" type="Label" parent="ForScale"]
|
||||
modulate = Color( 1, 1, 1, 0 )
|
||||
margin_top = 660.0
|
||||
margin_right = 3840.0
|
||||
margin_bottom = 1454.0
|
||||
custom_fonts/font = SubResource( 2 )
|
||||
text = "ВЫЖИЛ"
|
||||
align = 1
|
||||
|
||||
[node name="Tween" type="Tween" parent="."]
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
|
||||
[node name="authors" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="AuthorText" type="RichTextLabel" parent="authors"]
|
||||
margin_top = 1000.0
|
||||
margin_right = 1920.0
|
||||
margin_bottom = 11000.0
|
||||
custom_fonts/mono_font = SubResource( 8 )
|
||||
custom_fonts/italics_font = SubResource( 9 )
|
||||
custom_fonts/bold_font = SubResource( 10 )
|
||||
custom_fonts/normal_font = SubResource( 11 )
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "[center]TEST[/center]"
|
||||
meta_underlined = false
|
||||
text = "TEST"
|
||||
scroll_active = false
|
Loading…
Add table
Add a link
Reference in a new issue