26 lines
679 B
Text
26 lines
679 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://characters/Evelyne/evelyne_neutre.png" type="Texture" id=1]
|
|
[ext_resource path="res://scenes/end-screen/EndCharacter.gd" type="Script" id=2]
|
|
|
|
[node name="EndCharacter" type="Control"]
|
|
margin_right = 400.0
|
|
margin_bottom = 659.0
|
|
rect_min_size = Vector2( 400, 0 )
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_default_cursor_shape = 2
|
|
texture_normal = ExtResource( 1 )
|
|
expand = true
|
|
stretch_mode = 5
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HoverTween" type="Tween" parent="."]
|