No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EndCharacter.tscn 820B

1234567891011121314151617181920212223242526272829
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://characters/Evelyne/evelyne_angry.png" type="Texture" id=1]
  3. [ext_resource path="res://scenes/end-screen/EndCharacter.gd" type="Script" id=2]
  4. [ext_resource path="res://scenes/end-screen/HoverControl.tscn" type="PackedScene" id=3]
  5. [node name="EndCharacter" type="Control"]
  6. margin_right = 400.0
  7. margin_bottom = 659.0
  8. rect_min_size = Vector2( 400, 0 )
  9. script = ExtResource( 2 )
  10. __meta__ = {
  11. "_edit_use_anchors_": false
  12. }
  13. [node name="TextureRect" type="TextureRect" parent="."]
  14. anchor_right = 1.0
  15. anchor_bottom = 1.0
  16. mouse_default_cursor_shape = 2
  17. texture = ExtResource( 1 )
  18. expand = true
  19. stretch_mode = 6
  20. __meta__ = {
  21. "_edit_use_anchors_": false
  22. }
  23. [node name="HoverTween" type="Tween" parent="."]
  24. [node name="HoverControl" parent="." instance=ExtResource( 3 )]