From 8fa5490c43e3deb5453397c0fa8b5eebd5d867e1 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 May 2019 12:26:42 +0200 Subject: Update comments --- common/games.css | 4 ++-- examples.html | 8 ++------ index.html | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/common/games.css b/common/games.css index 8fb93c6..cc66fe9 100644 --- a/common/games.css +++ b/common/games.css @@ -1,9 +1,9 @@ #container .mix{ position: relative; display: none; } #container .extext { top: 160px!important; width: 400px!important; } -#filter_menu { width: 820px; height: 80px; margin-left: 18px; } +#filter_menu { width: 820px; height: 80px; margin-left: 2px; } -.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom: 20px; } +.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; width:130px; text-align:center; } #sample { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; } #game { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; } #user { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; } diff --git a/examples.html b/examples.html index 47e9895..6cfc386 100644 --- a/examples.html +++ b/examples.html @@ -61,12 +61,8 @@
-

Examples are organized by colors depending on the raylib module features - they are teaching. Currently, raylib main modules are 7.

-
-

Wanna see all functions available in raylib? Check cheatsheet

-
-

Click to filter by module:

+

raylib examples are organized by colors depending on the raylib module they focus.

+

Click on the module to filter examples:



-

raylib is highly inspired by Borland BGI graphics lib and by XNA framework.

+

raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Do you want to see all functions available in raylib? Check cheatsheet


NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way. Are you ready to learn? Jump to code examples!


-- cgit v1.2.3