Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
ACTUAL RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalDiane committed Jan 8, 2019
1 parent 94dbbae commit b4c2d6d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
3 changes: 2 additions & 1 deletion Scenes/Dungeon 1/Dungeon1-11.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[ext_resource path="res://Tilesets/TilesetMain.tres" type="TileSet" id=4]
[ext_resource path="res://Instances/Transition.tscn" type="PackedScene" id=5]

[node name="Node2D" type="Node2D"]
[node name="Node2D" type="Node2D" index="0"]

_sections_unfolded = [ "Transform", "Z Index" ]

Expand Down Expand Up @@ -60,5 +60,6 @@ target_scene = "res://Scenes/Dungeon 1/Dungeon1-12.tscn"
target_x = 0
target_y = 100
direction = "up"
checkpoint = true


3 changes: 2 additions & 1 deletion Scenes/Dungeon 2/Dungeon2-10.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[ext_resource path="res://Instances/Transition.tscn" type="PackedScene" id=6]
[ext_resource path="res://Instances/Objects/Sentry.tscn" type="PackedScene" id=7]

[node name="Node2D" type="Node2D"]
[node name="Node2D" type="Node2D" index="0"]

_sections_unfolded = [ "Transform" ]

Expand Down Expand Up @@ -77,6 +77,7 @@ target_x = 32
target_y = 100
direction = "up"
not_cell = true
checkpoint = true

[node name="Sentry" parent="." index="6" instance=ExtResource( 7 )]

Expand Down
14 changes: 7 additions & 7 deletions Scenes/Dungeon 2/Dungeon2-8.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[ext_resource path="res://Instances/System/PitController.tscn" type="PackedScene" id=5]
[ext_resource path="res://Instances/Transition.tscn" type="PackedScene" id=6]

[node name="Node2D" type="Node2D"]
[node name="Node2D" type="Node2D" index="0"]

_sections_unfolded = [ "Transform" ]

Expand Down Expand Up @@ -64,26 +64,26 @@ direction = "down"

[node name="Transition2" parent="." index="5" instance=ExtResource( 6 )]

position = Vector2( 32, 3.25 )
scale = Vector2( 0.25, 0.101563 )
position = Vector2( 32, 4.99999 )
scale = Vector2( 0.25, 0.15625 )
target_scene = "res://Scenes/Dungeon 2/Dungeon2-9.tscn"
target_x = 0
target_y = 100
direction = "up"

[node name="Transition3" parent="." index="6" instance=ExtResource( 6 )]

position = Vector2( 80, 3.25 )
scale = Vector2( 0.25, 0.101563 )
position = Vector2( 80, 4.99999 )
scale = Vector2( 0.25, 0.15625 )
target_scene = "res://Scenes/Dungeon 2/Dungeon2-9.tscn"
target_x = 0
target_y = 100
direction = "up"

[node name="Transition4" parent="." index="7" instance=ExtResource( 6 )]

position = Vector2( 128, 3.25 )
scale = Vector2( 0.25, 0.101563 )
position = Vector2( 128, 4.99999 )
scale = Vector2( 0.25, 0.15625 )
target_scene = "res://Scenes/Dungeon 2/Dungeon2-9.tscn"
target_x = 0
target_y = 100
Expand Down
8 changes: 4 additions & 4 deletions Scenes/Dungeon 2/Dungeon2-9.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[ext_resource path="res://Instances/Objects/Sentry.tscn" type="PackedScene" id=7]
[ext_resource path="res://Instances/JumpPoint.tscn" type="PackedScene" id=8]

[node name="Node2D" type="Node2D"]
[node name="Node2D" type="Node2D" index="0"]

_sections_unfolded = [ "Transform" ]

Expand Down Expand Up @@ -79,7 +79,7 @@ position = Vector2( 32, 126 )
scale = Vector2( 0.25, 0.109375 )
target_scene = "res://Scenes/Dungeon 2/Dungeon2-8.tscn"
target_x = 0
target_y = 16
target_y = 24
direction = "down"

[node name="Transition2" parent="." index="5" instance=ExtResource( 6 )]
Expand All @@ -88,7 +88,7 @@ position = Vector2( 80, 126 )
scale = Vector2( 0.25, 0.109375 )
target_scene = "res://Scenes/Dungeon 2/Dungeon2-8.tscn"
target_x = 0
target_y = 16
target_y = 24
direction = "down"

[node name="Transition3" parent="." index="6" instance=ExtResource( 6 )]
Expand All @@ -97,7 +97,7 @@ position = Vector2( 128, 126 )
scale = Vector2( 0.25, 0.109375 )
target_scene = "res://Scenes/Dungeon 2/Dungeon2-8.tscn"
target_x = 0
target_y = 16
target_y = 24
direction = "down"

[node name="Transition4" parent="." index="7" instance=ExtResource( 6 )]
Expand Down
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ texture_format/etc2=false
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
application/icon="C:/Users/Duncan Sparks/Documents/Godot/Projects/Base6/base6.ico"
application/icon="C:/Users/Duncan Sparks/Downloads/favicon.ico"
application/file_version="1.0"
application/product_version=""
application/company_name="Studio Fractal"
Expand Down

0 comments on commit b4c2d6d

Please sign in to comment.