mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
Oops, removed useless messages...
This commit is contained in:
parent
212e004ad4
commit
3eb7c1a50b
@ -17,9 +17,7 @@ func _draw() -> void:
|
|||||||
var conn_pos = get_connection_output_position(preview_index)
|
var conn_pos = get_connection_output_position(preview_index)
|
||||||
if preview_index > 0:
|
if preview_index > 0:
|
||||||
conn_pos.y += 1
|
conn_pos.y += 1
|
||||||
print(conn_pos)
|
|
||||||
conn_pos /= get_global_transform().get_scale()
|
conn_pos /= get_global_transform().get_scale()
|
||||||
print(conn_pos)
|
|
||||||
draw_texture(preload("res://material_maker/icons/output_preview.tres"), conn_pos-Vector2(8, 8))
|
draw_texture(preload("res://material_maker/icons/output_preview.tres"), conn_pos-Vector2(8, 8))
|
||||||
|
|
||||||
func set_generator(g) -> void:
|
func set_generator(g) -> void:
|
||||||
|
Loading…
Reference in New Issue
Block a user