Skip to content

Instantly share code, notes, and snippets.

View voeb's full-sized avatar
📚
Studying

voeb voeb

📚
Studying
View GitHub Profile
@voeb
voeb / index.html
Created October 5, 2020 14:47
Top Down 2D Game Camera
<!--
see the video tutorial for how this kind of thing works:
https://youtu.be/H3Fn33lYuE0
-->
<div class="frame">
<div class="corner_topleft"></div>
<div class="corner_topright"></div>
<div class="corner_bottomleft"></div>
<div class="corner_bottomright"></div>
@voeb
voeb / index.html
Created October 5, 2020 14:41
Top Down 2D Game Camera
<!--
see the video tutorial for how this kind of thing works:
https://youtu.be/H3Fn33lYuE0
-->
<div class="frame">
<div class="corner_topleft"></div>
<div class="corner_topright"></div>
<div class="corner_bottomleft"></div>
<div class="corner_bottomright"></div>