mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
- [Splash] Fix Kenney Credits.
This commit is contained in:
parent
bfca246db2
commit
3fc1d43953
@ -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" :
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user