Initial Android commit

This commit is contained in:
OleSTEEP 2024-11-10 03:34:28 +03:00
commit 1e2b80c13d
8521 changed files with 231475 additions and 0 deletions

View file

@ -0,0 +1,69 @@
[settings]
name="Default Theme"
[text]
alignment=0
font="res://resources/fonts/TimesNewerRoman-Regular.otf"
preview="Кек а что делать? This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]"
bold_font="res://resources/fonts/TimesNewerRoman-Bold.otf"
italic_font="res://resources/fonts/TimesNewerRoman-Italic.otf"
text_margin_right=0.0
text_margin_top=0.0
text_margin_left=0.0
[buttons]
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", false, Color( 1, 1, 1, 1 ) ]
hover=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", true, Color( 0.25098, 0.239216, 0.239216, 0.67451 ) ]
pressed=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", true, Color( 1, 1, 1, 0.75 ) ]
disabled=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", false, Color( 1, 1, 1, 1 ) ]
gap=3.0
padding=Vector2( 0, 0 )
[background]
full_width=true
image="res://resources/graphics/GUI/kadark.webp"
modulation=true
use_color=false
color="#ff000000"
modulation_color="#ddffffff"
[next_indicator]
scale=0.3
offset=Vector2( 13, 0 )
animation="Pulse"
[audio]
typing={
"allow_interrupt": true,
"audio_bus": "Master",
"enable": false,
"path": "res://addons/dialogic/Example Assets/Sound Effects/Beep.wav",
"pitch": 1.0,
"pitch_rand_range": 0.0,
"volume": 0.0,
"volume_rand_range": 0.0
}
[box]
size=Vector2( 903, 167 )
box_margin_bottom=0.0
box_margin_left=0.0
box_margin_top=0.0
box_margin_right=0.0
[name]
image="res://resources/graphics/GUI/NameBorder.webp"
image_visible=true
shadow="#a3ffffff"
shadow_offset=Vector2( 1, 1 )
shadow_visible=false

View file

@ -0,0 +1,71 @@
[settings]
name="theme_black"
[text]
alignment=0
font="res://resources/fonts/TimesNewerRoman-Regular.otf"
preview="Кек а что делать? This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]"
bold_font="res://resources/fonts/TimesNewerRoman-Bold.otf"
italic_font="res://resources/fonts/TimesNewerRoman-Italic.otf"
text_margin_right=0.0
text_margin_top=0.0
text_margin_left=0.0
[buttons]
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", false, Color( 1, 1, 1, 1 ) ]
hover=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", true, Color( 0.25098, 0.239216, 0.239216, 0.67451 ) ]
pressed=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", true, Color( 1, 1, 1, 1 ) ]
disabled=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.webp", false, Color( 1, 1, 1, 1 ) ]
gap=3.0
padding=Vector2( 0, 0 )
[background]
full_width=true
image="res://resources/graphics/GUI/kadark.webp"
modulation=true
use_color=false
color="#ff000000"
modulation_color="#ddffffff"
[next_indicator]
scale=0.3
offset=Vector2( 13, 0 )
animation="Pulse"
[audio]
typing={
"allow_interrupt": true,
"audio_bus": "Master",
"enable": false,
"path": "res://addons/dialogic/Example Assets/Sound Effects/Beep.wav",
"pitch": 1.0,
"pitch_rand_range": 0.0,
"volume": 0.0,
"volume_rand_range": 0.0
}
[box]
size=Vector2( 903, 167 )
box_margin_bottom=0.0
box_margin_left=0.0
box_margin_top=0.0
box_margin_right=0.0
[name]
image="res://resources/graphics/GUI/NameBorder.webp"
image_visible=true
shadow="#a3ffffff"
shadow_offset=Vector2( 2, 2 )
background="#61ffffff"
modulation_color="#65ffffff"
modulation=true
background_visible=false