~kmdodrill/dungeonyx

d2813467b17931cef4431cb17ffbc53f41bb0f52 — Kenneth Dodrill 2 years ago 09eb952
Remove debug code
2 files changed, 0 insertions(+), 9 deletions(-)

M src/Game.tscn
M src/ThreeInARow.gd
M src/Game.tscn => src/Game.tscn +0 -6
@@ 31,7 31,6 @@ pause_mode = 2
layer = 2

[node name="MainMenuContainer" type="MarginContainer" parent="MainScreen"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {


@@ 119,7 118,6 @@ size_flags_vertical = 3
[node name="GUI" type="CanvasLayer" parent="."]

[node name="TextContainerBackground" type="TextureRect" parent="GUI"]
visible = false
show_behind_parent = true
anchor_top = 0.75
anchor_right = 1.0


@@ 132,7 130,6 @@ __meta__ = {

[node name="TextContainer" type="MarginContainer" parent="GUI"]
pause_mode = 2
visible = false
anchor_left = 0.016
anchor_top = 0.766
anchor_right = 0.984


@@ 192,7 189,6 @@ margin_bottom = 4.0
text = "test2"

[node name="ItemsContainer" type="MarginContainer" parent="GUI"]
visible = false
anchor_left = 0.75
anchor_right = 1.0
anchor_bottom = 0.75


@@ 237,7 233,6 @@ margin_bottom = 48.0
texture = ExtResource( 12 )

[node name="GameContainer" type="CenterContainer" parent="GUI"]
visible = false
anchor_right = 0.75
anchor_bottom = 0.75
margin_right = -3.8147e-06


@@ 252,7 247,6 @@ margin_bottom = 48.0
texture = ExtResource( 10 )

[node name="CompassContainer" type="CenterContainer" parent="GUI"]
visible = false
anchor_top = 0.125
anchor_right = 0.125
anchor_bottom = 0.25

M src/ThreeInARow.gd => src/ThreeInARow.gd +0 -3
@@ 19,9 19,6 @@ var winnable_conditions = [
]
var current_turn = "player"

func _ready():
    start()

func start():
    show()