From 3d1d31538d30a7f161f9f2b6d5e075ec69d3b860 Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Tue, 3 Feb 2026 22:25:00 -0500 Subject: ditch raylib (icky, and for loser BEGINNERS) --- src/rope.odin | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/rope.odin') diff --git a/src/rope.odin b/src/rope.odin index b321dab..7e2cbe1 100644 --- a/src/rope.odin +++ b/src/rope.odin @@ -4,7 +4,7 @@ import "core:log" import "core:math" import "core:math/linalg" -import rl "vendor:raylib" +import "fw" Rope :: struct { handle: Entity_Handle, @@ -25,10 +25,10 @@ draw_ropes :: proc() { for i in 0..