Skip to content

Commit c26ae9d

Browse files
committed
Small doc tweaks
1 parent 0f251fe commit c26ae9d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

egg-attributes/egg-normalmap/cgtest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
test module
3+
4+
@author: Loonatic
5+
"""
16

27
# old https://discourse.panda3d.org/t/per-pixel-lighting/474/9
38

egg-attributes/egg-normalmap/test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
test module
3+
4+
@author: Loonatic
5+
"""
6+
17
from direct.showbase.ShowBase import ShowBase
28
from pathlib import Path
39
from tkinter.filedialog import askopenfilename

egg-tools/egg-mkfont/demo.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ egg-mkfont -ppu 100 -ps 40 Comedy.ttf -o hq/output.egg 1>> hq/info.txt 2>>&1
1818
rmdir /s /q gp
1919
mkdir gp
2020
egg-mkfont -gp %03d 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)
2222

2323
rmdir /s /q unicode
2424
mkdir unicode

0 commit comments

Comments
 (0)