pir-serious-game-ethics/scenes/end-screen/EndCharacter.tscn

29 lines
820 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://characters/Evelyne/evelyne_angry.png" type="Texture" id=1]
[ext_resource path="res://scenes/end-screen/EndCharacter.gd" type="Script" id=2]
[ext_resource path="res://scenes/end-screen/HoverControl.tscn" type="PackedScene" id=3]
[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="TextureRect" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_default_cursor_shape = 2
texture = ExtResource( 1 )
expand = true
stretch_mode = 6
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HoverTween" type="Tween" parent="."]
[node name="HoverControl" parent="." instance=ExtResource( 3 )]