Beginning of lesson 33. House polygon working and we are able to speak with NPC at world map, but not in starter town.
This commit is contained in:
@@ -62,6 +62,11 @@ layout_mode = 2
|
||||
theme_override_fonts/font = ExtResource("6_2yu03")
|
||||
text = "Pass"
|
||||
|
||||
[node name="Speak Buton" type="Button" parent="UI/Left Display/Contents/Command Menu"]
|
||||
layout_mode = 2
|
||||
theme_override_fonts/font = ExtResource("6_2yu03")
|
||||
text = "Speak"
|
||||
|
||||
[node name="Message Console" type="MarginContainer" parent="UI" node_paths=PackedStringArray("scrollContainer", "messages")]
|
||||
layout_mode = 0
|
||||
offset_left = 13.0
|
||||
@@ -136,3 +141,4 @@ position = Vector2(26, 0)
|
||||
[connection signal="BROADCAST_COMMAND" from="Command Processor" to="UI/Message Console" method="_on_command"]
|
||||
[connection signal="timeout" from="Command Processor" to="Command Processor" method="_on_timeout"]
|
||||
[connection signal="pressed" from="UI/Left Display/Contents/Command Menu/Pass Button" to="UI" method="_on_pass_button_pressed"]
|
||||
[connection signal="pressed" from="UI/Left Display/Contents/Command Menu/Speak Buton" to="UI" method="_on_speak_button_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user