Tanks and Cats
Indie game development in Godot Engine
Saturday, February 24, 2024
Subscribe to:
Posts (Atom)
-
use std::f32::consts::PI; use bevy::prelude::*; #[derive(Component, Debug)] pub struct MainCamera; pub fn camera( mut commands: Commands...