42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| [gd_scene load_steps=6 format=2]
 | |
| 
 | |
| [ext_resource path="res://Node.gd" type="Script" id=1]
 | |
| [ext_resource path="res://resources/dropoff.png" type="Texture" id=2]
 | |
| [ext_resource path="res://DetailFontTheme.tres" type="Theme" id=3]
 | |
| [ext_resource path="res://DetailFont.tres" type="DynamicFont" id=4]
 | |
| 
 | |
| [sub_resource type="Theme" id=1]
 | |
| default_font = ExtResource( 4 )
 | |
| 
 | |
| [node name="Node" type="Node2D"]
 | |
| script = ExtResource( 1 )
 | |
| 
 | |
| [node name="Sprite" type="Sprite" parent="."]
 | |
| texture = ExtResource( 2 )
 | |
| 
 | |
| [node name="Help" type="RichTextLabel" parent="."]
 | |
| margin_left = -32.0
 | |
| margin_top = -32.0
 | |
| margin_right = 32.0
 | |
| margin_bottom = 32.0
 | |
| hint_tooltip = "Drop off X more here to fully satisfy the delivery requirements.
 | |
| When satisfied, Y will be added to your score."
 | |
| theme = SubResource( 1 )
 | |
| text = "0 / 0
 | |
| 0"
 | |
| 
 | |
| [node name="Label" type="Label" parent="."]
 | |
| margin_left = -32.0
 | |
| margin_top = -32.0
 | |
| margin_right = 32.0
 | |
| margin_bottom = 32.0
 | |
| theme = ExtResource( 3 )
 | |
| text = "XX"
 | |
| align = 2
 | |
| valign = 2
 | |
| uppercase = true
 | |
| 
 | |
| [node name="Audio" type="AudioStreamPlayer" parent="."]
 | |
| 
 | |
| [connection signal="gui_input" from="Help" to="." method="_on_Help_gui_input"]
 |