File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,9 +88,6 @@ corner_radius_bottom_right = 12
8888corner_radius_bottom_left = 6
8989anti_aliasing = false
9090
91- [sub_resource type ="StyleBoxFlat" id =37 ]
92- bg_color = Color ( 0 , 0 , 0 , 0.27451 )
93-
9491[sub_resource type ="DynamicFont" id =33 ]
9592font_data = ExtResource ( 5 )
9693
@@ -111,6 +108,9 @@ Fonts/fonts/normal = SubResource( 33 )
111108Label/fonts/font = SubResource ( 36 )
112109RichTextLabel/fonts/normal_font = SubResource ( 34 )
113110
111+ [sub_resource type ="StyleBoxFlat" id =37 ]
112+ bg_color = Color ( 0 , 0 , 0 , 0.27451 )
113+
114114[sub_resource type ="DynamicFont" id =6 ]
115115size = 12
116116font_data = ExtResource ( 5 )
@@ -439,6 +439,16 @@ __meta__ = {
439439"_edit_use_anchors_" : false
440440}
441441
442+ [node name ="EditWandTutorial" type ="Label" parent ="HUD/HUD" ]
443+ margin_left = 4.0
444+ margin_top = 34.0
445+ margin_right = 74.0
446+ margin_bottom = 47.0
447+ rect_scale = Vector2 ( 0.5 , 0.5 )
448+ size_flags_vertical = 3
449+ theme = SubResource ( 35 )
450+ text = "T: Edit wand"
451+
442452[node name ="WandcraftingGuide" type ="Panel" parent ="HUD/HUD" ]
443453anchor_right = 1.0
444454anchor_bottom = 1.0
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ func _ready():
9090func _process (delta ):
9191 $ HUD/WandcraftingGuide .visible = Items .visible_spells
9292 SpellBagHUD .visible = Items .visible_spells
93+ $ HUD/EditWandTutorial .visible = ! Items .visible_spells
9394 var size := 1.0 if Items .visible_spells else 0.5
9495 WandSpellHUD .rect_scale = Vector2 (size , size )
9596
You can’t perform that action at this time.
0 commit comments