Character controls, camera with dead zone, flashlight scale

This commit is contained in:
Иван Кузьменко 2023-08-16 01:20:28 +03:00
parent f307a7ef00
commit bbc3f0821e
7 changed files with 80 additions and 4 deletions

View file

@ -1,6 +1,9 @@
using Godot;
using System;
/// <summary>
/// https://github.com/godotengine/godot/issues/75868#issuecomment-1524362054 THANK YOU!!!
/// </summary>
[Tool]
public partial class PointLight2DWorkaround : PointLight2D
{