1
0
Fork 0
Cleanomancer/Scenes/Credits.tscn

29 lines
929 B
Plaintext

[gd_scene load_steps=6 format=2]
[ext_resource path="res://Textures/credit_finished.png" type="Texture" id=1]
[ext_resource path="res://Textures/Buttons/menu.png" type="Texture" id=2]
[ext_resource path="res://Textures/Buttons/menu_pressed.png" type="Texture" id=3]
[ext_resource path="res://Script/Credits.gd" type="Script" id=4]
[ext_resource path="res://Textures/credit_unfinished.png" type="Texture" id=5]
[node name="Credits" type="Node2D"]
script = ExtResource( 4 )
finished = ExtResource( 1 )
not_finished = ExtResource( 5 )
[node name="Background" type="Sprite" parent="."]
position = Vector2( 960, 538.413 )
texture = ExtResource( 5 )
[node name="Menu" type="TextureButton" parent="."]
margin_left = 1300.0
margin_top = 850.0
margin_right = 1650.0
margin_bottom = 1010.0
texture_normal = ExtResource( 2 )
texture_pressed = ExtResource( 3 )
texture_hover = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}