pheromone.tscn 739 B

1234567891011121314151617181920212223242526272829303132
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://pheromone.gd" type="Script" id=2]
  3. [node name="pheromone" type="Node2D"]
  4. script = ExtResource( 2 )
  5. [node name="HSplitContainer" type="VSplitContainer" parent="."]
  6. margin_right = 32.0
  7. margin_bottom = 40.0
  8. rect_scale = Vector2( 0.5, 0.5 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. [node name="intensity" type="ProgressBar" parent="HSplitContainer"]
  13. margin_right = 32.0
  14. margin_bottom = 14.0
  15. [node name="close2home" type="ProgressBar" parent="HSplitContainer"]
  16. visible = false
  17. margin_top = 26.0
  18. margin_right = 32.0
  19. margin_bottom = 40.0
  20. __meta__ = {
  21. "_edit_use_anchors_": true
  22. }
  23. [node name="dir" type="Line2D" parent="."]
  24. width = 3.0
  25. default_color = Color( 0.615686, 1, 0.4, 1 )