- [Splash] Fix Kenney Credits.

This commit is contained in:
Tanasart 2024-06-22 10:12:08 +07:00
parent bfca246db2
commit 3fc1d43953
2 changed files with 3 additions and 5 deletions

View File

@ -164,8 +164,7 @@ if !ready exit;
if(!expand) {
draw_set_text(f_p1, fa_right, fa_bottom, COLORS._main_text_sub);
draw_text(x1 - ui(82), y0 - ui(4), __txt("Art by") + " ");
draw_sprite_ui_uniform(s_kenney, 0, x1, y0 - ui(4),, c_white, 0.5);
draw_text(x1 - ui(0), y0 - ui(4), __txt("Art by Kenney"));
}
break;
case "Workshop" :

View File

@ -1,6 +1,5 @@
function Node_Path_Scatter(_x, _y, _group = noone) : Node(_x, _y, _group) constructor {
name = "Scatter Path";
setDimension(96, 48);
inputs[| 0] = nodeValue("Base Path", self, JUNCTION_CONNECT.input, VALUE_TYPE.pathnode, noone)