Gitignore zig crap
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
## style: default
|
||||
|
||||
raylib style, simple and easy-to-use. Light colors, wide borders, a sophisticated touch.
|
||||
|
||||

|
||||
|
||||
## style: provided files
|
||||
|
||||
Several options are provided to add the style to a `raygui` application, choose the one that better fits the project.
|
||||
|
||||
| file name | description |
|
||||
| :-------- | :---------- |
|
||||
| `style_default.txt.rgs` | Text style file, no font data, uses raylib default font |
|
||||
| `style_default.png` | Style table image, contains `rGSf` chunk with binary `rgs` file data |
|
||||
|
||||
## screenshot
|
||||
|
||||

|
||||
|
||||
## about font
|
||||
|
||||
raylib font by Ramon Santamaria ([@raysan5](https://github.com/raysan5)).
|
||||
@ -0,0 +1 @@
|
||||
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~¡¢£€¥Š§š©ª«¬®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@ -0,0 +1,10 @@
|
||||
#
|
||||
# rgs style text file (v4.0) - raygui style file generated using rGuiStyler
|
||||
#
|
||||
# Provided info:
|
||||
# f fontGenSize charsetFileName fontFileName
|
||||
# p <controlId> <propertyId> <propertyValue> Property description
|
||||
#
|
||||
# WARNING: This style uses a custom font, must be provided with style file
|
||||
#
|
||||
f 10 charset.txt PixelOperator.ttf
|
||||
Reference in New Issue
Block a user