Skip to content

Commit 807efb0

Browse files
authored
Merge pull request #1 from trymbf/pygameuiv2
pygameuiv2
2 parents b11cade + 478c699 commit 807efb0

File tree

5 files changed

+1469
-1047
lines changed

5 files changed

+1469
-1047
lines changed

exampleUser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pygame, sys, string
2-
import pygameui as pgu
2+
import pygameuiOLD as pgu
33

44
pygame.init()
55

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>PyGameUI Documentation: Basics</h1>
4646

4747
<h2 style = "text-decoration: underline;">Basics: Getting started <-- (Start Here!)</h2>
4848
<p>Start by downloading the PyGameUI python file:</p>
49-
<a href="pygameui.py" download>Click me to download PyGameUI</a>
49+
<a href="pygameuiOLD.py" download>Click me to download PyGameUI</a>
5050
<p>Than place the PyGameUI file in the same folder as your project files.</p>
5151
<img class = "gif" src="assets\\gifs\\add_pygameui.gif">
5252
<p>Your project directory should now look like this:</p>

0 commit comments

Comments
 (0)