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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dashcode
3
- Version: 1.2.0
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
- * `simple_level.py` - Basic object placement.
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
- * `simple_level.py` - Basic object placement.
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.0
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
- * `simple_level.py` - Basic object placement.
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
 
@@ -8,7 +8,7 @@ if os.path.exists("README.md"):
8
8
 
9
9
  setup(
10
10
  name="dashcode",
11
- version="1.2.0",
11
+ version="1.2.1",
12
12
  packages=find_packages(),
13
13
  author="IWiterI",
14
14
  description="A library for Geometry Dash level generation using .gmd files",
File without changes
File without changes
File without changes