mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
fixed fonts not being loaded on export
This commit is contained in:
@@ -1,12 +1,24 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://d3ptkkqrbxti7"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://d3ptkkqrbxti7"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bn1kect7h2dlp" path="res://Scenes/Prefabs/LevelObjects/BulletBillGenerator.tscn" id="1_tqe64"]
|
||||
[ext_resource type="PackedScene" uid="uid://d04e1qv3si8j" path="res://Scenes/Prefabs/Entities/Enemies/RedCheepCheep.tscn" id="2_thtyo"]
|
||||
[ext_resource type="Texture2D" uid="uid://cd8q0nuveukv1" path="res://Assets/Sprites/Editor/CheepCheepSideGenerator.png" id="3_nd37u"]
|
||||
[ext_resource type="Script" uid="uid://bq0pc2vhp35t2" path="res://Scripts/Parts/EntityGenerator.gd" id="4_nd37u"]
|
||||
[ext_resource type="PackedScene" uid="uid://bdirphnfabey8" path="res://Scenes/Prefabs/Entities/Enemies/GreenCheepCheep.tscn" id="5_d47d1"]
|
||||
|
||||
[node name="EntityGenerator" instance=ExtResource("1_tqe64")]
|
||||
threshold = 4.0
|
||||
y_pos = 1
|
||||
entity_scene = ExtResource("2_thtyo")
|
||||
|
||||
[node name="Sprite" parent="LevelEditorVisibleNode" index="0"]
|
||||
texture = ExtResource("3_nd37u")
|
||||
|
||||
[node name="EntityGenerator" type="Node2D" parent="." index="2"]
|
||||
script = ExtResource("4_nd37u")
|
||||
threshold = 3.0
|
||||
y_pos = 1
|
||||
entity_scene = ExtResource("5_d47d1")
|
||||
metadata/_custom_type_script = "uid://bq0pc2vhp35t2"
|
||||
|
||||
[connection signal="activated" from="." to="EntityGenerator" method="activate"]
|
||||
|
@@ -1,7 +1,6 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://ccwil8rmgvund"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ccwil8rmgvund"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="1_jxnhn"]
|
||||
[ext_resource type="Resource" uid="uid://8dcuxbc3h2u2" path="res://Resources/ThemedResources/Font.tres" id="2_fxuqy"]
|
||||
[ext_resource type="Script" uid="uid://dt2p68xl462v2" path="res://Scripts/Parts/TextShadowColourChanger.gd" id="3_8hggr"]
|
||||
|
||||
[node name="TextLabel" type="Label"]
|
||||
@@ -13,7 +12,6 @@ uppercase = true
|
||||
[node name="LabelFontChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
|
||||
script = ExtResource("1_jxnhn")
|
||||
labels = [NodePath("..")]
|
||||
resource = ExtResource("2_fxuqy")
|
||||
metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
|
||||
|
||||
[node name="TextShadowColourChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
|
||||
|
Reference in New Issue
Block a user