Skip to content

Commit

Permalink
owo my ass
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Apr 15, 2024
1 parent ad03dae commit 1db93be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/scripts/room.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends Node2D
enum difficulty {
EASY,
MEDIUM,
HARD
HARD,
}

@export var MONSTERS := 1
Expand Down
1 change: 0 additions & 1 deletion src/scripts/title-screen.gd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
extends Control

func on_start_game_button_pressed() -> void:
print('owo')
get_tree().change_scene_to_file('res://scenes/world.tscn')
4 changes: 2 additions & 2 deletions src/shaders/pentagram.gdshader
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
shader_type canvas_item;
shader_type canvas_item;

uniform float line_length;
uniform sampler2D noise;
Expand Down Expand Up @@ -32,4 +32,4 @@ void fragment() {
} else {
discard;
}
}
}

0 comments on commit 1db93be

Please sign in to comment.