-
Notifications
You must be signed in to change notification settings - Fork 1
/
droneboi.html
197 lines (180 loc) · 12.8 KB
/
droneboi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<!-- saved from url=(0037)https://rizenplanet.com/droneboi.html -->
<html lang="en"><script type="text/javascript">
var spector;
var captureOnLoad = false;
var captureOffScreen = false;
window.__SPECTOR_Canvases = [];
(function() {
var __SPECTOR_Origin_EXTENSION_GetContext = HTMLCanvasElement.prototype.getContext;
HTMLCanvasElement.prototype.__SPECTOR_Origin_EXTENSION_GetContext = __SPECTOR_Origin_EXTENSION_GetContext;
if (typeof OffscreenCanvas !== 'undefined') {
var __SPECTOR_Origin_EXTENSION_OffscreenGetContext = OffscreenCanvas.prototype.getContext;
OffscreenCanvas.prototype.__SPECTOR_Origin_EXTENSION_OffscreenGetContext = __SPECTOR_Origin_EXTENSION_OffscreenGetContext;
OffscreenCanvas.prototype.getContext = function () {
var context = null;
if (!arguments.length) {
return context;
}
if (arguments.length === 1) {
context = this.__SPECTOR_Origin_EXTENSION_OffscreenGetContext(arguments[0]);
if (context === null) {
return context;
}
}
else if (arguments.length === 2) {
context = this.__SPECTOR_Origin_EXTENSION_OffscreenGetContext(arguments[0], arguments[1]);
if (context === null) {
return context;
}
}
var contextNames = ["webgl", "experimental-webgl", "webgl2", "experimental-webgl2"];
if (contextNames.indexOf(arguments[0]) !== -1) {
// context.canvas.setAttribute("__spector_context_type", arguments[0]);
// Notify the page a canvas is available.
var myEvent = new CustomEvent("SpectorWebGLCanvasAvailableEvent");
document.dispatchEvent(myEvent);
this.id = "Offscreen";
window.__SPECTOR_Canvases.push(this);
if (captureOnLoad) {
// Ensures canvas is in the dom to capture the one we are currently tracking.
if (false) {
spector.captureContext(context, 500, false, false);
captureOnLoad = false;
}
}
}
return context;
}
}
HTMLCanvasElement.prototype.getContext = function () {
var context = null;
if (!arguments.length) {
return context;
}
if (arguments.length === 1) {
context = this.__SPECTOR_Origin_EXTENSION_GetContext(arguments[0]);
if (context === null) {
return context;
}
}
else if (arguments.length === 2) {
context = this.__SPECTOR_Origin_EXTENSION_GetContext(arguments[0], arguments[1]);
if (context === null) {
return context;
}
}
var contextNames = ["webgl", "experimental-webgl", "webgl2", "experimental-webgl2"];
if (contextNames.indexOf(arguments[0]) !== -1) {
context.canvas.setAttribute("__spector_context_type", arguments[0]);
// Notify the page a canvas is available.
var myEvent = new CustomEvent("SpectorWebGLCanvasAvailableEvent");
document.dispatchEvent(myEvent);
if (captureOffScreen) {
var found = false;
for (var i = 0; i < window.__SPECTOR_Canvases.length; i++) {
if (window.__SPECTOR_Canvases[i] === this) {
found = true;
break;
}
}
if (!found) {
window.__SPECTOR_Canvases.push(this);
}
}
if (captureOnLoad) {
// Ensures canvas is in the dom to capture the one we are currently tracking.
if (this.parentElement || false) {
spector.captureContext(context, 500, false, false);
captureOnLoad = false;
}
}
}
return context;
}
})()</script><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Rizen Planet Studios</title>
<meta name="description" content="An independent indie game development studios based in the Netherlands,
and the creator of the mobile space game series: Droneboi">
<link rel="icon" type="image/png" sizes="512x512" href="https://rizenplanet.com/assets/img/logo.png">
<link rel="stylesheet" href="https://rizenplanet.com/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://rizenplanet.com/assets/css">
<link rel="stylesheet" href="https://rizenplanet.com/assets/css/animate.min.css">
<p id="webgl_ripper_settings" hidden="">{"default_texture_res":"4096x4096","do_shader_calc":false,"is_debug_mode":false,"should_download_zip":false,"unflip_textures":true}</p></head>
<body style="background: linear-gradient(black, #020c16), rgb(0,0,0);"><a href="https://rizenplanet.com/index.html"><img class="d-flex mx-auto" data-bss-hover-animate="rubberBand" src="https://rizenplanet.com/assets/img/droneboi.png" width="64" style="text-align: center;margin-top: 15px;"></a>
<nav class="navbar navbar-dark navbar-expand-md">
<div class="container-fluid"><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="https://rizenplanet.com/index.html" style="font-family: 'Roboto Condensed', sans-serif;">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="https://rizenplanet.com/droneboi.html" style="font-family: 'Roboto Condensed', sans-serif;">Droneboi</a></li>
<li class="nav-item"><a class="nav-link" href="https://rizenplanet.com/contact.html" style="font-family: 'Roboto Condensed', sans-serif;">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section class="py-4 py-xl-5" style="background: repeating-linear-gradient(90deg, rgb(156,201,252), #0c243c), rgb(255,218,47);">
<div class="container">
<div class="text-center p-4 p-lg-5" style="border-color: rgb(255,55,55);">
<h1 class="fw-bold mb-4" style="font-family: 'Roboto Condensed', sans-serif;color: rgb(0,0,0);">Droneboi 2</h1>
<p class="fw-bold mb-2" style="font-family: 'Roboto Condensed', sans-serif;color: rgb(0,0,0);">Crash, grief, and get griefed in Droneboi 2 - the goofiest space sandbox game!</p>
</div>
</div>
</section>
<div class="row d-flex m-auto" style="width: 1000px;padding-top: 48px;">
<div class="col" style="padding: 0px;"><a class="btn d-flex m-auto" role="button" href="https://play.google.com/store/apps/details?id=com.RizenPlanetStudios.Droneboi2" style="padding: 0px;"><img class="d-flex m-auto" src="https://rizenplanet.com/assets/img/google%20play.png" height="46px" style="border-radius: 10px;border: 2px solid #9CC9FC;"></a></div>
<div class="col" style="padding: 0px;"><a class="btn d-flex m-auto" role="button" href="https://apps.apple.com/us/app/droneboi-2/id1639186958" style="padding: 0px;"><img class="d-flex m-auto" src="https://rizenplanet.com/assets/img/app%20store.svg" height="46px" style="border-radius: 10px;border: 2px solid #9CC9FC;"></a></div>
<div class="col"><a class="btn btn-primary d-flex m-auto" role="button" style="padding: 10px;font-family: 'Roboto Condensed', sans-serif;background: rgb(0,0,0);width: 150px;border-radius: 10px;border: 2px solid #9CC9FC;" href="https://store.steampowered.com/app/2112360/Droneboi_2/">Download on Steam</a></div>
<div class="col"><a class="btn btn-primary d-flex m-auto" role="button" style="padding: 10px;font-family: 'Roboto Condensed', sans-serif;background: rgb(0,0,0);width: 146px;border-radius: 10px;border: 2px solid #9CC9FC;" href="https://droneboi.io/">Play on droneboi.io</a></div>
<div class="col"><a class="btn btn-primary d-flex m-auto" role="button" style="padding: 10px;font-family: 'Roboto Condensed', sans-serif;background: rgb(0,0,0);width: 142px;border-radius: 10px;border: 2px solid #9CC9FC;" href="https://discord.com/invite/9S6PG9DgDm">Join us on Discord</a></div>
</div>
<div class="container py-4 py-xl-5">
<div class="row gy-4 gy-md-0">
<div class="col-md-6"><img class="rounded img-fluid w-100 fit-cover" style="min-height: 300px;" src="https://lh3.googleusercontent.com/csqRi48tTlPlrHWKaRdjTyNdIEOdQzfadEHXXVbldbYudmcXlUXCprVtw2hri5rniLQ"></div>
<div class="col-md-6 d-md-flex align-items-md-center">
<div style="max-width: 350px;">
<h2 class="fw-bold" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">Run into asteroids</h2>
<p class="my-3" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">ow<br><br></p>
</div>
</div>
</div>
</div>
<div class="container py-4 py-xl-5">
<div class="row gy-4 gy-md-0">
<div class="col-md-6 text-center text-md-start d-flex d-sm-flex d-md-flex justify-content-center align-items-center justify-content-md-start align-items-md-center justify-content-xl-center">
<div style="max-width: 350px;">
<h2 class="fw-bold" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">Make shitbricks</h2>
<p class="my-3" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">lets be real there's a 99% chance you can't build worth shit</p>
</div>
</div>
<div class="col-md-6"><img class="rounded img-fluid w-100 fit-cover" style="min-height: 300px;" src="https://lh3.googleusercontent.com/FtW6S2hgQGjDqREeN4tvzziPT5YXvTwC-HdMs9naz-WjKnUSHDVIqPlTyHE4CqcTCPk"></div>
</div>
</div>
<div class="container py-4 py-xl-5">
<div class="row gy-4 gy-md-0">
<div class="col-md-6"><img class="rounded img-fluid w-100 fit-cover" style="min-height: 300px;" src="https://lh3.googleusercontent.com/_7T_8YhogehImsT1ak0exlKQDDqkueaFJghzQNbRSc6Jtbnxtp5uARAx_zTJ1p4xmA-m"></div>
<div class="col-md-6 d-md-flex align-items-md-center">
<div style="max-width: 350px;">
<h2 class="fw-bold" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">Engage in battles (and be completely destroyed on the opponents screen when you're completely fine)</h2>
<p class="my-3" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">because beau doesn't sync destruction</p>
</div>
</div>
</div>
</div>
<div class="container py-4 py-xl-5">
<div class="row gy-4 gy-md-0">
<div class="col-md-6 text-center text-md-start d-flex d-sm-flex d-md-flex justify-content-center align-items-center justify-content-md-start align-items-md-center justify-content-xl-center">
<div style="max-width: 350px;">
<h2 class="fw-bold" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">Collect rare components</h2>
<p class="my-3" style="color: rgb(255,255,255);font-family: 'Roboto Condensed', sans-serif;">jk they don't exist lol, nothing is rare</p>
</div>
</div>
<div class="col-md-6"><img class="rounded img-fluid w-100 fit-cover" style="min-height: 300px;" src="https://lh3.googleusercontent.com/REvxbVx56QQdNdpbh_CiS9z0dzzmFMeeUFp7qg9CAheChSPpZz3Fu2gU-r1mOdVnCmGe"></div>
</div>
</div>
<script src="https://rizenplanet.com/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://rizenplanet.com/assets/js/bs-init.js"></script>
<script src="https://rizenplanet.com/assets/js/Video-Parallax-Background-v2-multiple-parallax.js"></script>
<script src="https://rizenplanet.com/assets/js/Video-Parallax-Background-v3-Parallax-Video-Background.js"></script>
</body></html>