Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
96
scenes/Credits.tscn
Normal file
96
scenes/Credits.tscn
Normal file
|
@ -0,0 +1,96 @@
|
|||
[gd_scene load_steps=17 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/Credits.gd" type="Script" id=1]
|
||||
[ext_resource path="res://resources/effects/blur.gdshader" type="Shader" id=2]
|
||||
[ext_resource path="res://resources/effects/MovingBackground.gdshader" type="Shader" id=3]
|
||||
[ext_resource path="res://resources/graphics/gameMenu/background/3Ground.webp" type="Texture" id=4]
|
||||
[ext_resource path="res://resources/graphics/clouds/Clouds_Menu_1.webp" type="Texture" id=5]
|
||||
[ext_resource path="res://resources/graphics/clouds/Cloud_2_1.webp" type="Texture" id=6]
|
||||
[ext_resource path="res://resources/graphics/gameMenu/background/1Sky.webp" type="Texture" id=7]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/direction = Vector2( 1, 0 )
|
||||
shader_param/speed_scale = 0.004
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/direction = Vector2( 1, 0 )
|
||||
shader_param/speed_scale = 0.002
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=3]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/blur_amount = 2.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=10]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=6]
|
||||
size = 11
|
||||
use_filter = true
|
||||
font_data = SubResource( 10 )
|
||||
|
||||
[sub_resource type="DynamicFontData" id=11]
|
||||
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( 11 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=8]
|
||||
size = 60
|
||||
outline_size = 3
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
use_mipmaps = true
|
||||
font_data = SubResource( 11 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=5]
|
||||
size = 35
|
||||
outline_size = 2
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
use_filter = true
|
||||
font_data = SubResource( 10 )
|
||||
|
||||
[node name="Credits" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="1Sky" type="Sprite" parent="."]
|
||||
z_index = -1
|
||||
texture = ExtResource( 7 )
|
||||
centered = false
|
||||
|
||||
[node name="Cloud1" type="Sprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
texture = ExtResource( 6 )
|
||||
centered = false
|
||||
|
||||
[node name="Cloud3" type="Sprite" parent="."]
|
||||
material = SubResource( 2 )
|
||||
texture = ExtResource( 5 )
|
||||
centered = false
|
||||
|
||||
[node name="House" type="Sprite" parent="."]
|
||||
texture = ExtResource( 4 )
|
||||
centered = false
|
||||
|
||||
[node name="Blur" type="Polygon2D" parent="."]
|
||||
material = SubResource( 3 )
|
||||
|
||||
[node name="authors" type="Node2D" parent="."]
|
||||
|
||||
[node name="AuthorText" type="RichTextLabel" parent="authors"]
|
||||
margin_top = 1000.0
|
||||
margin_right = 1920.0
|
||||
margin_bottom = 11000.0
|
||||
custom_fonts/mono_font = SubResource( 6 )
|
||||
custom_fonts/italics_font = SubResource( 9 )
|
||||
custom_fonts/bold_font = SubResource( 8 )
|
||||
custom_fonts/normal_font = SubResource( 5 )
|
||||
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