feat(escoria4): upgraded project to Godot 4.4
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://fgwob47tewuf"]
|
||||
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/uliwood-productions.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/scrollingText.gd" type="Script" id=2]
|
||||
[ext_resource type="Texture2D" uid="uid://cb3kflkgoepre" path="res://gymkhana/rooms/turno_cocina/creditos/assets/uliwood-productions.png" id="1"]
|
||||
[ext_resource type="Script" uid="uid://cobcmilgvn3j7" path="res://gymkhana/rooms/turno_cocina/creditos/scrollingText.gd" id="2"]
|
||||
|
||||
[sub_resource type="Theme" id=1]
|
||||
[sub_resource type="Theme" id="1"]
|
||||
|
||||
[node name="scrollingText" type="VBoxContainer"]
|
||||
offset_left = 357.0
|
||||
offset_right = 922.0
|
||||
offset_bottom = 744.0
|
||||
grow_horizontal = 0
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
offset_right = 600.0
|
||||
offset_bottom = 30.0
|
||||
theme = SubResource( 1 )
|
||||
theme = SubResource("1")
|
||||
bbcode_enabled = true
|
||||
text = "[center][u]Las Gymkhanicas de Uli[/u][/center]
|
||||
"
|
||||
@@ -118,4 +118,4 @@ por hacer posible este juego"
|
||||
offset_top = 511.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 806.0
|
||||
texture = ExtResource( 1 )
|
||||
texture = ExtResource("1")
|
||||
|
||||
Reference in New Issue
Block a user