syoung / Tile-Collections (public) (License: GPLv3) (since 2020-03-02) (hash sha1)
image tile collections for usage with https://rocketgit.com/user/syoung/Image-Tiler
List of commits:
Subject Hash Author Date (UTC)
config.json: Prepended filePaths with “png/”; Added example/tiled.png e565c78aa28ab3716b1548f0fed65424ce2439f2 Spencer Young 2023-09-12 15:55:39
Added streets/png and its config.json ff4c00785a267bee3fa6d5f599ac503873880d0c Spencer Young 2021-07-17 15:33:33
Commit e565c78aa28ab3716b1548f0fed65424ce2439f2 - config.json: Prepended filePaths with “png/”; Added example/tiled.png
Author: Spencer Young
Author date (UTC): 2023-09-12 15:55
Committer name: Spencer Young
Committer date (UTC): 2023-09-12 15:55
Parent(s): ff4c00785a267bee3fa6d5f599ac503873880d0c
Signing key:
Tree: 15cb1478f6b23f80e04d07bb34b5ecb05a0bfce8
File Lines added Lines deleted
streets/config.json 24 24
streets/example/tiled.png 0 0
File streets/config.json changed (mode: 100644) (index 8943ece..a865449)
1 1 { {
2 2 "tiles": [ "tiles": [
3 3 { {
4 "filePath": "b1-l-u-r-d.png",
4 "filePath": "png/b1-l-u-r-d.png",
5 5 "weight": 5, "weight": 5,
6 6 "connectors": ["c", "c", "c", "c"] "connectors": ["c", "c", "c", "c"]
7 7 }, },
8 8 { {
9 "filePath": "b2-l-u-r-d.png",
9 "filePath": "png/b2-l-u-r-d.png",
10 10 "weight": 5, "weight": 5,
11 11 "connectors": ["c", "c", "c", "c"] "connectors": ["c", "c", "c", "c"]
12 12 }, },
13 13 { {
14 "filePath": "c1-l-u-r-d.png",
14 "filePath": "png/c1-l-u-r-d.png",
15 15 "weight": 1, "weight": 1,
16 16 "connectors": ["c", "c", "c", "c"] "connectors": ["c", "c", "c", "c"]
17 17 }, },
18 18 { {
19 "filePath": "c2-l-u-r-d.png",
19 "filePath": "png/c2-l-u-r-d.png",
20 20 "weight": 1, "weight": 1,
21 21 "connectors": ["c", "c", "c", "c"] "connectors": ["c", "c", "c", "c"]
22 22 }, },
23 23 { {
24 "filePath": "l-d.png",
24 "filePath": "png/l-d.png",
25 25 "weight": 100, "weight": 100,
26 26 "connectors": ["c", "", "", "c"] "connectors": ["c", "", "", "c"]
27 27 }, },
28 28 { {
29 "filePath": "l-r.png",
29 "filePath": "png/l-r.png",
30 30 "weight": 1000, "weight": 1000,
31 31 "connectors": ["c", "", "c", ""] "connectors": ["c", "", "c", ""]
32 32 }, },
33 33 { {
34 "filePath": "l-r-d.png",
34 "filePath": "png/l-r-d.png",
35 35 "weight": 100, "weight": 100,
36 36 "connectors": ["c", "", "c", "c"] "connectors": ["c", "", "c", "c"]
37 37 }, },
38 38 { {
39 "filePath": "l-u.png",
39 "filePath": "png/l-u.png",
40 40 "weight": 100, "weight": 100,
41 41 "connectors": ["c", "c", "", ""] "connectors": ["c", "c", "", ""]
42 42 }, },
43 43 { {
44 "filePath": "l-u-d.png",
44 "filePath": "png/l-u-d.png",
45 45 "weight": 100, "weight": 100,
46 46 "connectors": ["c", "c", "", "c"] "connectors": ["c", "c", "", "c"]
47 47 }, },
48 48 { {
49 "filePath": "l-u-r.png",
49 "filePath": "png/l-u-r.png",
50 50 "weight": 100, "weight": 100,
51 51 "connectors": ["c", "c", "c", ""] "connectors": ["c", "c", "c", ""]
52 52 }, },
53 53 { {
54 "filePath": "l-u-r-d.png",
54 "filePath": "png/l-u-r-d.png",
55 55 "weight": 10, "weight": 10,
56 56 "connectors": ["c", "c", "c", "c"] "connectors": ["c", "c", "c", "c"]
57 57 }, },
58 58 { {
59 "filePath": "r-d.png",
59 "filePath": "png/r-d.png",
60 60 "weight": 100, "weight": 100,
61 61 "connectors": ["", "", "c", "c"] "connectors": ["", "", "c", "c"]
62 62 }, },
63 63 { {
64 "filePath": "rt-d.png",
64 "filePath": "png/rt-d.png",
65 65 "weight": 1, "weight": 1,
66 66 "connectors": ["", "", "", "c"] "connectors": ["", "", "", "c"]
67 67 }, },
68 68 { {
69 "filePath": "rt-l.png",
69 "filePath": "png/rt-l.png",
70 70 "weight": 1, "weight": 1,
71 71 "connectors": ["c", "", "", ""] "connectors": ["c", "", "", ""]
72 72 }, },
73 73 { {
74 "filePath": "rt-l-r-d.png",
74 "filePath": "png/rt-l-r-d.png",
75 75 "weight": 120, "weight": 120,
76 76 "connectors": ["c", "", "c", "c"] "connectors": ["c", "", "c", "c"]
77 77 }, },
78 78 { {
79 "filePath": "rt-l-u-d.png",
79 "filePath": "png/rt-l-u-d.png",
80 80 "weight": 120, "weight": 120,
81 81 "connectors": ["c", "c", "", "c"] "connectors": ["c", "c", "", "c"]
82 82 }, },
83 83 { {
84 "filePath": "rt-l-u-r.png",
84 "filePath": "png/rt-l-u-r.png",
85 85 "weight": 120, "weight": 120,
86 86 "connectors": ["c", "c", "c", ""] "connectors": ["c", "c", "c", ""]
87 87 }, },
88 88 { {
89 "filePath": "rt-l-u-r-d.png",
89 "filePath": "png/rt-l-u-r-d.png",
90 90 "weight": 12, "weight": 12,
91 91 "connectors": ["c", "c", "c", "c"] "connectors": ["c", "c", "c", "c"]
92 92 }, },
93 93 { {
94 "filePath": "rt-r.png",
94 "filePath": "png/rt-r.png",
95 95 "weight": 1, "weight": 1,
96 96 "connectors": ["", "", "c", ""] "connectors": ["", "", "c", ""]
97 97 }, },
98 98 { {
99 "filePath": "rt-u.png",
99 "filePath": "png/rt-u.png",
100 100 "weight": 1, "weight": 1,
101 101 "connectors": ["", "c", "", ""] "connectors": ["", "c", "", ""]
102 102 }, },
103 103 { {
104 "filePath": "rt-u-r-d.png",
104 "filePath": "png/rt-u-r-d.png",
105 105 "weight": 120, "weight": 120,
106 106 "connectors": ["", "c", "c", "c"] "connectors": ["", "c", "c", "c"]
107 107 }, },
108 108 { {
109 "filePath": "u-d.png",
109 "filePath": "png/u-d.png",
110 110 "weight": 1000, "weight": 1000,
111 111 "connectors": ["", "c", "", "c"] "connectors": ["", "c", "", "c"]
112 112 }, },
113 113 { {
114 "filePath": "u-r.png",
114 "filePath": "png/u-r.png",
115 115 "weight": 100, "weight": 100,
116 116 "connectors": ["", "c", "c", ""] "connectors": ["", "c", "c", ""]
117 117 }, },
118 118 { {
119 "filePath": "u-r-d.png",
119 "filePath": "png/u-r-d.png",
120 120 "weight": 100, "weight": 100,
121 121 "connectors": ["", "c", "c", "c"] "connectors": ["", "c", "c", "c"]
122 122 } }
File streets/example/tiled.png added (mode: 100644) (index 0000000..37b77ae)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/syoung/Tile-Collections

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/syoung/Tile-Collections

Clone this repository using git:
git clone git://git.rocketgit.com/user/syoung/Tile-Collections

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main