This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot-data
Watch
1
Star
0
Fork
You've already forked colobot-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0b84e921da
colobot-data
/
tools
/
levels-minor-refactoring.awk
6 lines
102 B
Awk
Raw
Blame
History
{
gsub
(
/Ambiant/
,
"Ambient"
)
gsub
(
/ambiant/
,
"ambient"
)
gsub
(
/Frontsize/
,
"Foreground"
)
}
Reference in New Issue
View Git Blame
Copy Permalink