Files
EGJ25/template/scenes/credits/scrollable_credits.tscn
minimata f6dae54fd0
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 12s
Create tag and build when new code gets to main / Export (push) Successful in 2m31s
fix: added voiceline and removed broken credits
2025-06-29 14:58:36 +02:00

25 lines
905 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b7v0tjak702f1"]
[ext_resource type="PackedScene" uid="uid://osxulxw2oas3" path="res://addons/maaacks_menus_template/base/scenes/credits/scrollable_credits.tscn" id="1_asmyn"]
[ext_resource type="Script" uid="uid://b178v1bnhgdq0" path="res://template/scenes/credits/scrollable_credits.gd" id="2_wmmti"]
[node name="ScrollableCredits" instance=ExtResource("1_asmyn")]
script = ExtResource("2_wmmti")
[node name="CreditsLabel" parent="." index="0"]
text = "[center][font_size=48]DÉVELOPPEUR-EUSE-S[/font_size]
[font_size=32]ECRITURE, VOIX-OFF ET VISUELS ADDITIONELS[/font_size]
GARANCE MULLER-SEREX
[font_size=32]SOUND DESIGN ET MUSIQUE[/font_size]
QUENTIN HUEGI
[font_size=32]PROGRAMMATION ET LEVEL DESIGN[/font_size]
ALEXANDRE SEREX-MULLER
[font_size=48]MERCI D'AVOIR JOUÉ![/font_size]
[/center]"
attribution_file_path = "res://template/ATTRIBUTION.md"