You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			20 lines
		
	
	
		
			590 B
		
	
	
	
		
			Plaintext
		
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			590 B
		
	
	
	
		
			Plaintext
		
	
| 
											2 years ago
										 | [gd_resource type="Resource" load_steps=4 format=3 uid="uid://uge4rk0vtwxs"] | ||
|  | 
 | ||
|  | [ext_resource type="Script" path="res://example/Items/item_type.gd" id="2"] | ||
|  | [ext_resource type="Texture2D" uid="uid://dwi4ioxeauoc4" path="res://example/Items/item_icons/items.png" id="2_7ia04"] | ||
|  | 
 | ||
|  | [sub_resource type="AtlasTexture" id="1"] | ||
|  | atlas = ExtResource("2_7ia04") | ||
|  | region = Rect2(60, 36, 24, 12) | ||
|  | 
 | ||
|  | [resource] | ||
|  | script = ExtResource("2") | ||
|  | name = "wood" | ||
|  | description = "desc_wood" | ||
|  | max_stack_count = 20 | ||
|  | in_inventory_width = 2 | ||
|  | in_inventory_height = 1 | ||
|  | texture = SubResource("1") | ||
|  | slot_flags = 8 | ||
|  | default_properties = {} |