File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
egg-attributes/egg-normalmap Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ test module
3
+
4
+ @author: Loonatic
5
+ """
1
6
2
7
# old https://discourse.panda3d.org/t/per-pixel-lighting/474/9
3
8
Original file line number Diff line number Diff line change
1
+ """
2
+ test module
3
+
4
+ @author: Loonatic
5
+ """
6
+
1
7
from direct .showbase .ShowBase import ShowBase
2
8
from pathlib import Path
3
9
from tkinter .filedialog import askopenfilename
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ egg-mkfont -ppu 100 -ps 40 Comedy.ttf -o hq/output.egg 1>> hq/info.txt 2>>&1
18
18
rmdir /s /q gp
19
19
mkdir gp
20
20
egg-mkfont -gp %0 3d Comedy.ttf -o gp/output.egg 1 > gp/info.txt 2 >& 1
21
- rem Different results happen if you append the -nopal flag here. (Not suppose to be using this without nopal flag technically)
21
+ :: Different results happen if you append the -nopal flag here. (Not suppose to be using this without nopal flag technically)
22
22
23
23
rmdir /s /q unicode
24
24
mkdir unicode
You can’t perform that action at this time.
0 commit comments