fish.tscn 950 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scripts/fish_logic.py" type="Script" id=1]
  3. [ext_resource path="res://images/basic_fish.png" type="Texture" id=2]
  4. [ext_resource path="res://fonts/smallmenu.fnt" type="BitmapFont" id=3]
  5. [node name="fish" type="Node2D" index="0"]
  6. script = ExtResource( 1 )
  7. __meta__ = {
  8. "__editor_plugin_screen__": "2D"
  9. }
  10. [node name="sprite" type="Sprite" parent="." index="0"]
  11. position = Vector2( 8.02356, -0.939303 )
  12. scale = Vector2( 0.403662, 0.296099 )
  13. texture = ExtResource( 2 )
  14. [node name="nametag" type="Label" parent="." index="1"]
  15. anchor_left = 0.0
  16. anchor_top = 0.0
  17. anchor_right = 0.0
  18. anchor_bottom = 0.0
  19. margin_bottom = 1.0
  20. rect_pivot_offset = Vector2( 0, 0 )
  21. mouse_filter = 2
  22. mouse_default_cursor_shape = 0
  23. size_flags_horizontal = 1
  24. size_flags_vertical = 4
  25. custom_fonts/font = ExtResource( 3 )
  26. text = "word"
  27. align = 1
  28. valign = 1
  29. percent_visible = 1.0
  30. lines_skipped = 0
  31. max_lines_visible = -1