Merge branch 'main' of http://100.122.170.68:3000/siembra/tux-typing-plus
Fix
This commit is contained in:
@@ -17,7 +17,7 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
|
||||
config/name="Tux Typing Plus"
|
||||
run/main_scene="uid://crqsl4b6r12bj"
|
||||
config/features=PackedStringArray("4.6", "Mobile")
|
||||
config/icon="uid://cicpbsmd3i1x4"
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[display]
|
||||
|
||||
|
||||
3
testscene.tscn
Normal file
3
testscene.tscn
Normal file
@@ -0,0 +1,3 @@
|
||||
[gd_scene format=3 uid="uid://crqsl4b6r12bj"]
|
||||
|
||||
[node name="testscene" type="Node2D"]
|
||||
47
title.tscn
Normal file
47
title.tscn
Normal file
@@ -0,0 +1,47 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://efrp36k4fauj"]
|
||||
|
||||
[ext_resource type="Shader" path="res://scroll.gdshader" id="1_kpexm"]
|
||||
[ext_resource type="Texture2D" uid="uid://db557qcd1godx" path="res://textures/scrolbackground.png" id="2_3xoar"]
|
||||
[ext_resource type="Texture2D" uid="uid://dew71sa7dwdnc" path="res://textures/tux typing +.png" id="3_mom7w"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_7lgly"]
|
||||
shader = ExtResource("1_kpexm")
|
||||
shader_parameter/speed = 0.1
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_kpexm"]
|
||||
font_size = 88
|
||||
outline_size = 30
|
||||
outline_color = Color(0.97571033, 0.39818302, 0.64404315, 1)
|
||||
shadow_size = 32
|
||||
shadow_color = Color(0.9254902, 0.38039216, 0.6666667, 1)
|
||||
shadow_offset = Vector2(9.8, 5.495)
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
offset_right = 1152.0
|
||||
offset_bottom = 643.0
|
||||
|
||||
[node name="background" type="TextureRect" parent="."]
|
||||
material = SubResource("ShaderMaterial_7lgly")
|
||||
offset_right = 1147.0
|
||||
offset_bottom = 645.0
|
||||
texture = ExtResource("2_3xoar")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="title" type="TextureRect" parent="."]
|
||||
offset_left = 113.0
|
||||
offset_top = -139.0
|
||||
offset_right = 1127.0935
|
||||
offset_bottom = 624.0
|
||||
texture = ExtResource("3_mom7w")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
offset_left = 508.0
|
||||
offset_top = 445.0
|
||||
offset_right = 813.0
|
||||
offset_bottom = 566.0
|
||||
scale = Vector2(0.5, 0.5)
|
||||
text = "Start!"
|
||||
label_settings = SubResource("LabelSettings_kpexm")
|
||||
horizontal_alignment = 1
|
||||
Reference in New Issue
Block a user