diff --git a/character/Enemy.tscn b/character/Enemy.tscn index 0828c16..e0a4bcd 100644 --- a/character/Enemy.tscn +++ b/character/Enemy.tscn @@ -38,6 +38,7 @@ animation = "idle_down" offset = Vector2( 0, -16 ) [node name="FxSprite" type="AnimatedSprite" parent="."] +visible = false frames = ExtResource( 18 ) animation = "idle" offset = Vector2( 0, -14 ) diff --git a/project.godot b/project.godot index e73836e..73e500b 100644 --- a/project.godot +++ b/project.godot @@ -137,3 +137,4 @@ quality/shadow_atlas/size.mobile=1024 environment/default_clear_color=Color( 0.19, 0.19, 0.19, 1 ) quality/depth/hdr=false environment/default_environment="res://default_env.tres" +quality/dynamic_fonts/use_oversampling=false