1
1
Fork 0
Browse Source

dont have to press walls

master
alistair 1 year ago
parent
commit
0b210e2eb7
  1. 4
      build-android/src/game.c

4
build-android/src/game.c

@ -1089,6 +1089,10 @@ void add_rope(int mouse_x, int mouse_y) { @@ -1089,6 +1089,10 @@ void add_rope(int mouse_x, int mouse_y) {
double x2 = ray_e.x;
double y2 = ray_e.y;
x1 += (x1 - x2) * 100;
y1 += (y1 - y2) * 100;
int i;
struct physics_collection s;
bool found = false;

Loading…
Cancel
Save