Clicker now moves when you click him.

This commit is contained in:
Zed A. Shaw 2025-05-11 16:08:55 -04:00
parent 9a4b0adc1f
commit a9e219ea96
4 changed files with 100 additions and 25 deletions

View file

@ -2,6 +2,7 @@
#include <typeinfo>
#include <cassert>
#include <fmt/core.h>
#include <iostream>
namespace guecs {
using std::make_shared;