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

30 lines
820 B
Text
Raw Permalink Normal View History

2021-04-24 22:42:12 +02:00
[gd_scene load_steps=4 format=2]
2021-04-23 23:25:32 +02:00
[ext_resource path="res://characters/Evelyne/evelyne_angry.png" type="Texture" id=1]
2021-04-23 23:25:32 +02:00
[ext_resource path="res://scenes/end-screen/EndCharacter.gd" type="Script" id=2]
2021-04-24 22:42:12 +02:00
[ext_resource path="res://scenes/end-screen/HoverControl.tscn" type="PackedScene" id=3]
2021-04-23 23:25:32 +02:00
[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="."]
2021-04-23 23:25:32 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
mouse_default_cursor_shape = 2
texture = ExtResource( 1 )
2021-04-23 23:25:32 +02:00
expand = true
2021-04-26 17:41:28 +02:00
stretch_mode = 6
2021-04-23 23:25:32 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HoverTween" type="Tween" parent="."]
2021-04-24 22:42:12 +02:00
[node name="HoverControl" parent="." instance=ExtResource( 3 )]