Character controls, camera with dead zone, flashlight scale
This commit is contained in:
parent
f307a7ef00
commit
bbc3f0821e
7 changed files with 80 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue