commit 420ab59c95a5c695ee9ffcd4d0b1107bf310efea Author: JacksonHagood Date: Wed Apr 24 11:56:11 2019 -0500 Add files via upload diff --git a/Animation.html b/Animation.html new file mode 100644 index 0000000..394f991 --- /dev/null +++ b/Animation.html @@ -0,0 +1,78 @@ + + + + + Animation + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+

Collision

+

Appearance

+

Timers

+

Animation

+ +

Attributes

+

Miscellaneous

+
+
+

Animation

+ + + +
+ + + +
+ + +
+ + \ No newline at end of file diff --git a/Appearance.html b/Appearance.html new file mode 100644 index 0000000..c34f2d4 --- /dev/null +++ b/Appearance.html @@ -0,0 +1,86 @@ + + + + + Appearance + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+

Collision

+

Appearance

+ +

Timers

+

Animation

+

Attributes

+

Miscellaneous

+
+
+

Appearance

+ + + +
+ + + +
+ + + + + + +
+ + \ No newline at end of file diff --git a/Attributes.html b/Attributes.html new file mode 100644 index 0000000..4a872b5 --- /dev/null +++ b/Attributes.html @@ -0,0 +1,64 @@ + + + + + Attributes + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+

Collision

+

Appearance

+

Timers

+

Animation

+

Attributes

+ +

Miscellaneous

+
+
+

Attributes

+ + + +
+ + + + +
+ + \ No newline at end of file diff --git a/Collision.html b/Collision.html new file mode 100644 index 0000000..eda868b --- /dev/null +++ b/Collision.html @@ -0,0 +1,82 @@ + + + + + Collision + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+

Collision

+ +

Appearance

+

Timers

+

Animation

+

Attributes

+

Miscellaneous

+
+
+

Collision

+ + + +
+ + + + + +
+ + + +
+ + \ No newline at end of file diff --git a/Functions.html b/Functions.html new file mode 100644 index 0000000..a10bcd7 --- /dev/null +++ b/Functions.html @@ -0,0 +1,32 @@ + + + + + Functions + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+

Collision

+

Appearance

+

Timers

+

Animation

+

Attributes

+

Miscellaneous

+
+

Functions

+ +
+

All the built in Code Ninjas Game Development Platform functions within yellow and orange belt are contained within this site. Functions are grouped by category on the right. To find a function search through the categories. This tool is not meant as a replacement for curriculum. Instead, this is intended for assistance in prove yourself challenges.

+
+ + \ No newline at end of file diff --git a/Miscellaneous.html b/Miscellaneous.html new file mode 100644 index 0000000..16f8429 --- /dev/null +++ b/Miscellaneous.html @@ -0,0 +1,103 @@ + + + + + Miscellaneous + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+

Collision

+

Appearance

+

Timers

+

Animation

+

Attributes

+

Miscellaneous

+ +
+
+

Miscellaneous

+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + \ No newline at end of file diff --git a/Position.html b/Position.html new file mode 100644 index 0000000..522ae48 --- /dev/null +++ b/Position.html @@ -0,0 +1,178 @@ + + + + + Position + + + + + +
+

GDP Functions

+
+

Position

+ +

Rotation

+

Scale

+

Collision

+

Appearance

+

Timers

+

Animation

+

Attributes

+

Miscellaneous

+
+
+

Position

+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + +
+ + \ No newline at end of file diff --git a/Rotation.html b/Rotation.html new file mode 100644 index 0000000..de926b3 --- /dev/null +++ b/Rotation.html @@ -0,0 +1,132 @@ + + + + + Rotation + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+ +

Scale

+

Collision

+

Appearance

+

Timers

+

Animation

+

Attributes

+

Miscellaneous

+
+
+

Rotation

+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+
+ + \ No newline at end of file diff --git a/Scale.html b/Scale.html new file mode 100644 index 0000000..ed4771e --- /dev/null +++ b/Scale.html @@ -0,0 +1,67 @@ + + + + + Scale + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+ +

Collision

+

Appearance

+

Timers

+

Animation

+

Attributes

+

Miscellaneous

+
+
+

Scale

+ + + +
+ + + +
+ + \ No newline at end of file diff --git a/Style.css b/Style.css new file mode 100644 index 0000000..77b9830 --- /dev/null +++ b/Style.css @@ -0,0 +1,96 @@ +.sidenav { + height: 100%; + width: 250px; + + padding-top: 25px; + z-index: 1; + top: 0; + left: 0; + + border-right-style: solid; + border-right-width: 5px; + border-right-color: #8ac760cc; + + background-color: #323232; + overflow-x: hidden; + position: fixed; +} +.sidenav a { + + text-decoration: none; + color: #FFFFFF; + display: block; +} +.sidenav a:hover { + color: #8ac760; +} +body{ + margin-left: 250px; + padding: 0px 25px 10px 25px; + + + background-image: url(images/background.png); + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + + font-family: verdana; + color: #000000; +} +.item{ + padding-top: 1px; + padding-right: 25px; + padding-left: 25px; + padding-bottom: 1px; + + font-size: 20px; + + background-color: #969696CC; +} +h1{ + font-family: tahoma; + color: #c12d2d; + font-size: 50px; +} +h2{ + font-family: tahoma; + font-weight: normal; + margin: 0; + padding-left: 15px; + font-size: 25px; +} +h3{ + font-family: tahoma; + font-size: 25px; +} +h4{ + font-size: 20px; + font-weight: bold; +} +ul{ + list-style-type: square; + margin: 0; + padding-left: 35px; + font-size: 15px; +} +ol{ + margin-top: -20px; +} +#contents{ + +} +pre{ + padding: 10px 10px 10px 10px; + background-color: #C8C8C8CC; + + border-color: #C8C8C8CC; + border-style: solid; + border-radius: 10px; +} +code{ + font-family: courier; + font-size: 18px; + color: #323232; +} +.more{ +} \ No newline at end of file diff --git a/Timers.html b/Timers.html new file mode 100644 index 0000000..ec3b02a --- /dev/null +++ b/Timers.html @@ -0,0 +1,50 @@ + + + + + Timers + + + + + +
+

GDP Functions

+
+

Position

+

Rotation

+

Scale

+

Collision

+

Appearance

+

Timers

+ +

Animation

+

Attributes

+

Miscellaneous

+
+
+

Timers

+ + + + +
+ + \ No newline at end of file