improved typewriter and cleaned dialogue code
This commit is contained in:
@@ -11,9 +11,7 @@ script = ExtResource("1_xtj1q")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="typewriter_timer" type="Timer" parent="."]
|
||||
wait_time = 0.04
|
||||
one_shot = true
|
||||
metadata/charsAtOnce = 60
|
||||
wait_time = 0.05
|
||||
|
||||
[node name="box" type="ColorRect" parent="."]
|
||||
anchors_preset = -1
|
||||
@@ -102,3 +100,5 @@ theme_override_constants/margin_top = 30
|
||||
theme_override_constants/margin_right = 60
|
||||
theme_override_constants/margin_bottom = 30
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[connection signal="timeout" from="typewriter_timer" to="." method="OnTypewriterTimerTimeout"]
|
||||
|
Reference in New Issue
Block a user