You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include card.html title="Tutorials" body="Our tutorials section is the perfect starting point if you are new to Defold game development." link="/tutorials/getting-started" icon="/images/icons/icons-learn-export_ic-learn-tutorials.svg" %}
12
12
13
13
{% include card.html title="Manuals" body="In-depth manuals provide understanding on how the Defold engine and its APIs work." link="/manuals/introduction" icon="/images/icons/icons-learn-export_ic-learn-manuals.svg" %}
{% include card.html title="Examples" body="A selection of small and discrete code samples, examples and snippets to learn from." link="/examples" icon="/images/icons/icons-learn-export_ic-learn-lego.svg" %}
25
25
26
26
{% include card.html title="Forum" body="Stuck? Not for long! Talk to the Defold team and our fantastic developer community." link="https://forum.defold.com" icon="/images/icons/icons-learn-export_ic-learn-forum.svg" %}
{% include learn_card.html title=tutorial.name description=tutorial.description link=tutorial.path min-height="250px" image=image %}
@@ -51,13 +51,11 @@ <h3>Manuals</h3>
51
51
</div>
52
52
</div>
53
53
<divclass="row">
54
-
<divclass="column one-third">
54
+
<divclass="grid-250">
55
55
{% include card.html title="Installing Defold" body="Installation of the Defold editor is quite straightforward. Download the version built for your operating system, extract it and copy the software to a suitable location.<br/><br/>Click to learn more!" link="/manuals/introduction/" min-height="250px" icon="/images/icons/ic-64-rocket.svg" %}
56
-
</div>
57
-
<divclass="column one-third">
56
+
58
57
{% include card.html title="Creating a project" body="You can easily create a new project from within the Defold editor. You also have the option to open an existing project already located on your computer.<br/><br/>Click to learn more!" link="/manuals/project-setup/" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-documents.svg" %}
59
-
</div>
60
-
<divclass="column one-third">
58
+
61
59
{% include card.html title="Building Blocks" body="At the core of Defold's design are a few concepts that are very important to get a good grip on. This manual explains what the building blocks of Defold consist of.<br/><br/>Click to learn more!" link="/manuals/building-blocks/" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-lego.svg" %}
62
60
</div>
63
61
</div>
@@ -80,7 +78,7 @@ <h3>Videos</h3>
80
78
<p>The Defold video tutorials are a great starting point if you are a visual learner.</p>
@@ -104,37 +102,21 @@ <h3>Examples, API reference and FAQ</h3>
104
102
<p>Learn from code samples, our extensive collection of manuals or browse the API reference.</p>
105
103
</div>
106
104
</div>
107
-
<divclass="row">
108
-
<divclass="column one-third">
109
-
{% include card.html title="Examples" body="A selection of code samples and examples to learn from." link="/examples" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
110
-
</div>
111
-
<divclass="column one-third">
112
-
{% include card.html title="API Reference" body="Reference documentation to all Defold Lua and C++ extension APIs." link="/ref/stable/go" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-apiref.svg" %}
113
-
</div>
114
-
<divclass="column one-third">
115
-
{% include card.html title="FAQ" body="The FAQ contains the answers and solutions to common questions and problems." link="/faq/faq" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-faq.svg" %}
116
-
</div>
117
-
</div>
118
-
<divclass="row">
119
-
<divclass="column one-third">
120
-
{% include card.html title="Examples by Britzl" body="A large selection of Defold examples and games." link="http://britzl.github.io/publicexamples/" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
121
-
</div>
122
-
<divclass="column one-third">
123
-
{% include card.html title="Games by Ben James" body="More than 20 complete Defold games with source code." link="https://github.com/benjames-171/defold-games" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
124
-
</div>
125
-
<divclass="column one-third">
126
-
{% include card.html title="Examples by Jcash" body="A couple of Defold example projects." link="https://github.com/JCash/defoldexamples" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
127
-
</div>
128
-
</div>
129
-
<divclass="row">
130
-
<divclass="column one-third">
131
-
{% include card.html title="Examples by JhonnyG" body="Misc rendering related Defold example projects." link="https://github.com/Jhonnyg/my-public-defold-examples" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
132
-
</div>
105
+
<divclass="grid-250">
106
+
{% include card.html title="Examples" body="A selection of code samples and examples to learn from." link="/examples" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
107
+
108
+
{% include card.html title="API Reference" body="Reference documentation to all Defold Lua and C++ extension APIs." link="/ref/stable/go" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-apiref.svg" %}
109
+
110
+
{% include card.html title="FAQ" body="The FAQ contains the answers and solutions to common questions and problems." link="/faq/faq" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-faq.svg" %}
133
111
</div>
134
-
<divclass="row">
135
-
<divclass="columns full">
136
-
137
-
</div>
112
+
<divclass="grid-250">
113
+
{% include card.html title="Examples by Britzl" body="A large selection of Defold examples and games." link="http://britzl.github.io/publicexamples/" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
114
+
115
+
{% include card.html title="Games by Ben James" body="More than 20 complete Defold games with source code." link="https://github.com/benjames-171/defold-games" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
116
+
117
+
{% include card.html title="Examples by Jcash" body="A couple of Defold example projects." link="https://github.com/JCash/defoldexamples" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
118
+
119
+
{% include card.html title="Examples by JhonnyG" body="Misc rendering related Defold example projects." link="https://github.com/Jhonnyg/my-public-defold-examples" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-toolbox.svg" %}
138
120
</div>
139
121
</div>
140
122
@@ -145,14 +127,11 @@ <h3>Community</h3>
145
127
<p>Learn from others, share your own knowledge, showcase your games and interact with the development team.</p>
146
128
</div>
147
129
</div>
148
-
<divclass="row">
149
-
<divclass="column one-third">
150
-
{% include card.html title="Forum" body="Stuck? Talk to the Defold team and our great Defold developer community." link="//forum.defold.com" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-forum.svg" %}
151
-
</div>
152
-
<divclass="column one-third">
153
-
{% include card.html title="Discord" body="Want to chat with other Defold users? Join our Discord server to start chatting!." link="/discord" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-discord.svg" %}
154
-
</div>
155
-
<divclass="column one-third">
130
+
<divclass="grid-250">
131
+
{% include card.html title="Forum" body="Stuck? Talk to the Defold team and our great Defold developer community." link="//forum.defold.com" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-forum.svg" %}
132
+
133
+
{% include card.html title="Discord" body="Want to chat with other Defold users? Join our Discord server to start chatting!." link="/discord" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-discord.svg" %}
0 commit comments