This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
material-maker
Watch
1
Star
0
Fork
0
You've already forked material-maker
mirror of
https://github.com/Relintai/material-maker.git
synced
2024-11-13 06:27:18 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3eb7c1a50b
material-maker
/
material_maker
/
nodes
/
debug
/
debug_popup.gd
6 lines
95 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Added export and debug nodes
2019-11-02 08:43:54 +01:00
extends
Popup
func
show_code
(
text
:
String
)
-
>
void
:
$
TextEdit
.
text
=
text
Remove trailing whitespace, add newlines at end of files This results in less merge conflicts when using the Text Editor > Files > Trim Trailing Whitespace editor setting. .ptex, .mmg and .json files generated weren't modified as these are saved by Material Maker. These files could be made to end with a newline automatically on save in a future commit.
2019-11-10 01:19:52 +01:00
popup_centered
(
)
Reference in New Issue
Copy Permalink