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

29
CustomTooltip.tscn Normal file
View file

@ -0,0 +1,29 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://resources/fonts/TimesNewerRoman-Regular.otf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
size = 35
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0, 0, 0, 1 )
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
border_color = Color( 1, 1, 1, 1 )
border_blend = true
[node name="Node" type="Control"]
[node name="Node2D" type="Node2D" parent="."]
z_index = 4096
z_as_relative = false
[node name="Label" type="Label" parent="Node2D"]
margin_left = 25.0
margin_bottom = 49.0
custom_fonts/font = SubResource( 1 )
custom_styles/normal = SubResource( 2 )
text = "new tooltip"