Add rounder border to target and browser, and add border radius to sky browser topic

This commit is contained in:
Ylva Selling
2022-08-12 12:24:54 -04:00
parent 160eab1c1e
commit 0250098303
9 changed files with 80 additions and 14 deletions

View File

@@ -523,7 +523,8 @@ scripting::LuaLibrary SkyBrowserModule::luaLibrary() const {
codegen::lua::ShowAllTargetsAndBrowsers,
codegen::lua::PointSpaceCraft,
codegen::lua::GetWwtImageCollectionUrl,
codegen::lua::StopAnimations
codegen::lua::StopAnimations,
codegen::lua::SetBorderRadius
}
};
}