1234567891011121314151617181920212223242526272829303132333435363738394041 |
- [gd_scene load_steps=4 format=2]
- [ext_resource path="res://scripts/fish_logic.py" type="Script" id=1]
- [ext_resource path="res://images/basic_fish.png" type="Texture" id=2]
- [ext_resource path="res://fonts/smallmenu.fnt" type="BitmapFont" id=3]
- [node name="fish" type="Node2D" index="0"]
- script = ExtResource( 1 )
- __meta__ = {
- "__editor_plugin_screen__": "2D"
- }
- [node name="sprite" type="Sprite" parent="." index="0"]
- position = Vector2( 8.02356, -0.939303 )
- scale = Vector2( 0.403662, 0.296099 )
- texture = ExtResource( 2 )
- [node name="nametag" type="Label" parent="." index="1"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_bottom = 1.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 4
- custom_fonts/font = ExtResource( 3 )
- text = "word"
- align = 1
- valign = 1
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
|