Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Quick fix - Collisions (0.4.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndusDEV committed May 3, 2023
1 parent f110908 commit e399771
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
16 changes: 5 additions & 11 deletions addons/kanban_tasks/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,18 @@
{
"title": "Todo",
"tasks": [
22,
7,
9,
14,
15,
13,
12,
11
12
]
},
{
"title": "Doing",
"tasks": [
21,
10
]
},
Expand All @@ -61,16 +60,16 @@
4,
6,
16,
19,
18,
5,
19,
20,
21
11
]
},
{
"title": "Waiting",
"tasks": [
18,
8
]
},
Expand Down Expand Up @@ -172,11 +171,6 @@
"title": "Downloading Mods From In The Game",
"details": "For now. Redirecting to GameBanana"
},
{
"category": 1,
"title": "Debug Console not working with int(s)",
"details": "Game pauses when using int in the commands"
},
{
"category": 0,
"title": "Chapter Selector",
Expand Down
2 changes: 1 addition & 1 deletion levels/test_level/TestLevel.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ path = "player_interact"
position = Vector2( 249, 146 )

[node name="SurroundingsTileMap" parent="." instance=ExtResource( 11 )]
tile_data = PoolIntArray( 7, 0, 0, 11, 0, 0, 655374, 0, 0, 655377, 0, 0, 720908, 0, 0, 720911, 0, 0, 720914, 0, 0, 786443, 0, 0, 786446, 0, 0, 786450, 0, 0, 851979, 0, 0, 851981, 0, 0, 851983, 0, 0, 851984, 0, 0, 851986, 0, 0 )
tile_data = PoolIntArray( 7, 0, 0, 11, 0, 0, 655374, 0, 0, 655377, 0, 0, 720908, 0, 0, 720911, 0, 0, 720914, 0, 0, 786446, 0, 0, 851979, 0, 0, 851981, 0, 0, 851983, 0, 0, 851984, 0, 0, 851986, 0, 0 )

[node name="Collisions" type="StaticBody2D" parent="."]

Expand Down
2 changes: 1 addition & 1 deletion scenes/TileMaps/SurroundingsTileMap.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[ext_resource path="res://tilesets/surroundings/tree.png" type="Texture" id=1]

[sub_resource type="ConvexPolygonShape2D" id=3]
points = PoolVector2Array( 48, 104, 32, 104, 32, 80, 48, 80 )
points = PoolVector2Array( 24, 104, 32, 96, 32, 88, 48, 88, 48, 96, 56, 104, 24, 104 )

[sub_resource type="TileSet" id=2]
0/name = "Tree"
Expand Down
4 changes: 2 additions & 2 deletions scenes/player/Player.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[ext_resource path="res://fonts/m5x7/SmallTextTheme.tres" type="Theme" id=6]

[sub_resource type="RectangleShape2D" id=27]
extents = Vector2( 12.5, 7.03126 )
extents = Vector2( 8.50002, 25.5001 )

[sub_resource type="Animation" id=28]
length = 0.001
Expand Down Expand Up @@ -190,7 +190,7 @@ vframes = 4
frame = 2

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 0.499999, 20.0312 )
position = Vector2( 0.5, 0.5 )
scale = Vector2( 0.999998, 0.999998 )
shape = SubResource( 27 )

Expand Down

0 comments on commit e399771

Please sign in to comment.