Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StartprojektTeamGeist
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jannik Rosendahl
StartprojektTeamGeist
Commits
cf290b3b
Commit
cf290b3b
authored
3 years ago
by
ee6-wz3-u1
Browse files
Options
Downloads
Patches
Plain Diff
bugfixes
parent
a26674fc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/scenes/levels/Level1.tscn
+1
-2
1 addition, 2 deletions
src/scenes/levels/Level1.tscn
src/scripts/Global.gd
+1
-1
1 addition, 1 deletion
src/scripts/Global.gd
with
2 additions
and
3 deletions
src/scenes/levels/Level1.tscn
+
1
−
2
View file @
cf290b3b
...
...
@@ -17,7 +17,6 @@
[ext_resource path="res://src/assets/sounds/coin1.wav" type="AudioStream" id=15]
[ext_resource path="res://src/assets/backGround/SpaceBackGroundParallax.jpg" type="Texture" id=16]
[sub_resource type="ConvexPolygonShape2D" id=1]
points = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )
...
...
@@ -1151,7 +1150,7 @@ position = Vector2( 2097, 422 )
position = Vector2( 3412, 326 )
[node name="Node2D3" parent="Level1/Enemies/Skelletons" instance=ExtResource( 12 )]
position = Vector2(
4230.96, 396.324
)
position = Vector2(
3720, 325
)
[node name="Node2D4" parent="Level1/Enemies/Skelletons" instance=ExtResource( 12 )]
position = Vector2( 3536, 198 )
...
...
This diff is collapsed.
Click to expand it.
src/scripts/Global.gd
+
1
−
1
View file @
cf290b3b
extends
Node
var
next_level_door
=
null
var
next_level_number
=
0
var
next_level_number
=
1
func
_ready
():
pass
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment