dashcode 1.2.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dashcode-1.2.0 → dashcode-1.2.1}/PKG-INFO +3 -2
- {dashcode-1.2.0 → dashcode-1.2.1}/README.md +2 -1
- {dashcode-1.2.0 → dashcode-1.2.1}/dashcode.egg-info/PKG-INFO +3 -2
- {dashcode-1.2.0 → dashcode-1.2.1}/setup.py +1 -1
- {dashcode-1.2.0 → dashcode-1.2.1}/dashcode/__init__.py +0 -0
- {dashcode-1.2.0 → dashcode-1.2.1}/dashcode/core.py +0 -0
- {dashcode-1.2.0 → dashcode-1.2.1}/dashcode.egg-info/SOURCES.txt +0 -0
- {dashcode-1.2.0 → dashcode-1.2.1}/dashcode.egg-info/dependency_links.txt +0 -0
- {dashcode-1.2.0 → dashcode-1.2.1}/dashcode.egg-info/top_level.txt +0 -0
- {dashcode-1.2.0 → dashcode-1.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dashcode
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A library for Geometry Dash level generation using .gmd files
|
|
5
5
|
Author: IWiterI
|
|
6
6
|
Project-URL: Homepage, https://github.com/ISviterI/dashcode
|
|
@@ -36,7 +36,8 @@ Dashcode is a specialized Python library for the programmatic generation of Geom
|
|
|
36
36
|
|
|
37
37
|
## Examples
|
|
38
38
|
Check the `/examples` directory for advanced usage:
|
|
39
|
-
* `
|
|
39
|
+
* `spikes_and_orbs.py` - Basic object placement.
|
|
40
|
+
* `prefabs.py` - Placing objects using prefabs
|
|
40
41
|
* `timeline_demo.py` - Using `build_timeline()` for synced events.
|
|
41
42
|
|
|
42
43
|
|
|
@@ -13,7 +13,8 @@ Dashcode is a specialized Python library for the programmatic generation of Geom
|
|
|
13
13
|
|
|
14
14
|
## Examples
|
|
15
15
|
Check the `/examples` directory for advanced usage:
|
|
16
|
-
* `
|
|
16
|
+
* `spikes_and_orbs.py` - Basic object placement.
|
|
17
|
+
* `prefabs.py` - Placing objects using prefabs
|
|
17
18
|
* `timeline_demo.py` - Using `build_timeline()` for synced events.
|
|
18
19
|
|
|
19
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dashcode
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A library for Geometry Dash level generation using .gmd files
|
|
5
5
|
Author: IWiterI
|
|
6
6
|
Project-URL: Homepage, https://github.com/ISviterI/dashcode
|
|
@@ -36,7 +36,8 @@ Dashcode is a specialized Python library for the programmatic generation of Geom
|
|
|
36
36
|
|
|
37
37
|
## Examples
|
|
38
38
|
Check the `/examples` directory for advanced usage:
|
|
39
|
-
* `
|
|
39
|
+
* `spikes_and_orbs.py` - Basic object placement.
|
|
40
|
+
* `prefabs.py` - Placing objects using prefabs
|
|
40
41
|
* `timeline_demo.py` - Using `build_timeline()` for synced events.
|
|
41
42
|
|
|
42
43
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|