Fix incorrect class_name declaration in 2D physics tests demo (#1188)

This commit is contained in:
Hugo Locurcio
2025-04-14 22:51:18 +02:00
committed by GitHub
parent 9db52662cb
commit b06917acaa
5 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
@tool
extends CompositorEffect
class_name PostProcessGrayScale
extends CompositorEffect
var rd: RenderingDevice
var shader: RID

View File

@@ -1,6 +1,6 @@
@tool
extends CompositorEffect
class_name PostProcessShader
extends CompositorEffect
const template_shader := """#version 450